Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/osg/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/osg/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.74 diff -u -p -r1.15 -r1.74 --- pkgsrc/graphics/osg/Makefile 2012/03/26 12:00:33 1.15 +++ pkgsrc/graphics/osg/Makefile 2017/12/24 10:05:31 1.74 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/03/26 12:00:33 drochner Exp $ +# $NetBSD: Makefile,v 1.74 2017/12/24 10:05:31 wiz Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 +PKGREVISION= 54 CATEGORIES= graphics devel MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PKGVERSION_NOREV}/source/ EXTRACT_SUFX= .zip @@ -11,8 +12,6 @@ HOMEPAGE= http://www.openscenegraph.org/ COMMENT= High performance 3D graphics toolkit LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config @@ -25,6 +24,9 @@ PLIST_VARS+= quartz x11 .include "../../mk/bsd.prefs.mk" +# jasper uses SIZE_MAX and friends in its headers. +CXXFLAGS+= -D__STDC_LIMIT_MACROS + .if ${OPSYS} == "Darwin" PLIST.quartz= yes .else @@ -36,17 +38,17 @@ PLIST.x11= yes .include "../../multimedia/xine-lib/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" -.include "../../mk/giflib.buildlink3.mk" +.include "../../graphics/giflib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .endif -#.include "../../geography/gdal-lib/buildlink3.mk" +.include "../../geography/gdal-lib/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jasper/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" -.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../net/libvncserver/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"