From owner-svn-ports-head@FreeBSD.ORG Wed Aug 28 18:29:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3E72A1F; Wed, 28 Aug 2013 18:29:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C32AA2D83; Wed, 28 Aug 2013 18:29:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SITerm000588; Wed, 28 Aug 2013 18:29:40 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7SITdCd000574; Wed, 28 Aug 2013 18:29:39 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201308281829.r7SITdCd000574@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 28 Aug 2013 18:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325547 - in head: . Mk devel/sdl12 devel/sdl20 net-im/ayttm polish/gnugadu2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 18:29:41 -0000 Author: itetcu Date: Wed Aug 28 18:29:38 2013 New Revision: 325547 URL: http://svnweb.freebsd.org/changeset/ports/325547 Log: Arts was removed: audio/arts||2013-07-26|Has expired: Depends on Qt 3.x So remove the last leftovers. Approved by: portmgr (itetcu) Modified: head/KNOBS head/Mk/bsd.options.desc.mk head/devel/sdl12/Makefile head/devel/sdl20/Makefile head/net-im/ayttm/Makefile head/polish/gnugadu2/Makefile head/polish/gnugadu2/pkg-plist Modified: head/KNOBS ============================================================================== --- head/KNOBS Wed Aug 28 18:26:01 2013 (r325546) +++ head/KNOBS Wed Aug 28 18:29:38 2013 (r325547) @@ -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 Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Wed Aug 28 18:26:01 2013 (r325546) +++ head/Mk/bsd.options.desc.mk Wed Aug 28 18:29:38 2013 (r325547) @@ -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 Modified: head/devel/sdl12/Makefile ============================================================================== --- head/devel/sdl12/Makefile Wed Aug 28 18:26:01 2013 (r325546) +++ head/devel/sdl12/Makefile Wed Aug 28 18:29:38 2013 (r325547) @@ -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/a 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 Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Wed Aug 28 18:26:01 2013 (r325546) +++ head/devel/sdl20/Makefile Wed Aug 28 18:29:38 2013 (r325547) @@ -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/a 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 Modified: head/net-im/ayttm/Makefile ============================================================================== --- head/net-im/ayttm/Makefile Wed Aug 28 18:26:01 2013 (r325546) +++ head/net-im/ayttm/Makefile Wed Aug 28 18:29:38 2013 (r325547) @@ -16,7 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/aud 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 -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts -.else -CONFIGURE_ARGS+= --disable-arts -.endif - .if ${PORT_OPTIONS:MESOUND} USE_GNOME+= esound .else Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Wed Aug 28 18:26:01 2013 (r325546) +++ head/polish/gnugadu2/Makefile Wed Aug 28 18:29:38 2013 (r325547) @@ -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 mess .include # 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 Modified: head/polish/gnugadu2/pkg-plist ============================================================================== --- head/polish/gnugadu2/pkg-plist Wed Aug 28 18:26:01 2013 (r325546) +++ head/polish/gnugadu2/pkg-plist Wed Aug 28 18:29:38 2013 (r325547) @@ -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