ports/173789: [PATCH] audio/firefly optionsng
Chris Petrik
c.petrik.sosa at gmail.com
Wed Nov 21 22:10:05 UTC 2012
>Number: 173789
>Category: ports
>Synopsis: [PATCH] audio/firefly optionsng
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 21 22:10:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release:
>Organization:
na
>Environment:
>Description:
OptionsNG Changes
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: firefly/Makefile
===================================================================
--- firefly/Makefile (revision 305743)
+++ firefly/Makefile (working copy)
@@ -1,8 +1,5 @@
-# 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$
-#
PORTNAME= firefly
PORTVERSION= 1696
@@ -22,8 +19,8 @@
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}"
@@ -45,11 +42,13 @@
USE_LDCONFIG= yes
-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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list