pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/licq-core Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/37647fa900ac
branches: trunk
changeset: 519860:37647fa900ac
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Oct 11 18:23:54 2006 +0000
description:
Fixed "test ==".
diffstat:
chat/licq-core/distinfo | 4 ++--
chat/licq-core/patches/patch-ad | 15 ++++++++++++---
2 files changed, 14 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 0e6fccaf07cb -r 37647fa900ac chat/licq-core/distinfo
--- a/chat/licq-core/distinfo Wed Oct 11 18:20:37 2006 +0000
+++ b/chat/licq-core/distinfo Wed Oct 11 18:23:54 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/03/11 16:44:44 yyamano Exp $
+$NetBSD: distinfo,v 1.6 2006/10/11 18:23:54 rillig Exp $
SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef
RMD160 (licq-1.2.6.tar.bz2) = fcb2e19bf7d30c1824392a9be3ea1619072e4ce5
@@ -6,4 +6,4 @@
SHA1 (patch-aa) = 974a65e3483b3438fb3c6c9aaf96aa67e4c60fa6
SHA1 (patch-ab) = 6acfff2027ce5ed4c8fb7eddbdbc4b4a7617eea9
SHA1 (patch-ac) = 4fbad9cf60611ae1c930f82f8a8464769f742283
-SHA1 (patch-ad) = e72e64bc4f70dafe632415b0175084656b8e85dd
+SHA1 (patch-ad) = d53a300e08852c9ad09ec900b46feb2c37129d76
diff -r 0e6fccaf07cb -r 37647fa900ac chat/licq-core/patches/patch-ad
--- a/chat/licq-core/patches/patch-ad Wed Oct 11 18:20:37 2006 +0000
+++ b/chat/licq-core/patches/patch-ad Wed Oct 11 18:23:54 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.1 2005/12/19 19:38:55 joerg Exp $
+$NetBSD: patch-ad,v 1.2 2006/10/11 18:23:54 rillig Exp $
---- configure.orig 2003-03-23 22:21:31.000000000 +0000
-+++ configure
+--- configure.orig 2003-03-23 23:21:31.000000000 +0100
++++ configure 2006-10-11 20:22:17.000000000 +0200
@@ -4244,6 +4244,12 @@ case "$host" in
CXXFLAGS="$CXXFLAGS -pthread"
echo "Setting FreeBSD compilation options"
@@ -15,3 +15,12 @@
*-*-solaris*)
CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DPIC -fPIC"
LDFLAGS="$LDFLAGS -mimpure-text"
+@@ -6115,7 +6121,7 @@ echo "${ECHO_T}$ac_cv_header_socks_h" >&
+
+ fi
+ if test $ac_cv_header_socks_h = yes; then
+- if test "$socks_incdir" == "no"; then
++ if test "$socks_incdir" = "no"; then
+ SOCKS_INCDIR="-Wno-implicit"
+ else
+ SOCKS_INCDIR="-I$socks_incdir -Wno-implicit"
Home |
Main Index |
Thread Index |
Old Index