Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 22:05:30 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173789: [PATCH] audio/firefly optionsng
Message-ID:  <201211212205.qALM5Uwu046017@red.freebsd.org>
Resent-Message-ID: <201211212210.qALMA4fG038830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@foster.cc>
+# Created by:  Mark Foster <mark@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212205.qALM5Uwu046017>