diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-02-18 19:22:49 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-02-18 19:22:49 +0000 |
commit | 857bb536b308f1708dd938907159cc10e75d3d43 (patch) | |
tree | 3cbf7ac3b093258c511ffd96248130cf20da0145 /net-proxy/bfilter | |
parent | Stable for HPPA (bug #255843). (diff) | |
download | gentoo-2-857bb536b308f1708dd938907159cc10e75d3d43.tar.gz gentoo-2-857bb536b308f1708dd938907159cc10e75d3d43.tar.bz2 gentoo-2-857bb536b308f1708dd938907159cc10e75d3d43.zip |
Remove obsolete versions.
(Portage version: 2.1.6.4/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'net-proxy/bfilter')
-rw-r--r-- | net-proxy/bfilter/ChangeLog | 14 | ||||
-rw-r--r-- | net-proxy/bfilter/bfilter-1.1.1.ebuild | 70 | ||||
-rw-r--r-- | net-proxy/bfilter/bfilter-1.1.2.ebuild | 70 | ||||
-rw-r--r-- | net-proxy/bfilter/bfilter-1.1.3.ebuild | 70 | ||||
-rw-r--r-- | net-proxy/bfilter/bfilter-1.1.ebuild | 69 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1-date-test.patch | 14 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1-external-boost.patch | 36 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.1-date-test.patch | 14 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.1-external-boost.patch | 36 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.2-date-test.patch | 14 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.2-external-boost.patch | 36 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.3-date-test.patch | 14 | ||||
-rw-r--r-- | net-proxy/bfilter/files/bfilter-1.1.3-external-boost.patch | 36 |
13 files changed, 13 insertions, 480 deletions
diff --git a/net-proxy/bfilter/ChangeLog b/net-proxy/bfilter/ChangeLog index 6870ade4e87f..cd396506ab1a 100644 --- a/net-proxy/bfilter/ChangeLog +++ b/net-proxy/bfilter/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for net-proxy/bfilter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.25 2009/02/18 16:55:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.26 2009/02/18 19:22:48 mrness Exp $ + + 18 Feb 2009; Alin Năstac <mrness@gentoo.org> + -files/bfilter-1.1.1-date-test.patch, + -files/bfilter-1.1.1-external-boost.patch, + -files/bfilter-1.1.2-date-test.patch, + -files/bfilter-1.1.2-external-boost.patch, + -files/bfilter-1.1.3-date-test.patch, + -files/bfilter-1.1.3-external-boost.patch, + -files/bfilter-1.1-date-test.patch, + -files/bfilter-1.1-external-boost.patch, -bfilter-1.1.ebuild, + -bfilter-1.1.1.ebuild, -bfilter-1.1.2.ebuild, -bfilter-1.1.3.ebuild: + Remove obsolete versions. 18 Feb 2009; Raúl Porcel <armin76@gentoo.org> bfilter-1.1.4.ebuild: sparc stable wrt #254396 diff --git a/net-proxy/bfilter/bfilter-1.1.1.ebuild b/net-proxy/bfilter/bfilter-1.1.1.ebuild deleted file mode 100644 index 4eb430cfecef..000000000000 --- a/net-proxy/bfilter/bfilter-1.1.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.1.ebuild,v 1.2 2007/09/18 09:46:48 mrness Exp $ - -WANT_AUTOMAKE="1.9" -WANT_AUTOCONF="none" - -inherit eutils autotools - -DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm" -HOMEPAGE="http://bfilter.sourceforge.net/" -SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="X debug" - -RDEPEND="sys-libs/zlib - >=dev-libs/ace-5.4.6 - =dev-libs/libsigc++-2.0* - X? ( >=dev-cpp/gtkmm-2.4 ) - dev-libs/boost" -DEPEND="${RDEPEND} - dev-util/scons - dev-util/pkgconfig" - -pkg_setup() { - if ! built_with_use --missing true dev-libs/boost threads ; then - eerror "${PN} needs dev-libs/boost with threads support." - die "Re-compile dev-libs/boost with USE=threads." - fi -} - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-external-boost.patch - epatch "${FILESDIR}"/${P}-date-test.patch - eautomake -} - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_with X gui) \ - --without-builtin-boost || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog - dohtml doc/* - - newinitd "${FILESDIR}/bfilter.init" bfilter - newconfd "${FILESDIR}/bfilter.conf" bfilter -} - -pkg_preinst() { - enewgroup bfilter - enewuser bfilter -1 -1 -1 bfilter -} - -pkg_postinst() { - einfo "The documentation is available at" - einfo " http://bfilter.sourceforge.net/documentation.php" -} diff --git a/net-proxy/bfilter/bfilter-1.1.2.ebuild b/net-proxy/bfilter/bfilter-1.1.2.ebuild deleted file mode 100644 index 77189944bc9d..000000000000 --- a/net-proxy/bfilter/bfilter-1.1.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.2.ebuild,v 1.1 2007/11/02 16:56:49 mrness Exp $ - -WANT_AUTOMAKE="1.9" -WANT_AUTOCONF="none" - -inherit eutils autotools - -DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm" -HOMEPAGE="http://bfilter.sourceforge.net/" -SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="X debug" - -RDEPEND="sys-libs/zlib - >=dev-libs/ace-5.4.6 - =dev-libs/libsigc++-2.0* - X? ( >=dev-cpp/gtkmm-2.4 ) - dev-libs/boost" -DEPEND="${RDEPEND} - dev-util/scons - dev-util/pkgconfig" - -pkg_setup() { - if ! built_with_use --missing true dev-libs/boost threads ; then - eerror "${PN} needs dev-libs/boost with threads support." - die "Re-compile dev-libs/boost with USE=threads." - fi -} - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-external-boost.patch - epatch "${FILESDIR}"/${P}-date-test.patch - eautomake -} - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_with X gui) \ - --without-builtin-boost || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog - dohtml doc/* - - newinitd "${FILESDIR}/bfilter.init" bfilter - newconfd "${FILESDIR}/bfilter.conf" bfilter -} - -pkg_preinst() { - enewgroup bfilter - enewuser bfilter -1 -1 -1 bfilter -} - -pkg_postinst() { - einfo "The documentation is available at" - einfo " http://bfilter.sourceforge.net/documentation.php" -} diff --git a/net-proxy/bfilter/bfilter-1.1.3.ebuild b/net-proxy/bfilter/bfilter-1.1.3.ebuild deleted file mode 100644 index 0c4b9747a76f..000000000000 --- a/net-proxy/bfilter/bfilter-1.1.3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.3.ebuild,v 1.1 2007/12/30 10:48:31 mrness Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="none" - -inherit eutils autotools - -DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm" -HOMEPAGE="http://bfilter.sourceforge.net/" -SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="X debug" - -RDEPEND="sys-libs/zlib - >=dev-libs/ace-5.4.6 - =dev-libs/libsigc++-2.0* - X? ( >=dev-cpp/gtkmm-2.4 ) - dev-libs/boost" -DEPEND="${RDEPEND} - dev-util/scons - dev-util/pkgconfig" - -pkg_setup() { - if ! built_with_use --missing true dev-libs/boost threads ; then - eerror "${PN} needs dev-libs/boost with threads support." - die "Re-compile dev-libs/boost with USE=threads." - fi -} - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-external-boost.patch - epatch "${FILESDIR}"/${P}-date-test.patch - eautomake -} - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_with X gui) \ - --without-builtin-boost || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog - dohtml doc/* - - newinitd "${FILESDIR}/bfilter.init" bfilter - newconfd "${FILESDIR}/bfilter.conf" bfilter -} - -pkg_preinst() { - enewgroup bfilter - enewuser bfilter -1 -1 -1 bfilter -} - -pkg_postinst() { - einfo "The documentation is available at" - einfo " http://bfilter.sourceforge.net/documentation.php" -} diff --git a/net-proxy/bfilter/bfilter-1.1.ebuild b/net-proxy/bfilter/bfilter-1.1.ebuild deleted file mode 100644 index 2142fe7676d6..000000000000 --- a/net-proxy/bfilter/bfilter-1.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.ebuild,v 1.5 2007/10/09 14:38:55 angelos Exp $ - -WANT_AUTOMAKE="1.9" - -inherit eutils autotools - -DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm" -HOMEPAGE="http://bfilter.sourceforge.net/" -SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="X debug" - -RDEPEND="sys-libs/zlib - >=dev-libs/ace-5.4.6 - =dev-libs/libsigc++-2.0* - X? ( >=dev-cpp/gtkmm-2.4 ) - dev-libs/boost" -DEPEND="${RDEPEND} - dev-util/scons - dev-util/pkgconfig" - -pkg_setup() { - if ! built_with_use --missing true dev-libs/boost threads ; then - eerror "${PN} needs dev-libs/boost with threads support." - die "Re-compile dev-libs/boost with USE=threads." - fi -} - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-external-boost.patch - epatch "${FILESDIR}"/${P}-date-test.patch - eautomake -} - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_with X gui) \ - --without-builtin-boost || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog - dohtml doc/* - - newinitd "${FILESDIR}/bfilter.init" bfilter - newconfd "${FILESDIR}/bfilter.conf" bfilter -} - -pkg_preinst() { - enewgroup bfilter - enewuser bfilter -1 -1 -1 bfilter -} - -pkg_postinst() { - einfo "The documentation is available at" - einfo " http://bfilter.sourceforge.net/documentation.php" -} diff --git a/net-proxy/bfilter/files/bfilter-1.1-date-test.patch b/net-proxy/bfilter/files/bfilter-1.1-date-test.patch deleted file mode 100644 index c69fa0b47fdf..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1-date-test.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru bfilter-1.1.orig/tests/DateTestSuite.cpp bfilter-1.1/tests/DateTestSuite.cpp ---- bfilter-1.1.orig/tests/DateTestSuite.cpp 2007-06-12 16:56:51.000000000 +0300 -+++ bfilter-1.1/tests/DateTestSuite.cpp 2007-08-18 15:06:15.000000000 +0300 -@@ -48,7 +48,9 @@ - time_t const y2k = Date::parse(BString("Thu, 01 Jan 2000 00:00:00 GMT")); - - for (int i = 0; i < 1000; ++i) { -- time_t const time = rand() - rand(); -+ time_t time = rand() - rand(); -+ if (time < 0) -+ time *= -1; - BOOST_REQUIRE(check_time(time, Date::RFC822)); - BOOST_REQUIRE(check_time(time, Date::ASCTIME)); - if (time >= low && time < y2k) { diff --git a/net-proxy/bfilter/files/bfilter-1.1-external-boost.patch b/net-proxy/bfilter/files/bfilter-1.1-external-boost.patch deleted file mode 100644 index 43a982f033fc..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1-external-boost.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nru bfilter-1.1.orig/main/daemon/Makefile.am bfilter-1.1/main/daemon/Makefile.am ---- bfilter-1.1.orig/main/daemon/Makefile.am 2007-01-19 21:21:02.000000000 +0200 -+++ bfilter-1.1/main/daemon/Makefile.am 2007-08-18 13:09:38.000000000 +0300 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/program_options/libprogram_options.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_program_options-mt - endif - - AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \ -diff -Nru bfilter-1.1.orig/main/gui/gtk/Makefile.am bfilter-1.1/main/gui/gtk/Makefile.am ---- bfilter-1.1.orig/main/gui/gtk/Makefile.am 2007-01-12 23:22:57.000000000 +0200 -+++ bfilter-1.1/main/gui/gtk/Makefile.am 2007-08-18 13:08:22.000000000 +0300 -@@ -49,7 +49,7 @@ - BOOST_LIBS = $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt - endif - - if WITH_GUI -diff -Nru bfilter-1.1.orig/tests/Makefile.am bfilter-1.1/tests/Makefile.am ---- bfilter-1.1.orig/tests/Makefile.am 2007-05-07 17:19:40.000000000 +0300 -+++ bfilter-1.1/tests/Makefile.am 2007-08-18 13:10:15.000000000 +0300 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_unit_test_framework-mt - endif - - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ diff --git a/net-proxy/bfilter/files/bfilter-1.1.1-date-test.patch b/net-proxy/bfilter/files/bfilter-1.1.1-date-test.patch deleted file mode 100644 index ef2a2e32c813..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.1-date-test.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru bfilter-1.1.1.orig/tests/DateTestSuite.cpp bfilter-1.1.1/tests/DateTestSuite.cpp ---- bfilter-1.1.1.orig/tests/DateTestSuite.cpp 2007-06-12 16:56:51.000000000 +0300 -+++ bfilter-1.1.1/tests/DateTestSuite.cpp 2007-09-18 00:58:58.000000000 +0300 -@@ -48,7 +48,9 @@ - time_t const y2k = Date::parse(BString("Thu, 01 Jan 2000 00:00:00 GMT")); - - for (int i = 0; i < 1000; ++i) { -- time_t const time = rand() - rand(); -+ time_t time = rand() - rand(); -+ if (time < 0) -+ time *= -1; - BOOST_REQUIRE(check_time(time, Date::RFC822)); - BOOST_REQUIRE(check_time(time, Date::ASCTIME)); - if (time >= low && time < y2k) { diff --git a/net-proxy/bfilter/files/bfilter-1.1.1-external-boost.patch b/net-proxy/bfilter/files/bfilter-1.1.1-external-boost.patch deleted file mode 100644 index 4dce21f3a84f..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.1-external-boost.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nru bfilter-1.1.1.orig/main/daemon/Makefile.am bfilter-1.1.1/main/daemon/Makefile.am ---- bfilter-1.1.1.orig/main/daemon/Makefile.am 2007-01-19 21:21:02.000000000 +0200 -+++ bfilter-1.1.1/main/daemon/Makefile.am 2007-09-18 00:57:47.000000000 +0300 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/program_options/libprogram_options.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_program_options-mt - endif - - AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \ -diff -Nru bfilter-1.1.1.orig/main/gui/gtk/Makefile.am bfilter-1.1.1/main/gui/gtk/Makefile.am ---- bfilter-1.1.1.orig/main/gui/gtk/Makefile.am 2007-01-12 23:22:57.000000000 +0200 -+++ bfilter-1.1.1/main/gui/gtk/Makefile.am 2007-09-18 00:57:47.000000000 +0300 -@@ -49,7 +49,7 @@ - BOOST_LIBS = $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt - endif - - if WITH_GUI -diff -Nru bfilter-1.1.1.orig/tests/Makefile.am bfilter-1.1.1/tests/Makefile.am ---- bfilter-1.1.1.orig/tests/Makefile.am 2007-05-07 17:19:40.000000000 +0300 -+++ bfilter-1.1.1/tests/Makefile.am 2007-09-18 00:57:47.000000000 +0300 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_unit_test_framework-mt - endif - - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ diff --git a/net-proxy/bfilter/files/bfilter-1.1.2-date-test.patch b/net-proxy/bfilter/files/bfilter-1.1.2-date-test.patch deleted file mode 100644 index aed46326210f..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.2-date-test.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru bfilter-1.1.2.orig/tests/DateTestSuite.cpp bfilter-1.1.2/tests/DateTestSuite.cpp ---- bfilter-1.1.2.orig/tests/DateTestSuite.cpp 2007-06-12 16:56:51.000000000 +0300 -+++ bfilter-1.1.2/tests/DateTestSuite.cpp 2007-11-02 18:40:32.000000000 +0200 -@@ -48,7 +48,9 @@ - time_t const y2k = Date::parse(BString("Thu, 01 Jan 2000 00:00:00 GMT")); - - for (int i = 0; i < 1000; ++i) { -- time_t const time = rand() - rand(); -+ time_t time = rand() - rand(); -+ if (time < 0) -+ time *= -1; - BOOST_REQUIRE(check_time(time, Date::RFC822)); - BOOST_REQUIRE(check_time(time, Date::ASCTIME)); - if (time >= low && time < y2k) { diff --git a/net-proxy/bfilter/files/bfilter-1.1.2-external-boost.patch b/net-proxy/bfilter/files/bfilter-1.1.2-external-boost.patch deleted file mode 100644 index 6a65984cfe9d..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.2-external-boost.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nru bfilter-1.1.2.orig/main/daemon/Makefile.am bfilter-1.1.2/main/daemon/Makefile.am ---- bfilter-1.1.2.orig/main/daemon/Makefile.am 2007-01-19 21:21:02.000000000 +0200 -+++ bfilter-1.1.2/main/daemon/Makefile.am 2007-11-02 18:39:37.000000000 +0200 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/program_options/libprogram_options.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_program_options-mt - endif - - AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \ -diff -Nru bfilter-1.1.2.orig/main/gui/gtk/Makefile.am bfilter-1.1.2/main/gui/gtk/Makefile.am ---- bfilter-1.1.2.orig/main/gui/gtk/Makefile.am 2007-01-12 23:22:57.000000000 +0200 -+++ bfilter-1.1.2/main/gui/gtk/Makefile.am 2007-11-02 18:39:37.000000000 +0200 -@@ -49,7 +49,7 @@ - BOOST_LIBS = $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt - endif - - if WITH_GUI -diff -Nru bfilter-1.1.2.orig/tests/Makefile.am bfilter-1.1.2/tests/Makefile.am ---- bfilter-1.1.2.orig/tests/Makefile.am 2007-05-07 17:19:40.000000000 +0300 -+++ bfilter-1.1.2/tests/Makefile.am 2007-11-02 18:39:37.000000000 +0200 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_unit_test_framework-mt - endif - - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ diff --git a/net-proxy/bfilter/files/bfilter-1.1.3-date-test.patch b/net-proxy/bfilter/files/bfilter-1.1.3-date-test.patch deleted file mode 100644 index fe6775c89380..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.3-date-test.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru bfilter-1.1.3.orig/tests/DateTestSuite.cpp bfilter-1.1.3/tests/DateTestSuite.cpp ---- bfilter-1.1.3.orig/tests/DateTestSuite.cpp 2007-11-12 15:00:06.000000000 +0200 -+++ bfilter-1.1.3/tests/DateTestSuite.cpp 2007-12-30 12:25:46.000000000 +0200 -@@ -51,7 +51,9 @@ - time_t const y2k = Date::parse(BString("Thu, 01 Jan 2000 00:00:00 GMT")); - - for (int i = 0; i < 1000; ++i) { -- time_t const time = rand() - rand(); -+ time_t time = rand() - rand(); -+ if (time < 0) -+ time *= -1; - BOOST_REQUIRE(check_time(time, Date::RFC822)); - BOOST_REQUIRE(check_time(time, Date::ASCTIME)); - if (time >= low && time < y2k) { diff --git a/net-proxy/bfilter/files/bfilter-1.1.3-external-boost.patch b/net-proxy/bfilter/files/bfilter-1.1.3-external-boost.patch deleted file mode 100644 index 466784e51ac8..000000000000 --- a/net-proxy/bfilter/files/bfilter-1.1.3-external-boost.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nru bfilter-1.1.3.orig/main/daemon/Makefile.am bfilter-1.1.3/main/daemon/Makefile.am ---- bfilter-1.1.3.orig/main/daemon/Makefile.am 2007-01-19 21:21:02.000000000 +0200 -+++ bfilter-1.1.3/main/daemon/Makefile.am 2007-12-30 12:13:49.000000000 +0200 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/program_options/libprogram_options.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_program_options-mt - endif - - AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \ -diff -Nru bfilter-1.1.3.orig/main/gui/gtk/Makefile.am bfilter-1.1.3/main/gui/gtk/Makefile.am ---- bfilter-1.1.3.orig/main/gui/gtk/Makefile.am 2007-01-12 23:22:57.000000000 +0200 -+++ bfilter-1.1.3/main/gui/gtk/Makefile.am 2007-12-30 12:13:49.000000000 +0200 -@@ -49,7 +49,7 @@ - BOOST_LIBS = $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt - endif - - if WITH_GUI -diff -Nru bfilter-1.1.3.orig/tests/Makefile.am bfilter-1.1.3/tests/Makefile.am ---- bfilter-1.1.3.orig/tests/Makefile.am 2007-05-07 17:19:40.000000000 +0300 -+++ bfilter-1.1.3/tests/Makefile.am 2007-12-30 12:13:49.000000000 +0200 -@@ -6,7 +6,7 @@ - $(top_builddir)/boost/libs/regex/libregex.la - else - BOOST_CPPFLAGS = --BOOST_LIBS = -+BOOST_LIBS = -lboost_regex-mt -lboost_unit_test_framework-mt - endif - - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ |