On Mon, Nov 2, 2009 at 9:42 AM, Stuart Henderson <s...@spacehopper.org> wrote: > On 2009/10/22 22:03, Stuart Henderson wrote: >> Here's an update of cdrtools for anyone who needs it. I'm not sure >> about committing as-is. Any reports or comments (especially about how >> to correctly set PERMIT_* for the CDDL+GPL mess) welcome. >> >> Loosely based on Tom Murphy's diff (but that didn't apply cleanly). > > updated for a67. > "NOTE: cdrtools is currently in a state just before a new major release."
(a bit later than I thought I would get to this). $ sysctl kern.version kern.version=OpenBSD 4.6-current (GENERIC) #185: Mon Nov 2 12:44:37 MST 2009 dera...@macppc.openbsd.org:/usr/src/sys/arch/macppc/compile/GENERIC and ports tree `cvs -up'-ed after installing the snapshot. Note to self: patch -E This is failing to build for me on macppc It looks like the problems start here: ===> Checking files for cdrtools-2.01.01a67 `/usr/ports/distfiles/cdrtools-2.01.01a67.tar.gz' is up to date. >> (SHA256) cdrtools-2.01.01a67.tar.gz: OK ===> cdrtools-2.01.01a67 depends on: gmake-* - found ===> Verifying specs: c ossaudio c ossaudio ===> found c.52.0 ossaudio.3.1 ===> Extracting for cdrtools-2.01.01a67 ===> Patching for cdrtools-2.01.01a67 ===> Configuring for cdrtools-2.01.01a67 ===> Building for cdrtools-2.01.01a67 RULES/rules.top:43: RULES/ldummy.lnk: No such file or directory RULES/rules1.top:250: incs/Dnull: No such file or directory RULES/rules1.top:257: incs/Dcc.macppc-openbsd: No such file or directory RULES/rules.cnf:67: incs/macppc-openbsd-cc/Inull: No such file or directory RULES/rules.cnf:68: incs/macppc-openbsd-cc/rules.cnf: No such file or directory ==> MAKING DIRECTORY "incs/macppc-openbsd-cc/Inull" ==> CONFIGURING RULES "incs/macppc-openbsd-cc/rules.cnf" $ ls -l /usr/ports/pobj/cdrtools-2.01.01a67/cdrtools-2.01.01/RULES/ldummy.lnk lrwxr-xr-x 1 sidster wsrc 10 Nov 3 23:05 /usr/ports/pobj/cdrtools-2.01.01a67/cdrtools-2.01.01/RULES/ldummy.lnk@ -> ldummy.cnf hmm ... am I doing something very stupid? Stuart, I can send you the entire output from `make install' if you think it would be useful. --patrick