From 1bb4c9630684b6a3056563524acfbad5c52827e8 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 13 Jan 2003 04:58:34 +0000 Subject: Don't pick up apxs from apache packages. Fixes PR pkg/19476. Bump PKGREVISION. --- net/soup/Makefile | 4 ++-- net/soup/distinfo | 3 ++- net/soup/patches/patch-aa | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 net/soup/patches/patch-aa (limited to 'net/soup') 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` + -- cgit v1.2.3