Re: [Plib-devel] Making a PLIB release.
Brought to you by:
sjbaker
From: Martin S. <Mar...@un...> - 2005-01-13 15:59:40
|
Steve Baker wrote: > For those without CVS access, you can download the 1.8.4 release > candidate from: > > http://plib.sourceforge.net/dist/plib-1.8.4_RC.tar.gz The patch against src/sl/slPortability.h is still missing: --- ./src/sl/slPortability.h.orig Sat Sep 7 17:54:59 2002 +++ ./src/sl/slPortability.h Sat Sep 7 17:55:22 2002 @@ -74,7 +74,7 @@ # if defined(__linux__) # include <linux/soundcard.h> # elif defined(__FreeBSD__) -# include <machine/soundcard.h> +# include <sys/soundcard.h> # else /* Tom thinks this file may be <sys/soundcard.h> under some Without this one the build actually still breaks on current FreeBSD RELEASE - in contrast to the respective clause in the ChangeLog !! Bert promised to apply _two_ patches but in fact he only applied one. I really don't understand why this is soooo difficult: A patch is present, it has been mentioned several times, it is _obvious_ that the patch is necessary in order to build PLIB on recent FreeBSD RELEASEs, someone promised to apply the patch, the ChangeLog has already been updated accordingly - but the patch did never get in. So please apply this patch or don't pretend that the package builds cleanly on FreeBSD. Thanks, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- |