pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkgchkxx
Module Name: pkgsrc
Committed By: pho
Date: Sun Jun 9 08:12:14 UTC 2024
Modified Files:
pkgsrc/pkgtools/pkgchkxx: Makefile
Log Message:
pkgtools/pkgchkxx: Remove redundant unique_ptr from USE_CXX_FEATURES, suggested by gdt@
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/pkgchkxx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkgchkxx/Makefile
diff -u pkgsrc/pkgtools/pkgchkxx/Makefile:1.4 pkgsrc/pkgtools/pkgchkxx/Makefile:1.5
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.4 Sun May 26 10:39:42 2024
+++ pkgsrc/pkgtools/pkgchkxx/Makefile Sun Jun 9 08:12:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/26 10:39:42 pho Exp $
+# $NetBSD: Makefile,v 1.5 2024/06/09 08:12:14 pho Exp $
DISTNAME= pkgchkxx-0.2.1
CATEGORIES= pkgtools
@@ -11,7 +11,7 @@ COMMENT= Complete rewrite of pkg_chk and
LICENSE= modified-bsd AND 2-clause-bsd
USE_LANGUAGES= c c++
-USE_CXX_FEATURES= c++17 filesystem unique_ptr
+USE_CXX_FEATURES= c++17 filesystem
USE_TOOLS= gmake
GNU_CONFIGURE= YES
Home |
Main Index |
Thread Index |
Old Index