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 Feb 22 14:08:56 UTC 2019

Modified Files:
        pkgsrc/devel/doxygen: Makefile options.mk

Log Message:
doxygen: disable latex support for now

A recent change in latex3/latex2e broke the tabu package that doxygen uses,
causing a doxygen build failure. See e.g.
https://github.com/doxygen/doxygen/issues/6837

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/devel/doxygen/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/doxygen/options.mk

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.135 pkgsrc/devel/doxygen/Makefile:1.136
--- pkgsrc/devel/doxygen/Makefile:1.135 Thu Jan 31 14:15:55 2019
+++ pkgsrc/devel/doxygen/Makefile       Fri Feb 22 14:08:56 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.135 2019/01/31 14:15:55 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2019/02/22 14:08:56 wiz Exp $
 
 DISTNAME=      doxygen-1.8.15.src
 PKGNAME=       ${DISTNAME:S/.src//}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://doxygen.nl/files/
 

Index: pkgsrc/devel/doxygen/options.mk
diff -u pkgsrc/devel/doxygen/options.mk:1.12 pkgsrc/devel/doxygen/options.mk:1.13
--- pkgsrc/devel/doxygen/options.mk:1.12        Thu Jan 31 14:15:55 2019
+++ pkgsrc/devel/doxygen/options.mk     Fri Feb 22 14:08:56 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2019/01/31 14:15:55 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2019/02/22 14:08:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.doxygen
 PKG_SUPPORTED_OPTIONS= latex
-PKG_SUGGESTED_OPTIONS= latex
+#PKG_SUGGESTED_OPTIONS=        latex
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index