svn commit: r397351 - in head: devel/renpy devel/rlvm devel/sfml editors/libreoffice editors/libreoffice4 games/openspades games/phlipple games/scorched3d games/warzone2100 graphics/gource graphics...
Jan Beich
jbeich at FreeBSD.org
Sun Sep 20 01:13:52 UTC 2015
Author: jbeich
Date: Sun Sep 20 01:13:47 2015
New Revision: 397351
URL: https://svnweb.freebsd.org/changeset/ports/397351
Log:
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket
Modified:
head/devel/renpy/Makefile (contents, props changed)
head/devel/rlvm/Makefile (contents, props changed)
head/devel/sfml/Makefile (contents, props changed)
head/editors/libreoffice/Makefile (contents, props changed)
head/editors/libreoffice4/Makefile (contents, props changed)
head/games/openspades/Makefile (contents, props changed)
head/games/phlipple/Makefile (contents, props changed)
head/games/scorched3d/Makefile (contents, props changed)
head/games/warzone2100/Makefile (contents, props changed)
head/graphics/gource/Makefile (contents, props changed)
head/graphics/libEGL/Makefile (contents, props changed)
head/graphics/libgltf/Makefile (contents, props changed)
head/graphics/libprojectm/Makefile (contents, props changed)
Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/devel/renpy/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -18,7 +18,6 @@ LICENSE_PERMS_DejaVu= dist-mirror dist-s
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 \
cython:${PORTSDIR}/lang/cython
LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libpng.so:${PORTSDIR}/graphics/png \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libfreetype.so:${PORTSDIR}/print/freetype2
@@ -28,6 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game
PORTSCOUT= site:http://www.renpy.org/dl/release/
USES= python:2.7 shebangfix tar:bz2
+USE_GL= glew
USE_PYTHON= autoplist distutils
USE_SDL= sdl2
EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]'
Modified: head/devel/rlvm/Makefile
==============================================================================
--- head/devel/rlvm/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/devel/rlvm/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -13,8 +13,7 @@ LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp
LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
libboost_serialization.so:${PORTSDIR}/devel/boost-libs \
- libguichan.so:${PORTSDIR}/devel/guichan \
- libGLEW.so:${PORTSDIR}/graphics/glew
+ libguichan.so:${PORTSDIR}/devel/guichan
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
USE_GITHUB= yes
@@ -22,7 +21,7 @@ GH_ACCOUNT= eglaysher
GH_TAGNAME= 373a3db # release-${PORTVERSION}
USES= compiler:c++11-lib pkgconfig scons
-USE_GL= yes
+USE_GL= glew glu
USE_GNOME= gtk20
USE_SDL= image mixer ttf
EXCLUDE= GLEW SDL_image SDL_mixer SDL_ttf gmock gtest guichan \
Modified: head/devel/sfml/Makefile
==============================================================================
--- head/devel/sfml/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/devel/sfml/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -12,13 +12,12 @@ MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Simple and Fast Multimedia Library
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libGLEW.so:${PORTSDIR}/graphics/glew
+ libfreetype.so:${PORTSDIR}/print/freetype2
USES= cmake dos2unix jpeg openal:al zip:infozip
DOS2UNIX_FILES= CMakeLists.txt
USE_XORG= x11 xrandr
-USE_GL= gl
+USE_GL= gl glew
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/SFML-${PORTVERSION}
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/editors/libreoffice/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -25,7 +25,6 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev
liborcus-0.10.so:${PORTSDIR}/devel/liborcus \
libcurl.so:${PORTSDIR}/ftp/curl \
libcairo.so:${PORTSDIR}/graphics/cairo \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libcdr-0.1.so:${PORTSDIR}/graphics/libcdr01 \
@@ -83,7 +82,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSI
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal
-USE_GL= gl glu
+USE_GL= gl glew glu
USE_OPENLDAP= yes
USE_PERL5= build
USE_QT4= # empty but required
Modified: head/editors/libreoffice4/Makefile
==============================================================================
--- head/editors/libreoffice4/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/editors/libreoffice4/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -37,7 +37,6 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev
liborcus-0.8.so:${PORTSDIR}/devel/liborcus07 \
libcurl.so:${PORTSDIR}/ftp/curl \
libcairo.so:${PORTSDIR}/graphics/cairo \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libcdr-0.1.so:${PORTSDIR}/graphics/libcdr01 \
@@ -85,7 +84,7 @@ _MAKE_JOBS= #
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal
-USE_GL= gl glu
+USE_GL= gl glew glu
USE_OPENLDAP= yes
USE_PERL5= build
USE_QT4= # empty but required
Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/games/openspades/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -16,8 +16,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick # for building icons
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libGLEW.so:${PORTSDIR}/graphics/glew
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
@@ -30,7 +29,7 @@ CMAKE_ARGS= -DOPENSPADES_RESOURCES=OFF \
-DOPENSPADES_INSTALL_BINARY="bin" \
-DOPENSPADES_INSTALL_RESOURCES="${DATADIR_REL}"
USE_SDL= sdl2 image2
-USE_GL= gl
+USE_GL= gl glew
INSTALLS_ICONS= yes
PORTDOCS= *
Modified: head/games/phlipple/Makefile
==============================================================================
--- head/games/phlipple/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/games/phlipple/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -11,12 +11,11 @@ MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Flipping squares will never be the same
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libGLEW.so:${PORTSDIR}/graphics/glew
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= desktop-file-utils pkgconfig
USE_SDL= sdl mixer image
-USE_GL= gl glu
+USE_GL= gl glew glu
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/games/scorched3d/Makefile
==============================================================================
--- head/games/scorched3d/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/games/scorched3d/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -13,8 +13,7 @@ COMMENT= 3D version of the classic DOS g
LICENSE= GPLv2
-LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
+LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
libpng.so:${PORTSDIR}/graphics/png \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
@@ -24,7 +23,7 @@ OPTIONS_DEFINE= MYSQL
WRKSRC= ${WRKDIR}/scorched
-USE_GL= glu
+USE_GL= glew glu
USE_SDL= mixer net sdl
USE_WX= 2.8
WX_CONF_ARGS= absolute
Modified: head/games/warzone2100/Makefile
==============================================================================
--- head/games/warzone2100/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/games/warzone2100/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -17,7 +17,6 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de
libpng.so:${PORTSDIR}/graphics/png \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libtheora.so:${PORTSDIR}/multimedia/libtheora \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libfribidi.so:${PORTSDIR}/converters/fribidi \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
@@ -25,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/de
USES= tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag
GNU_CONFIGURE= yes
-USE_GL= yes
+USE_GL= glew glu
USE_SDL= sdl
USE_QT4= corelib network script gui moc_build
QT_NONSTANDARD= yes
Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/graphics/gource/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -15,12 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/
LIB_DEPENDS= libSDL_image.so:${PORTSDIR}/graphics/sdl_image \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libpcre.so:${PORTSDIR}/devel/pcre \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
GNU_CONFIGURE= yes
USES= gmake pkgconfig compiler:c++0x
+USE_GL= glew
CONFIGURE_ARGS+=--with-boost-system=boost_system \
--with-boost-filesystem=boost_filesystem
Modified: head/graphics/libEGL/Makefile
==============================================================================
--- head/graphics/libEGL/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/graphics/libEGL/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -11,9 +11,9 @@ COMMENT= OpenEGL library
LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libdevq.so:${PORTSDIR}/devel/libdevq \
- libdrm.so:${PORTSDIR}/graphics/libdrm \
- libgbm.so:${PORTSDIR}/graphics/gbm
+ libdrm.so:${PORTSDIR}/graphics/libdrm
+USE_GL= gbm
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by libEGL but configure wants it
Modified: head/graphics/libgltf/Makefile
==============================================================================
--- head/graphics/libgltf/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/graphics/libgltf/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -13,9 +13,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
-LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew
USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2
+USE_GL= glew
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror
Modified: head/graphics/libprojectm/Makefile
==============================================================================
--- head/graphics/libprojectm/Makefile Sun Sep 20 01:13:28 2015 (r397350)
+++ head/graphics/libprojectm/Makefile Sun Sep 20 01:13:47 2015 (r397351)
@@ -13,10 +13,10 @@ COMMENT= Awesome music visualiser
LICENSE= LGPL21
LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \
- libGLEW.so:${PORTSDIR}/graphics/glew \
libfreetype.so:${PORTSDIR}/print/freetype2
USES= cmake
+USE_GL= glew
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list