Bug 114524 - audio/libsndfile: The SQLITE3 switch is misleading (useless?)
Summary: audio/libsndfile: The SQLITE3 switch is misleading (useless?)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 11:50 UTC by Ed Schouten
Modified: 2007-08-26 00:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-07-12 11:50:03 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-12 11:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-25 23:56:31 UTC
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"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2007-08-25 23:57:25 UTC
State Changed
From-To: open->closed

I have removed and disable it. Thanks for suggested.