pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen doxygen: disable latex support for now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0915a8809a84
branches:  trunk
changeset: 319848:0915a8809a84
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 22 14:08:56 2019 +0000

description:
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.

diffstat:

 devel/doxygen/Makefile   |  3 ++-
 devel/doxygen/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4912caa4b5e8 -r 0915a8809a84 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Fri Feb 22 14:07:38 2019 +0000
+++ b/devel/doxygen/Makefile    Fri Feb 22 14:08:56 2019 +0000
@@ -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/
 
diff -r 4912caa4b5e8 -r 0915a8809a84 devel/doxygen/options.mk
--- a/devel/doxygen/options.mk  Fri Feb 22 14:07:38 2019 +0000
+++ b/devel/doxygen/options.mk  Fri Feb 22 14:08:56 2019 +0000
@@ -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