pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/pdal-lib
Module Name: pkgsrc
Committed By: gdt
Date: Sun Oct 27 18:57:05 UTC 2024
Modified Files:
pkgsrc/geography/pdal-lib: Makefile buildlink3.mk
Log Message:
geography/pdal-lib: Drop pcl dependency
pdal stopped using pcl a long time, ago, according to upstream. The
package didn't actually link with pcl, and qgis built against pdal-lib
w/o pcl still runs.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/geography/pdal-lib/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/geography/pdal-lib/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/pdal-lib/Makefile
diff -u pkgsrc/geography/pdal-lib/Makefile:1.34 pkgsrc/geography/pdal-lib/Makefile:1.35
--- pkgsrc/geography/pdal-lib/Makefile:1.34 Fri Oct 4 03:49:24 2024
+++ pkgsrc/geography/pdal-lib/Makefile Sun Oct 27 18:57:05 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2024/10/04 03:49:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2024/10/27 18:57:05 gdt Exp $
DISTNAME= PDAL-2.7.1-src
PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/}
GITHUB_PROJECT= PDAL
@@ -58,7 +58,6 @@ CMAKE_CONFIGURE_ARGS+= -DWITH_ZSTD=ON
.include "../../geography/gdal-lib/buildlink3.mk"
.include "../../geography/laszip/buildlink3.mk"
.include "../../geography/libgeotiff/buildlink3.mk"
-.include "../../graphics/pcl/buildlink3.mk"
.include "../../lang/libunwind/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
Index: pkgsrc/geography/pdal-lib/buildlink3.mk
diff -u pkgsrc/geography/pdal-lib/buildlink3.mk:1.26 pkgsrc/geography/pdal-lib/buildlink3.mk:1.27
--- pkgsrc/geography/pdal-lib/buildlink3.mk:1.26 Fri Oct 4 03:49:24 2024
+++ pkgsrc/geography/pdal-lib/buildlink3.mk Sun Oct 27 18:57:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2024/10/04 03:49:24 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2024/10/27 18:57:05 gdt Exp $
BUILDLINK_TREE+= pdal-lib
@@ -16,7 +16,6 @@ BUILDLINK_PKGSRCDIR.pdal-lib?= ../../ge
.include "../../geography/laszip/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
-.include "../../graphics/pcl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.endif # PDAL_LIB_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index