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.51 retrieving revision 1.79 diff -u -p -r1.51 -r1.79 --- pkgsrc/graphics/osg/Makefile 2014/08/22 11:24:26 1.51 +++ pkgsrc/graphics/osg/Makefile 2018/04/16 14:33:52 1.79 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.51 2014/08/22 11:24:26 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2018/04/16 14:33:52 wiz Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 -PKGREVISION= 33 +PKGREVISION= 59 CATEGORIES= graphics devel MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PKGVERSION_NOREV}/source/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.openscenegraph.org/projects/osg +HOMEPAGE= http://www.openscenegraph.org/ COMMENT= High performance 3D graphics toolkit LICENSE= gnu-lgpl-v2.1 @@ -24,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 @@ -45,6 +48,7 @@ PLIST.x11= yes .include "../../graphics/jasper/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" +.include "../../net/libvncserver/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"