pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/osg osg: disable exr support, it was broken b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/500ea95b4df1
branches:  trunk
changeset: 455831:500ea95b4df1
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 12 21:06:42 2021 +0000

description:
osg: disable exr support, it was broken by openexr changes.

diffstat:

 graphics/osg/Makefile |  4 ++--
 graphics/osg/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r f568cf2bc88a -r 500ea95b4df1 graphics/osg/Makefile
--- a/graphics/osg/Makefile     Mon Jul 12 20:55:00 2021 +0000
+++ b/graphics/osg/Makefile     Mon Jul 12 21:06:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2021/07/09 10:30:11 markd Exp $
+# $NetBSD: Makefile,v 1.133 2021/07/12 21:06:42 nia Exp $
 
 DISTNAME=      osg-3.6.5
 PKGREVISION=   9
@@ -33,6 +33,7 @@
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_GStreamer=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_OpenCascade=TRUE
+CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_DCMTK=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_NVTT=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_ZeroConf=TRUE
@@ -55,7 +56,6 @@
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/jasper/buildlink3.mk"
-.include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../lang/lua52/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
diff -r f568cf2bc88a -r 500ea95b4df1 graphics/osg/PLIST
--- a/graphics/osg/PLIST        Mon Jul 12 20:55:00 2021 +0000
+++ b/graphics/osg/PLIST        Mon Jul 12 21:06:42 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/02 09:41:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/07/12 21:06:42 nia Exp $
 bin/osgarchive
 bin/osgconv
 bin/osgfilecache
@@ -702,7 +702,6 @@
 lib/osgPlugins-${PKGVERSION}/osgdb_deprecated_osgwidget.so
 lib/osgPlugins-${PKGVERSION}/osgdb_dot.so
 lib/osgPlugins-${PKGVERSION}/osgdb_dxf.so
-lib/osgPlugins-${PKGVERSION}/osgdb_exr.so
 lib/osgPlugins-${PKGVERSION}/osgdb_ffmpeg.so
 lib/osgPlugins-${PKGVERSION}/osgdb_freetype.so
 ${PLIST.gdal}lib/osgPlugins-${PKGVERSION}/osgdb_gdal.so



Home | Main Index | Thread Index | Old Index