diff options
author | adam <adam@pkgsrc.org> | 2006-08-17 23:55:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-08-17 23:55:16 +0000 |
commit | e2e6c087715aac3c9306b69d8eb936e4b138cdd9 (patch) | |
tree | 9699d460f0fc50634d4000ce4376767108b9490a /net | |
parent | cfd40aa7d20ca5263175364bf201590a90170953 (diff) | |
download | pkgsrc-e2e6c087715aac3c9306b69d8eb936e4b138cdd9.tar.gz |
Changes 2.1.3:
* Bug fix release
Diffstat (limited to 'net')
-rw-r--r-- | net/amule/Makefile | 5 | ||||
-rw-r--r-- | net/amule/distinfo | 10 | ||||
-rw-r--r-- | net/amule/patches/patch-aa | 18 |
3 files changed, 16 insertions, 17 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index 8b2e2bfb5c0..90cc505cca8 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2006/07/05 05:37:43 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/08/17 23:55:16 adam Exp $ -DISTNAME= aMule-2.1.1 +DISTNAME= aMule-2.1.3 PKGNAME= ${DISTNAME:S/aMule/amule/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/amule/distinfo b/net/amule/distinfo index 91d297a428d..858150c4440 100644 --- a/net/amule/distinfo +++ b/net/amule/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2006/04/28 20:43:42 joerg Exp $ +$NetBSD: distinfo,v 1.13 2006/08/17 23:55:16 adam Exp $ -SHA1 (aMule-2.1.1.tar.bz2) = dd2e48a13cf7260f327364f293eda0d90832048e -RMD160 (aMule-2.1.1.tar.bz2) = 4a12afd91ecaaff75defa69796a7124abcd84dca -Size (aMule-2.1.1.tar.bz2) = 3263428 bytes -SHA1 (patch-aa) = 49f38c9ca56945442c5e184dc341f7a91ed6c989 +SHA1 (aMule-2.1.3.tar.bz2) = dd47deb38e7a5b823550b85150f5a814c597b273 +RMD160 (aMule-2.1.3.tar.bz2) = fcc345000e5ad0a221d1e96d0d514f3be36428c3 +Size (aMule-2.1.3.tar.bz2) = 3248530 bytes +SHA1 (patch-aa) = 6490a8ffedcfa4e016e8911832458a7ee4c92b02 SHA1 (patch-ab) = df17202991dc5477feca2a0129d9703a71665869 diff --git a/net/amule/patches/patch-aa b/net/amule/patches/patch-aa index 38095141fbc..bb563e3e502 100644 --- a/net/amule/patches/patch-aa +++ b/net/amule/patches/patch-aa @@ -1,21 +1,21 @@ -$NetBSD: patch-aa,v 1.6 2006/04/28 20:43:42 joerg Exp $ +$NetBSD: patch-aa,v 1.7 2006/08/17 23:55:16 adam Exp $ ---- configure.orig 2006-03-18 00:27:48.000000000 +0000 +--- configure.orig 2006-06-11 17:08:53.000000000 +0200 +++ configure -@@ -7003,6 +7003,7 @@ else +@@ -8227,6 +8227,7 @@ else result="no" fi +result="yes" HAVE_GETTEXT=$result - echo "$as_me:$LINENO: result: $result ($autopoint_version)" >&5 -@@ -16139,7 +16140,7 @@ echo $ECHO_N "checking if this is a Free - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: $result ($autopoint_version)" >&5 +@@ -18234,7 +18235,7 @@ echo $ECHO_N "checking if this is a Free + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } else - LDFLAGS="$LDFLAGS -lpthread" + LDFLAGS="$LDFLAGS ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6; } fi |