From owner-svn-ports-head@FreeBSD.ORG Fri Oct 26 06:33:42 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE03183B; Fri, 26 Oct 2012 06:33:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A325D8FC18; Fri, 26 Oct 2012 06:33:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9Q6Xgex040253; Fri, 26 Oct 2012 06:33:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9Q6Xg4o040245; Fri, 26 Oct 2012 06:33:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210260633.q9Q6Xg4o040245@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 26 Oct 2012 06:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306420 - in head: . Mk audio audio/abcde audio/gogo audio/grip audio/pacpl 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.14 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: Fri, 26 Oct 2012 06:33:43 -0000 Author: bapt Date: Fri Oct 26 06:33:41 2012 New Revision: 306420 URL: http://svn.freebsd.org/changeset/ports/306420 Log: Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself Feature safe: yes Deleted: head/audio/gogo/ Modified: head/MOVED head/Mk/bsd.options.desc.mk head/Mk/bsd.port.mk head/audio/Makefile head/audio/abcde/Makefile head/audio/grip/Makefile head/audio/pacpl/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 26 06:26:46 2012 (r306419) +++ head/MOVED Fri Oct 26 06:33:41 2012 (r306420) @@ -3828,3 +3828,4 @@ x11-toolkits/wxgtk24||2012-10-26|Not sup x11-toolkits/wxgtk24-contrib||2012-10-26|Not supported upstream anymore, consider using more recent version x11-toolkits/wxgtk24-docs||2012-10-26|Not supported upstream anymore, consider using more recent version x11-toolkits/py-wxPython24||2012-10-26|Not supported upstream anymore, consider using more recent version +audio/gogo||2012-10-26|No more public distfiles Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Fri Oct 26 06:26:46 2012 (r306419) +++ head/Mk/bsd.options.desc.mk Fri Oct 26 06:33:41 2012 (r306420) @@ -106,7 +106,6 @@ GNOMEVFS2_DESC?= GnomeVFS2 (virtual file GNUPG_DESC?= GNU Privacy Guard GNUPLOT_DESC?= Plotting via gnuplot GNUTLS_DESC?= SSL/TLS via GnuTLS -GOGO_DESC?= GOGO MP3 audio encoder GOPHER_DESC?= Gopher support GPERFTOOLS_DESC?= Google gperftools GPHOTO_DESC?= Digital cameras via libgphoto2 Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Oct 26 06:26:46 2012 (r306419) +++ head/Mk/bsd.port.mk Fri Oct 26 06:33:41 2012 (r306420) @@ -1652,10 +1652,14 @@ PLIST_SUB+= LIB32DIR=${LIB32DIR} .if defined(WITH_PKGNG) .if !defined(PKG_DEPENDS) .if !defined(CLEAN_FETCH_ENV) +.if defined(WITH_PKG_DEVEL) +PKG_DEPENDS+= ${LOCALBASE}/sbin/pkg:${PORTSDIR}/ports-mgmt/pkg-devel +.else PKG_DEPENDS+= ${LOCALBASE}/sbin/pkg:${PORTSDIR}/ports-mgmt/pkg .endif .endif .endif +.endif .if defined(USE_ZIP) EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Oct 26 06:26:46 2012 (r306419) +++ head/audio/Makefile Fri Oct 26 06:33:41 2012 (r306420) @@ -239,7 +239,6 @@ SUBDIR += gnupod SUBDIR += gnustep-cdplayer SUBDIR += gogglesmm - SUBDIR += gogo SUBDIR += gogo-petit SUBDIR += goobox SUBDIR += gqmpeg Modified: head/audio/abcde/Makefile ============================================================================== --- head/audio/abcde/Makefile Fri Oct 26 06:26:46 2012 (r306419) +++ head/audio/abcde/Makefile Fri Oct 26 06:33:41 2012 (r306420) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abcde -# Date created: July 29, 2002 -# Whom: Munish Chopra -# +# Created by: Munish Chopra # $FreeBSD$ -# PORTNAME= abcde PORTVERSION= 2.4.2 @@ -28,7 +24,7 @@ MAN1= abcde.1 cddb-tool.1 PLIST_FILES= bin/abcde bin/cddb-tool etc/abcde.conf.sample -OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT GOGO FLAC MPP NORMALIZE REPLAYGAIN SPEEX +OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX EJECT_DESC?= Enable auto-eject support NORMALIZE_DESC?= Enable normalize support @@ -60,10 +56,6 @@ RUN_DEPENDS+= normalize:${PORTSDIR}/audi RUN_DEPENDS+= speexenc:${PORTSDIR}/audio/speex .endif -.if ${PORT_OPTIONS:MGOGO} -RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo -.endif - .if ${PORT_OPTIONS:MAAC} RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac .endif Modified: head/audio/grip/Makefile ============================================================================== --- head/audio/grip/Makefile Fri Oct 26 06:26:46 2012 (r306419) +++ head/audio/grip/Makefile Fri Oct 26 06:33:41 2012 (r306420) @@ -1,7 +1,4 @@ -# New ports collection makefile for: grip -# Date created: 31 May 2000 -# Whom: kbyanc@posi.net -# +# Created by: kbyanc@posi.net # $FreeBSD$ # $MCom: ports/audio/grip/Makefile,v 1.4 2007/05/19 21:35:57 marcus Exp $ @@ -24,7 +21,7 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC GOGO +OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC OPTIONS_DEFAULT= CDPARANOIA VORBIS .if !defined(PACKAGE_BUILDING) @@ -58,10 +55,6 @@ RUN_DEPENDS+= faac:${PORTSDIR}/audio/faa RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac .endif -.if ${PORT_OPTIONS:MGOGO} -RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo -.endif - .if ${PORT_OPTIONS:MLAME} RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Fri Oct 26 06:26:46 2012 (r306419) +++ head/audio/pacpl/Makefile Fri Oct 26 06:33:41 2012 (r306420) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pacpl -# Date created: 21 July 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= pacpl PORTVERSION= 4.0.5 @@ -19,7 +15,7 @@ USE_PERL5_RUN= yes ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG GOGO \ +OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG \ LAME LAUDIO SNDFILE LPAC APE APETAG MP3TAG MP4TAG \ MPP MPLAYER OPTIMFROG VORBIS VORBISTAG SHORTEN \ SOX SPEEX TOOLAME TTA WAVPACK WMATAG KDE4 AMAROK NORELANGS \ @@ -110,10 +106,6 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/fla RUN_DEPENDS+= p5-Audio-FLAC-Header>0:${PORTSDIR}/audio/p5-Audio-FLAC-Header .endif -.if ${PORT_OPTIONS:MGOGO} -RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo -.endif - .if ${PORT_OPTIONS:MLAME} RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif