Date: Fri, 21 Dec 2018 14:12:32 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488001 - head/games/quakeforge Message-ID: <201812211412.wBLECWVw008863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Dec 21 14:12:32 2018 New Revision: 488001 URL: https://svnweb.freebsd.org/changeset/ports/488001 Log: games/quakeforge: remove optional dependency on expired multimedia/xmms Modified: head/games/quakeforge/Makefile head/games/quakeforge/pkg-plist Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Fri Dec 21 14:11:18 2018 (r488000) +++ head/games/quakeforge/Makefile Fri Dec 21 14:12:32 2018 (r488001) @@ -39,7 +39,7 @@ LDFLAGS_i386= -Wl,-znotext SUB_FILES= pkg-message OPTIONS_DEFINE= CLIENTS DOCS FLAC JACK OPTIMIZED_CFLAGS SDL SERVERS \ - SKYBOXES VORBIS XMMS XXF86DGA XXF86VM + SKYBOXES VORBIS XXF86DGA XXF86VM OPTIONS_DEFAULT= CLIENTS SERVERS OPTIONS_SUB= yes @@ -75,10 +75,6 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_CONFIGURE_ON= --with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE} VORBIS_CONFIGURE_OFF= --disable-vorbis VORBIS_IMPLIES= CLIENTS -XMMS_DESC= Sound support via XMMS -XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms -XMMS_CONFIGURE_ON= --enable-xmms --with-xmms-prefix=${LOCALBASE} -XMMS_IMPLIES= CLIENTS XXF86DGA_DESC= XFree86 DGA Extension support XXF86DGA_USE= xorg=xxf86dga XXF86DGA_CONFIGURE_OFF= --disable-dga Modified: head/games/quakeforge/pkg-plist ============================================================================== --- head/games/quakeforge/pkg-plist Fri Dec 21 14:11:18 2018 (r488000) +++ head/games/quakeforge/pkg-plist Fri Dec 21 14:12:32 2018 (r488001) @@ -164,7 +164,6 @@ lib/libQFutil.so.1 lib/libQFutil.so.1.0.0 %%CLIENTS%%%%VORBIS%%lib/quakeforge/plugins/cd_file.so %%CLIENTS%%%%SDL%%lib/quakeforge/plugins/cd_sdl.so -%%CLIENTS%%%%XMMS%%lib/quakeforge/plugins/cd_xmms.so %%CLIENTS%%lib/quakeforge/plugins/console_client.so %%SERVERS%%lib/quakeforge/plugins/console_server.so %%CLIENTS%%lib/quakeforge/plugins/snd_output_oss.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211412.wBLECWVw008863>