aboutsummaryrefslogtreecommitdiffstats
path: root/audio/arts
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /audio/arts
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/Makefile91
-rw-r--r--audio/arts/distinfo2
-rw-r--r--audio/arts/files/patch-g++4836
-rw-r--r--audio/arts/files/patch-mcop_mt_threads_posix.cc10
-rw-r--r--audio/arts/files/patch-soundserver-Makefile.in59
-rw-r--r--audio/arts/pkg-descr1
-rw-r--r--audio/arts/pkg-plist181
7 files changed, 0 insertions, 380 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
deleted file mode 100644
index a2735b564c10..000000000000
--- a/audio/arts/Makefile
+++ /dev/null
@@ -1,91 +0,0 @@
-# Created by: will@cvs.kde.org
-# $FreeBSD$
-
-PORTNAME= arts
-PORTVERSION= 1.5.10
-PORTREVISION= 8
-PORTEPOCH= 1
-CATEGORIES= audio kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${KDE_VERSION:S/.0//}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Audio system for the KDE integrated X11 desktop
-
-LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib \
- audiofile:${PORTSDIR}/audio/libaudiofile \
- mad:${PORTSDIR}/audio/libmad \
- ogg:${PORTSDIR}/audio/libogg \
- vorbis:${PORTSDIR}/audio/libvorbis \
- glib-2.0:${PORTSDIR}/devel/glib20 \
- pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
- pcre:${PORTSDIR}/devel/pcre \
- jpeg:${PORTSDIR}/graphics/jpeg \
- lcms:${PORTSDIR}/graphics/lcms \
- mng:${PORTSDIR}/graphics/libmng \
- png15:${PORTSDIR}/graphics/png \
- freetype:${PORTSDIR}/print/freetype2 \
- expat:${PORTSDIR}/textproc/expat2 \
- fontconfig:${PORTSDIR}/x11-fonts/fontconfig
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-PREFIX= ${KDE_PREFIX}
-WANT_GNOME= yes
-USES= pkgconfig gettext iconv
-USE_QT_VER= 3
-USE_BZIP2= yes
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_XORG= ice sm x11 xau xcb xcursor xdmcp xext xfixes xft xi \
- xinerama xrandr xrender xt
-USE_LDCONFIG= yes
-QTCPPFLAGS+= -L${LOCALBASE}/lib
-DO_NOT_COMPILE+=gmcop
-_NO_KDE_FINAL= yes
-
-CFLAGS+= -DHAVE_VASPRINTF
-CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
-
-OPTIONS_DEFINE= ESOUND NAS
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
-LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
-.endif
-
-.if ${PORT_OPTIONS:MESOUND}
-USE_GNOME+= esound
-.endif
-
-.if ${PORT_OPTIONS:MNAS}
-LIB_DEPENDS+= audio:${PORTSDIR}/audio/nas
-.endif
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-.if defined(WITHOUT_ESD)
- ${REINPLACE_CMD} -e 's|arts_libesd_include=yes|arts_libesd_include=no|g' \
- ${WRKSRC}/configure
-.endif
-
-.if ${PORT_OPTIONS:MNAS}
- ${REINPLACE_CMD} \
- -e 's|LIBS="-laudio $$LIBS"|LIBS="-laudio -lm -lXt -lXau $$LIBS"|g' \
- ${WRKSRC}/configure
-.else
- ${REINPLACE_CMD} \
- -e 's|ac_cv_lib_audio_AuOpenServer=yes|ac_cv_lib_audio_AuOpenServer=no|g' \
- ${WRKSRC}/configure
-.endif
-
-post-configure:
- ${TOUCH} ${WRKSRC}/mcop/arts_export.h.in
- ${TOUCH} ${WRKSRC}/artsc/artsc_export.h.in
-
-.include <bsd.port.post.mk>
diff --git a/audio/arts/distinfo b/audio/arts/distinfo
deleted file mode 100644
index 02422d1b50cb..000000000000
--- a/audio/arts/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (KDE/arts-1.5.10.tar.bz2) = 92e23839eb4042d2a15cf59614824cadc0a23e92fa139c50d5e3bd4989a8cc39
-SIZE (KDE/arts-1.5.10.tar.bz2) = 973382
diff --git a/audio/arts/files/patch-g++48 b/audio/arts/files/patch-g++48
deleted file mode 100644
index 188e6e5d88bb..000000000000
--- a/audio/arts/files/patch-g++48
+++ /dev/null
@@ -1,36 +0,0 @@
-Explicitly include certain things, because g++48 requires it.
-
- -mi
-
---- mcop/tcpconnection.cc 2008-02-13 04:35:23.000000000 -0500
-+++ mcop/tcpconnection.cc 2013-04-24 18:32:16.000000000 -0400
-@@ -36,4 +36,5 @@
- #include "debug.h"
- #include <stdlib.h>
-+#include <string.h>
-
- using namespace std;
---- mcop/unixconnection.cc 2008-02-13 04:35:23.000000000 -0500
-+++ mcop/unixconnection.cc 2013-04-24 18:32:25.000000000 -0400
-@@ -30,4 +30,5 @@
- #include <errno.h>
- #include <stdlib.h>
-+#include <string.h>
-
- using namespace std;
---- mcop/unixserver.cc 2007-10-08 05:47:08.000000000 -0400
-+++ mcop/unixserver.cc 2013-04-24 18:33:33.000000000 -0400
-@@ -41,4 +41,5 @@
- #include <stdio.h>
- #include <errno.h>
-+#include <string.h>
-
- using namespace std;
---- mcop/mcoputils.cc 2008-02-13 04:35:23.000000000 -0500
-+++ mcop/mcoputils.cc 2013-04-24 18:35:58.000000000 -0400
-@@ -24,4 +24,5 @@
- #include "mcopconfig.h"
- #include "debug.h"
-+#include <limits.h>
- #include <pwd.h>
- #include <sys/stat.h>
diff --git a/audio/arts/files/patch-mcop_mt_threads_posix.cc b/audio/arts/files/patch-mcop_mt_threads_posix.cc
deleted file mode 100644
index 533892223eaf..000000000000
--- a/audio/arts/files/patch-mcop_mt_threads_posix.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- mcop_mt/threads_posix.cc.orig 2009-01-12 11:45:39.000000000 +0100
-+++ mcop_mt/threads_posix.cc 2009-01-12 11:46:13.000000000 +0100
-@@ -27,6 +27,7 @@
- /* only compile this if we have libpthread available */
- #ifdef HAVE_LIBPTHREAD
-
-+#include <signal.h>
- #include <gsl/gslconfig.h>
-
- #include <sys/types.h>
diff --git a/audio/arts/files/patch-soundserver-Makefile.in b/audio/arts/files/patch-soundserver-Makefile.in
deleted file mode 100644
index e91c9d77efd7..000000000000
--- a/audio/arts/files/patch-soundserver-Makefile.in
+++ /dev/null
@@ -1,59 +0,0 @@
---- soundserver/Makefile.in.orig 2007-10-08 16:17:56.000000000 +0200
-+++ soundserver/Makefile.in 2007-10-21 12:12:11.000000000 +0200
-@@ -40,7 +40,7 @@
- host_triplet = @host@
- target_triplet = @target@
- bin_PROGRAMS = artsd$(EXEEXT) artsplay$(EXEEXT) artscat$(EXEEXT) \
-- artswrapper$(EXEEXT) artsshell$(EXEEXT) artsrec$(EXEEXT)
-+ artsshell$(EXEEXT) artsrec$(EXEEXT)
- subdir = soundserver
- DIST_COMMON = $(artsinclude_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/artsversion-new.h.in
-@@ -265,12 +265,12 @@
- $(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) \
- $(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) \
- $(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) \
-- $(artsrec_SOURCES) $(artsshell_SOURCES) $(artswrapper_SOURCES)
-+ $(artsrec_SOURCES) $(artsshell_SOURCES)
- DIST_SOURCES = $(libartsgslplayobject_la_SOURCES) \
- $(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) \
- $(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) \
- $(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) \
-- $(artsrec_SOURCES) $(artsshell_SOURCES) $(artswrapper_SOURCES)
-+ $(artsrec_SOURCES) $(artsshell_SOURCES)
- mcopclassDATA_INSTALL = $(INSTALL_DATA)
- mcoptypeDATA_INSTALL = $(INSTALL_DATA)
- DATA = $(mcopclass_DATA) $(mcoptype_DATA)
-@@ -573,11 +573,6 @@
- artsplay_LDFLAGS = $(USE_THREADS)
- artsplay_SOURCES = artsplay.cc
- artsplay_COMPILE_FIRST = soundserver.h artsversion.h
--artswrapper_SOURCES = artswrapper.c
--artswrapper_CFLAGS = $(KDE_USE_FPIE)
--artswrapper_INCLUDES = -I$(top_builddir) -DEXECUTE=\"$(artsdpath)\"
--artswrapper_LDADD = $(LIBPOSIX4)
--artswrapper_LDFLAGS = $(KDE_USE_PIE)
- artsshell_LDADD = libsoundserver_idl.la $(LIBPTHREAD)
- artsshell_LDFLAGS = $(USE_THREADS)
- artsshell_SOURCES = artsshell.cc tradercheck.cc
-@@ -589,10 +584,6 @@
- mcopclassdir = $(libdir)/mcop/Arts
- mcopclass_DATA = FileInputStream.mcopclass $(WAV_MCOPCLASS) GSLPlayObject.mcopclass
-
--#install-exec-hook:
--# @(chown root $(DESTDIR)$(bindir)/artswrapper && chmod 4755 $(DESTDIR)$(bindir)/artswrapper) \
--# || echo "please make $(DESTDIR)$(bindir)/artswrapper suid root"
--
- ######## install idl typeinfo files
- mcoptypedir = $(libdir)/mcop
- mcoptype_DATA = soundserver.mcoptype soundserver.mcopclass \
-@@ -728,9 +719,6 @@
- artsshell$(EXEEXT): $(artsshell_OBJECTS) $(artsshell_DEPENDENCIES)
- @rm -f artsshell$(EXEEXT)
- $(artsshell_LINK) $(artsshell_OBJECTS) $(artsshell_LDADD) $(LIBS)
--artswrapper$(EXEEXT): $(artswrapper_OBJECTS) $(artswrapper_DEPENDENCIES)
-- @rm -f artswrapper$(EXEEXT)
-- $(artswrapper_LINK) $(artswrapper_OBJECTS) $(artswrapper_LDADD) $(LIBS)
-
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
diff --git a/audio/arts/pkg-descr b/audio/arts/pkg-descr
deleted file mode 100644
index 261bf83da77f..000000000000
--- a/audio/arts/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is the aRts module from KDE CVS.
diff --git a/audio/arts/pkg-plist b/audio/arts/pkg-plist
deleted file mode 100644
index b8ead6a0b888..000000000000
--- a/audio/arts/pkg-plist
+++ /dev/null
@@ -1,181 +0,0 @@
-bin/artsc-config
-bin/artscat
-bin/artsd
-bin/artsdsp
-bin/artsplay
-bin/artsrec
-bin/artsshell
-bin/mcopidl
-include/arts/anyref.h
-include/arts/arts_export.h
-include/arts/artsflow.h
-include/arts/artsflow.idl
-include/arts/artsversion.h
-include/arts/asyncstream.h
-include/arts/audioio.h
-include/arts/audiosubsys.h
-include/arts/buffer.h
-include/arts/bufferqueue.h
-include/arts/cache.h
-include/arts/cachedwav.h
-include/arts/common.h
-include/arts/connect.h
-include/arts/connection.h
-include/arts/convert.h
-include/arts/core.h
-include/arts/core.idl
-include/arts/cpuinfo.h
-include/arts/datapacket.h
-include/arts/debug.h
-include/arts/delayedreturn.h
-include/arts/dispatcher.h
-include/arts/dynamicrequest.h
-include/arts/dynamicskeleton.h
-include/arts/extensionloader.h
-include/arts/factory.h
-include/arts/fft.h
-include/arts/flowsystem.h
-include/arts/gsl/gslcommon.h
-include/arts/gsl/gslconfig.h
-include/arts/gsl/gslconvert.h
-include/arts/gsl/gsldatacache.h
-include/arts/gsl/gsldatahandle-mad.h
-include/arts/gsl/gsldatahandle-vorbis.h
-include/arts/gsl/gsldatahandle.h
-include/arts/gsl/gsldatautils.h
-include/arts/gsl/gsldefs.h
-include/arts/gsl/gslengine.h
-include/arts/gsl/gslfft.h
-include/arts/gsl/gslfilter.h
-include/arts/gsl/gslieee754.h
-include/arts/gsl/gslloader.h
-include/arts/gsl/gslmagic.h
-include/arts/gsl/gslmath.h
-include/arts/gsl/gsloscillator.h
-include/arts/gsl/gslosctable.h
-include/arts/gsl/gslsignal.h
-include/arts/gsl/gslwavechunk.h
-include/arts/gsl/gslwaveosc.h
-include/arts/gslschedule.h
-include/arts/idlfilereg.h
-include/arts/ifacerepo_impl.h
-include/arts/iomanager.h
-include/arts/kmedia2.h
-include/arts/kmedia2.idl
-include/arts/mcopconfig.h
-include/arts/mcoputils.h
-include/arts/notification.h
-include/arts/object.h
-include/arts/objectmanager.h
-include/arts/pipebuffer.h
-include/arts/pool.h
-include/arts/qiomanager.h
-include/arts/reference.h
-include/arts/referenceclean.h
-include/arts/resample.h
-include/arts/socketconnection.h
-include/arts/soundserver.h
-include/arts/soundserver.idl
-include/arts/startupmanager.h
-include/arts/stdsynthmodule.h
-include/arts/synthschedule.h
-include/arts/tcpconnection.h
-include/arts/tcpserver.h
-include/arts/thread.h
-include/arts/type.h
-include/arts/unixconnection.h
-include/arts/unixserver.h
-include/arts/weakreference.h
-include/artsc/artsc.h
-include/artsc/artsc_export.h
-lib/libartsc.a
-lib/libartsc.la
-lib/libartsc.so
-lib/libartsc.so.0
-lib/libartscbackend.a
-lib/libartscbackend.la
-lib/libartscbackend.so
-lib/libartscbackend.so.0
-lib/libartsdsp.a
-lib/libartsdsp.la
-lib/libartsdsp.so
-lib/libartsdsp.so.0
-lib/libartsdsp_st.a
-lib/libartsdsp_st.la
-lib/libartsdsp_st.so
-lib/libartsdsp_st.so.0
-lib/libartsflow.a
-lib/libartsflow.la
-lib/libartsflow.so
-lib/libartsflow.so.1
-lib/libartsflow_idl.a
-lib/libartsflow_idl.la
-lib/libartsflow_idl.so
-lib/libartsflow_idl.so.1
-lib/libartsgslplayobject.a
-lib/libartsgslplayobject.la
-lib/libartsgslplayobject.so
-lib/libartsgslplayobject.so.0
-lib/libartswavplayobject.a
-lib/libartswavplayobject.la
-lib/libartswavplayobject.so
-lib/libartswavplayobject.so.0
-lib/libkmedia2.a
-lib/libkmedia2.la
-lib/libkmedia2.so
-lib/libkmedia2.so.1
-lib/libkmedia2_idl.a
-lib/libkmedia2_idl.la
-lib/libkmedia2_idl.so
-lib/libkmedia2_idl.so.1
-lib/libmcop.a
-lib/libmcop.la
-lib/libmcop.so
-lib/libmcop.so.1
-lib/libmcop_mt.a
-lib/libmcop_mt.la
-lib/libmcop_mt.so
-lib/libmcop_mt.so.1
-lib/libqtmcop.a
-lib/libqtmcop.la
-lib/libqtmcop.so
-lib/libqtmcop.so.1
-lib/libsoundserver_idl.a
-lib/libsoundserver_idl.la
-lib/libsoundserver_idl.so
-lib/libsoundserver_idl.so.1
-lib/libx11globalcomm.a
-lib/libx11globalcomm.la
-lib/libx11globalcomm.so
-lib/libx11globalcomm.so.1
-lib/mcop/Arts/DataHandlePlay.mcopclass
-lib/mcop/Arts/FileInputStream.mcopclass
-lib/mcop/Arts/GSLPlayObject.mcopclass
-lib/mcop/Arts/Synth_ADD.mcopclass
-lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass
-lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass
-lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass
-lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass
-lib/mcop/Arts/Synth_FREQUENCY.mcopclass
-lib/mcop/Arts/Synth_MUL.mcopclass
-lib/mcop/Arts/Synth_MULTI_ADD.mcopclass
-lib/mcop/Arts/Synth_PLAY.mcopclass
-lib/mcop/Arts/Synth_PLAY_WAV.mcopclass
-lib/mcop/Arts/Synth_RECORD.mcopclass
-lib/mcop/Arts/Synth_WAVE_SIN.mcopclass
-lib/mcop/Arts/WavPlayObject.mcopclass
-lib/mcop/Arts/WaveDataHandle.mcopclass
-lib/mcop/Arts/X11GlobalComm.mcopclass
-lib/mcop/artsflow.mcopclass
-lib/mcop/artsflow.mcoptype
-lib/mcop/kmedia2.mcopclass
-lib/mcop/kmedia2.mcoptype
-lib/mcop/soundserver.mcopclass
-lib/mcop/soundserver.mcoptype
-lib/mcop/x11globalcomm.mcopclass
-lib/mcop/x11globalcomm.mcoptype
-@dirrm lib/mcop/Arts
-@dirrm lib/mcop
-@dirrm include/artsc
-@dirrm include/arts/gsl
-@dirrm include/arts