From owner-svn-ports-all@FreeBSD.ORG Mon Dec 17 20:00:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29970E98; Mon, 17 Dec 2012 20:00:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E89FE8FC0C; Mon, 17 Dec 2012 20:00:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHK0rwG057434; Mon, 17 Dec 2012 20:00:53 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHK0rKi057433; Mon, 17 Dec 2012 20:00:53 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201212172000.qBHK0rKi057433@svn.freebsd.org> From: Wesley Shields Date: Mon, 17 Dec 2012 20:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309125 - head/audio/firefly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 20:00:54 -0000 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 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 +# Created by: Mark Foster # $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 -.if defined(WITH_JAPANESE) +.if ${PORT_OPTIONS:MJAPANESE} EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_scan-mp3.c USE_ICONV= yes CONFIGURE_ARGS+= --enable-iconv