pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/libcarddav Add some more dependencies for the 'do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef54e45bdf1c
branches: trunk
changeset: 646519:ef54e45bdf1c
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 10 08:12:43 2015 +0000
description:
Add some more dependencies for the 'doc' option; additionally needs
! LaTeX Error: File `tc-pgf.def' not found.
which doesn't seem to be packaged yet; so disable doc option by default.
Bump PKGREVISION.
diffstat:
misc/libcarddav/Makefile | 4 ++--
misc/libcarddav/options.mk | 8 ++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r 8e4e2a5a0d4c -r ef54e45bdf1c misc/libcarddav/Makefile
--- a/misc/libcarddav/Makefile Tue Feb 10 05:29:59 2015 +0000
+++ b/misc/libcarddav/Makefile Tue Feb 10 08:12:43 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2014/02/12 23:18:14 tron Exp $
+# $NetBSD: Makefile,v 1.11 2015/02/10 08:12:43 wiz Exp $
DISTNAME= libcarddav_0.6.2-2debian2
PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= misc
MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/
diff -r 8e4e2a5a0d4c -r ef54e45bdf1c misc/libcarddav/options.mk
--- a/misc/libcarddav/options.mk Tue Feb 10 05:29:59 2015 +0000
+++ b/misc/libcarddav/options.mk Tue Feb 10 08:12:43 2015 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2012/07/11 14:47:23 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/02/10 08:12:43 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav
PKG_SUPPORTED_OPTIONS= doc
-PKG_SUGGESTED_OPTIONS= doc
+# TODO: tc-pgf.def needs packaging before PDF output works
+#PKG_SUGGESTED_OPTIONS= doc
PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc
.include "../../mk/bsd.options.mk"
@@ -11,10 +12,13 @@
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
+BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../print/tex-adjustbox
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab
BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow
+BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox
CONFIGURE_ARGS+= --enable-doc
PLIST.doc= yes
.else
Home |
Main Index |
Thread Index |
Old Index