pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5c4a940097a
branches:  trunk
changeset: 520031:e5c4a940097a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 14 01:44:23 2006 +0000

description:
Fixed "test ==".

diffstat:

 devel/libextractor/distinfo         |   4 +++-
 devel/libextractor/patches/patch-ae |  13 +++++++++++++
 devel/libextractor/patches/patch-af |  13 +++++++++++++
 games/koth/distinfo                 |   4 +++-
 games/koth/patches/patch-ad         |  13 +++++++++++++
 games/koth/patches/patch-ae         |  13 +++++++++++++
 ham/gnuradio-core/distinfo          |   3 ++-
 ham/gnuradio-core/patches/patch-af  |  15 +++++++++++++++
 8 files changed, 75 insertions(+), 3 deletions(-)

diffs (131 lines):

diff -r 006179349114 -r e5c4a940097a devel/libextractor/distinfo
--- a/devel/libextractor/distinfo       Sat Oct 14 01:42:51 2006 +0000
+++ b/devel/libextractor/distinfo       Sat Oct 14 01:44:23 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2006/05/28 14:11:24 joerg Exp $
+$NetBSD: distinfo,v 1.16 2006/10/14 01:44:23 rillig Exp $
 
 SHA1 (libextractor-0.5.14.tar.gz) = bdd9b96d00ebc30281decb6fb5c5f097a643122d
 RMD160 (libextractor-0.5.14.tar.gz) = 1c5a22650ca9270934ae7295c2670e7261b910c1
@@ -7,3 +7,5 @@
 SHA1 (patch-ab) = 1516691329cd367d2378ddda6e997f10ef09902f
 SHA1 (patch-ac) = a9fea6cd730c82ff71afb1ff49a021f0b3446197
 SHA1 (patch-ad) = ece1cacb479e9c70d0aee4f87cc72b84b85de802
