Bug 185234 - audio/musicpd unrecognized options: --disable-oggflac
Summary: audio/musicpd unrecognized options: --disable-oggflac
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 17:40 UTC by Zsolt Udvari
Modified: 2013-12-27 21:50 UTC (History)
1 user (show)

See Also:


Attachments
musicpd-oggflac.diff (417 bytes, patch)
2013-12-27 17:40 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2013-12-27 17:40:03 UTC
Building of audio/musicpd:
configure: WARNING: unrecognized options: --disable-oggflac
I think it's only a typo in Makefile.
Patch attached.

How-To-Repeat: Build audio/musicpd without option 'flac'.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-27 17:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-27 21:44:56 UTC
Author: crees
Date: Fri Dec 27 21:44:48 2013
New Revision: 337812
URL: http://svnweb.freebsd.org/changeset/ports/337812

Log:
  Remove removed configure switch
  
  PR:		ports/185234
  Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Fri Dec 27 21:35:41 2013	(r337811)
+++ head/audio/musicpd/Makefile	Fri Dec 27 21:44:48 2013	(r337812)
@@ -73,8 +73,7 @@ IGNORE=${MSG}  You also have musicpd.con
 .if ${PORT_OPTIONS:MFLAC}
 LIB_DEPENDS+=	libFLAC.so:${PORTSDIR}/audio/flac
 .else
-CONFIGURE_ARGS+=--disable-flac \
-		--disable-oggflac
+CONFIGURE_ARGS+=--disable-flac
 .endif
 
 .if ${PORT_OPTIONS:MVORBIS}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2013-12-27 21:45:18 UTC
State Changed
From-To: open->closed

Not a typo, just a switch in the older versions.  Thanks for noticing 
though, committed!