pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: doxygen build
On Fri, Aug 17, 2012 at 3:45 PM, matthew sporleder
<msporleder%gmail.com@localhost> wrote:
> On Thu, Aug 16, 2012 at 9:14 PM, Makoto Fujiwara <makoto%ki.nu@localhost>
> wrote:
>> Fix for PR pkg/46681 is committed.
>> Please report if you still have the problem,
>>
>> Thank you,
>> ---
>> Makoto Fujiwara,
>> Chiba, Japan, Narita Airport and Disneyland prefecture.
>
> Now I get a new error:
> doxygen $ make clean && make package
> make: "/usr/src/pkgsrc/devel/doxygen/Makefile" line 83: Malformed
> conditional (!empty(PKG_BUILD_OPTIONS.graphviz:Mpangocairo))
> make: Fatal errors encountered -- cannot continue
>
> make: stopped in /usr/src/pkgsrc/devel/doxygen
>
> mk.conf has:
> PKG_DEFAULT_OPTIONS+= -x11
>
> but nothing for doxygen
I think this is a bug in graphics/graphviz/buildlink3.mk-
The following patch fixes it for me: (in graphics/graphviz)
Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/graphviz/buildlink3.mk,v
retrieving revision 1.19
diff -u -r1.19 buildlink3.mk
--- buildlink3.mk 1 Nov 2011 06:01:36 -0000 1.19
+++ buildlink3.mk 19 Aug 2012 13:43:27 -0000
@@ -1,6 +1,8 @@
# $NetBSD: buildlink3.mk,v 1.19 2011/11/01 06:01:36 sbd Exp $
BUILDLINK_TREE+= graphviz
+pkgbase := graphviz
+.include "../../mk/pkg-build-options.mk"
.if !defined(GRAPHVIZ_BUILDLINK3_MK)
GRAPHVIZ_BUILDLINK3_MK:=
Home |
Main Index |
Thread Index |
Old Index