diff options
author | rh <rh@pkgsrc.org> | 2003-01-13 04:58:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-13 04:58:34 +0000 |
commit | 1bb4c9630684b6a3056563524acfbad5c52827e8 (patch) | |
tree | 6586d64b3781c87627388e366a2cb8727b57f9ce /net/soup | |
parent | 3521914e40a14fc450e0e830ae2337bed1d6c27e (diff) | |
download | pkgsrc-1bb4c9630684b6a3056563524acfbad5c52827e8.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/Makefile | 4 | ||||
-rw-r--r-- | net/soup/distinfo | 3 | ||||
-rw-r--r-- | net/soup/patches/patch-aa | 13 |
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` + |