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:   gdt
Date:           Sat Nov  1 23:49:30 UTC 2025

Modified Files:
        pkgsrc/graphics/vtk: Makefile

Log Message:
graphics/vtk: Fix PRINT_PlIST_AWK

With a ;, output lines are doubled, and while there's a uniq solution
to that problem, it's better to avoid it.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/graphics/vtk/Makefile:1.60
--- pkgsrc/graphics/vtk/Makefile:1.59   Sat Nov  1 23:39:42 2025
+++ pkgsrc/graphics/vtk/Makefile        Sat Nov  1 23:49:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2025/11/01 23:39:42 gdt Exp $
+# $NetBSD: Makefile,v 1.60 2025/11/01 23:49:30 gdt Exp $
 
 DISTNAME=      VTK-9.5.2
 PKGNAME=       ${DISTNAME:tl}
@@ -50,7 +50,7 @@ MAKE_ENV+=    DYLD_LIBRARY_PATH=${WRKSRC}/$
 
 PLIST_VARS+=           cocoa opengl
 PLIST_SUBST+=          VTKVER=${VERSION_MINOR}
-PRINT_PLIST_AWK+=      gsub(/${VERSION_MINOR}/, "$${VTKVER}");
+PRINT_PLIST_AWK+=      gsub(/${VERSION_MINOR}/, "$${VTKVER}")
 
 CHECK_PORTABILITY_SKIP+=       Examples/Build/vtkMy/Utilities/Doxygen/doc_makeall.sh.in
 



Home | Main Index | Thread Index | Old Index