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:   wiz
Date:           Fri Nov  3 11:31:21 UTC 2023

Modified Files:
        pkgsrc/devel/doxygen: Makefile

Log Message:
doxygen: override CMAKE_GENERATOR

In some cases, the ninja generator makes no progress, making this fail
to build.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 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.178 pkgsrc/devel/doxygen/Makefile:1.179
--- pkgsrc/devel/doxygen/Makefile:1.178 Tue Oct 24 22:08:43 2023
+++ pkgsrc/devel/doxygen/Makefile       Fri Nov  3 11:31:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2023/10/24 22:08:43 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2023/11/03 11:31:21 wiz Exp $
 
 DISTNAME=      doxygen-1.9.8.src
 PKGREVISION=   2
@@ -70,6 +70,12 @@ post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxywizard.1
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+# wiz 20231103:
+# as of doxygen 1.9.8, the ninja generator has problems in some environments:
+# ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
+CMAKE_GENERATOR=       make
+
 .include "../../devel/cmake/build.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../graphics/graphviz/buildlink3.mk"



Home | Main Index | Thread Index | Old Index