The libsndfile port has an OPTIONS switch, SQLITE3. The only thing the SQLITE3 switch does, is link the sndfile-regtest utility against SQLite3. This utility is only useful when performing regression tests, which almost nobody will do. Fix: I guess this switch could better be renamed to something that really makes its meaning obvious, like REGTEST "Build working regression test utility". Another option is to remove the switch.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer
mezz 2007-08-25 22:56:26 UTC FreeBSD ports repository Modified files: audio/libsndfile Makefile Added files: audio/libsndfile/files patch-flac_metadata_support Log: - Add support for FLAC metadata. [1] - Remove sqlite3 option and disable it by default, since it's only for regression tests. - Bump the PORTREVISION. PR: ports/114524 ports/115805 Suggested by: Ed Schouten <ed@fxq.nl> Obtained from: https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1] Revision Changes Path 1.37 +5 -10 ports/audio/libsndfile/Makefile 1.1 +44 -0 ports/audio/libsndfile/files/patch-flac_metadata_support (new) _______________________________________________ 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 I have removed and disable it. Thanks for suggested.