From 11e05f8cbf7bfc39337f1a3d9c99520101e316c9 Mon Sep 17 00:00:00 2001 From: Antti Nykanen Date: Thu, 9 Apr 2009 16:59:11 +0300 Subject: [PATCH] amule: updated to 2.2.4 --- amule/.md5sum | 3 +-- amule/Pkgfile | 7 +++---- amule/amule-2.2.3-configure.patch | 11 ----------- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 amule/amule-2.2.3-configure.patch diff --git a/amule/.md5sum b/amule/.md5sum index c97c361eb..dbc955c8c 100644 --- a/amule/.md5sum +++ b/amule/.md5sum @@ -1,2 +1 @@ -64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2 -9eeb21301dfb9f046d3d2956cf818629 amule-2.2.3-configure.patch +283c428dd2961a57f2691c455c845a42 aMule-2.2.4.tar.bz2 diff --git a/amule/Pkgfile b/amule/Pkgfile index e49bcbc6b..534d3f80b 100644 --- a/amule/Pkgfile +++ b/amule/Pkgfile @@ -5,14 +5,13 @@ # Depends on: wxgtk, crypto++ name=amule -version=2.2.3 +version=2.2.4 release=1 -source=(http://download.berlios.de/amule/aMule-$version.tar.bz2 - $name-$version-configure.patch) +source=(http://download.berlios.de/amule/aMule-$version.tar.bz2) build() { cd aMule-$version - patch -p0 -i $SRC/$name-$version-configure.patch +# patch -p0 -i $SRC/$name-$version-configure.patch export CFLAGS="${CFLAGS//-fstack-protector/}" export CXXFLAGS="${CXXFLAGS//-fstack-protector/}" ./configure --prefix=/usr \ diff --git a/amule/amule-2.2.3-configure.patch b/amule/amule-2.2.3-configure.patch deleted file mode 100644 index 2aaa55a68..000000000 --- a/amule/amule-2.2.3-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure~ 2009-04-02 22:09:33.000000000 +0300 -+++ configure 2009-04-02 22:09:44.000000000 +0300 -@@ -8451,7 +8451,7 @@ - - # Find out the crypto++ version and check against the minimum required - cryptopp_header_path="${cryptopp_includedir+$cryptopp_includedir/}$CRYPTOPP_INCLUDE_PREFIX/$cryptopp_file_with_version" -- CRYPTOPP_VERSION_STRING=`grep "Reference Manual" $cryptopp_header_path | sed -e 's/[^0-9]*\([0-9.]*\).*/\1/'` -+ CRYPTOPP_VERSION_STRING=`grep "API Reference" $cryptopp_header_path | sed -e 's/[^0-9]*\([0-9.]*\).*/\1/'` - CRYPTOPP_VERSION_NUMBER=`echo $CRYPTOPP_VERSION_STRING | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - minvers=`echo 5.1 | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -