summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-29 09:15:50 +0000
committerobache <obache@pkgsrc.org>2010-08-29 09:15:50 +0000
commitc100b61230acddfe13241f2aa26dfb7694a9ef02 (patch)
tree3b01ad059e5523d16d3c3f2ae1f33e359840b2b4
parentb8f76ff38461f2c9cc21249710e9993c9cfd670e (diff)
downloadpkgsrc-c100b61230acddfe13241f2aa26dfb7694a9ef02.tar.gz
No need gtkdoc-rebase workaround anymore.
-rw-r--r--devel/at-spi/Makefile6
-rw-r--r--devel/libbonoboui/Makefile6
-rw-r--r--editors/gedit/Makefile6
-rw-r--r--security/gnome-keyring/Makefile6
-rw-r--r--sysutils/liboobs/Makefile6
-rw-r--r--textproc/raptor/Makefile6
6 files changed, 6 insertions, 30 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile
index 95d302d922f..b2378220acb 100644
--- a/devel/at-spi/Makefile
+++ b/devel/at-spi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2010/06/13 22:44:02 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2010/08/29 09:23:57 obache Exp $
#
DISTNAME= at-spi-1.30.1
@@ -27,10 +27,6 @@ PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in
GCONF_SCHEMAS= at-spi.schemas
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.include "../../devel/GConf/schemas.mk"
BUILDLINK_API_DEPENDS.atk+= atk>=1.17.0
.include "../../devel/atk/buildlink3.mk"
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile
index b79d664d397..ce50c9fe60f 100644
--- a/devel/libbonoboui/Makefile
+++ b/devel/libbonoboui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2010/06/13 22:44:06 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2010/08/29 09:23:03 obache Exp $
#
DISTNAME= libbonoboui-2.24.3
@@ -20,10 +20,6 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.16.0
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 63a901d97e5..c12db3e6452 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2010/07/06 15:52:44 drochner Exp $
+# $NetBSD: Makefile,v 1.106 2010/08/29 09:21:00 obache Exp $
#
DISTNAME= gedit-2.30.3
@@ -22,10 +22,6 @@ PKGCONFIG_OVERRIDE+= data/gedit.pc.in
GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.include "options.mk"
.include "../../devel/GConf/schemas.mk"
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 52a59ea0aa6..b3deb96829b 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2010/07/06 16:13:41 drochner Exp $
+# $NetBSD: Makefile,v 1.56 2010/08/29 09:18:43 obache Exp $
DISTNAME= gnome-keyring-2.30.3
CATEGORIES= security gnome
@@ -29,10 +29,6 @@ CFLAGS.HPUX+= -DMAP_ANON=MAP_ANONYMOUS
#
CFLAGS.NetBSD+= -DNO_STATIC_MODULES
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
diff --git a/sysutils/liboobs/Makefile b/sysutils/liboobs/Makefile
index 2daea9e5a78..ed166697798 100644
--- a/sysutils/liboobs/Makefile
+++ b/sysutils/liboobs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/10/31 02:52:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/08/29 09:17:31 obache Exp $
#
DISTNAME= liboobs-2.22.2
@@ -20,9 +20,5 @@ USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.include "../../sysutils/system-tools-backends/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
index babba509465..aced1ae82e5 100644
--- a/textproc/raptor/Makefile
+++ b/textproc/raptor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2010/02/05 13:01:07 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/08/29 09:15:50 obache Exp $
#
DISTNAME= raptor-1.4.21
@@ -20,10 +20,6 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
TEST_TARGET= check
-# Workaround for Upstream Bug#562310.
-# for more detail, see also PR#41475.
-TOOLS_NOOP+= gtkdoc-rebase
-
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"