summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 03:28:30 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 03:28:30 +0000
commit1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch)
treebb96e15bdbdb742febe5467ec9a1dffea805d91b /audio
parent- Fix pkg-plist for nano and nano-devel. (diff)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes: svn path=/head/; revision=315433
Diffstat (limited to 'audio')
-rw-r--r--audio/bebocd/Makefile9
-rw-r--r--audio/cantus_3/Makefile9
-rw-r--r--audio/cowbell/Makefile3
-rw-r--r--audio/extace/Makefile3
-rw-r--r--audio/glame/Makefile3
-rw-r--r--audio/lash/Makefile3
-rw-r--r--audio/liteamp/Makefile8
-rw-r--r--audio/musicbox-tag-editor/Makefile4
-rw-r--r--audio/ripperx/Makefile7
-rw-r--r--audio/soundtracker/Makefile1
-rw-r--r--audio/streamtuner/Makefile3
-rw-r--r--audio/sweep/Makefile3
-rw-r--r--audio/tagtool/Makefile4
-rw-r--r--audio/terminatorx/Makefile4
-rw-r--r--audio/timemachine/Makefile9
-rw-r--r--audio/zinf/Makefile9
16 files changed, 36 insertions, 46 deletions
diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile
index bec4995d059f..710483582873 100644
--- a/audio/bebocd/Makefile
+++ b/audio/bebocd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bebocd
-# Date created: 02 July 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= bebocd
PORTVERSION= 0.4
@@ -17,7 +13,8 @@ COMMENT= GTK2 CD Player
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
USE_XORG= x11
-USE_GNOME= gnomehack gtk20
+USES= pathfix
+USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile
index bdbc64f00863..323e6b34d080 100644
--- a/audio/cantus_3/Makefile
+++ b/audio/cantus_3/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cantus_3
-# Date created: 18 May 2004
-# Whom: asa@gascom.ru
-#
+# Created by: asa@gascom.ru
# $FreeBSD$
-#
PORTNAME= cantus
PORTVERSION= 3.0.2
@@ -27,7 +23,8 @@ LATEST_LINK= ${PORTNAME}3
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix libglade2 glib20
+USES= pathfix
+USE_GNOME= gnomeprefix libglade2 glib20
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/audio/cowbell/Makefile b/audio/cowbell/Makefile
index cf8fb83fbf3d..88b54da46be4 100644
--- a/audio/cowbell/Makefile
+++ b/audio/cowbell/Makefile
@@ -12,7 +12,8 @@ COMMENT= Elegant music organizer
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
-USE_GNOME= gnomehack gnomeprefix intltool gtksharp20
+USES= pathfix
+USE_GNOME= gnomeprefix intltool gtksharp20
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
index 51614f272209..9808a4c786d4 100644
--- a/audio/extace/Makefile
+++ b/audio/extace/Makefile
@@ -12,7 +12,8 @@ COMMENT= Audio visualization plugin for the X Window System
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3
-USE_GNOME= esound gnomehack gnomehier gtk20
+USES= pathfix
+USE_GNOME= esound gnomehier gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index 34a03ae91c49..0ecf7704b37e 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -20,7 +20,8 @@ USE_AUTOTOOLS= libltdl libtool
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
+USES= pathfix
+USE_GNOME= gnomeprefix libgnomeui
USE_XORG= xbitmaps x11
INFO= glame glame-dev
diff --git a/audio/lash/Makefile b/audio/lash/Makefile
index e1c7d4fea5a9..ead479fe4888 100644
--- a/audio/lash/Makefile
+++ b/audio/lash/Makefile
@@ -20,7 +20,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
OPTIONS_DEFINE= READLINE DOCS
OPTIONS_DEFAULT=READLINE
-USE_GNOME= gnomehack gtk20 libxml2
+USES= pathfix
+USE_GNOME= gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index a9497dafdb90..92af33cf127c 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: liteamp
-# Date created: 24 June 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
+# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= liteamp
@@ -21,7 +18,8 @@ LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad \
vorbisfile.6:${PORTSDIR}/audio/libvorbis
-USE_GNOME= gnomehack libgnomeui
+USES= pathfix
+USE_GNOME= libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile
index 96ffb69ca9e0..34bce6451718 100644
--- a/audio/musicbox-tag-editor/Makefile
+++ b/audio/musicbox-tag-editor/Makefile
@@ -1,7 +1,6 @@
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
# $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $
-
PORTNAME= musicbox-tag-editor
PORTVERSION= 0.2.3
PORTREVISION= 15
@@ -14,7 +13,8 @@ COMMENT= Simple GTK+ audio tag editor
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
-USE_GNOME= gnomehack gnomeprefix libglade2
+USES= pathfix
+USE_GNOME= gnomeprefix libglade2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile
index 63c800c077d0..d733828189d2 100644
--- a/audio/ripperx/Makefile
+++ b/audio/ripperx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ripperx
-# Date created: 2006-12-26
-# Whom: trasz <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
-#
PORTNAME= ripperx
PORTVERSION= 2.7.3
@@ -21,6 +17,7 @@ RUN_DEPENDS= cdparanoia:${PORTSDIR}/audio/cdparanoia
GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
+USES= pathfix
USE_GNOME= gtk20 gnomehack
MAN1= ripperX.1
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index 2b2ab855ae9f..4802e73e88de 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -16,6 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
+USES= pathfix
USE_GNOME= esound gdkpixbuf gnomehack
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index c45d8be4c9b1..53ff6014ea48 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-USE_GNOME= gtk20 gnomehack gnomeprefix
+USES= pathfix
+USE_GNOME= gtk20 gnomeprefix
USE_GMAKE= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index a3b27f075ee9..6633b889c935 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -18,7 +18,8 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
speex:${PORTSDIR}/audio/speex
USE_BZIP2= yes
-USE_GNOME= gnomehack gtk20
+USES= pathfix
+USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
index 78daf4921cef..075bd66fc6d9 100644
--- a/audio/tagtool/Makefile
+++ b/audio/tagtool/Makefile
@@ -1,7 +1,6 @@
# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $FreeBSD$
# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
-
PORTNAME= tagtool
PORTVERSION= 0.12.3
PORTREVISION= 12
@@ -15,7 +14,8 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \
vorbis:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
-USE_GNOME= gnomehack intlhack libglade2
+USES= pathfix
+USE_GNOME= intlhack libglade2
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index 7851e71716f4..bf597d38849a 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -1,7 +1,6 @@
# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/audio/terminatorx/Makefile,v 1.6 2007/08/04 03:51:28 marcus Exp $
-
PORTNAME= terminatorx
PORTVERSION= 3.84
PORTREVISION= 2
@@ -27,7 +26,8 @@ MPG123_DESC= mpg123 support
USE_BZIP2= yes
USE_XORG= x11 xext xi xxf86dga ice sm
-USE_GNOME= gnomehack gnomehier gtk20 libxml2
+USES= pathfix
+USE_GNOME= gnomehier gtk20 libxml2
USE_GMAKE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile
index 12c08ef7341e..6f36759fa99d 100644
--- a/audio/timemachine/Makefile
+++ b/audio/timemachine/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: timemachine
-# Date created: 2007-01-25
-# Whom: trasz <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
-#
PORTNAME= timemachine
PORTVERSION= 0.3.3
@@ -22,7 +18,8 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
OPTIONS_DEFINE= LASH
-USE_GNOME= gnomehack gtk20
+USES= pathfix
+USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
index 683d79ee8e00..552e4e441b17 100644
--- a/audio/zinf/Makefile
+++ b/audio/zinf/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: freeamp
-# Date Created: 26 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
+# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
-#
PORTNAME= zinf
PORTVERSION= 2.2.5
@@ -17,7 +13,8 @@ COMMENT= GTK-based MP3 player
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
gdbm.4:${PORTSDIR}/databases/gdbm
-USE_GNOME= gnomehack gtk20 lthack
+USES= pathfix
+USE_GNOME= gtk20 lthack
WANT_GNOME= yes
USE_PERL5= yes
USE_GETTEXT= yes