Subject: Re: audio/sox on Darwin/PPC 8.8.0 install/package failures
To: None <pkgsrc-users@netbsd.org>
From: Jesse Peterson <jesse.peterson@exbiblio.com>
List: pkgsrc-users
Date: 12/03/2006 20:27:33
On Dec 3, 2006, at 8:24 PM, Jesse Peterson wrote:

> audio/sox 12.18.1 on Darwin/PPC 8.8.0 (Mac OS X 10.4.8) install/ 
> package failures
>
> I think that gmake (Mac OS X default make) is somehow getting  
> confused with the  Makefile "install" target.  By adding a  
> ".PHONY : install" to the Makefile.in after the pkgsrc patch stage,  
> I get a successful install & package.  Here's the failure; note the  
> "`install' is up to date." line:


After the patch I see that pkgsrc's make (bmake) is called for the  
install.  Here's a post-manual-patch install:

=> Unwrapping files-to-be-installed.
===> Installing for sox-12.18.1
cd src && /usr/pkg/bin/bmake install
cd gsm && /usr/pkg/bin/bmake
../mkinstalldirs /usr/pkg/bin
/usr/bin/install -c -o root -g wheel -c -m 755 sox /usr/pkg/bin
/usr/bin/install -c -o root -g wheel -c -m 755 soxmix /usr/pkg/bin
./mkinstalldirs /usr/pkg/man/man1
/usr/bin/install -c -o root -g wheel -c -m 644 ./sox.1 /usr/pkg/man/man1
if [ -f /usr/pkg/man/man1/soxmix.1 ] ; then rm -f /usr/pkg/man/man1/ 
soxmix.1; fi
cd /usr/pkg/man/man1 && ln -s sox.1 soxmix.1
/usr/bin/install -c -o root -g wheel -c -m 644 ./soxexam.1 /usr/pkg/ 
man/man1
=> Automatic manual page handling
=> Registering installation for sox-12.18.1


Thanks,
- Jesse