Date: Mon, 17 Dec 2012 20:00:53 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309125 - head/audio/firefly Message-ID: <201212172000.qBHK0rKi057433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@foster.cc> +# Created by: Mark Foster <mark@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212172000.qBHK0rKi057433>