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/0f4dce72d866
branches:  trunk
changeset: 519826:0f4dce72d866
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 10 20:01:31 2006 +0000

description:
Fixed "test ==".

diffstat:

 games/crack-attack/distinfo         |   3 +-
 games/crack-attack/patches/patch-aa |  19 ++++++++++++++
 net/gnet/distinfo                   |   3 +-
 net/gnet/patches/patch-co           |  13 +++++++++
 print/poppler/distinfo              |   3 +-
 print/poppler/patches/patch-ac      |  49 +++++++++++++++++++++++++++++++++++++
 6 files changed, 87 insertions(+), 3 deletions(-)

diffs (130 lines):

diff -r 44c3d50dd826 -r 0f4dce72d866 games/crack-attack/distinfo
--- a/games/crack-attack/distinfo       Tue Oct 10 19:43:32 2006 +0000
+++ b/games/crack-attack/distinfo       Tue Oct 10 20:01:31 2006 +0000
@@ -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 -r 44c3d50dd826 -r 0f4dce72d866 games/crack-attack/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/crack-attack/patches/patch-aa       Tue Oct 10 20:01:31 2006 +0000
@@ -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 -r 44c3d50dd826 -r 0f4dce72d866 net/gnet/distinfo
--- a/net/gnet/distinfo Tue Oct 10 19:43:32 2006 +0000
+++ b/net/gnet/distinfo Tue Oct 10 20:01:31 2006 +0000
@@ -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 -r 44c3d50dd826 -r 0f4dce72d866 net/gnet/patches/patch-co
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnet/patches/patch-co Tue Oct 10 20:01:31 2006 +0000
@@ -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 -r 44c3d50dd826 -r 0f4dce72d866 print/poppler/distinfo
--- a/print/poppler/distinfo    Tue Oct 10 19:43:32 2006 +0000
+++ b/print/poppler/distinfo    Tue Oct 10 20:01:31 2006 +0000
@@ -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 -r 44c3d50dd826 -r 0f4dce72d866 print/poppler/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler/patches/patch-ac    Tue Oct 10 20:01:31 2006 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index