diff options
-rw-r--r-- | audio/libcanberra/Makefile | 6 | ||||
-rw-r--r-- | devel/libgnome/Makefile | 6 | ||||
-rw-r--r-- | devel/libgsf/Makefile | 6 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 6 | ||||
-rw-r--r-- | net/libsoup24/Makefile | 6 |
5 files changed, 25 insertions, 5 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index a1c470e2c3b..c042d9f16d0 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/12/15 21:30:52 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/23 11:19:27 obache Exp $ # DISTNAME= libcanberra-0.22 @@ -28,6 +28,10 @@ SUBST_STAGE.ltdlc= pre-configure CONFIGURE_ENV+= ac_cv_lib_ltdl_lt_dladvise_init=yes +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + #.include "../../devel/libltdl/convenience.mk" .include "../../devel/libltdl/buildlink3.mk" .include "../../devel/GConf/schemas.mk" diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 252a1591bba..00eef4a5023 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2009/10/29 23:05:00 drochner Exp $ +# $NetBSD: Makefile,v 1.76 2010/05/23 11:19:27 obache Exp $ # DISTNAME= libgnome-2.28.0 @@ -69,6 +69,10 @@ CONFIGURE_ARGS+= --disable-esd BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.13.0 +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/GConf/schemas.mk" diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index cae4343c0c5..8213c116e20 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2010/04/13 16:56:36 drochner Exp $ +# $NetBSD: Makefile,v 1.69 2010/05/23 11:19:27 obache Exp $ # # Some files are shared with libgsf-gnome, so update that # as well when updating libgsf! @@ -30,6 +30,10 @@ MAKE_ENV+= GCONF2_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR} GCONF_SCHEMAS= gsf-office-thumbnailer.schemas +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 35cc1f27a83..23e2700d642 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/05/14 16:41:40 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2010/05/23 11:19:26 obache Exp $ # DISTNAME= totem-pl-parser-2.28.3 @@ -21,6 +21,10 @@ CONFLICTS+= totem<2.22.0 PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in PKGCONFIG_OVERRIDE+= totem-plparser.pc.in +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../devel/glib2/buildlink3.mk" .include "../../mail/gmime24/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index ea055089dcb..19aa4425b88 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/02/28 20:49:21 tonio Exp $ +# $NetBSD: Makefile,v 1.22 2010/05/23 11:19:27 obache Exp $ DISTNAME= libsoup-2.28.2 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} @@ -24,6 +24,10 @@ TEST_TARGET= check .include "options.mk" +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../databases/sqlite3/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.21.3 .include "../../devel/glib2/buildlink3.mk" |