pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46664: [PATCH] misc/libcarddav needs BUILD_DEPENDS lines
>Number: 46664
>Category: pkg
>Synopsis: libcarddav has missing BUILD_DEPENDS lines
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jul 06 13:20:01 +0000 2012
>Originator: Makoto Fujiwara
>Release: NetBSD 6.0_BETA2
>Organization:
KINU Corporation
>Environment:
System: NetBSD t-105.i.ki.nu 6.0_BETA2 NetBSD 6.0_BETA2 (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
With clean build from scratch (by pbulk) two dependecy lines
are required. You may get follwing
! LaTeX Error: File `tocloft.sty' not found.
! LaTeX Error: File `xtab.sty' not found.
>How-To-Repeat:
(cd /usr/pkgsrc/misc/libcarddav; make package)
>Fix:
Index: misc/libcarddav/options.mk
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/misc/libcarddav/options.mk,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 options.mk
--- misc/libcarddav/options.mk 8 Jan 2012 15:18:40 -0000 1.1.1.1
+++ misc/libcarddav/options.mk 6 Jul 2012 13:13:19 -0000
@@ -11,6 +11,9 @@
.if !empty(PKG_OPTIONS:Mdoxygen)
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
+# only xtab.sty is necessary from following
+BUILD_DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf
CONFIGURE_ARGS+= --enable-doc
PLIST.doxygen= yes
.else
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index