pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/osg



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jul 16 00:23:58 UTC 2016

Modified Files:
        pkgsrc/graphics/osg: Makefile PLIST

Log Message:
Add dependency on libvncserver


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/osg/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/osg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/osg/Makefile
diff -u pkgsrc/graphics/osg/Makefile:1.58 pkgsrc/graphics/osg/Makefile:1.59
--- pkgsrc/graphics/osg/Makefile:1.58   Sat Mar  5 11:27:49 2016
+++ pkgsrc/graphics/osg/Makefile        Sat Jul 16 00:23:58 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2016/03/05 11:27:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2016/07/16 00:23:58 markd Exp $
 
 DISTNAME=      OpenSceneGraph-3.0.1
 PKGNAME=       osg-3.0.1
-PKGREVISION=   40
+PKGREVISION=   41
 CATEGORIES=    graphics devel
 MASTER_SITES=  http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PKGVERSION_NOREV}/source/
 EXTRACT_SUFX=  .zip
@@ -45,6 +45,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"

Index: pkgsrc/graphics/osg/PLIST
diff -u pkgsrc/graphics/osg/PLIST:1.4 pkgsrc/graphics/osg/PLIST:1.5
--- pkgsrc/graphics/osg/PLIST:1.4       Tue Aug 19 13:35:22 2014
+++ pkgsrc/graphics/osg/PLIST   Sat Jul 16 00:23:58 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/08/19 13:35:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/07/16 00:23:58 markd Exp $
 bin/osgarchive
 bin/osgconv
 bin/osgfilecache
@@ -671,6 +671,7 @@ ${PLIST.x11}lib/osgPlugins-${PKGVERSION}
 lib/osgPlugins-${PKGVERSION}/osgdb_trans.so
 lib/osgPlugins-${PKGVERSION}/osgdb_txf.so
 lib/osgPlugins-${PKGVERSION}/osgdb_txp.so
+lib/osgPlugins-${PKGVERSION}/osgdb_vnc.so
 lib/osgPlugins-${PKGVERSION}/osgdb_vtf.so
 lib/osgPlugins-${PKGVERSION}/osgdb_x.so
 ${PLIST.x11}lib/osgPlugins-${PKGVERSION}/osgdb_xine.so



Home | Main Index | Thread Index | Old Index