Date: Fri, 5 Oct 2018 10:10:02 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481268 - in head: comms/gqrx devel/simgear emulators/dolphin-emu emulators/pcsxr games/blobby games/briquolo games/flightgear games/jfsw games/openalchemist games/trackballs graphics/p... Message-ID: <201810051010.w95AA25s069121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Fri Oct 5 10:10:02 2018 New Revision: 481268 URL: https://svnweb.freebsd.org/changeset/ports/481268 Log: Add missing USES=gl to my ports Modified: head/comms/gqrx/Makefile head/devel/simgear/Makefile head/emulators/dolphin-emu/Makefile head/emulators/pcsxr/Makefile head/games/blobby/Makefile head/games/briquolo/Makefile head/games/flightgear/Makefile head/games/jfsw/Makefile head/games/openalchemist/Makefile head/games/trackballs/Makefile head/graphics/pencil/Makefile Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/comms/gqrx/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -26,7 +26,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libboost_program_options.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp -USES= pkgconfig qmake qt:5 +USES= gl pkgconfig qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= csete Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/devel/simgear/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -16,7 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libosg.so:graphics/osg -USES= alias cmake compiler:c++11-lib cpe jpeg openal:al,alut tar:bzip2 +USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \ + tar:bzip2 USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/emulators/dolphin-emu/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -42,8 +42,8 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libcurl.so:ftp/curl \ libhidapi.so:comms/hidapi -USES= cmake compiler:c++17-lang desktop-file-utils iconv pkgconfig \ - qmake qt:5 +USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \ + pkgconfig qmake qt:5 USE_GITHUB= yes GH_PROJECT= dolphin Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/emulators/pcsxr/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -18,8 +18,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ WRKSRC_SUBDIR= ${PORTNAME} -USES= cmake desktop-file-utils dos2unix gettext gnome iconv libarchive \ - libtool pkgconfig tar:bzip2 +USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \ + libarchive libtool pkgconfig tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= martymac Modified: head/games/blobby/Makefile ============================================================================== --- head/games/blobby/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/blobby/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -22,7 +22,8 @@ LIB_DEPENDS= libphysfs.so:devel/physfs BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs -USES= cmake compiler:c++11-lang dos2unix localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang dos2unix gl localbase:ldflags \ + pkgconfig DOS2UNIX_REGEX= .*\.(c|h|cpp) CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" WRKSRC= ${WRKDIR}/blobby-${PORTVERSION} Modified: head/games/briquolo/Makefile ============================================================================== --- head/games/briquolo/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/briquolo/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= tar:bzip2 gmake iconv desktop-file-utils +USES= tar:bzip2 gl gmake iconv desktop-file-utils USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/flightgear/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -28,8 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits ${LOCALBASE}/share/flightgear/version:games/flightgear-data LLD_UNSAFE= yes -USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ - tar:bzip2 +USES= alias cmake compiler cpe dos2unix gl jpeg openal:al,alut \ + sqlite tar:bzip2 USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut Modified: head/games/jfsw/Makefile ============================================================================== --- head/games/jfsw/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/jfsw/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -17,7 +17,7 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-m LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -USES= alias dos2unix gmake gnome pkgconfig:build +USES= alias dos2unix gl gmake gnome pkgconfig:build DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? USE_GITHUB= yes Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/openalchemist/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -23,7 +23,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= autoreconf gmake gnome iconv jpeg pkgconfig python:2.7,run shebangfix +USES= autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \ + shebangfix SHEBANG_FILES= openalchemist-config USE_GNOME= pygtk2 Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/games/trackballs/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ libgc.so:devel/boehm-gc -USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig +USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig USE_GITHUB= yes Modified: head/graphics/pencil/Makefile ============================================================================== --- head/graphics/pencil/Makefile Fri Oct 5 09:38:36 2018 (r481267) +++ head/graphics/pencil/Makefile Fri Oct 5 10:10:02 2018 (r481268) @@ -19,7 +19,7 @@ BROKEN_armv7= fails to compile: no matching function LIB_DEPENDS= libming.so:graphics/ming \ libpng.so:graphics/png -USES= qmake qt:4 zip +USES= gl qmake qt:4 zip USE_QT= gui opengl xml moc_build rcc_build USE_GL= gl QMAKE_ARGS= INCLUDEPATH+=${LOCALBASE}/include/ming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810051010.w95AA25s069121>