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.58 retrieving revision 1.81 diff -u -p -r1.58 -r1.81 --- pkgsrc/graphics/osg/Makefile 2016/03/05 11:27:49 1.58 +++ pkgsrc/graphics/osg/Makefile 2018/04/29 21:31:21 1.81 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:27:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.81 2018/04/29 21:31:21 adam Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 -PKGREVISION= 40 +PKGREVISION= 61 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"