portupgrade: ===> Building for libsndfile-1.0.17_1 Making all in man Making all in Win32 Making all in Octave Making all in src make all-recursive Making all in GSM610 Making all in G72x Making all in examples if cc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -I/usr/local/include -O2 -fno-strict-aliasing -pipe -std=gnu99 -W -Wall -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -MT sndfile-play.o -MD -MP -MF ".deps/sndfile-play.Tpo" -c -o sndfile-play.o sndfile-play.c; then mv -f ".deps/sndfile-play.Tpo" ".deps/sndfile-play.Po"; else rm -f ".deps/sndfile-play.Tpo"; exit 1; fi sndfile-play.c: In function `linux_open_dsp_device': sndfile-play.c:430: error: `SOUND_PCM_SETFMT_is_obsolete_use_SNDCTL_DSP_SETFMT_instead' undeclared (first use in this function) sndfile-play.c:430: error: (Each undeclared identifier is reported only once sndfile-play.c:430: error: for each function it appears in.) sndfile-play.c:435: error: `SOUND_PCM_WRITE_CHANNELS_is_obsolete_use_SNDCTL_DSP_CHANNELS_instead' undeclared (first use in this function) sndfile-play.c:440: error: `SOUND_PCM_WRITE_RATE_is_obsolet_use_SNDCTL_DSP_SPEED_instead' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/audio/libsndfile/work/libsndfile-1.0.17/examples. *** Error code 1 Stop in /usr/ports/audio/libsndfile/work/libsndfile-1.0.17. *** Error code 1 Stop in /usr/ports/audio/libsndfile. *** Error code 1 Stop in /usr/ports/audio/libsndfile.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer
mezz 2007-09-15 16:02:19 UTC FreeBSD ports repository Modified files: audio/libsndfile Makefile Log: - Fix the build when audio/oss is installed by force to search for sys/soundcard.h in /usr/include first rather than oss's header. [1] - While I am here, fix the flac option. The autocheck is not need when it is enable by default and add --disable-flac to make WITHOUT_FLAC works. PR: ports/116268 [1] Reported by: Volker <heizraum@freenet.de> [1] Revision Changes Path 1.38 +5 -2 ports/audio/libsndfile/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Should be fixed, let me know if it doesn't work for you. Thanks for report!