pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/pan



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 16 17:04:53 UTC 2026

Modified Files:
        pkgsrc/news/pan: Makefile

Log Message:
pan: Requires a C++ compiler with filesystem library support.

The netbsd-9 compiler supports c++17 but does not support the
filesystem library. netbsd-9 is still technically supported. This
should help netbsd-9 pull in a newer compiler for building pan.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/news/pan/Makefile

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

Modified files:

Index: pkgsrc/news/pan/Makefile
diff -u pkgsrc/news/pan/Makefile:1.167 pkgsrc/news/pan/Makefile:1.168
--- pkgsrc/news/pan/Makefile:1.167      Thu Jun 11 07:17:33 2026
+++ pkgsrc/news/pan/Makefile    Tue Jun 16 17:04:53 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2026/06/11 07:17:33 wiz Exp $
+# $NetBSD: Makefile,v 1.168 2026/06/16 17:04:53 nia Exp $
 
 PKGNAME=               pan-0.165
 PKGREVISION=           2
@@ -18,7 +18,7 @@ TOOL_DEPENDS+=                gettext-m4-[0-9]*:../../
 
 USE_TOOLS+=            gmake msgfmt perl pkg-config itstool
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 filesystem
 FORCE_CXX_STD=         c++17
 USE_PKGLOCALEDIR=      YES
 



Home | Main Index | Thread Index | Old Index