+SHA1 (patch-ae) = b57850db9aa8988e086b4d46b520dc460e459dbf
+SHA1 (patch-af) = 1f05b6f538cd1653ee1c97e2d12e516075b03c74
diff -r 006179349114 -r e5c4a940097a devel/libextractor/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libextractor/patches/patch-ae       Sat Oct 14 01:44:23 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 2006/10/14 01:44:24 rillig Exp $
+
+--- configure.orig     2006-10-14 03:40:12.000000000 +0200
++++ configure  2006-10-14 03:41:38.000000000 +0200
+@@ -28628,7 +28628,7 @@ fi;
+ 
+ if test x$without_glib != xtrue
+ then
+-  if test $with_gnu_ld == yes
++  if test $with_gnu_ld = yes
+   then
+ # We need both GNU LD and GLIB here!
+ 
diff -r 006179349114 -r e5c4a940097a devel/libextractor/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libextractor/patches/patch-af       Sat Oct 14 01:44:23 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2006/10/14 01:44:24 rillig Exp $
+
+--- configure.ac.orig  2006-05-17 11:04:25.000000000 +0200
++++ configure.ac       2006-10-14 03:41:25.000000000 +0200
+@@ -225,7 +225,7 @@ AC_ARG_ENABLE(glib,
+ 
+ if test x$without_glib != xtrue
+ then
+-  if test $with_gnu_ld == yes
++  if test $with_gnu_ld = yes
+   then
+ # We need both GNU LD and GLIB here!
+     AM_CONDITIONAL(HAVE_GLIB,true)
diff -r 006179349114 -r e5c4a940097a games/koth/distinfo
--- a/games/koth/distinfo       Sat Oct 14 01:42:51 2006 +0000
+++ b/games/koth/distinfo       Sat Oct 14 01:44:23 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/03/29 22:38:30 joerg Exp $
+$NetBSD: distinfo,v 1.8 2006/10/14 01:50:42 rillig Exp $
 
 SHA1 (koth-0.8.0.tar.bz2) = 6cb04ae1f09c4fb521fb47465ab91a1d67986c41
 RMD160 (koth-0.8.0.tar.bz2) = 3ea8ef52cab309a764e0379031606d2a949e6553
@@ -6,3 +6,5 @@
 SHA1 (patch-aa) = 74119d2ff66b3187c16e625abab7972cb686d484
 SHA1 (patch-ab) = 69ce8862b3cdba97f3a4040b0004254b89de3606
 SHA1 (patch-ac) = b02bae2f24776c0b1f0778e2ac8d0c9a76711173
+SHA1 (patch-ad) = 716e1860309cf6ea6879419f07fcaa11f1d4fd35
+SHA1 (patch-ae) = 1474ea31b26acf6216373e1e8843836753faac2a
diff -r 006179349114 -r e5c4a940097a games/koth/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/koth/patches/patch-ad       Sat Oct 14 01:44:23 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/10/14 01:50:42 rillig Exp $
+
+--- configure.orig     2006-10-14 03:44:05.000000000 +0200
++++ configure  2006-10-14 03:49:57.000000000 +0200
+@@ -1109,7 +1109,7 @@ CFLAGS="-g -O2 -Wall -Wimplicit $USER_CF
+ # Check whether --enable-client or --disable-client was given.
+ if test "${enable_client+set}" = set; then
+   enableval="$enable_client"
+-  if test $enableval == no; then 
++  if test $enableval = no; then 
+                               echo "$ac_t""Skipping libggi detection - you will only be able to build the server!" 1>&6
+                               DO_USE_GGI=0
+                       else
diff -r 006179349114 -r e5c4a940097a games/koth/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/koth/patches/patch-ae       Sat Oct 14 01:44:23 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/10/14 01:50:42 rillig Exp $
+
+--- configure.in.orig  2003-02-06 03:17:17.000000000 +0100
++++ configure.in       2006-10-14 03:49:24.000000000 +0200
+@@ -15,7 +15,7 @@ AC_PROG_RANLIB
+ CFLAGS="-g -O2 -Wall -Wimplicit $USER_CFLAGS"
+ dnl Checks for library functions.
+ AC_ARG_ENABLE(client, [  --disable-client        disable libggi detection (can only build server)],
+-                      if test $enableval == no; then 
++                      if test $enableval = no; then 
+                               AC_MSG_RESULT([Skipping libggi detection - you will only be able to build the server!])
+                               DO_USE_GGI=0
+                       else
diff -r 006179349114 -r e5c4a940097a ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo        Sat Oct 14 01:42:51 2006 +0000
+++ b/ham/gnuradio-core/distinfo        Sat Oct 14 01:44:23 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/05/28 17:28:17 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/10/14 01:48:51 rillig Exp $
 
 SHA1 (gnuradio-core-2.8.tar.gz) = d60e1ca7ad4cdf6c58c041bd705ed1d6a720c877
 RMD160 (gnuradio-core-2.8.tar.gz) = fc7107244bfac3b9facb18f7cf49b0d734f337b0
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = f7fe23cce5bfadfd6f99713caca1d0f5fd308e75
 SHA1 (patch-ad) = b60be38b16b48caa990969d14673d9b56581ed9c
 SHA1 (patch-ae) = ef7c38e1f3a7f0629cd728af18daf0310905e094
+SHA1 (patch-af) = 9d0905f8b40237e421f66f69c539858470a3d079
diff -r 006179349114 -r e5c4a940097a ham/gnuradio-core/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-core/patches/patch-af        Sat Oct 14 01:44:23 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2006/10/14 01:48:51 rillig Exp $
+
+--- config/gr_boost.m4.orig    2005-11-22 04:53:32.000000000 +0100
++++ config/gr_boost.m4 2006-10-14 03:47:12.000000000 +0200
+@@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES],
+                  [path to boost c++ include files]),
+     [
+       # "yes" and "no" are bogus answers
+-      if test x"$with_boost_include_dir" == xyes ||
+-         test x"$with_boost_include_dir" == xno; then
++      if test x"$with_boost_include_dir" = xyes ||
++         test x"$with_boost_include_dir" = xno; then
+       gr_boost_include_dir=
+       else
+         gr_boost_include_dir=$with_boost_include_dir



Home | Main Index | Thread Index | Old Index