svn commit: r309125 - head/audio/firefly

Wesley Shields wxs at FreeBSD.org
Mon Dec 17 20:00:54 UTC 2012


Author: wxs
Date: Mon Dec 17 20:00:53 2012
New Revision: 309125
URL: http://svnweb.freebsd.org/changeset/ports/309125

Log:
  Switch to new options.
  Remove version number from LIB_DEPENDS.
  
  PR:		ports/173789
  Submitted by:	Chris Petrik <c.petrik.sosa at gmail.com>
  Approved by:	maintainer timeout

Modified:
  head/audio/firefly/Makefile   (contents, props changed)

Modified: head/audio/firefly/Makefile
==============================================================================
--- head/audio/firefly/Makefile	Mon Dec 17 19:43:30 2012	(r309124)
+++ head/audio/firefly/Makefile	Mon Dec 17 20:00:53 2012	(r309125)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:	mt-daapd-devel
-# Date created:				26 Nov 2007
-# Whom:					Mark Foster <mark at foster.cc>
+# Created by: Mark Foster <mark at foster.cc>
 # $FreeBSD$
 #
 
@@ -22,8 +20,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/vorb
 RUN_DEPENDS=	oggdec:${PORTSDIR}/audio/vorbis-tools \
 		flac:${PORTSDIR}/audio/flac
 LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg \
-		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
-		id3tag.0:${PORTSDIR}/audio/libid3tag
+		sqlite3:${PORTSDIR}/databases/sqlite3 \
+		id3tag:${PORTSDIR}/audio/libid3tag
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -47,11 +45,12 @@ USE_LDCONFIG=	yes
 
 USE_GCC=	any
 
-OPTIONS=	JAPANESE "Japanese support in ID3 tags" off
+OPTIONS_DEFINE=	JAPANESE
+JAPANESE_DESC=	Japanese support in ID3 tags
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_JAPANESE)
+.if ${PORT_OPTIONS:MJAPANESE}
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-src_scan-mp3.c
 USE_ICONV=	yes
 CONFIGURE_ARGS+=	--enable-iconv


More information about the svn-ports-all mailing list