pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/pcl



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 11 12:36:06 UTC 2025

Modified Files:
        pkgsrc/graphics/pcl: Makefile buildlink3.mk

Log Message:
pcl: Bump compiler requirements.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/pcl/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/pcl/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/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.44 pkgsrc/graphics/pcl/Makefile:1.45
--- pkgsrc/graphics/pcl/Makefile:1.44   Mon Feb 24 17:22:56 2025
+++ pkgsrc/graphics/pcl/Makefile        Tue Mar 11 12:36:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2025/02/24 17:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.45 2025/03/11 12:36:06 nia Exp $
 
 DISTNAME=      pcl-1.15.0
 CATEGORIES=    graphics
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 WRKSRC=                ${WRKDIR}/pcl-${DISTNAME}
 
-USE_CXX_FEATURES=      c++14
+USE_CXX_FEATURES+=     c++17 filesystem
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 

Index: pkgsrc/graphics/pcl/buildlink3.mk
diff -u pkgsrc/graphics/pcl/buildlink3.mk:1.32 pkgsrc/graphics/pcl/buildlink3.mk:1.33
--- pkgsrc/graphics/pcl/buildlink3.mk:1.32      Sun Dec 29 15:09:51 2024
+++ pkgsrc/graphics/pcl/buildlink3.mk   Tue Mar 11 12:36:06 2025
@@ -1,10 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.32 2024/12/29 15:09:51 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2025/03/11 12:36:06 nia Exp $
 
 BUILDLINK_TREE+=       pcl
 
 .if !defined(PCL_BUILDLINK3_MK)
 PCL_BUILDLINK3_MK:=
 
+USE_CXX_FEATURES+=     c++17 filesystem
+
 BUILDLINK_API_DEPENDS.pcl+=    pcl>=1.10.0
 BUILDLINK_ABI_DEPENDS.pcl+=    pcl>=1.14.1nb10
 BUILDLINK_PKGSRCDIR.pcl?=      ../../graphics/pcl



Home | Main Index | Thread Index | Old Index