From owner-svn-ports-head@freebsd.org Wed Sep 28 03:07:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C532AC00899; Wed, 28 Sep 2016 03:07:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89088168; Wed, 28 Sep 2016 03:07:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8S37NRn029142; Wed, 28 Sep 2016 03:07:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8S37NHF029140; Wed, 28 Sep 2016 03:07:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609280307.u8S37NHF029140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 28 Sep 2016 03:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422847 - head/audio/darkice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 03:07:24 -0000 Author: vanilla Date: Wed Sep 28 03:07:23 2016 New Revision: 422847 URL: https://svnweb.freebsd.org/changeset/ports/422847 Log: 1: Upgrade to 1.3. 2: refine configure arguments. Modified: head/audio/darkice/Makefile head/audio/darkice/distinfo Modified: head/audio/darkice/Makefile ============================================================================== --- head/audio/darkice/Makefile Wed Sep 28 02:30:29 2016 (r422846) +++ head/audio/darkice/Makefile Wed Sep 28 03:07:23 2016 (r422847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darkice -PORTVERSION= 1.2 -PORTREVISION?= 3 +PORTVERSION= 1.3 CATEGORIES= audio net MASTER_SITES= SF @@ -13,7 +12,7 @@ COMMENT= IceCast, IceCast2, and ShoutCas LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no CONFIGURE_ARGS= --without-alsa @@ -29,33 +28,27 @@ OPTIONS_DEFAULT= VORBIS AACPLUS_DESC= AAC HEv2 and libsamplerate support AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus \ libsamplerate.so:audio/libsamplerate -AACPLUS_CONFIGURE_ON= --with-aacplus-prefix=${LOCALBASE} \ - --with-samplerate-prefix=${LOCALBASE} +AACPLUS_CONFIGURE_ON= --with-aacplus --with-samplerate AACPLUS_CONFIGURE_OFF= --without-aacplus --without-samplerate FAAC_LIB_DEPENDS= libfaac.so:audio/faac FAAC_CONFIGURE_ON= --with-faac-prefix=${LOCALBASE} FAAC_CONFIGURE_OFF= --without-faac JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_ON= --with-jack-prefix=${LOCALBASE} -JACK_CONFIGURE_OFF= --without-jack +JACK_CONFIGURE_WITH= jack LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} LAME_CONFIGURE_OFF= --without-lame OPUS_LIB_DEPENDS= libopus.so:audio/opus -OPUS_CONFIGURE_ON= --with-opus-prefix=${LOCALBASE} -OPUS_CONFIGURE_OFF= --without-opus +OPUS_CONFIGURE_WITH= opus PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_ON= --with-pulseaudio-prefix=${LOCALBASE} -PULSEAUDIO_CONFIGURE_OFF= --without-pulseaudio +PULSEAUDIO_CONFIGURE_WITH= pulseaudio TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame -TWOLAME_CONFIGURE_ON= --with-twolame-prefix=${LOCALBASE} -TWOLAME_CONFIGURE_OFF= --without-twolame +TWOLAME_CONFIGURE_WITH= twolame VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CONFIGURE_ON= --with-vorbis-prefix=${LOCALBASE} -VORBIS_CONFIGURE_OFF= --without-vorbis +VORBIS_CONFIGURE_WITH= vorbis post-patch: - @${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.am + @${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/audio/darkice/distinfo ============================================================================== --- head/audio/darkice/distinfo Wed Sep 28 02:30:29 2016 (r422846) +++ head/audio/darkice/distinfo Wed Sep 28 03:07:23 2016 (r422847) @@ -1,2 +1,3 @@ -SHA256 (darkice-1.2.tar.gz) = b3fba9be2d9c72f36b0659cd9ce0652c8f973b5c6498407f093da9a364fdb254 -SIZE (darkice-1.2.tar.gz) = 357026 +TIMESTAMP = 1475029544 +SHA256 (darkice-1.3.tar.gz) = 2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6 +SIZE (darkice-1.3.tar.gz) = 371411