summaryrefslogtreecommitdiff
path: root/print/ggv
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-09-29 06:21:34 +0000
committerrh <rh@pkgsrc.org>2000-09-29 06:21:34 +0000
commit29ade5e0f8a4d0241ccee5afa2dec5275952526b (patch)
tree18e902d443a111141f757f8e15681248c45ca5a8 /print/ggv
parentd17056245a82ec057c9378c0d93740776287ebb9 (diff)
downloadpkgsrc-29ade5e0f8a4d0241ccee5afa2dec5275952526b.tar.gz
Disable broken bonobo support. Fixes PR 11085 by Brian Stark
<bstark@siemens-psc.com>
Diffstat (limited to 'print/ggv')
-rw-r--r--print/ggv/Makefile3
-rw-r--r--print/ggv/files/patch-sum7
-rw-r--r--print/ggv/patches/patch-aa13
3 files changed, 17 insertions, 6 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 2b07d58ad9f..c817187f577 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/06/01 15:02:12 rh Exp $
+# $NetBSD: Makefile,v 1.18 2000/09/29 06:21:34 rh Exp $
#
DISTNAME= ggv-0.95
@@ -14,5 +14,6 @@ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+CONFIGURE_ARGS+=--disable-bonobotest
.include "../../mk/bsd.pkg.mk"
diff --git a/print/ggv/files/patch-sum b/print/ggv/files/patch-sum
index 81f78df9ab1..f25cea3a5a8 100644
--- a/print/ggv/files/patch-sum
+++ b/print/ggv/files/patch-sum
@@ -1,6 +1,3 @@
-$NetBSD: patch-sum,v 1.5 2000/06/08 12:38:50 rh Exp $
+$NetBSD: patch-sum,v 1.6 2000/09/29 06:21:34 rh Exp $
-This placeholder file is generated by the ``makepatchsum'' target
-whenever the patches directory is empty or missing. Its purpose
-is to ensure that the presence of any obsolete patches will cause
-the proper error to be emitted at build time.
+MD5 (patch-aa) = ae3695c0d64a7154a1c558b2094b92b0
diff --git a/print/ggv/patches/patch-aa b/print/ggv/patches/patch-aa
new file mode 100644
index 00000000000..7a5ce5671ae
--- /dev/null
+++ b/print/ggv/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2000/09/29 06:21:35 rh Exp $
+
+--- configure.orig Fri Sep 29 08:12:51 2000
++++ configure
+@@ -4746,7 +4746,7 @@
+ echo $ac_n "checking for BONOBO - version >= $min_bonobo_version""... $ac_c" 1>&6
+ echo "configure:4748: checking for BONOBO - version >= $min_bonobo_version" >&5
+ no_bonobo=""
+- if test "$GNOME_CONFIG" = "no" ; then
++ if true ; then
+ no_bonobo=yes
+ else
+ BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo`