#18290 closed enhancement (fixed)
mpd-0.13.2-remove bogus configure flags
Reported by: | rmsfisher@… | Owned by: | rmsfisher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | mpd | Cc: | milosh@… |
Port: | mpd |
Description
To make mpd work with as few or as many dependencies as the user wants, Emmanuel (milosh@) and I have been making variants for each optional dependency. Those dependencies which are enabled by default by the mpd source are marked as default variants. Until now the default variants had, for example:
configure.args-delete --disable-flac
configure.args-appent --enable-flac
If the flac library is detected by mpd's configure script and it is not explicitly disabled, it will be used. Because of this, there is no configure flag "--enable-flac". This patch trims bogus configure flags from existing variants.
Attachments (1)
Change History (3)
Changed 16 years ago by rmsfisher@…
Attachment: | Portfile-mpd.diff added |
---|
comment:1 Changed 16 years ago by rmsfisher@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
22:20:52 < CIA-22> rmsfisher@… * r46174 /trunk/dports/audio/mpd/Portfile:
22:20:52 < CIA-22> http://trac.macports.org/changeset/46174[[BR]] 22:20:52 < CIA-22> audio/mpd remove bogus configure flags from variants