pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libcarddav Re-enable doc by default now that tex-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/217140c45bcc
branches:  trunk
changeset: 646547:217140c45bcc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 10 23:58:53 2015 +0000

description:
Re-enable doc by default now that tex-adjustbox is fixed and the pdf builds.
Bump PKGREVISION.

diffstat:

 misc/libcarddav/Makefile   |  4 ++--
 misc/libcarddav/options.mk |  7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r face62e51a44 -r 217140c45bcc misc/libcarddav/Makefile
--- a/misc/libcarddav/Makefile  Tue Feb 10 23:53:43 2015 +0000
+++ b/misc/libcarddav/Makefile  Tue Feb 10 23:58:53 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2015/02/10 08:12:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/10 23:58:53 wiz Exp $
 
 DISTNAME=      libcarddav_0.6.2-2debian2
 PKGNAME=       ${DISTNAME:S/_/-/:S/-2debian2/.2.2/}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    misc
 MASTER_SITES=  https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/
 
diff -r face62e51a44 -r 217140c45bcc misc/libcarddav/options.mk
--- a/misc/libcarddav/options.mk        Tue Feb 10 23:53:43 2015 +0000
+++ b/misc/libcarddav/options.mk        Tue Feb 10 23:58:53 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2015/02/10 08:12:43 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2015/02/10 23:58:53 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libcarddav
 PKG_SUPPORTED_OPTIONS= doc
-# TODO: tc-pgf.def needs packaging before PDF output works
-#PKG_SUGGESTED_OPTIONS=        doc
+PKG_SUGGESTED_OPTIONS= doc
 PKG_OPTIONS_LEGACY_OPTS+=      doxygen:doc
 
 .include "../../mk/bsd.options.mk"
@@ -12,7 +11,7 @@
 
 .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-adjustbox>=1.0nb1:../../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



Home | Main Index | Thread Index | Old Index