Date: Tue, 15 Jan 2019 15:05:33 +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: r490383 - in head: cad/openvsp games/xptools Message-ID: <201901151505.x0FF5XHA000328@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Jan 15 15:05:33 2019 New Revision: 490383 URL: https://svnweb.freebsd.org/changeset/ports/490383 Log: Use USE_GL Modified: head/cad/openvsp/Makefile head/games/xptools/Makefile Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Tue Jan 15 14:50:27 2019 (r490382) +++ head/cad/openvsp/Makefile Tue Jan 15 15:05:33 2019 (r490383) @@ -24,7 +24,6 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfltk.so:x11-toolkits/fltk \ - libGLEW.so:graphics/glew \ libcpptest.so:devel/cpptest BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ @@ -49,7 +48,7 @@ CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \ -DVSP_USE_SYSTEM_GLEW:BOOLEAN=yes USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \ xinerama xrender xxf86vm -USE_GL= gl glu +USE_GL= gl glew glu USE_GNOME= libxml2 Modified: head/games/xptools/Makefile ============================================================================== --- head/games/xptools/Makefile Tue Jan 15 14:50:27 2019 (r490382) +++ head/games/xptools/Makefile Tue Jan 15 15:05:33 2019 (r490383) @@ -33,11 +33,9 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libshp.so:devel/shapelib \ libsquish.so:graphics/squish \ libtiff.so:graphics/tiff \ - lib3ds.so:graphics/lib3ds \ - libGLw.so:graphics/libGLw \ - libGLU.so:graphics/libGLU + lib3ds.so:graphics/lib3ds -USES= eigen:3 gmake jpeg qt:4 sqlite ssl +USES= eigen:3 gl gmake jpeg qt:4 sqlite ssl USE_GITHUB= yes GH_ACCOUNT= X-Plane @@ -46,8 +44,8 @@ GH_TAGNAME= 982173e:xptools_libs USE_CXXSTD= c++11 USE_BINUTILS= yes +USE_GL= gl glu glw USE_QT= corelib gui moc opengl -USE_GL+= gl BINARIES= DDSTool DSFTool MeshTool ObjConverter ObjView RenderFarm RenderFarmUI WED XGrinder XPlaneSupportLin.p
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901151505.x0FF5XHA000328>