pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/gaim Fix NSPR detection at least for DragonFly, m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b81dda6e8efe
branches: trunk
changeset: 509708:b81dda6e8efe
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Mar 13 20:33:24 2006 +0000
description:
Fix NSPR detection at least for DragonFly, making it actually work.
Addresses complains of Tom Hummel via IRC. Bump revision.
diffstat:
chat/gaim/Makefile | 4 ++--
chat/gaim/distinfo | 4 ++--
chat/gaim/patches/patch-ad | 14 +++++++-------
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (63 lines):
diff -r 9f4fd7b7c156 -r b81dda6e8efe chat/gaim/Makefile
--- a/chat/gaim/Makefile Mon Mar 13 19:54:37 2006 +0000
+++ b/chat/gaim/Makefile Mon Mar 13 20:33:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2006/02/05 23:08:23 joerg Exp $
+# $NetBSD: Makefile,v 1.105 2006/03/13 20:33:24 joerg Exp $
DISTNAME= gaim-1.5.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
EXTRACT_SUFX= .tar.bz2
diff -r 9f4fd7b7c156 -r b81dda6e8efe chat/gaim/distinfo
--- a/chat/gaim/distinfo Mon Mar 13 19:54:37 2006 +0000
+++ b/chat/gaim/distinfo Mon Mar 13 20:33:24 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2005/12/15 23:31:04 joerg Exp $
+$NetBSD: distinfo,v 1.72 2006/03/13 20:33:24 joerg Exp $
SHA1 (gaim-1.5.0.tar.bz2) = a280d005f01be7fa89c9fa210efb86cc6a9eb9c7
RMD160 (gaim-1.5.0.tar.bz2) = 13f74e2d2ed69a775a5884b807c365177455ae0e
Size (gaim-1.5.0.tar.bz2) = 6123237 bytes
SHA1 (patch-aa) = 555c394dbb4cd9ef4fea621d30ce72baae309067
SHA1 (patch-ab) = c66e19e0cbc77a703e3137294f145dc5f1223b5a
-SHA1 (patch-ad) = 20196058071ab85de2537c91bab8ff4aece752f3
+SHA1 (patch-ad) = de4490e37978c2190efbd34b11a4e9718922f298
diff -r 9f4fd7b7c156 -r b81dda6e8efe chat/gaim/patches/patch-ad
--- a/chat/gaim/patches/patch-ad Mon Mar 13 19:54:37 2006 +0000
+++ b/chat/gaim/patches/patch-ad Mon Mar 13 20:33:24 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2005/08/25 21:30:48 reed Exp $
+$NetBSD: patch-ad,v 1.9 2006/03/13 20:33:24 joerg Exp $
---- configure.orig 2005-08-25 10:19:21.000000000 -0700
-+++ configure 2005-08-25 10:23:27.000000000 -0700
-@@ -29137,7 +29137,7 @@
+--- configure.orig 2005-08-12 02:21:55.000000000 +0000
++++ configure
+@@ -29137,7 +29137,7 @@ fi
if test "$ac_silc_libs" != "no"; then
SILC_LIBS="-L$ac_silc_libs"
fi
@@ -11,16 +11,16 @@
echo "$as_me:$LINENO: checking for silc_client_init in -lsilcclient" >&5
echo $ECHO_N "checking for silc_client_init in -lsilcclient... $ECHO_C" >&6
if test "${ac_cv_lib_silcclient_silc_client_init+set}" = set; then
-@@ -34275,10 +34275,10 @@
+@@ -34275,10 +34275,10 @@ echo "$as_me: error: Static linkage requ
enable_nss="no"
else
- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
-+ nsprlibs="${DLLIB} $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
++ nsprlibs="${DLLIB} $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB $PTHREAD_LDFLAGS"
fi
else
- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
-+ nsprlibs="${DLLIB} -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
++ nsprlibs="${DLLIB} -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB $PTHREAD_LDFLAGS"
fi
echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
Home |
Main Index |
Thread Index |
Old Index