diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-10 20:01:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-10 20:01:31 +0000 |
commit | 0b57acab566c437cf5463423946da8a30f8636b5 (patch) | |
tree | 95c3ed6d350ea231d1e64369700dc14e2e9d9223 | |
parent | 19311da1bba076b62c77a279eefd85094c86e392 (diff) | |
download | pkgsrc-0b57acab566c437cf5463423946da8a30f8636b5.tar.gz |
Fixed "test ==".
-rw-r--r-- | games/crack-attack/distinfo | 3 | ||||
-rw-r--r-- | games/crack-attack/patches/patch-aa | 19 | ||||
-rw-r--r-- | net/gnet/distinfo | 3 | ||||
-rw-r--r-- | net/gnet/patches/patch-co | 13 | ||||
-rw-r--r-- | print/poppler/distinfo | 3 | ||||
-rw-r--r-- | print/poppler/patches/patch-ac | 49 |
6 files changed, 87 insertions, 3 deletions
diff --git a/games/crack-attack/distinfo b/games/crack-attack/distinfo index 084574e248b..e1d54637d99 100644 --- a/games/crack-attack/distinfo +++ b/games/crack-attack/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/05/19 06:49:33 snj Exp $ +$NetBSD: distinfo,v 1.4 2006/10/10 20:05:09 rillig Exp $ SHA1 (crack-attack-1.1.14.tar.gz) = fbf445f95d77267d23a766a485fd55edbd333bb4 RMD160 (crack-attack-1.1.14.tar.gz) = 81ff2e601455362e1106cf5ef4b735cbd4497081 Size (crack-attack-1.1.14.tar.gz) = 975066 bytes +SHA1 (patch-aa) = 7d5ad43d9312d417dd28fb8903fc544e6f8b9539 diff --git a/games/crack-attack/patches/patch-aa b/games/crack-attack/patches/patch-aa new file mode 100644 index 00000000000..e33cfc784b1 --- /dev/null +++ b/games/crack-attack/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.3 2006/10/10 20:05:10 rillig Exp $ + +--- configure.orig 2006-10-10 22:02:41.000000000 +0200 ++++ configure 2006-10-10 22:04:28.000000000 +0200 +@@ -5248,12 +5248,12 @@ rm -f conftest.err conftest.$ac_objext \ + rm -f conf.sdltest + + +- if test "$enable_sound" == "yes" -a "$found_sound" == "no"; then ++ if test "$enable_sound" = "yes" -a "$found_sound" = "no"; then + { { echo "$as_me:$LINENO: error: libSDL and SDL_mixer are required for sound" >&5 + echo "$as_me: error: libSDL and SDL_mixer are required for sound" >&2;} + { (exit 1); exit 1; }; } + fi +- if test "$found_sound" == "yes"; then ++ if test "$found_sound" = "yes"; then + AUDIO_CFLAGS="$SDL_CFLAGS" + AUDIO_LIBS="$SDL_LIBS -lSDL_mixer" + diff --git a/net/gnet/distinfo b/net/gnet/distinfo index 85e866f3647..b01c8e8ac1f 100644 --- a/net/gnet/distinfo +++ b/net/gnet/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.15 2005/03/23 22:26:44 wiz Exp $ +$NetBSD: distinfo,v 1.16 2006/10/10 20:01:31 rillig Exp $ SHA1 (gnet-2.0.7.tar.gz) = 01c41bd492c6fd33d31800d0c5146a09315f7f6d RMD160 (gnet-2.0.7.tar.gz) = 4df0bbc29ccdd84cb32d5199dade6351163c5548 Size (gnet-2.0.7.tar.gz) = 608961 bytes SHA1 (patch-ad) = 4c7e3a07df6f1018fe9446db333348eaf587225e SHA1 (patch-ae) = cf642dc0f9ea7a6c87ef0a9fb6be0f110d42232d +SHA1 (patch-co) = 286194dfea94f17e44b2fdb454076b076cc235ad diff --git a/net/gnet/patches/patch-co b/net/gnet/patches/patch-co new file mode 100644 index 00000000000..89f9a414b4a --- /dev/null +++ b/net/gnet/patches/patch-co @@ -0,0 +1,13 @@ +$NetBSD: patch-co,v 1.1 2006/10/10 20:01:31 rillig Exp $ + +--- configure.orig 2006-10-10 21:32:25.000000000 +0200 ++++ configure 2006-10-10 22:00:48.000000000 +0200 +@@ -21644,7 +21644,7 @@ fi + LIBS="$gnet_save_LIBS $dash_pthread" + + # Otherwise, check for -lpthread and -lc_r +- if test "x$dash_pthread" == "x"; then ++ if test "x$dash_pthread" = "x"; then + echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 + echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 + if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then diff --git a/print/poppler/distinfo b/print/poppler/distinfo index c23662b30ac..ea719e44b2f 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.13 2006/05/31 18:13:54 drochner Exp $ +$NetBSD: distinfo,v 1.14 2006/10/10 20:07:05 rillig Exp $ SHA1 (poppler-0.5.3.tar.gz) = e197f5cf56f0676b5ca313577dd6456a393c46ec RMD160 (poppler-0.5.3.tar.gz) = 3456de23955fc4001842c76d32deba308bd7f968 Size (poppler-0.5.3.tar.gz) = 1049900 bytes SHA1 (patch-aa) = dba62eabac1d77b5a64c47aaa0ba94208149668b SHA1 (patch-ab) = c00be67e0ff6c171c57a1762f7ff23db4b449acf +SHA1 (patch-ac) = c5efc07d869486e43169c50f30341d29634facf3 diff --git a/print/poppler/patches/patch-ac b/print/poppler/patches/patch-ac new file mode 100644 index 00000000000..976d563b7bf --- /dev/null +++ b/print/poppler/patches/patch-ac @@ -0,0 +1,49 @@ +$NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ + +--- configure.orig 2006-10-10 21:12:34.000000000 +0200 ++++ configure 2006-10-10 22:05:51.000000000 +0200 +@@ -24856,7 +24856,7 @@ if test "x$qt_libdir" != "xno" ; then + fi + fi + +-if test "x$have_qt" == "xyes"; then ++if test "x$have_qt" = "xyes"; then + ac_ext=cc + ac_cpp='$CXXCPP $CPPFLAGS' + ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +@@ -25044,7 +25044,7 @@ if test "x$qt_libdir" != "xno" ; then + fi + fi + +-if test "x$have_qt" == "xyes"; then ++if test "x$have_qt" = "xyes"; then + ac_ext=cc + ac_cpp='$CXXCPP $CPPFLAGS' + ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +@@ -25259,7 +25259,7 @@ if test "x$qt4_libdir" != "xno" ; then + fi + fi + +-if test "x$have_qt4" == "xyes"; then ++if test "x$have_qt4" = "xyes"; then + POPPLER_QT4_CXXFLAGS="-I$qt4_incdir" + if test x$windows_qt = xyes; then + POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4" +@@ -25332,7 +25332,7 @@ if test "x$qt4_libdir" != "xno" ; then + fi + fi + +-if test "x$have_qt4" == "xyes"; then ++if test "x$have_qt4" = "xyes"; then + POPPLER_QT4_CXXFLAGS="-I$qt4_incdir" + if test x$windows_qt = xyes; then + POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4" +@@ -25410,7 +25410,7 @@ if test "x$qt4test_libdir" != "xno" ; th + fi + fi + +-if test "x$have_qt4testlib" == "xyes"; then ++if test "x$have_qt4testlib" = "xyes"; then + POPPLER_QTTEST_CXXFLAGS="-I$qt4test_incdir" + POPPLER_QTTEST_LIBS="-L$qt4test_libdir -lQtTest" + enable_poppler_qt4testlib="yes" |