diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-02 10:00:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-02 10:00:39 +0000 |
commit | 5df5f2b7aae1f57b346ab04eca545128a75c3699 (patch) | |
tree | 7d097704d1a68f01d3b7a4584af30b0a190733fe /net-libs | |
parent | Adding manifest (diff) | |
download | gentoo-2-5df5f2b7aae1f57b346ab04eca545128a75c3699.tar.gz gentoo-2-5df5f2b7aae1f57b346ab04eca545128a75c3699.tar.bz2 gentoo-2-5df5f2b7aae1f57b346ab04eca545128a75c3699.zip |
remove apache linking
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/soup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/soup/Manifest | 4 | ||||
-rw-r--r-- | net-libs/soup/soup-0.7.11.ebuild | 10 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-libs/soup/ChangeLog b/net-libs/soup/ChangeLog index 20b341d1f5d3..1f82fa538492 100644 --- a/net-libs/soup/ChangeLog +++ b/net-libs/soup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/soup # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/ChangeLog,v 1.17 2003/04/28 23:45:54 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/ChangeLog,v 1.18 2003/05/02 10:00:30 liquidx Exp $ + + 02 May 2003; Alastair Tse <liquidx@gentoo.org> soup-0.7.11.ebuild: + explicitly disable apxs support 29 Apr 2003; Alastair Tse <liquidx@gentoo.org> soup-0.7.11.ebuild: bump 0.7.11 to stable diff --git a/net-libs/soup/Manifest b/net-libs/soup/Manifest index 5cc9d8b96308..778ff8e10bc1 100644 --- a/net-libs/soup/Manifest +++ b/net-libs/soup/Manifest @@ -1,7 +1,7 @@ -MD5 33995f35a1e6de1561bc3e9906092521 ChangeLog 1793 +MD5 6e670ac93b3c4cfb4b3e40a65b4993d0 ChangeLog 1897 MD5 950ba25cb5178b4689554d23cad70503 soup-0.7.10.ebuild 1130 MD5 b3e73defb6365c0ae296ca543e7d1e7f soup-0.7.4-r1.ebuild 1124 -MD5 7327685b6e4a413c111aae7155470a40 soup-0.7.11.ebuild 1130 +MD5 efe7760ae0a876bca16ba65c2c759c30 soup-0.7.11.ebuild 1233 MD5 f55a1da1657ca61048fb28258f3a4aef files/digest-soup-0.7.10 126 MD5 291975cff852179904f6f3d1db52aead files/digest-soup-0.7.4-r1 63 MD5 37f9be1ab2386e2eed241a1d0ea33dfd files/digest-soup-0.7.11 64 diff --git a/net-libs/soup/soup-0.7.11.ebuild b/net-libs/soup/soup-0.7.11.ebuild index 3429d6127ae7..391e440dd21d 100644 --- a/net-libs/soup/soup-0.7.11.ebuild +++ b/net-libs/soup/soup-0.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.2 2003/04/28 23:45:54 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.3 2003/05/02 10:00:30 liquidx Exp $ IUSE="ssl doc" @@ -33,13 +33,15 @@ src_compile() { && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - # there is a --enable-apache here..... - + # disable apache support. too much trouble than + # it is worth. it only works with apache1. + export ac_cv_path_APXS=no econf \ ${myconf} \ --with-libxml=1 || die # Evolution 1.1 and 1.2 need it with libxml1 - + unset ac_cv_path_APXS + # dont always work with -j4 -- <azarah@gentoo.org> 9 Nov 2002 make || die } |