pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Feb  5 08:39:50 UTC 2026

Modified Files:
        pkgsrc/devel/doxygen: Makefile

Log Message:
(devel/doxygen) Fix build on NetBSD/9.4 (GCC_REQD+= 10)


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/devel/doxygen/Makefile

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

Modified files:

Index: pkgsrc/devel/doxygen/Makefile
diff -u pkgsrc/devel/doxygen/Makefile:1.203 pkgsrc/devel/doxygen/Makefile:1.204
--- pkgsrc/devel/doxygen/Makefile:1.203 Mon Jan 12 17:22:48 2026
+++ pkgsrc/devel/doxygen/Makefile       Thu Feb  5 08:39:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2026/01/12 17:22:48 adam Exp $
+# $NetBSD: Makefile,v 1.204 2026/02/05 08:39:50 mef Exp $
 
 DISTNAME=      doxygen-1.16.1.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -21,6 +21,11 @@ FLEX_REQD+=          2.6.4
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake gs:run perl:run bison flex
+
+# if gcc version is 7.5, we will have
+# g++: error: unrecognized command line option '-Wextra-semi'; did you mean '-Wextra'?
+GCC_REQD+=             10
+
 MAKE_ENV+=             PKGSRC_CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=           MAN1DIR=${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index