summaryrefslogtreecommitdiff
path: root/devel/pango
diff options
context:
space:
mode:
authorobache <obache>2009-06-03 12:40:32 +0000
committerobache <obache>2009-06-03 12:40:32 +0000
commit6d7ec9a1eaf6a47cc5bab4bcc5216440a31ec5c4 (patch)
tree416401c9706132268e0360d5f4e4bacc25127189 /devel/pango
parent4ff6b2c6aeb64abec9b0610c69a1a99bccdb28a6 (diff)
downloadpkgsrc-6d7ec9a1eaf6a47cc5bab4bcc5216440a31ec5c4.tar.gz
Remove build dependency on gtk-doc, related to PR#41475.
It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
Diffstat (limited to 'devel/pango')
-rw-r--r--devel/pango/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 9f2a51da275..c0e4101199f 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2009/05/26 16:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2009/06/03 12:40:32 obache Exp $
DISTNAME= pango-1.24.2
CATEGORIES= devel fonts
@@ -39,6 +39,10 @@ PLIST_VARS+= carbon
.include "options.mk"
+# Workaround for Upstream Bug#562310.
+# for more detail, see also PR#41475.
+TOOLS_NOOP+= gtkdoc-rebase
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.3
.include "../../devel/glib2/buildlink3.mk"
# XXX: later maybe add an option for libthai to provide pango-thai-lang.la?
@@ -50,5 +54,4 @@ BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.5.0
.include "../../fonts/fontconfig/buildlink3.mk"
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.7nb3
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"