summaryrefslogtreecommitdiff
path: root/net/soup
diff options
context:
space:
mode:
authorrh <rh>2003-01-13 04:58:34 +0000
committerrh <rh>2003-01-13 04:58:34 +0000
commitc777d8b99910c457b9023383ceed4fdea5b4f4b6 (patch)
tree6586d64b3781c87627388e366a2cb8727b57f9ce /net/soup
parent3e719474910e484961ec9c7aff235fb1cd6a00dd (diff)
downloadpkgsrc-c777d8b99910c457b9023383ceed4fdea5b4f4b6.tar.gz
Don't pick up apxs from apache packages. Fixes PR pkg/19476.
Bump PKGREVISION.
Diffstat (limited to 'net/soup')
-rw-r--r--net/soup/Makefile4
-rw-r--r--net/soup/distinfo3
-rw-r--r--net/soup/patches/patch-aa13
3 files changed, 17 insertions, 3 deletions
diff --git a/net/soup/Makefile b/net/soup/Makefile
index 6cab46f7d8f..795ee3ae399 100644
--- a/net/soup/Makefile
+++ b/net/soup/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/12/24 06:10:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/13 04:58:34 rh Exp $
#
DISTNAME= soup-0.7.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/soup/0.7/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/soup/distinfo b/net/soup/distinfo
index 567d1a2190c..03c43624d40 100644
--- a/net/soup/distinfo
+++ b/net/soup/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/18 07:54:44 rh Exp $
+$NetBSD: distinfo,v 1.2 2003/01/13 04:58:34 rh Exp $
SHA1 (soup-0.7.10.tar.bz2) = c383fb880d5e32f6600c8c0757d97edede1e2114
Size (soup-0.7.10.tar.bz2) = 303967 bytes
+SHA1 (patch-aa) = 6c984de61e93fae33673fb0330e8b3a5c710da95
diff --git a/net/soup/patches/patch-aa b/net/soup/patches/patch-aa
new file mode 100644
index 00000000000..f9b1cc1aac4
--- /dev/null
+++ b/net/soup/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/01/13 04:58:35 rh Exp $
+
+--- configure.orig Wed Dec 4 07:14:18 2002
++++ configure
+@@ -7896,7 +7896,7 @@ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+-if test x$APXS != xno; then
++if false; then
+ APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
+ APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
+