pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 23 13:38:34 UTC 2022

Modified Files:
        pkgsrc/graphics/vtk: Makefile

Log Message:
vtk: skip portability check in doxygen helper script


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/vtk/Makefile

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

Modified files:

Index: pkgsrc/graphics/vtk/Makefile
diff -u pkgsrc/graphics/vtk/Makefile:1.28 pkgsrc/graphics/vtk/Makefile:1.29
--- pkgsrc/graphics/vtk/Makefile:1.28   Sun Nov 27 13:55:50 2022
+++ pkgsrc/graphics/vtk/Makefile        Fri Dec 23 13:38:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/11/27 13:55:50 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2022/12/23 13:38:34 wiz Exp $
 
 DISTNAME=      VTK-9.0.3
 PKGNAME=       ${DISTNAME:tl}
@@ -39,6 +39,8 @@ MAKE_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/bui
 
 PLIST_VARS+=   cocoa opengl
 
+CHECK_PORTABILITY_SKIP+=       Examples/Build/vtkMy/Utilities/Doxygen/doc_makeall.sh.in
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index