Tue Feb 10 08:12:43 2015 UTC ()
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.


(wiz)
diff -r1.10 -r1.11 pkgsrc/misc/libcarddav/Makefile
diff -r1.3 -r1.4 pkgsrc/misc/libcarddav/options.mk

cvs diff -r1.10 -r1.11 pkgsrc/misc/libcarddav/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/libcarddav/Makefile 2014/02/12 23:18:14 1.10
+++ pkgsrc/misc/libcarddav/Makefile 2015/02/10 08:12:43 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2014/02/12 23:18:14 tron Exp $ 1# $NetBSD: Makefile,v 1.11 2015/02/10 08:12:43 wiz Exp $
2 2
3DISTNAME= libcarddav_0.6.2-2debian2 3DISTNAME= libcarddav_0.6.2-2debian2
4PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/} 4PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/}
5PKGREVISION= 6 5PKGREVISION= 7
6CATEGORIES= misc 6CATEGORIES= misc
7MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/ 7MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+packages?field.name_filter=libcarddav&field.status_filter=published&field.series_filter= 10HOMEPAGE= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+packages?field.name_filter=libcarddav&field.status_filter=published&field.series_filter=
11COMMENT= CardDAV library 11COMMENT= CardDAV library
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:C/-[0-9]debian[0-9]//} 14WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:C/-[0-9]debian[0-9]//}
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes

cvs diff -r1.3 -r1.4 pkgsrc/misc/libcarddav/options.mk (expand / switch to unified diff)

--- pkgsrc/misc/libcarddav/options.mk 2012/07/11 14:47:23 1.3
+++ pkgsrc/misc/libcarddav/options.mk 2015/02/10 08:12:43 1.4
@@ -1,22 +1,26 @@ @@ -1,22 +1,26 @@
1# $NetBSD: options.mk,v 1.3 2012/07/11 14:47:23 wiz Exp $ 1# $NetBSD: options.mk,v 1.4 2015/02/10 08:12:43 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav 3PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav
4PKG_SUPPORTED_OPTIONS= doc 4PKG_SUPPORTED_OPTIONS= doc
5PKG_SUGGESTED_OPTIONS= doc 5# TODO: tc-pgf.def needs packaging before PDF output works
 6#PKG_SUGGESTED_OPTIONS= doc
6PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc 7PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc
7 8
8.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
9 10
10PLIST_VARS+= doc 11PLIST_VARS+= doc
11 12
12.if !empty(PKG_OPTIONS:Mdoc) 13.if !empty(PKG_OPTIONS:Mdoc)
13BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen 14BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
 15BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../print/tex-adjustbox
14BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec 16BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
15BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft 17BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
16BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab 18BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab
17BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow 19BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow
 20BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 21BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox
18CONFIGURE_ARGS+= --enable-doc 22CONFIGURE_ARGS+= --enable-doc
19PLIST.doc= yes 23PLIST.doc= yes
20.else 24.else
21CONFIGURE_ARGS+= --disable-doxygen-doc 25CONFIGURE_ARGS+= --disable-doxygen-doc
22.endif 26.endif