diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /audio/xmms-arts_output | |
parent | 3ab6376b17819778c4697ee2b5cd379257644eae (diff) | |
download | ports-11ea174ccbc9cebd4134768e8fb92c6a3dc2c559.tar.gz ports-11ea174ccbc9cebd4134768e8fb92c6a3dc2c559.zip |
Notes
Diffstat (limited to 'audio/xmms-arts_output')
-rw-r--r-- | audio/xmms-arts_output/Makefile | 28 | ||||
-rw-r--r-- | audio/xmms-arts_output/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-arts_output/files/patch-arts_helper.c | 12 | ||||
-rw-r--r-- | audio/xmms-arts_output/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/xmms-arts_output/pkg-descr | 5 |
5 files changed, 0 insertions, 57 deletions
diff --git a/audio/xmms-arts_output/Makefile b/audio/xmms-arts_output/Makefile deleted file mode 100644 index f3302abdf560..000000000000 --- a/audio/xmms-arts_output/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xmms-arts_output -# Date created: 12 Nov 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAMEPREFIX= xmms- -PORTNAME= arts_output -PORTVERSION= 0.7.1 -CATEGORIES= audio -MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/ - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= aRts output plugin for XMMS. - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ - artsc.0:${PORTSDIR}/audio/arts - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST_FILES= lib/xmms/Output/libarts.so \ - bin/xmms-arts-helper - -.include <bsd.port.mk> diff --git a/audio/xmms-arts_output/distinfo b/audio/xmms-arts_output/distinfo deleted file mode 100644 index 2f07b6762341..000000000000 --- a/audio/xmms-arts_output/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (arts_output-0.7.1.tar.gz) = 6d028255ed86e37211bbda0122c14483 -SIZE (arts_output-0.7.1.tar.gz) = 236839 diff --git a/audio/xmms-arts_output/files/patch-arts_helper.c b/audio/xmms-arts_output/files/patch-arts_helper.c deleted file mode 100644 index f01133c9e5bd..000000000000 --- a/audio/xmms-arts_output/files/patch-arts_helper.c +++ /dev/null @@ -1,12 +0,0 @@ ---- arts_helper.c.orig Tue Apr 6 02:23:37 2004 -+++ arts_helper.c Tue Apr 6 02:22:32 2004 -@@ -243,7 +243,9 @@ - { - going = 0; - arts_close_stream(handle); -+#if 0 - arts_free(); -+#endif - } - - static int read_all(int fd, void *buf, size_t count) diff --git a/audio/xmms-arts_output/files/patch-configure b/audio/xmms-arts_output/files/patch-configure deleted file mode 100644 index 1eb3cd980633..000000000000 --- a/audio/xmms-arts_output/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Aug 21 14:43:13 2003 -+++ configure Thu Feb 5 03:08:04 2004 -@@ -7820,6 +7820,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/xmms-arts_output/pkg-descr b/audio/xmms-arts_output/pkg-descr deleted file mode 100644 index 437391976a66..000000000000 --- a/audio/xmms-arts_output/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -aRts output plugin for XMMS (www.xmms.org). - -Author: Håvard Kvålen <havardk@xmms.org> - -WWW: http://www.xmms.org/plugins.php?category=output |