pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue May  4 14:34:47 UTC 2021

Modified Files:
        pkgsrc/graphics: Makefile
Removed Files:
        pkgsrc/graphics/vtk-data: DESCR Makefile PLIST distinfo

Log Message:
Remove vtk-data 4.2

Recent vtk-data is no longer a set of static data files, but rather a
cmake ExternalData module. Quoting from cmake:

  Use this module to unambiguously reference data files stored
  outside the source tree and fetch them at build time from arbitrary
  local and remote content-addressed locations.

This is not in the spirit of pkgsrc, and users of VTKData would be expected
to unpack it in their local source tree anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.930 -r1.931 pkgsrc/graphics/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/graphics/vtk-data/DESCR
cvs rdiff -u -r1.7 -r0 pkgsrc/graphics/vtk-data/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/graphics/vtk-data/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/vtk-data/distinfo

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

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.930 pkgsrc/graphics/Makefile:1.931
--- pkgsrc/graphics/Makefile:1.930      Tue May  4 14:05:43 2021
+++ pkgsrc/graphics/Makefile    Tue May  4 14:34:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.930 2021/05/04 14:05:43 prlw1 Exp $
+# $NetBSD: Makefile,v 1.931 2021/05/04 14:34:46 prlw1 Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -810,7 +810,6 @@ SUBDIR+=    viu
 SUBDIR+=       vnc2swf
 SUBDIR+=       vp
 SUBDIR+=       vtk
-SUBDIR+=       vtk-data
 SUBDIR+=       vtk-docs
 SUBDIR+=       vulkan-headers
 SUBDIR+=       wcslib



Home | Main Index | Thread Index | Old Index