Date: Thu, 7 Nov 2019 14:16:52 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516975 - in head/games: freeminer quakeforge Message-ID: <201911071416.xA7EGqhw021959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Nov 7 14:16:52 2019 New Revision: 516975 URL: https://svnweb.freebsd.org/changeset/ports/516975 Log: Do not set CLIENTS?_USES twice Also drop misspelled CLIENTS_VERS in games/quakeforge. It probably was meant to be CLIENTS_VARS but the port does not use Gtk so INSTALLS_ICONS=yes should not be set anyway. Modified: head/games/freeminer/Makefile head/games/quakeforge/Makefile Modified: head/games/freeminer/Makefile ============================================================================== --- head/games/freeminer/Makefile Thu Nov 7 14:12:07 2019 (r516974) +++ head/games/freeminer/Makefile Thu Nov 7 14:16:52 2019 (r516975) @@ -43,8 +43,7 @@ CLIENT_CMAKE_ON= -DBUILD_CLIENT=1 CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0 CLIENT_LIB_DEPENDS= libpng.so:graphics/png \ libIrrlicht.so:x11-toolkits/irrlicht -CLIENT_USES= jpeg -CLIENT_USES= gl xorg +CLIENT_USES= gl jpeg xorg CLIENT_USE= GL=gl XORG=x11 SERVER_CMAKE_ON= -DBUILD_SERVER=1 SERVER_CMAKE_OFF= -DBUILD_SERVER=0 Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Thu Nov 7 14:12:07 2019 (r516974) +++ head/games/quakeforge/Makefile Thu Nov 7 14:16:52 2019 (r516975) @@ -47,11 +47,9 @@ CLIENTS_DESC= Clients CLIENTS_BUILD_DEPENDS= icotool:graphics/icoutils CLIENTS_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libcurl.so:ftp/curl -CLIENTS_USES= pkgconfig -CLIENTS_USES= gl xorg +CLIENTS_USES= gl pkgconfig xorg CLIENTS_USE= gl=glu xorg=xext CLIENTS_CONFIGURE_OFF= --with-clients="" -CLIENTS_VERS= INSTALLS_ICONS=yes FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_ON= --with-libFLAC=${LOCALBASE} FLAC_CONFIGURE_OFF= --disable-flac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911071416.xA7EGqhw021959>