pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/neix



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 18 18:37:42 UTC 2023

Modified Files:
        pkgsrc/news/neix: Makefile

Log Message:
news: Adapt packages to USE_(CC|CXX)_FEATURES where possible


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/news/neix/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/neix/Makefile
diff -u pkgsrc/news/neix/Makefile:1.13 pkgsrc/news/neix/Makefile:1.14
--- pkgsrc/news/neix/Makefile:1.13      Thu Jul 13 13:49:17 2023
+++ pkgsrc/news/neix/Makefile   Tue Jul 18 18:37:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/07/13 13:49:17 nia Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/18 18:37:42 nia Exp $
 
 DISTNAME=      neix-0.1.5
 PKGREVISION=   4
@@ -12,14 +12,16 @@ COMMENT=    RSS/Atom feed reader for your t
 LICENSE=       gnu-gpl-v3
 
 USE_CMAKE=     yes
-USE_TOOLS+=    pkg-config gmake
-USE_LANGUAGES= c c++11
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 
 CMAKE_ARGS+=   -DCMAKE_INSTALL_PREFIX=${PREFIX}
 
+USE_CXX_FEATURES+=     regex
+
 SUBST_CLASSES+=                prefix
 SUBST_MESSAGE.prefix=  Fixing paths.
 SUBST_STAGE.prefix=    pre-configure



Home | Main Index | Thread Index | Old Index