diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2013-08-28 18:29:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2013-08-28 18:29:38 +0000 |
commit | f0f4ee7565911d2e8cffb9986c541aad7789e5ad (patch) | |
tree | f4ed61ca663d8e9c96812ecc4c6cd8e54b427afa /polish | |
parent | 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (diff) | |
download | ports-f0f4ee7565911d2e8cffb9986c541aad7789e5ad.tar.gz ports-f0f4ee7565911d2e8cffb9986c541aad7789e5ad.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)
Notes
Notes:
svn path=/head/; revision=325547
Diffstat (limited to 'polish')
-rw-r--r-- | polish/gnugadu2/Makefile | 16 | ||||
-rw-r--r-- | polish/gnugadu2/pkg-plist | 2 |
2 files changed, 2 insertions, 16 deletions
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 |