svn commit: r306420 - in head: . Mk audio audio/abcde audio/gogo audio/grip audio/pacpl
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 26 06:33:43 UTC 2012
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 <mchopra at engmail.uwaterloo.ca>
-#
+# Created by: Munish Chopra <mchopra at engmail.uwaterloo.ca>
# $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 at posi.net
-#
+# Created by: kbyanc at 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 <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
# $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
More information about the svn-ports-head
mailing list