File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.204 2026/02/05 08:39:50 mef Exp $
1+ # $NetBSD: Makefile,v 1.205 2026/02/12 01:25:08 gutteridge Exp $
22
33DISTNAME = doxygen-1.16.1.src
44PKGNAME = ${DISTNAME:S/.src//}
5+ PKGREVISION = 1
56CATEGORIES = devel
67MASTER_SITES = https://doxygen.nl/files/
78
@@ -22,10 +23,6 @@ USE_CXX_FEATURES= c++17
2223USE_LANGUAGES = c c++
2324USE_TOOLS+ = gmake gs:run perl:run bison flex
2425
25- # if gcc version is 7.5, we will have
26- # g++: error: unrecognized command line option '-Wextra-semi'; did you mean '-Wextra'?
27- GCC_REQD+ = 10
28-
2926MAKE_ENV+ = PKGSRC_CFLAGS=${CFLAGS:Q}
3027MAKE_FLAGS+ = MAN1DIR=${PKGMANDIR}/man1
3128
@@ -35,6 +32,9 @@ TEST_TARGET= tests
3532
3633PYTHON_FOR_BUILD_ONLY = tool
3734
35+ # GCC < 8 doesn't support -Wextra-semi.
36+ BUILDLINK_TRANSFORM+ = rm:-Wextra-semi
37+
3838# Case Insensitive or Case Sensitive File System
3939PLIST_VARS+ = ci cs
4040
You can’t perform that action at this time.
0 commit comments