diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-14 01:44:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-14 01:44:23 +0000 |
commit | 7be8c25d5aa6bcafe53a98bed96707697185d85c (patch) | |
tree | 6b468f0d6fbd1d873d3b46927c905036037a1b35 | |
parent | cb958ce8079eb1bc2d4ecd196290f29c7ca7c3b6 (diff) | |
download | pkgsrc-7be8c25d5aa6bcafe53a98bed96707697185d85c.tar.gz |
Fixed "test ==".
-rw-r--r-- | devel/libextractor/distinfo | 4 | ||||
-rw-r--r-- | devel/libextractor/patches/patch-ae | 13 | ||||
-rw-r--r-- | devel/libextractor/patches/patch-af | 13 | ||||
-rw-r--r-- | games/koth/distinfo | 4 | ||||
-rw-r--r-- | games/koth/patches/patch-ad | 13 | ||||
-rw-r--r-- | games/koth/patches/patch-ae | 13 | ||||
-rw-r--r-- | ham/gnuradio-core/distinfo | 3 | ||||
-rw-r--r-- | ham/gnuradio-core/patches/patch-af | 15 |
8 files changed, 75 insertions, 3 deletions
diff --git a/devel/libextractor/distinfo b/devel/libextractor/distinfo index 2fd61d2c723..da57d9c7a85 100644 --- a/devel/libextractor/distinfo +++ b/devel/libextractor/distinfo @@ -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-aa) = f0923e6cba8e6bb327a7959a3d7679bb78a530b2 SHA1 (patch-ab) = 1516691329cd367d2378ddda6e997f10ef09902f SHA1 (patch-ac) = a9fea6cd730c82ff71afb1ff49a021f0b3446197 SHA1 (patch-ad) = ece1cacb479e9c70d0aee4f87cc72b84b85de802 +SHA1 (patch-ae) = b57850db9aa8988e086b4d46b520dc460e459dbf +SHA1 (patch-af) = 1f05b6f538cd1653ee1c97e2d12e516075b03c74 diff --git a/devel/libextractor/patches/patch-ae b/devel/libextractor/patches/patch-ae new file mode 100644 index 00000000000..dd7543c63bd --- /dev/null +++ b/devel/libextractor/patches/patch-ae @@ -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 --git a/devel/libextractor/patches/patch-af b/devel/libextractor/patches/patch-af new file mode 100644 index 00000000000..bfa96a94a7a --- /dev/null +++ b/devel/libextractor/patches/patch-af @@ -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 --git a/games/koth/distinfo b/games/koth/distinfo index 716ac18fa48..a2e9fdb6d5d 100644 --- a/games/koth/distinfo +++ b/games/koth/distinfo @@ -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 @@ Size (koth-0.8.0.tar.bz2) = 140569 bytes SHA1 (patch-aa) = 74119d2ff66b3187c16e625abab7972cb686d484 SHA1 (patch-ab) = 69ce8862b3cdba97f3a4040b0004254b89de3606 SHA1 (patch-ac) = b02bae2f24776c0b1f0778e2ac8d0c9a76711173 +SHA1 (patch-ad) = 716e1860309cf6ea6879419f07fcaa11f1d4fd35 +SHA1 (patch-ae) = 1474ea31b26acf6216373e1e8843836753faac2a diff --git a/games/koth/patches/patch-ad b/games/koth/patches/patch-ad new file mode 100644 index 00000000000..e07b0843db2 --- /dev/null +++ b/games/koth/patches/patch-ad @@ -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 --git a/games/koth/patches/patch-ae b/games/koth/patches/patch-ae new file mode 100644 index 00000000000..5e3b43bb09a --- /dev/null +++ b/games/koth/patches/patch-ae @@ -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 --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo index 79f11c62ada..ff0d5ce38ce 100644 --- a/ham/gnuradio-core/distinfo +++ b/ham/gnuradio-core/distinfo @@ -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-ab) = 1c57f97b26ba7594043f3fa24d8b3fad1c50fc76 SHA1 (patch-ac) = f7fe23cce5bfadfd6f99713caca1d0f5fd308e75 SHA1 (patch-ad) = b60be38b16b48caa990969d14673d9b56581ed9c SHA1 (patch-ae) = ef7c38e1f3a7f0629cd728af18daf0310905e094 +SHA1 (patch-af) = 9d0905f8b40237e421f66f69c539858470a3d079 diff --git a/ham/gnuradio-core/patches/patch-af b/ham/gnuradio-core/patches/patch-af new file mode 100644 index 00000000000..6c7c3c15ae9 --- /dev/null +++ b/ham/gnuradio-core/patches/patch-af @@ -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 |