diff options
author | itetcu <itetcu@FreeBSD.org> | 2013-08-29 02:29:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2013-08-29 02:29:38 +0800 |
commit | c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf (patch) | |
tree | f4ed61ca663d8e9c96812ecc4c6cd8e54b427afa | |
parent | 93403bfd81b1d886476fb8cff35443caf1f078ed (diff) | |
download | freebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.tar.gz freebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.tar.zst freebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.zip |
Arts was removed:
audio/arts||2013-07-26|Has expired: Depends on Qt 3.x
So remove the last leftovers.
Approved by: portmgr (itetcu)
-rw-r--r-- | KNOBS | 1 | ||||
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 | ||||
-rw-r--r-- | devel/sdl12/Makefile | 10 | ||||
-rw-r--r-- | devel/sdl20/Makefile | 13 | ||||
-rw-r--r-- | net-im/ayttm/Makefile | 11 | ||||
-rw-r--r-- | polish/gnugadu2/Makefile | 16 | ||||
-rw-r--r-- | polish/gnugadu2/pkg-plist | 2 |
7 files changed, 9 insertions, 45 deletions
@@ -23,7 +23,6 @@ AALIB Adds aalib support ADS Adds Asyncronous DNS Support ALSA Adds ALSA support APACHE Include support for APACHE_PORT -ARTS aRts support via the KDE sound daemon ASPELL Use Aspell (textproc/aspell) for spell checking ATLAS Use ATLAS instead of BLAS/LAPACK AUDIOFILE Adds audiofile support diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index de82eb9f5d45..7fdee2cea965 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -25,7 +25,6 @@ AO_DESC?= libao audio library support APACHE_DESC?= Apache server support APE_DESC?= Monkey's Audio lossless format support ARCHIVE_DESC?= bzip2/zip/iso9660 archive support -ARTS_DESC?= aRts audio system support ASM_DESC?= Use optimized assembly code ASPELL_DESC?= Spell checking support via GNU Aspell ASSERT_DESC?= Enable debug assertions diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 328587a54cab..68cbc38d38b6 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -26,12 +26,13 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--disable-alsa --disable-alsatest +CONFIGURE_ARGS+=--disable-arts CONFIGURE_ARGS+=--disable-video-directfb EXAMPLES= test/*.c test/*.bmp test/*.dat test/*.xbm test/*.wav DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html -OPTIONS_DEFINE= AALIB ARTS DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \ +OPTIONS_DEFINE= AALIB DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \ PULSEAUDIO SVGALIB X11 OPTIONS_DEFAULT= AALIB OPENGL OSS X11 @@ -52,13 +53,6 @@ LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+= --disable-video-aalib .endif -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts -CONFIGURE_ARGS+= --enable-arts -.else -CONFIGURE_ARGS+= --disable-arts -.endif - .if ${PORT_OPTIONS:MESOUND} USE_GNOME+= esound CONFIGURE_ARGS+= --enable-esd diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index c134f9cc1dcf..a5221d2edbbf 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -13,10 +13,10 @@ USES= pathfix cmake:outsource iconv USE_LDCONFIG= yes CMAKE_ARGS+= -DVIDEO_OPENGLES:BOOL=OFF -DPTHREADS_SEM:BOOL=OFF \ - -DALTIVEC:BOOL=OFF + -DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF CMAKE_ENV+= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS_DEFINE= ALSA ARTS ASM DLOPEN ESOUND MMX NAS OSS \ +OPTIONS_DEFINE= ALSA ASM DLOPEN ESOUND MMX NAS OSS \ PULSEAUDIO PTHREADS SSE SDL_ATOMIC SDL_AUDIO \ SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC \ SDL_JOYSTICK SDL_LOADSO SDL_POWER SDL_RENDER \ @@ -29,7 +29,6 @@ OPTIONS_DEFAULT_i386= MMX SSE OPTIONS_DEFAULT_amd64= MMX SSE ALSA_DESC= Audio output via the ALSA audio architecture -ARTS_DESC= Audio output via the aRts audio system DLOPEN_DESC= Use dlopen for loading 3rd party libraries ESOUND_DESC= Audio output via the EsounD sound server NAS_DESC= Audio output via the Network Audio System @@ -64,15 +63,7 @@ LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib CMAKE_ARGS+= -DALSA:BOOL=OFF .endif -.if ${PORT_OPTIONS:MARTS} -.if !${PORT_OPTIONS:MSDL_AUDIO} -IGNORE= option ARTS requires SDL_AUDIO -.endif -CMAKE_ARGS+= -DARTS:BOOL=ON -DARTS_SHARED:BOOL=ON -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts -.else CMAKE_ARGS+= -DARTS:BOOL=OFF -.endif .if ${PORT_OPTIONS:MASM} CMAKE_ARGS+= -DASSEMBLY:BOOL=ON diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index d3b706ee1a2b..2ee6cb6f7a59 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ gpgme.19:${PORTSDIR}/security/gpgme \ pspell.16:${PORTSDIR}/textproc/aspell -OPTIONS_DEFINE= ARTS ESOUND AIM_TOC ICQ_TOC +OPTIONS_DEFINE= ESOUND AIM_TOC ICQ_TOC AIM_TOC_DESC= Include aim-toc service ICQ_TOC_DESC= Include icq-toc service @@ -26,7 +26,8 @@ USE_GNOME= gtk20 USE_OPENSSL= yes USE_GMAKE= yes USE_AUTOTOOLS= libltdl libtool -CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj +CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \ + --disable-arts MAN1= ayttm.1 @@ -35,12 +36,6 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts -.else -CONFIGURE_ARGS+= --disable-arts -.endif - .if ${PORT_OPTIONS:MESOUND} USE_GNOME+= esound .else diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 9d89997da7b5..aaa520478db1 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ARGS= --disable-esdtest \ --with-oss \ --with-sms \ --with-update \ + --without-arts \ --without-gnutls \ --without-perl \ --without-remote @@ -44,7 +45,7 @@ CONFIGURE_ARGS= --disable-esdtest \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= ARTS AUTODETECT DBUS DOCKAPP DOCKLET ESOUND \ +OPTIONS_DEFINE= AUTODETECT DBUS DOCKAPP DOCKLET ESOUND \ GTKSPELL JABBER TLEN XOSD OPTIONS_DEFAULT=DOCKLET @@ -60,10 +61,6 @@ XOSD_DESC= Enable On-Screen-Display messages .include <bsd.port.pre.mk> # can't change this untile HAVE_GNOME has been fixed .if ${PORT_OPTIONS:MAUTODETECT} -#detect arts -.if exists(${LOCALBASE}/lib/libartsc.so) && !${PORT_OPTIONS:MARTS} -PORT_OPTIONS+= ARTS -.endif #detect dbus - only works with old versions .if exists(${LOCALBASE}/lib/libdbus-1.so) && !${PORT_OPTIONS:MDBUS} PORT_OPTIONS+= DBUS @@ -139,15 +136,6 @@ CONFIGURE_ARGS+= --without-esd PLIST_SUB+= ESOUND:="@comment " .endif -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -CONFIGURE_ARGS+= --with-arts -PLIST_SUB+= ARTS:="" -.else -CONFIGURE_ARGS+= --without-arts -PLIST_SUB+= ARTS:="@comment " -.endif - .if ${PORT_OPTIONS:MXOSD} LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd diff --git a/polish/gnugadu2/pkg-plist b/polish/gnugadu2/pkg-plist index 2708c2336e5c..a96d3e7f3ea5 100644 --- a/polish/gnugadu2/pkg-plist +++ b/polish/gnugadu2/pkg-plist @@ -21,8 +21,6 @@ lib/gg2/libignore_main_plugin.so %%JABBER:%%lib/gg2/libjabber_plugin.so lib/gg2/libsms_plugin.la lib/gg2/libsms_plugin.so -%%ARTS:%%lib/gg2/libsound_arts_plugin.la -%%ARTS:%%lib/gg2/libsound_arts_plugin.so %%ESOUND:%%lib/gg2/libsound_esd_plugin.la %%ESOUND:%%lib/gg2/libsound_esd_plugin.so lib/gg2/libsound_external_plugin.la |