aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-04-19 10:30:02 +0800
committerwill <will@FreeBSD.org>2002-04-19 10:30:02 +0800
commit4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch)
tree8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /audio
parent9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff)
downloadfreebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz
freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.zst
freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile6
-rw-r--r--audio/kmikmod/Makefile38
-rw-r--r--audio/kmikmod/distinfo1
-rw-r--r--audio/kmikmod/files/patch-aa11
-rw-r--r--audio/kmikmod/pkg-comment1
-rw-r--r--audio/kmikmod/pkg-descr9
-rw-r--r--audio/kmikmod/pkg-plist19
-rw-r--r--audio/kmp3/Makefile25
-rw-r--r--audio/kmp3/distinfo1
-rw-r--r--audio/kmp3/files/patch-ae14
-rw-r--r--audio/kmp3/pkg-comment1
-rw-r--r--audio/kmp3/pkg-descr6
-rw-r--r--audio/kmp3/pkg-plist83
-rw-r--r--audio/kmpg/Makefile20
-rw-r--r--audio/kmpg/distinfo1
-rw-r--r--audio/kmpg/files/patch-aa32
-rw-r--r--audio/kmpg/files/patch-ab11
-rw-r--r--audio/kmpg/files/patch-ac11
-rw-r--r--audio/kmpg/files/patch-ad10
-rw-r--r--audio/kmpg/files/patch-ae10
-rw-r--r--audio/kmpg/files/patch-af11
-rw-r--r--audio/kmpg/files/patch-ag10
-rw-r--r--audio/kmpg/files/patch-ah11
-rw-r--r--audio/kmpg/files/patch-ai13
-rw-r--r--audio/kmpg/pkg-comment1
-rw-r--r--audio/kmpg/pkg-descr13
-rw-r--r--audio/kmpg/pkg-plist31
-rw-r--r--audio/krio/Makefile21
-rw-r--r--audio/krio/distinfo1
-rw-r--r--audio/krio/files/patch-aa14
-rw-r--r--audio/krio/files/patch-ab16
-rw-r--r--audio/krio/files/patch-ac11
-rw-r--r--audio/krio/pkg-comment1
-rw-r--r--audio/krio/pkg-descr24
-rw-r--r--audio/krio/pkg-plist9
-rw-r--r--audio/musicbox/Makefile46
-rw-r--r--audio/musicbox/distinfo1
-rw-r--r--audio/musicbox/files/patch-ListView.cpp26
-rw-r--r--audio/musicbox/files/patch-Makefile98
-rw-r--r--audio/musicbox/files/patch-MultiListBox.h10
-rw-r--r--audio/musicbox/files/patch-player.cpp60
-rw-r--r--audio/musicbox/files/patch-qktstreelist.cpp20
-rw-r--r--audio/musicbox/pkg-comment1
-rw-r--r--audio/musicbox/pkg-descr4
-rw-r--r--audio/xamp/Makefile38
-rw-r--r--audio/xamp/distinfo4
-rw-r--r--audio/xamp/files/patch-aa63
-rw-r--r--audio/xamp/files/patch-ab42
-rw-r--r--audio/xamp/files/patch-ac11
-rw-r--r--audio/xamp/files/patch-ae11
-rw-r--r--audio/xamp/files/patch-ag11
-rw-r--r--audio/xamp/files/patch-ah11
-rw-r--r--audio/xamp/files/patch-ai12
-rw-r--r--audio/xamp/files/patch-aj12
-rw-r--r--audio/xamp/files/patch-ak12
-rw-r--r--audio/xamp/files/patch-al12
-rw-r--r--audio/xamp/pkg-comment1
-rw-r--r--audio/xamp/pkg-descr18
-rw-r--r--audio/xamp/pkg-plist68
59 files changed, 0 insertions, 1089 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 0559eabca7c4..994d92621fa3 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -95,12 +95,8 @@
SUBDIR += juke
SUBDIR += kdemultimedia2
SUBDIR += khordpro
- SUBDIR += kmikmod
- SUBDIR += kmp3
- SUBDIR += kmpg
SUBDIR += knapster
SUBDIR += koog
- SUBDIR += krio
SUBDIR += ksmp3play
SUBDIR += lame
SUBDIR += lame-devel
@@ -146,7 +142,6 @@
SUBDIR += mpmf20
SUBDIR += mpt
SUBDIR += mq3
- SUBDIR += musicbox
SUBDIR += musicbrainz
SUBDIR += mutemix
SUBDIR += mxv
@@ -245,7 +240,6 @@
SUBDIR += wsoundprefs
SUBDIR += wsoundserver
SUBDIR += x11amp
- SUBDIR += xamp
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xhippo
diff --git a/audio/kmikmod/Makefile b/audio/kmikmod/Makefile
deleted file mode 100644
index 8bbde88c0717..000000000000
--- a/audio/kmikmod/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: kmikmod
-# Date created: 1 March 1999
-# Whom: Tom Hukins <tom@eborcom.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmikmod
-PORTVERSION= 2.04
-PORTREVISION= 1
-CATEGORIES= audio kde
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= tom
-
-MAINTAINER= tom@FreeBSD.org
-
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
- kdeui.3:${PORTSDIR}/x11/kdelibs11
-
-USE_BZIP2= yes
-WRKSRC= ${WRKDIR}/kmikmod
-USE_QT_VER= 1
-USE_GMAKE= yes
-WANT_ESOUND= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure libmikmod/configure
-
-.include <bsd.port.pre.mk>
-
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
-.endif
-
-pre-configure:
- cd ${WRKSRC}/libmikmod; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
-
-.include <bsd.port.post.mk>
diff --git a/audio/kmikmod/distinfo b/audio/kmikmod/distinfo
deleted file mode 100644
index 9dd37227827e..000000000000
--- a/audio/kmikmod/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kmikmod-2.04.tar.bz2) = 094872c0b3ad9cdad3a4da8dcfdf038c
diff --git a/audio/kmikmod/files/patch-aa b/audio/kmikmod/files/patch-aa
deleted file mode 100644
index 9361b7c440f8..000000000000
--- a/audio/kmikmod/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmikmod/Makefile.in.orig Sat Sep 30 11:47:17 2000
-+++ kmikmod/Makefile.in Sat Sep 30 11:47:44 2000
-@@ -150,7 +150,7 @@
- MIKMOD=../libmikmod
-
- APPSDIR = $(kde_appsdir)/Multimedia
--INCLUDES= $(all_includes) -I./$(MIKMOD)/include
-+INCLUDES= -I./$(MIKMOD)/include $(all_includes)
- SUBDIRS = pics
- bin_PROGRAMS = kmikmod
- kmikmod_SOURCES = LCDWidget.cpp Main.cpp ModClass.cpp PlayList.cpp \
diff --git a/audio/kmikmod/pkg-comment b/audio/kmikmod/pkg-comment
deleted file mode 100644
index d74c1bf76af6..000000000000
--- a/audio/kmikmod/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE module player based on mikmod
diff --git a/audio/kmikmod/pkg-descr b/audio/kmikmod/pkg-descr
deleted file mode 100644
index a0c57c4d0569..000000000000
--- a/audio/kmikmod/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Kmikmod is a module player, based on mikmod, which is fully
-integrated with KDE.
-
-Kmikmod can play modules in many formats, including mod, stm, s3m,
-mtm, xm and it. Playlist support allows you to listen to
-pre-configured collections of modules.
-
-- Tom
-tom@FreeBSD.org
diff --git a/audio/kmikmod/pkg-plist b/audio/kmikmod/pkg-plist
deleted file mode 100644
index 5dba2f42f15e..000000000000
--- a/audio/kmikmod/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/kmikmod
-share/applnk/Multimedia/kmikmod.kdelnk
-share/apps/kmikmod/pics/km_configure.xpm
-share/apps/kmikmod/pics/km_eject.xpm
-share/apps/kmikmod/pics/km_fb.xpm
-share/apps/kmikmod/pics/km_ff.xpm
-share/apps/kmikmod/pics/km_logo.xpm
-share/apps/kmikmod/pics/km_next.xpm
-share/apps/kmikmod/pics/km_playpause.xpm
-share/apps/kmikmod/pics/km_prev.xpm
-share/apps/kmikmod/pics/km_quit.xpm
-share/apps/kmikmod/pics/km_stop.xpm
-share/icons/kmikmod.xpm
-share/icons/mini/kmikmod.xpm
-share/locale/de/LC_MESSAGES/kmikmod.mo
-share/locale/fi/LC_MESSAGES/kmikmod.mo
-share/locale/fr/LC_MESSAGES/kmikmod.mo
-@dirrm share/apps/kmikmod/pics
-@dirrm share/apps/kmikmod
diff --git a/audio/kmp3/Makefile b/audio/kmp3/Makefile
deleted file mode 100644
index 7eaf87735c5d..000000000000
--- a/audio/kmp3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: kmpg
-# Date created: 24 May 1999
-# Whom: Oscar Bonilla <obonilla@fisicc-ufm.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmp3
-PORTVERSION= 1.0
-CATEGORIES= audio kde
-MASTER_SITES= http://area51.mfh-iserlohn.de/kmp3/tarballs/
-
-MAINTAINER= mbr@FreeBSD.org
-
-LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11
-
-USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/kmp3
-
-pre-configure:
- ${PERL} -pi.orig -e 's|-O4 -m486|${CFLAGS}|' ${WRKSRC}/src/mpeg/configure
-
-.include <bsd.port.mk>
diff --git a/audio/kmp3/distinfo b/audio/kmp3/distinfo
deleted file mode 100644
index 3751762e6792..000000000000
--- a/audio/kmp3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kmp3-1.0.tar.gz) = 8630aa108c7a01a999d094801d63f5da
diff --git a/audio/kmp3/files/patch-ae b/audio/kmp3/files/patch-ae
deleted file mode 100644
index d0428c42c2db..000000000000
--- a/audio/kmp3/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/mpeg/buffer.c Sun Nov 7 17:17:03 1999
-+++ src/mpeg/buffer.c Sun Mar 5 13:28:11 2000
-@@ -63,11 +63,6 @@
- for (;;) {
- if (intflag) {
- intflag = FALSE;
--//#if defined(SOLARIS) || defined(__NetBSD__)
--// if (param.outmode == DECODE_AUDIO)
--// audio_queueflush (ai);
--//#endif
--// xf->readindex = xf->freeindex;
- #if defined(SOLARIS) || defined(__NetBSD__)
- if (param.outmode == DECODE_AUDIO)
- audio_queueflush (ai);
diff --git a/audio/kmp3/pkg-comment b/audio/kmp3/pkg-comment
deleted file mode 100644
index 0d870ab7d10f..000000000000
--- a/audio/kmp3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An mp3 player for the KDE
diff --git a/audio/kmp3/pkg-descr b/audio/kmp3/pkg-descr
deleted file mode 100644
index 84ab71d3c800..000000000000
--- a/audio/kmp3/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is an enchanced mp3 player for the K Desktop Environment.
-Looks like the cd player that comes with kmultimedia (kscd).
-
--Martin Blapp <mb@imp.ch>
-
-WWW: http://area51.mfh-iserlohn.de/kmp3/
diff --git a/audio/kmp3/pkg-plist b/audio/kmp3/pkg-plist
deleted file mode 100644
index e591c1b8861d..000000000000
--- a/audio/kmp3/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/kmp3
-bin/plugMP3.so
-share/applnk/Multimedia/KMp3.kdelnk
-share/apps/kmp3/formats
-share/apps/kmp3/pics/add.xpm
-share/apps/kmp3/pics/addpl.xpm
-share/apps/kmp3/pics/clear.xpm
-share/apps/kmp3/pics/del.xpm
-share/apps/kmp3/pics/dock_idle.xpm
-share/apps/kmp3/pics/dock_idle2.xpm
-share/apps/kmp3/pics/dock_paused.xpm
-share/apps/kmp3/pics/dock_paused2.xpm
-share/apps/kmp3/pics/dock_playing.xpm
-share/apps/kmp3/pics/dock_playing2.xpm
-share/apps/kmp3/pics/down.xpm
-share/apps/kmp3/pics/logo.xpm
-share/apps/kmp3/pics/new.xpm
-share/apps/kmp3/pics/open.xpm
-share/apps/kmp3/pics/rename.xpm
-share/apps/kmp3/pics/save.xpm
-share/apps/kmp3/pics/saveas.xpm
-share/apps/kmp3/pics/shuff.xpm
-share/apps/kmp3/pics/up.xpm
-share/apps/kmp3/plugins/plugMP3.so
-share/apps/kmp3/skins/.default/default_skin.xpm
-share/apps/kmp3/skins/winamp/Panic/cbuttons.bmp
-share/apps/kmp3/skins/winamp/Panic/eq_ex.bmp
-share/apps/kmp3/skins/winamp/Panic/eqmain.bmp
-share/apps/kmp3/skins/winamp/Panic/font.bmp
-share/apps/kmp3/skins/winamp/Panic/main.bmp
-share/apps/kmp3/skins/winamp/Panic/monoster.bmp
-share/apps/kmp3/skins/winamp/Panic/numbers.bmp
-share/apps/kmp3/skins/winamp/Panic/nums_ex.bmp
-share/apps/kmp3/skins/winamp/Panic/playpaus.bmp
-share/apps/kmp3/skins/winamp/Panic/pledit.bmp
-share/apps/kmp3/skins/winamp/Panic/pledit.txt
-share/apps/kmp3/skins/winamp/Panic/posbar.bmp
-share/apps/kmp3/skins/winamp/Panic/posbar_urk.bmp
-share/apps/kmp3/skins/winamp/Panic/shufrep.bmp
-share/apps/kmp3/skins/winamp/Panic/spec.bmp
-share/apps/kmp3/skins/winamp/Panic/text.bmp
-share/apps/kmp3/skins/winamp/Panic/titlebar.bmp
-share/apps/kmp3/skins/winamp/Panic/viscolor.txt
-share/apps/kmp3/skins/winamp/Panic/volume.bmp
-share/icons/kmp3.xpm
-share/icons/mini/kmp3.xpm
-share/locale/cs/LC_MESSAGES/kmp3.mo
-share/locale/cs/LC_MESSAGES/plugMP3.mo
-share/locale/da/LC_MESSAGES/kmp3.mo
-share/locale/da/LC_MESSAGES/plugMP3.mo
-share/locale/de/LC_MESSAGES/kmp3.mo
-share/locale/de/LC_MESSAGES/plugMP3.mo
-share/locale/el/LC_MESSAGES/kmp3.mo
-share/locale/el/LC_MESSAGES/plugMP3.mo
-share/locale/es/LC_MESSAGES/kmp3.mo
-share/locale/es/LC_MESSAGES/plugMP3.mo
-share/locale/fi/LC_MESSAGES/kmp3.mo
-share/locale/fr/LC_MESSAGES/kmp3.mo
-share/locale/fr/LC_MESSAGES/plugMP3.mo
-share/locale/hr/LC_MESSAGES/kmp3.mo
-share/locale/hu/LC_MESSAGES/kmp3.mo
-share/locale/hu/LC_MESSAGES/plugMP3.mo
-share/locale/is/LC_MESSAGES/kmp3.mo
-share/locale/it/LC_MESSAGES/kmp3.mo
-share/locale/nl/LC_MESSAGES/kmp3.mo
-share/locale/no/LC_MESSAGES/kmp3.mo
-share/locale/pl/LC_MESSAGES/kmp3.mo
-share/locale/pl/LC_MESSAGES/plugMP3.mo
-share/locale/pt_BR/LC_MESSAGES/kmp3.mo
-share/locale/ro/LC_MESSAGES/kmp3.mo
-share/locale/ro/LC_MESSAGES/plugMP3.mo
-share/locale/ru/LC_MESSAGES/kmp3.mo
-share/mimelnk/audio/x-mp1.kdelnk
-share/mimelnk/audio/x-mp2.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-playlist.kdelnk
-@dirrm share/apps/kmp3/skins/winamp/Panic
-@dirrm share/apps/kmp3/skins/winamp
-@dirrm share/apps/kmp3/skins/.default
-@dirrm share/apps/kmp3/skins
-@dirrm share/apps/kmp3/plugins
-@dirrm share/apps/kmp3/pics
-@dirrm share/apps/kmp3
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile
deleted file mode 100644
index 524ec9a7a648..000000000000
--- a/audio/kmpg/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: kmpg
-# Date created: 23 May 1998
-# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmpg
-PORTVERSION= 0.4.3a
-CATEGORIES= audio kde
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= tom
-
-MAINTAINER= tom@FreeBSD.org
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-.include <bsd.port.mk>
diff --git a/audio/kmpg/distinfo b/audio/kmpg/distinfo
deleted file mode 100644
index 9ba28ba45e4c..000000000000
--- a/audio/kmpg/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kmpg-0.4.3a.tar.gz) = 39616682b3e18522aa68535096f93929
diff --git a/audio/kmpg/files/patch-aa b/audio/kmpg/files/patch-aa
deleted file mode 100644
index 7d92e3c4659a..000000000000
--- a/audio/kmpg/files/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
---- lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h Mon Mar 1 16:02:46 1999
-@@ -24,7 +24,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <stdio.h>
--#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
-
-
- #define _MAX_MIX_SIZE 8192
---- lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h Mon Mar 1 16:24:00 1999
-@@ -24,7 +24,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <stdio.h>
--#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
-
- #define _MAX_MIX_SIZE 8192
- #define _MAX_MIX_ENTRIES 10
---- lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp Mon Mar 1 16:37:52 1999
-@@ -44,7 +44,6 @@
-
- action.sa_handler=hallo;
- action.sa_flags=0;
-- action.sa_restorer=0;
- sigaction(SIGHUP,&action,NULL);
- }
-
diff --git a/audio/kmpg/files/patch-ab b/audio/kmpg/files/patch-ab
deleted file mode 100644
index b965bbb4a263..000000000000
--- a/audio/kmpg/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/yaflib/players/splay/mpeglayer3.cc.orig Sun Jan 23 16:50:48 2000
-+++ lib/yaflib/players/splay/mpeglayer3.cc Sun Jan 23 16:50:50 2000
-@@ -767,7 +767,7 @@
- for(i=0;i<e;)
- {
- const HUFFMANCODETABLE *h;
-- register end;
-+ register int end;
-
- if (i<region1Start)
- {
diff --git a/audio/kmpg/files/patch-ac b/audio/kmpg/files/patch-ac
deleted file mode 100644
index 84270af8331a..000000000000
--- a/audio/kmpg/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/yaflib/yaf/shared/yafcore/streamWriter.cpp.orig Sun Jan 23 16:52:02 2000
-+++ lib/yaflib/yaf/shared/yafcore/streamWriter.cpp Sun Jan 23 16:52:11 2000
-@@ -42,7 +42,7 @@
- static OutputInterface* output;
-
- static AudioWrapper* audioWrapper=NULL;
--static lInternalDevice;
-+static int lInternalDevice;
-
- void StreamWriter_sendSpeed(int speed);
- void StreamWriter_sendSampleSize(int size);
diff --git a/audio/kmpg/files/patch-ad b/audio/kmpg/files/patch-ad
deleted file mode 100644
index 434a0ebe8484..000000000000
--- a/audio/kmpg/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/yaflib/yaf/frontend/producer/image/imageGenerator.h.orig Sun Jan 23 16:54:23 2000
-+++ lib/yaflib/yaf/frontend/producer/image/imageGenerator.h Sun Jan 23 16:54:31 2000
-@@ -27,6 +27,7 @@
- // with a yaf internal Image class!
-
- #include <qpixmap.h>
-+#include <unistd.h>
-
- /**
- This class produces QImages.
diff --git a/audio/kmpg/files/patch-ae b/audio/kmpg/files/patch-ae
deleted file mode 100644
index 4fdda856d7ef..000000000000
--- a/audio/kmpg/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp.orig Sun Jan 23 16:55:57 2000
-+++ lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp Sun Jan 23 16:56:32 2000
-@@ -12,6 +12,7 @@
-
-
- #include <signal/toolkit/eventQueue.h>
-+#include <unistd.h>
-
-
-
diff --git a/audio/kmpg/files/patch-af b/audio/kmpg/files/patch-af
deleted file mode 100644
index 10458261648f..000000000000
--- a/audio/kmpg/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp.orig Sun Jan 23 17:00:48 2000
-+++ lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp Sun Jan 23 17:01:26 2000
-@@ -96,7 +96,7 @@
- str=strlist.first();
- if (str != NULL) {
- KURL url( str );
-- char *path = url.path();
-+ const char *path = url.path();
- open(&url);
- cout << "dropped:"<<path<<endl;
- }
diff --git a/audio/kmpg/files/patch-ag b/audio/kmpg/files/patch-ag
deleted file mode 100644
index 12b57db1f283..000000000000
--- a/audio/kmpg/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/kmpglib/lib/ipc/ipcCom.cpp.orig Sun Jan 23 17:02:49 2000
-+++ lib/kmpglib/lib/ipc/ipcCom.cpp Sun Jan 23 17:02:58 2000
-@@ -12,6 +12,7 @@
-
-
- #include <ipc/ipcCom.h>
-+#include <unistd.h>
-
-
- static void *readerThread(void *arg){
diff --git a/audio/kmpg/files/patch-ah b/audio/kmpg/files/patch-ah
deleted file mode 100644
index dd29a98075d1..000000000000
--- a/audio/kmpg/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/kmpglib/lib/id/tag.cpp.orig Sun Jan 23 17:04:33 2000
-+++ lib/kmpglib/lib/id/tag.cpp Sun Jan 23 17:04:54 2000
-@@ -86,7 +86,7 @@
- }
-
- if (fseek(file, -128, SEEK_END) < 0) {
-- close(file);
-+ fclose(file);
- perror("fseek");
- initTagVars();
- return(0);
diff --git a/audio/kmpg/files/patch-ai b/audio/kmpg/files/patch-ai
deleted file mode 100644
index 8c63b8985605..000000000000
--- a/audio/kmpg/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Sun Feb 7 04:05:54 1999
-+++ configure Sat Sep 25 23:31:52 1999
-@@ -4004,7 +4004,9 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBPTHREAD="-lc_r"
-+ LIBPTHREAD="-pthread"
-+ CFLAGS="$CFLAGS -D_THREAD_SAFE"
-+ CXXFLAGS+="$CFLAGS -D_THREAD_SAFE"
- else
- echo "$ac_t""no" 1>&6
- fi
diff --git a/audio/kmpg/pkg-comment b/audio/kmpg/pkg-comment
deleted file mode 100644
index ec6d90ab14fc..000000000000
--- a/audio/kmpg/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE Mpeg1/2 audio stream player, handles layer I, II, and III streams
diff --git a/audio/kmpg/pkg-descr b/audio/kmpg/pkg-descr
deleted file mode 100644
index 54dc9ea672d3..000000000000
--- a/audio/kmpg/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Kmpg is an MPEG audio player for the KDE project. The player uses
-splay by Woo-jae Jung as a decoding engine. Kmpg has the following
-advanced features:
-
-* Supports MPEG 1.0/2.0, layers 1,2 and 3
-* Simple to use interface
-* Drag and drop support using the KDE dnd standard
-* Playlist editor
-
-WWW: http://www.rhrk.uni-kl.de/~mvogt/linux/kmpg/index.html
-
-- Tom
-tom@FreeBSD.ORG
diff --git a/audio/kmpg/pkg-plist b/audio/kmpg/pkg-plist
deleted file mode 100644
index c4669c6a1f9e..000000000000
--- a/audio/kmpg/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-bin/kmpg
-bin/splay-yaf
-share/applnk/Multimedia/kmpg.kdelnk
-share/apps/kmpg/pics/kmpg_next.xpm
-share/apps/kmpg/pics/kmpg_pause_off.xpm
-share/apps/kmpg/pics/kmpg_play_off.xpm
-share/apps/kmpg/pics/kmpg_prev.xpm
-share/apps/kmpg/pics/kmpg_stop_off.xpm
-share/doc/HTML/en/kmpg/index.html
-share/doc/HTML/en/kmpg/interface.gif
-share/doc/HTML/en/kmpg/kmpg-1.html
-share/doc/HTML/en/kmpg/kmpg-2.html
-share/doc/HTML/en/kmpg/kmpg-3.html
-share/doc/HTML/en/kmpg/kmpg-4.html
-share/doc/HTML/en/kmpg/kmpg-5.html
-share/doc/HTML/en/kmpg/kmpg-6.html
-share/doc/HTML/en/kmpg/kmpg-7.html
-share/doc/HTML/en/kmpg/kmpg.gif
-share/doc/HTML/en/kmpg/playlist.gif
-share/doc/HTML/en/kmpg/prefs-1.gif
-share/doc/HTML/en/kmpg/prefs-2.gif
-share/doc/HTML/en/kmpg/prefs-3.gif
-share/icons/kmpg.xpm
-share/icons/mini/kmpg.xpm
-share/mimelnk/audio/x-m3u.kdelnk
-share/mimelnk/audio/x-mp1.kdelnk
-share/mimelnk/audio/x-mp2.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-@dirrm share/doc/HTML/en/kmpg
-@dirrm share/apps/kmpg/pics
-@dirrm share/apps/kmpg
diff --git a/audio/krio/Makefile b/audio/krio/Makefile
deleted file mode 100644
index 4dba3cf6da2c..000000000000
--- a/audio/krio/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: krio
-# Date created: 22 Sep 1999
-# Whom: ak@freenet.co.uk
-#
-# $FreeBSD$
-#
-
-PORTNAME= krio
-PORTVERSION= 1.0.1
-PORTEPOCH= 1
-CATEGORIES= audio kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ak@freenet.co.uk
-
-USE_KDEBASE_VER=1
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include
-
-.include <bsd.port.mk>
diff --git a/audio/krio/distinfo b/audio/krio/distinfo
deleted file mode 100644
index 481322e977fb..000000000000
--- a/audio/krio/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (krio-1.0.1.tar.gz) = 7b3bf2aabf84424f2ac6de98aaf832bb
diff --git a/audio/krio/files/patch-aa b/audio/krio/files/patch-aa
deleted file mode 100644
index 939177a0e48e..000000000000
--- a/audio/krio/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-*** krio/Makefile.in.orig Wed May 24 12:03:10 2000
---- krio/Makefile.in Sat Nov 11 09:40:10 2000
-***************
-*** 161,166 ****
---- 161,169 ----
- bin_PROGRAMS = krio
- krio_SOURCES = KRioQueue.cpp rio.cpp MainWin.cpp Krio.cpp KRioListView.cpp
- krio_LDADD = -lkfile -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET)
-+ .if ${MACHINE_ARCH} == "alpha"
-+ krio_LDADD += -lio
-+ .endif
-
- SUBDIRS = docs
-
diff --git a/audio/krio/files/patch-ab b/audio/krio/files/patch-ab
deleted file mode 100644
index 7e426b83cea2..000000000000
--- a/audio/krio/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- krio/rio.cpp.orig Fri Feb 18 11:07:32 2000
-+++ krio/rio.cpp Fri Feb 18 11:08:13 2000
-@@ -79,6 +79,13 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <machine/cpufunc.h>
-+ #if defined(__alpha__)
-+ #include <sys/types.h>
-+ extern "C" {
-+ u_int8_t inb(u_int32_t);
-+ void outb(u_int32_t, u_int8_t);
-+ }
-+ #endif
- #define OUTPORT(p,v) outb( p, v )
- #define INPORT(p) inb( p )
- #define CLOCK_SECOND CLOCKS_PER_SEC
diff --git a/audio/krio/files/patch-ac b/audio/krio/files/patch-ac
deleted file mode 100644
index 03b40b88499c..000000000000
--- a/audio/krio/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- krio/KRioListView.cpp.orig Fri Feb 18 23:15:00 2000
-+++ krio/KRioListView.cpp Fri Feb 18 23:15:37 2000
-@@ -479,7 +479,7 @@
- {
- static char szBuf[ 64 ];
- struct tm* psDateTime;
-- psDateTime = localtime( &lValue );
-+ psDateTime = localtime( (time_t *)&lValue );
- if ( !psDateTime )
- strcpy( szBuf, "INVALID DATE/TIME" );
- else
diff --git a/audio/krio/pkg-comment b/audio/krio/pkg-comment
deleted file mode 100644
index cbac8c71aa47..000000000000
--- a/audio/krio/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE utility for up-/downloading MP3 files to/from the Diamond Rio
diff --git a/audio/krio/pkg-descr b/audio/krio/pkg-descr
deleted file mode 100644
index 0e4edd24128b..000000000000
--- a/audio/krio/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-KRio is a KDE graphical interface to the Rio utility developed by The
-Snowblind Alliance, which can be used for uploading and downloading files
-to/from the Diamond Rio, a popular portable MP3 player.
-
-KRio can do the following:
-
-* Upload/download files to/from Diamond Rio
-* List Rio contents
-* Delete files from Rio
-* Initialise Rio
-
-Note that while the Rio Manager software that comes with the player does not
-allow you to upload non-MP3 files or download files from the device, it is
-possible with this utility. For non-MP3 files, Diamond Rio can be used as
-a portable and robust file storage system.
-
-KRio accesses the hardware directly, therefore it needs to be run as root.
-You also need to know your parallel port's address - standard port addresses
-on PCs are 0x378, 0x3BC and 0x278.
-
-WWW: http://krio.sourceforge.net/index.php
-
-- Alex
-ak@freenet.co.uk
diff --git a/audio/krio/pkg-plist b/audio/krio/pkg-plist
deleted file mode 100644
index 42b55fa13136..000000000000
--- a/audio/krio/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/krio
-share/applnk/Multimedia/krio.kdelnk
-share/doc/HTML/en/krio/index.html
-share/doc/HTML/en/krio/index-1.html
-share/doc/HTML/en/krio/index-2.html
-share/doc/HTML/en/krio/index-3.html
-share/doc/HTML/en/krio/index-4.html
-share/locale/de/LC_MESSAGES/krio.mo
-@dirrm share/doc/HTML/en/krio
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile
deleted file mode 100644
index 9f6dddc3e236..000000000000
--- a/audio/musicbox/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: musicbox
-# Date created: 2000-12-31
-# Whom: trevor
-# based on the NetBSD pkgsrc by tron@NetBSD.org
-#
-# $NetBSD: Makefile,v 1.7 2000/07/14 16:04:19 agc Exp $
-# $FreeBSD$
-#
-
-PORTNAME= musicbox
-PORTVERSION= 1.01p2
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_NETBSD} # ftp://freebsd.csie.nctu.edu.tw/Upload/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= trevor@FreeBSD.org
-
-RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-
-USE_QT_VER= 1
-DOCS= ChangeLog README
-EVAL_PREFIX+= QT1DIR=qt
-PATH= ${QT1DIR}/qt/bin:$$PATH
-PLIST= ${WRKDIR}/pkg-plist
-USE_X_PREFIX= yes
-WRKSRC= ${WRKDIR}/musicbox-1.01
-
-pre-install:
- ${ECHO_CMD} bin/musicbox > ${PLIST}
-.if !defined(NOPORTDOCS)
-.for i in ${DOCS}
- ${ECHO_CMD} share/doc/musicbox/${i} >> ${PLIST}
-.endfor
- ${ECHO_CMD} @dirrm share/doc/musicbox >> ${PLIST}
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/musicbox
-.for i in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/musicbox
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/musicbox/distinfo b/audio/musicbox/distinfo
deleted file mode 100644
index a33c847c4b32..000000000000
--- a/audio/musicbox/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (musicbox-1.01p2.tgz) = cdaad5a34c33c78af568bc6e589aa257
diff --git a/audio/musicbox/files/patch-ListView.cpp b/audio/musicbox/files/patch-ListView.cpp
deleted file mode 100644
index 729063cf2bb2..000000000000
--- a/audio/musicbox/files/patch-ListView.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
---- ListView.cpp.orig Wed Feb 17 09:17:11 1999
-+++ ListView.cpp Wed Feb 17 09:21:00 1999
-@@ -383,11 +383,11 @@
- if (item != NULL)
- temp = item;
-
-- lbl = new QLabel("歌星:",this);
-+ lbl = new QLabel("Artist:",this);
- topLayout->addWidget(lbl,0,0);
-- lbl = new QLabel("專輯名稱:",this);
-+ lbl = new QLabel("Album:",this);
- topLayout->addWidget(lbl,1,0);
-- lbl = new QLabel("發行公司:",this);
-+ lbl = new QLabel("Company:",this);
- topLayout->addWidget(lbl,2,0);
-
- Title = new QLabel(this);
-@@ -412,7 +412,7 @@
- connect(btn,SIGNAL(clicked()),this,SLOT(RemoveSong()));
- topLayout->addWidget(btn,4,1);
-
-- lbl = new QLabel("歌曲名稱:",this);
-+ lbl = new QLabel("Title:",this);
- topLayout->addWidget(lbl,4,2);
-
- edtSinger = new QLineEdit(this);
diff --git a/audio/musicbox/files/patch-Makefile b/audio/musicbox/files/patch-Makefile
deleted file mode 100644
index 5aae8cb8ef9b..000000000000
--- a/audio/musicbox/files/patch-Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
---- Makefile.orig Wed Nov 12 11:01:58 1997
-+++ Makefile Sun Dec 31 06:25:59 2000
-@@ -1,6 +1,7 @@
- # change following for your environment
--INC = /usr/X11R6/include/X11/qt
--LIB = /usr/X11R6/lib
-+#INC = /usr/X11R6/include/X11/qt
-+INC = -I${X11BASE}/include -I${X11BASE}/include/X11/qt
-+LIB = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
- MOC = moc
-
- # if you use freebsd
-@@ -18,69 +19,69 @@
- PKG = musicbox
-
- all: ${ALL}
-- ${GCC} ${ALL} -o ${PKG} -L${LIB} -I${INC} -lqt
-+ ${GCC} ${ALL} -o ${PKG} ${LIB} -lqt -lX11 -lXext
-
--player.o:
-- ${GCC} -c player.cpp -o player.o ${CFLAGS} -L${LIB} -I${INC}
-+player.o: player.cpp
-+ ${GCC} -c player.cpp -o player.o ${CFLAGS} ${INC}
-
- mplayer.o: mplayer.cpp
-- ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} -L${LIB} -I${INC}
-+ ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} ${INC}
-
- mplayer.cpp:
- ${MOC} player.h -o mplayer.cpp
-
- ListView.o:
-- ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} -L${LIB} -I${INC}
-+ ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} ${INC}
-
- mListView.o: mListView.cpp
-- ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} -L${LIB} -I${INC}
-+ ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} ${INC}
-
- mListView.cpp:
- ${MOC} ListView.h -o mListView.cpp
- clock.o:
-- ${GCC} -c clock.cpp -o clock.o -L${LIB} -I${INC}
-+ ${GCC} -c clock.cpp -o clock.o ${INC}
-
- mclock.cpp:
- ${MOC} clock.h -o mclock.cpp
-
- mclock.o: mclock.cpp
-- ${GCC} -c mclock.cpp -o mclock.o -L${LIB} -I${INC}
-+ ${GCC} -c mclock.cpp -o mclock.o ${INC}
-
- mfilebrowse.cpp:
- ${MOC} filebrowse.h -o mfilebrowse.cpp
-
- filebrowse.o :
-- ${GCC} -c filebrowse.cpp -o filebrowse.o -L${LIB} -I${INC}
-+ ${GCC} -c filebrowse.cpp -o filebrowse.o ${INC}
-
- mfilebrowse.o: mfilebrowse.cpp
-- ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o -L${LIB} -I${INC}
-+ ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o ${INC}
-
- diskbrowse.o:
-- ${GCC} -c diskbrowse.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c diskbrowse.cpp -o $@ ${INC}
-
- mdiskbrowse.o: mdiskbrowse.cpp
-- ${GCC} -c mdiskbrowse.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c mdiskbrowse.cpp -o $@ ${INC}
-
- mdiskbrowse.cpp:
- ${MOC} diskbrowse.h -o $@
-
- qktstreelist.o:
-- ${GCC} -c qktstreelist.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c qktstreelist.cpp -o $@ ${INC}
-
- mqktstreelist.o: mqktstreelist.cpp
-- ${GCC} -c mqktstreelist.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c mqktstreelist.cpp -o $@ ${INC}
-
- mqktstreelist.cpp:
- ${MOC} qktstreelist.h -o $@
-
- MultiListBox.o:
-- ${GCC} -c MultiListBox.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c MultiListBox.cpp -o $@ ${INC}
-
- mMultiListBox.cpp:
- ${MOC} MultiListBox.h -o $@
-
- mMultiListBox.o: mMultiListBox.cpp
-- ${GCC} -c mMultiListBox.cpp -o $@ -L${LIB} -I${INC}
-+ ${GCC} -c mMultiListBox.cpp -o $@ ${INC}
-
- clean:
- rm -f player mplayer.cpp *.o mclock.cpp mListView.cpp mfilebrowse.cpp \
diff --git a/audio/musicbox/files/patch-MultiListBox.h b/audio/musicbox/files/patch-MultiListBox.h
deleted file mode 100644
index 0f1a18e79446..000000000000
--- a/audio/musicbox/files/patch-MultiListBox.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- MultiListBox.h.orig Wed Nov 12 10:57:00 1997
-+++ MultiListBox.h Sun Dec 31 06:24:22 2000
-@@ -16,7 +16,6 @@
- Pic = i->Pic;
- Text = i->Text;
- }
-- setPixmap(QPixmap& p) {Pic = p;}
- int Width(MultiListBox *box);
- int Height(MultiListBox *box,int max_w);
- void Paint(QPainter *p,int w,int h,int flag=0);
diff --git a/audio/musicbox/files/patch-player.cpp b/audio/musicbox/files/patch-player.cpp
deleted file mode 100644
index 5afe8b464f71..000000000000
--- a/audio/musicbox/files/patch-player.cpp
+++ /dev/null
@@ -1,60 +0,0 @@
---- player.cpp.orig Thu Oct 1 10:00:23 1998
-+++ player.cpp Wed Jun 9 00:56:30 1999
-@@ -72,7 +72,7 @@
- options = new QPopupMenu;
- AutoPlayID = options->insertItem( "&Auto Play", this, SLOT(AutoPlay()) );
- options->setItemChecked( AutoPlayID, isAutoPlay );
-- RepeatID = options->insertItem( "Re&peat", this, SLOT(RepeatPlay()) );
-+ RepeatID = options->insertItem( "&Repeat", this, SLOT(RepeatPlay()) );
- options->setCheckable(TRUE);
- menubar->insertItem( "&Options",options );
- menubar->insertSeparator();
-@@ -150,7 +150,7 @@
-
- QLabel *label;
- label = new QLabel( this );
-- label->setText("歌星:");
-+ label->setText("Artist:");
- label->setGeometry(5,133,125,30);
-
- edtName = new QLabel( this );
-@@ -158,7 +158,7 @@
- edtName->setGeometry(83,136,100,25);
-
- label = new QLabel( this );
-- label->setText("專輯名稱:");
-+ label->setText("Album:");
- label->setGeometry(5,173,125,30);
-
- edtAlbum = new QLabel( this );
-@@ -166,7 +166,7 @@
- edtAlbum->setGeometry(83,176,100,25);
-
- label = new QLabel( this );
-- label->setText("發行公司:");
-+ label->setText("Company:");
- label->setGeometry(5,213,125,30);
-
- edtPub = new QLabel( this );
-@@ -242,15 +242,13 @@
- song->setText(SongBox->text(SongBox->currentItem()));
- dclock->Start(SongBox->currentItem());
- if ((mp3_pid = fork()) == 0 ){
-- char **argv;
-- int i;
-- argv[0]=MP3_PLAYER;
-- argv[1]="-q";
-- argv[2]=(char *)LocBox->text(SongBox->currentItem());
-- argv[3]=NULL;
-- execvp(MP3_PLAYER,argv);
-+ execlp(MP3_PLAYER,
-+ MP3_PLAYER,
-+ "-q",
-+ (char *)LocBox->text(SongBox->currentItem()),
-+ NULL);
- QMessageBox::warning(this,"error","can't exec mpg123\n");
-- exit(1);
-+ _exit(1);
- }
- }
- }
diff --git a/audio/musicbox/files/patch-qktstreelist.cpp b/audio/musicbox/files/patch-qktstreelist.cpp
deleted file mode 100644
index 51bd04655ad6..000000000000
--- a/audio/musicbox/files/patch-qktstreelist.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- qktstreelist.cpp.orig Mon Nov 10 18:10:02 1997
-+++ qktstreelist.cpp Wed Jun 9 00:15:13 1999
-@@ -834,7 +834,7 @@
- QktsItemSearchInfo searchInfo;
- searchInfo.index = index;
- searchInfo.count = -1;
-- forEveryVisibleItem(QktsTreeList::findItemAt, &searchInfo);
-+ forEveryVisibleItem(&QktsTreeList::findItemAt, &searchInfo);
- return searchInfo.foundItem;
- }
-
-@@ -1340,7 +1340,7 @@
- QktsTreeListItem *item = treeRoot->getChild();
- do {
- while(item) {
-- if((func)(item, user)) return;
-+ if((this->*func)(item, user)) return;
- if(item->hasChild() && item->isExpanded()) {
- stack.push(item);
- item = item->getChild();
diff --git a/audio/musicbox/pkg-comment b/audio/musicbox/pkg-comment
deleted file mode 100644
index 6ca3841a9b62..000000000000
--- a/audio/musicbox/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-X11 front end for mpg123
diff --git a/audio/musicbox/pkg-descr b/audio/musicbox/pkg-descr
deleted file mode 100644
index 4d55f0bbc85b..000000000000
--- a/audio/musicbox/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Music Box is a Qt-based front end to mpg123.
-
-Trevor Johnson
-trevor@FreeBSD.org
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile
deleted file mode 100644
index 4d2297a68596..000000000000
--- a/audio/xamp/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: xamp
-# Date created: 29 July 1998
-# Whom: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xamp
-PORTVERSION= 0.8.10
-CATEGORIES= audio
-MASTER_SITES= http://andrej.co.ru/~andrej/programs/xamp/ \
- http://andrej.co.ru/~andrej/programs/xamp/backs/
-DISTFILES= ${PORTNAME}-0.8-10.tgz ${SKIN_DATA}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_GMAKE= YES
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.8/${PORTNAME}-0.8g/
-DIST_SUBDIR= xamp
-USE_QT_VER= 1
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-MAN1= xamp.1
-SKIN_DATA= bfamp.tar.gz chrome.tar.gz mmxamp.tar.gz
-SKIN_DIR= ${PREFIX}/lib/X11/xamp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1
- @${MKDIR} ${SKIN_DIR}/bfamp-xamp
- ${INSTALL_DATA} ${WRKDIR}/bfamp-xamp/*.bmp ${SKIN_DIR}/bfamp-xamp
- @${MKDIR} ${SKIN_DIR}/chrome-xamp
- ${INSTALL_DATA} ${WRKDIR}/chrome-xamp/*.bmp ${SKIN_DIR}/chrome-xamp
- @${MKDIR} ${SKIN_DIR}/mmxxamp-xamp
- ${INSTALL_DATA} ${WRKDIR}/mmxxamp-xamp/*.bmp ${SKIN_DIR}/mmxxamp-xamp
-
-.include <bsd.port.mk>
diff --git a/audio/xamp/distinfo b/audio/xamp/distinfo
deleted file mode 100644
index c84c2da3ffcc..000000000000
--- a/audio/xamp/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (xamp/xamp-0.8-10.tgz) = 6baec3236fbeaf2de994ec3421d0186e
-MD5 (xamp/bfamp.tar.gz) = 0831c191b987b2f9ce741508b10a3559
-MD5 (xamp/chrome.tar.gz) = bdae4fc85c9f7601a3b6ee9b0d122921
-MD5 (xamp/mmxamp.tar.gz) = 400c441b72ce2b38d7fd75f6e0e7bf3b
diff --git a/audio/xamp/files/patch-aa b/audio/xamp/files/patch-aa
deleted file mode 100644
index 71fe54545ac4..000000000000
--- a/audio/xamp/files/patch-aa
+++ /dev/null
@@ -1,63 +0,0 @@
---- QtAMP.cpp Wed Feb 11 17:53:35 1998
-+++ QtAMP.cpp Wed Jul 29 22:21:08 1998
-@@ -24,10 +24,9 @@
-
- #include <sys/types.h>
- #include <sys/stat.h>
--#include <sched.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/time.h>
- #include <sys/resource.h>
- #include <errno.h>
-@@ -84,11 +84,11 @@
- splash->show();
-
- // init mixer
--#ifdef OS_Linux
-+#if defined(OS_Linux) || defined(OS_BSD)
- if ((mixer = open("/dev/mixer", O_RDWR)) < 0)
- die("Error opening /dev/mixer, exiting\n");
- ioctl(mixer, SOUND_MIXER_READ_PCM, &v);
--#endif OS_Linux
-+#endif
-
- /* where mine resource file is located */
- char home[500];
-@@ -262,7 +262,7 @@
-
- QtAMP::~QtAMP()
- {
--#ifdef OS_Linux
-+#if defined(OS_Linux) || defined(OS_BSD)
- close(mixer);
- #endif
- real_quit();
-@@ -348,7 +348,7 @@
- sprintf(volum,"Volume: %d",vr);
- playLabel->setText( volum );
- // printf("%d %d\n",tvr,tv);
--#ifdef OS_Linux
-+#if defined(OS_Linux) || defined(OS_BSD)
- int x = (tv*256 + tvl);
- ioctl(mixer, SOUND_MIXER_WRITE_PCM, &x);
- #endif
-@@ -884,14 +884,14 @@
- {
- if (mute == 1)
- {
--#ifdef OS_Linux
-+#if defined(OS_Linux) || defined(OS_BSD)
- int x = (tv*256 + tvl);
- ioctl(mixer, SOUND_MIXER_WRITE_PCM, &x);
- #endif
- }
- if (mute == 0)
- {
--#ifdef OS_Linux
-+#if defined(OS_Linux) || defined(OS_BSD)
- int x = (7*256 + 7);
- ioctl(mixer, SOUND_MIXER_WRITE_PCM, &x);
- #endif
diff --git a/audio/xamp/files/patch-ab b/audio/xamp/files/patch-ab
deleted file mode 100644
index 5a84caf464fa..000000000000
--- a/audio/xamp/files/patch-ab
+++ /dev/null
@@ -1,42 +0,0 @@
---- configure.orig Sun Oct 26 08:55:34 1997
-+++ configure Tue Jan 25 01:49:19 2000
-@@ -992,9 +992,9 @@
- qt_libdir=NO
- for i in $qt_libdirs;
- do
-- for j in libqt.so libqt.a libqt.sl;
-+ for j in $i/libqt.so* $i/libqt.a $i/libqt.sl;
- do
-- if test -r "$i/$j"; then
-+ if test -r "$j"; then
- qt_libdir=$i
- break 2
- fi
-@@ -1682,10 +1682,6 @@
- ARCH_TYPE=`uname -m`
- echo "$ac_t""$ARCH_TYPE" 1>&6
-
--CC=
--CFLAGS=
--LDFLAGS=
--CFLAGS_ARCH=
-
-
-
-@@ -1701,7 +1697,6 @@
- ;;
-
- Linux|FreeBSD)
-- CC="gcc"
- if test "$ARCH_TYPE" = "i486" ; then
- CFLAGS_ARCH="-m486"
- fi
-@@ -1711,7 +1706,7 @@
- if test "$OS_TYPE" = "FreeBSD" ; then
- OS_TYPE="BSD"
- fi
-- CFLAGS="-O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
-+ CFLAGS="${CFLAGS} -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
- ;;
-
- SunOS)
diff --git a/audio/xamp/files/patch-ac b/audio/xamp/files/patch-ac
deleted file mode 100644
index 82903a95dad7..000000000000
--- a/audio/xamp/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- plDlg.cpp Wed Feb 11 07:01:12 1998
-+++ plDlg.cpp Wed Jul 29 23:59:01 1998
-@@ -87,6 +87,8 @@
- void plDlg::id3_clicked()
- {
- strcpy(ime,listEditor->text(listEditor->currentItem()));
-+ if(!ime[0]) //to prevent from seg-fault on id3 editor at empty playlist
-+ return;
- id3Dialog = new id3();
- id3Dialog->show();
- }
diff --git a/audio/xamp/files/patch-ae b/audio/xamp/files/patch-ae
deleted file mode 100644
index 6bd5c7abc55a..000000000000
--- a/audio/xamp/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Jul 31 02:48:02 1998
-+++ Makefile.in Tue May 30 01:29:51 2000
-@@ -58,7 +58,7 @@
- cd pixmaps ; make
-
- xamp: images $(OBJ)
-- $(CC) -o xamp $(OBJ) $(LDFLAGS) $(LIBS)
-+ $(CXX) -o xamp $(OBJ) $(LDFLAGS) $(LIBS)
-
- install:
- $(INSTALL) -m 755 xamp $(DESTDIR)/xamp
diff --git a/audio/xamp/files/patch-ag b/audio/xamp/files/patch-ag
deleted file mode 100644
index 06be76c2fa8e..000000000000
--- a/audio/xamp/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../audioIO.h.orig Tue Aug 18 12:45:04 1998
-+++ ../audioIO.h Tue Aug 18 12:45:53 1998
-@@ -12,7 +12,7 @@
- #endif
-
- #ifdef OS_BSD
-- #define AUSIZ 32768
-+extern int AUSIZ;
- #endif
-
- #if defined(OS_IRIX) || defined(OS_IRIX64)
diff --git a/audio/xamp/files/patch-ah b/audio/xamp/files/patch-ah
deleted file mode 100644
index c80ed1348d11..000000000000
--- a/audio/xamp/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../audioIO_Linux.c.orig Tue Aug 18 12:46:03 1998
-+++ ../audioIO_Linux.c Tue Aug 18 12:46:26 1998
-@@ -26,7 +26,7 @@
-
- /* optimal fragment size */
-
--int AUSIZ = 0;
-+int AUSIZ = 32768;
-
- /* declare these static to effectively isolate the audio device */
-
diff --git a/audio/xamp/files/patch-ai b/audio/xamp/files/patch-ai
deleted file mode 100644
index f31a8b6f68c1..000000000000
--- a/audio/xamp/files/patch-ai
+++ /dev/null
@@ -1,12 +0,0 @@
---- QtAMPData.cpp.orig Tue Jan 25 01.35.30 2000
-+++ QtAMPData.cpp Tue Jan 25 01:35:55 2000
-@@ -19,6 +19,9 @@
- #include <qkeycode.h>
- #include <qtooltip.h>
-
-+#define QColor(i) (QColor)(i)
-+#define QRgb(i) (QRgb)(i)
-+
- QtAMPData::QtAMPData
- (
- QWidget* parent,
diff --git a/audio/xamp/files/patch-aj b/audio/xamp/files/patch-aj
deleted file mode 100644
index 218cf1e793db..000000000000
--- a/audio/xamp/files/patch-aj
+++ /dev/null
@@ -1,12 +0,0 @@
---- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000
-+++ dirDlgData.cpp Tue Jan 25 01:36:43 2000
-@@ -6,6 +6,9 @@
- #include <qframe.h>
- #include <qlabel.h>
-
-+#define QColor(i) (QColor)(i)
-+#define QRgb(i) (QRgb)(i)
-+
- dirDlgData::dirDlgData
- (
- QWidget* parent,
diff --git a/audio/xamp/files/patch-ak b/audio/xamp/files/patch-ak
deleted file mode 100644
index a19ebba72080..000000000000
--- a/audio/xamp/files/patch-ak
+++ /dev/null
@@ -1,12 +0,0 @@
---- id3Data.cpp.orig Tue Jan 25 01:37:13 2000
-+++ id3Data.cpp Tue Jan 25 01:37:40 2000
-@@ -17,6 +17,9 @@
- #include <qframe.h>
- #include <qlabel.h>
-
-+#define QColor(i) (QColor)(i)
-+#define QRgb(i) (QRgb)(i)
-+
- id3Data::id3Data
- (
- QWidget* parent,
diff --git a/audio/xamp/files/patch-al b/audio/xamp/files/patch-al
deleted file mode 100644
index 69bcf2d89b61..000000000000
--- a/audio/xamp/files/patch-al
+++ /dev/null
@@ -1,12 +0,0 @@
---- plDlgData.cpp.orig Mon Feb 2 14:16:06 1998
-+++ plDlgData.cpp Tue Jan 25 01:34:41 2000
-@@ -18,6 +18,9 @@
- #include <qlabel.h>
- #include <qkeycode.h>
-
-+#define QColor(i) (QColor)(i)
-+#define QRgb(i) (QRgb)(i)
-+
- plDlgData::plDlgData
- (
- QWidget* parent,
diff --git a/audio/xamp/pkg-comment b/audio/xamp/pkg-comment
deleted file mode 100644
index 165544219be5..000000000000
--- a/audio/xamp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A version of amp (stands for `Audio Mpeg Player') plus a Qt GUI
diff --git a/audio/xamp/pkg-descr b/audio/xamp/pkg-descr
deleted file mode 100644
index ec2e79d1b498..000000000000
--- a/audio/xamp/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Xamp is a version of amp with graphical interface provided by
-qt toolkit. It comes with the amp-0.7.6 as the core player, as
-well as two album management tools: Playlist Editor and ID3 Tag
-Editor, and is able to change the background on the fly.
-
-Although it's not as nifty as x11amp is, hopefully it takes less
-CPU time and doesn't require OSS sound driver to run.
-
-The program pretty much speaks for itself. You may consult the
-man page or the document in the "About Xamp" panel for more
-detail.
-
-Have fun!
-
-WWW: http://andrej.co.ru/~andrej/programs/xamp/
-
-- Joe
-jslu@dns.ntu.edu.tw
diff --git a/audio/xamp/pkg-plist b/audio/xamp/pkg-plist
deleted file mode 100644
index 82bdaa80888d..000000000000
--- a/audio/xamp/pkg-plist
+++ /dev/null
@@ -1,68 +0,0 @@
-bin/xamp
-lib/X11/xamp/bfamp-xamp/ff.bmp
-lib/X11/xamp/bfamp-xamp/load.bmp
-lib/X11/xamp/bfamp-xamp/main.bmp
-lib/X11/xamp/bfamp-xamp/mono.bmp
-lib/X11/xamp/bfamp-xamp/mpause.bmp
-lib/X11/xamp/bfamp-xamp/mplay.bmp
-lib/X11/xamp/bfamp-xamp/mstop.bmp
-lib/X11/xamp/bfamp-xamp/pause.bmp
-lib/X11/xamp/bfamp-xamp/pl.bmp
-lib/X11/xamp/bfamp-xamp/play.bmp
-lib/X11/xamp/bfamp-xamp/posbar.bmp
-lib/X11/xamp/bfamp-xamp/posbut.bmp
-lib/X11/xamp/bfamp-xamp/rep.bmp
-lib/X11/xamp/bfamp-xamp/repc.bmp
-lib/X11/xamp/bfamp-xamp/rew.bmp
-lib/X11/xamp/bfamp-xamp/shuffle.bmp
-lib/X11/xamp/bfamp-xamp/shufflen.bmp
-lib/X11/xamp/bfamp-xamp/stereo.bmp
-lib/X11/xamp/bfamp-xamp/stop.bmp
-lib/X11/xamp/bfamp-xamp/vol.bmp
-lib/X11/xamp/bfamp-xamp/xopy.bmp
-lib/X11/xamp/chrome-xamp/ff.bmp
-lib/X11/xamp/chrome-xamp/load.bmp
-lib/X11/xamp/chrome-xamp/main.bmp
-lib/X11/xamp/chrome-xamp/mono.bmp
-lib/X11/xamp/chrome-xamp/mpause.bmp
-lib/X11/xamp/chrome-xamp/mplay.bmp
-lib/X11/xamp/chrome-xamp/mstop.bmp
-lib/X11/xamp/chrome-xamp/pause.bmp
-lib/X11/xamp/chrome-xamp/pl.bmp
-lib/X11/xamp/chrome-xamp/play.bmp
-lib/X11/xamp/chrome-xamp/posbar.bmp
-lib/X11/xamp/chrome-xamp/posbut.bmp
-lib/X11/xamp/chrome-xamp/rep.bmp
-lib/X11/xamp/chrome-xamp/repc.bmp
-lib/X11/xamp/chrome-xamp/rew.bmp
-lib/X11/xamp/chrome-xamp/shuffle.bmp
-lib/X11/xamp/chrome-xamp/shufflen.bmp
-lib/X11/xamp/chrome-xamp/stereo.bmp
-lib/X11/xamp/chrome-xamp/stop.bmp
-lib/X11/xamp/chrome-xamp/vol.bmp
-lib/X11/xamp/chrome-xamp/xopy.bmp
-lib/X11/xamp/mmxxamp-xamp/ff.bmp
-lib/X11/xamp/mmxxamp-xamp/load.bmp
-lib/X11/xamp/mmxxamp-xamp/main.bmp
-lib/X11/xamp/mmxxamp-xamp/mono.bmp
-lib/X11/xamp/mmxxamp-xamp/mpause.bmp
-lib/X11/xamp/mmxxamp-xamp/mplay.bmp
-lib/X11/xamp/mmxxamp-xamp/mstop.bmp
-lib/X11/xamp/mmxxamp-xamp/pause.bmp
-lib/X11/xamp/mmxxamp-xamp/pl.bmp
-lib/X11/xamp/mmxxamp-xamp/play.bmp
-lib/X11/xamp/mmxxamp-xamp/posbar.bmp
-lib/X11/xamp/mmxxamp-xamp/posbut.bmp
-lib/X11/xamp/mmxxamp-xamp/rep.bmp
-lib/X11/xamp/mmxxamp-xamp/repc.bmp
-lib/X11/xamp/mmxxamp-xamp/rew.bmp
-lib/X11/xamp/mmxxamp-xamp/shuffle.bmp
-lib/X11/xamp/mmxxamp-xamp/shufflen.bmp
-lib/X11/xamp/mmxxamp-xamp/stereo.bmp
-lib/X11/xamp/mmxxamp-xamp/stop.bmp
-lib/X11/xamp/mmxxamp-xamp/vol.bmp
-lib/X11/xamp/mmxxamp-xamp/xopy.bmp
-@dirrm lib/X11/xamp/mmxxamp-xamp
-@dirrm lib/X11/xamp/chrome-xamp
-@dirrm lib/X11/xamp/bfamp-xamp
-@dirrm lib/X11/xamp