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/171e75d0ca3e
branches:  trunk
changeset: 520037:171e75d0ca3e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 14 02:18:37 2006 +0000

description:
Fixed "test ==".

diffstat:

 cad/xcircuit/distinfo                   |   6 ++--
 cad/xcircuit/patches/patch-aa           |  15 +++++++++--
 cad/xcircuit/patches/patch-ab           |  15 +++++++++--
 editors/xemacs-current/Makefile         |   4 +-
 editors/xemacs-current/distinfo         |   5 ++-
 editors/xemacs-current/patches/patch-ab |  17 ++++++++++---
 editors/xemacs-current/patches/patch-ai |  13 ++++++++++
 security/xmlsec1/distinfo               |   4 ++-
 security/xmlsec1/patches/patch-ab       |  13 ++++++++++
 security/xmlsec1/patches/patch-ac       |  13 ++++++++++
 sysutils/tkdesk/distinfo                |   5 ++-
 sysutils/tkdesk/patches/patch-aa        |  42 ++++++++++++++++++++++++++++++--
 sysutils/tkdesk/patches/patch-al        |  40 +++++++++++++++++++++++++++++++
 13 files changed, 169 insertions(+), 23 deletions(-)

diffs (truncated from 311 to 300 lines):

diff -r ea8e13c16211 -r 171e75d0ca3e cad/xcircuit/distinfo
--- a/cad/xcircuit/distinfo     Sat Oct 14 02:16:03 2006 +0000
+++ b/cad/xcircuit/distinfo     Sat Oct 14 02:18:37 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2006/06/26 15:24:34 joerg Exp $
+$NetBSD: distinfo,v 1.10 2006/10/14 02:21:21 rillig Exp $
 
 SHA1 (xcircuit-3.3.0.tgz) = ec3c0995fd4f8755a50d39e278ca0ab293705b38
 RMD160 (xcircuit-3.3.0.tgz) = 2f3621b5201ce4597a34a300a7111349825e3045
 Size (xcircuit-3.3.0.tgz) = 1308602 bytes
-SHA1 (patch-aa) = 18d6eb6a04e813c9923025de173d2019b0411a77
-SHA1 (patch-ab) = d1364d1b79f4060e5b8f7078490b7eb6bafdf26a
+SHA1 (patch-aa) = 6655ff2ee38253c4bbc19c477f9fcd9e3e68a4ed
+SHA1 (patch-ab) = 8f81ac0b8c0a2fceed052668cf4cf27a96915f9f
 SHA1 (patch-ac) = 1f84054174f790bd32d14eafa6a91444737795ff
diff -r ea8e13c16211 -r 171e75d0ca3e cad/xcircuit/patches/patch-aa
--- a/cad/xcircuit/patches/patch-aa     Sat Oct 14 02:16:03 2006 +0000
+++ b/cad/xcircuit/patches/patch-aa     Sat Oct 14 02:18:37 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.7 2006/06/26 15:24:34 joerg Exp $
+$NetBSD: patch-aa,v 1.8 2006/10/14 02:21:22 rillig Exp $
 
---- configure.in.orig  2004-10-01 04:24:09.000000000 +0000
-+++ configure.in
+--- configure.in.orig  2004-10-01 06:24:09.000000000 +0200
++++ configure.in       2006-10-14 04:19:51.000000000 +0200
+@@ -255,7 +255,7 @@ xc_with_tk_libraries=""
+ AC_ARG_WITH(tcl,
+ [  --with-tcl=DIR          Find tclConfig.sh in DIR], [
+   xc_with_tcl=$withval
+-  if test "$withval" == "no" -o "$withval" == "NO"; then
++  if test "$withval" = "no" -o "$withval" = "NO"; then
+       xc_with_tcl=""
+   fi
+ ], ) 
 @@ -469,6 +469,7 @@ fi
  if test "x$xc_with_tcl" != "x" ; then
    . $tcl_config_sh
diff -r ea8e13c16211 -r 171e75d0ca3e cad/xcircuit/patches/patch-ab
--- a/cad/xcircuit/patches/patch-ab     Sat Oct 14 02:16:03 2006 +0000
+++ b/cad/xcircuit/patches/patch-ab     Sat Oct 14 02:18:37 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.7 2006/06/26 15:24:34 joerg Exp $
+$NetBSD: patch-ab,v 1.8 2006/10/14 02:21:22 rillig Exp $
 
---- configure.orig     2004-10-01 04:25:07.000000000 +0000
-+++ configure
+--- configure.orig     2004-10-01 06:25:07.000000000 +0200
++++ configure  2006-10-14 04:20:29.000000000 +0200
+@@ -7393,7 +7393,7 @@ if test "${with_tcl+set}" = set; then
+   withval="$with_tcl"
+ 
+   xc_with_tcl=$withval
+-  if test "$withval" == "no" -o "$withval" == "NO"; then
++  if test "$withval" = "no" -o "$withval" = "NO"; then
+       xc_with_tcl=""
+   fi
+ 
 @@ -7629,6 +7629,7 @@ fi
  if test "x$xc_with_tcl" != "x" ; then
    . $tcl_config_sh
diff -r ea8e13c16211 -r 171e75d0ca3e editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Sat Oct 14 02:16:03 2006 +0000
+++ b/editors/xemacs-current/Makefile   Sat Oct 14 02:18:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/09/30 12:24:45 obache Exp $
+# $NetBSD: Makefile,v 1.57 2006/10/14 02:24:46 rillig Exp $
 
 DISTNAME=      xemacs-21.5.27
 
@@ -63,6 +63,6 @@
 INFO_FILES=            # PLIST
 
 post-patch:
-       @${RM} -f ${WRKSRC}/etc/ctags.1.orig
+       rm -f ${WRKSRC}/etc/ctags.1.orig
 
 .include "../../mk/bsd.pkg.mk"
diff -r ea8e13c16211 -r 171e75d0ca3e editors/xemacs-current/distinfo
--- a/editors/xemacs-current/distinfo   Sat Oct 14 02:16:03 2006 +0000
+++ b/editors/xemacs-current/distinfo   Sat Oct 14 02:18:37 2006 +0000
@@ -1,13 +1,14 @@
-$NetBSD: distinfo,v 1.17 2006/09/04 09:20:51 martin Exp $
+$NetBSD: distinfo,v 1.18 2006/10/14 02:24:46 rillig Exp $
 
 SHA1 (xemacs-21.5.27.tar.gz) = 55fc3e9c8fe3cac92791ffe1a0870aeae1baf0b8
 RMD160 (xemacs-21.5.27.tar.gz) = ee0caff8730c999d37aa3a19b19f23d5756837ad
 Size (xemacs-21.5.27.tar.gz) = 15042023 bytes
 SHA1 (patch-aa) = 5e099de33676099916771080c606046ca9acdac6
-SHA1 (patch-ab) = a9e74f1271150845eb858582e8f65a47c64c8c6b
+SHA1 (patch-ab) = c105e7333e5ed64eac1e99d49551e5bf75c0bc03
 SHA1 (patch-ac) = 9a480bf587e1b7e3fb15724433ca706f1848182e
 SHA1 (patch-ad) = 244ddfebb25ccca7b34b308cced61f256b50d0a7
 SHA1 (patch-ae) = 902a375f974e06eb5d67b69deadead98c625d97a
 SHA1 (patch-af) = e71e89be5ce6070bca4b4ab8456f92cf52c50c6e
 SHA1 (patch-ag) = f859010a113a9765819f92c79ce905cf4fd801dd
 SHA1 (patch-ah) = 53d806344f2429d26ee8a10005d1087d84fb0321
+SHA1 (patch-ai) = ed24c7c0cc802386c0293c34842882d5ec770426
diff -r ea8e13c16211 -r 171e75d0ca3e editors/xemacs-current/patches/patch-ab
--- a/editors/xemacs-current/patches/patch-ab   Sat Oct 14 02:16:03 2006 +0000
+++ b/editors/xemacs-current/patches/patch-ab   Sat Oct 14 02:18:37 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2006/09/04 09:20:51 martin Exp $
+$NetBSD: patch-ab,v 1.6 2006/10/14 02:24:46 rillig Exp $
 
 --- configure.orig     2006-05-16 06:16:04.000000000 +0200
-+++ configure  2006-08-30 17:46:21.000000000 +0200
-@@ -4415,7 +4415,7 @@
++++ configure  2006-10-14 04:23:09.000000000 +0200
+@@ -4415,7 +4415,7 @@ case "$ac_cv_build" in
      case "${ac_cv_build}" in
        i[3-9]86-*-netbsd*) machine=intel386 ;;
        hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* )
@@ -11,7 +11,7 @@
        pc532-*-netbsd* | ns32k-*-netbsd* )  machine=ns32000 ;;
        pmax-*-netbsd*  | mips-*-netbsd*  )  machine=pmax ;;
      esac
-@@ -9735,7 +9735,7 @@
+@@ -9735,7 +9735,7 @@ echo $ECHO_N "checking for runtime libra
      decosf* | linux* | irix*) dash_r="-rpath " ;;
      *)
        dash_r=""
@@ -20,3 +20,12 @@
          xe_check_libs="${try_dash_r}/no/such/file-or-directory"
  
  if test "$GCC" = "yes"; then
+@@ -39670,7 +39670,7 @@ fi
+ if test "$have_vdb_mach" = yes ; then
+   echo "  Using mach exception mechanism as vdb fault handler."
+ fi
+-if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then
++if test "$have_vdb_fake" = yes && test "$enable_vdb" = fake; then
+   echo "  Virtual dirty bit write barrier manually disabled."
+ fi
+ test "$enable_pdump" = yes && echo "  Using the new portable dumper."
diff -r ea8e13c16211 -r 171e75d0ca3e editors/xemacs-current/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xemacs-current/patches/patch-ai   Sat Oct 14 02:18:37 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2006/10/14 02:24:46 rillig Exp $
+
+--- configure.ac.orig  2006-04-23 18:11:17.000000000 +0200
++++ configure.ac       2006-10-14 04:23:22.000000000 +0200
+@@ -6179,7 +6179,7 @@ fi
+ if test "$have_vdb_mach" = yes ; then
+   echo "  Using mach exception mechanism as vdb fault handler."
+ fi
+-if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then
++if test "$have_vdb_fake" = yes && test "$enable_vdb" = fake; then
+   echo "  Virtual dirty bit write barrier manually disabled."
+ fi
+ test "$enable_pdump" = yes && echo "  Using the new portable dumper."
diff -r ea8e13c16211 -r 171e75d0ca3e security/xmlsec1/distinfo
--- a/security/xmlsec1/distinfo Sat Oct 14 02:16:03 2006 +0000
+++ b/security/xmlsec1/distinfo Sat Oct 14 02:18:37 2006 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.3 2006/01/05 19:00:11 joerg Exp $
+$NetBSD: distinfo,v 1.4 2006/10/14 02:26:39 rillig Exp $
 
 SHA1 (xmlsec1-1.2.6.tar.gz) = de5b7a70825d96ee9ee7e1aa43194df8412cf72d
 RMD160 (xmlsec1-1.2.6.tar.gz) = bdc7692be5c4f4c27c177fe5271b13382a44d452
 Size (xmlsec1-1.2.6.tar.gz) = 1595648 bytes
 SHA1 (patch-aa) = 1718c051201bf7803057b2a8ad7b004f90e35147
+SHA1 (patch-ab) = c44049b2592b03823dbbebc70ee5cb4a58adb646
+SHA1 (patch-ac) = 550f37db0db36ce5fa88c6c0d0acd6725aa69470
diff -r ea8e13c16211 -r 171e75d0ca3e security/xmlsec1/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/xmlsec1/patches/patch-ab Sat Oct 14 02:18:37 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/14 02:26:39 rillig Exp $
+
+--- configure.orig     2004-08-26 08:00:34.000000000 +0200
++++ configure  2006-10-14 04:22:49.000000000 +0200
+@@ -25371,7 +25371,7 @@ fi
+ 
+ 
+ 
+-if test "z$XMLSEC_NO_OPENSSL" == "z1"; then
++if test "z$XMLSEC_NO_OPENSSL" = "z1"; then
+   XMLSEC_NO_OPENSSL_TRUE=
+   XMLSEC_NO_OPENSSL_FALSE='#'
+ else
diff -r ea8e13c16211 -r 171e75d0ca3e security/xmlsec1/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/xmlsec1/patches/patch-ac Sat Oct 14 02:18:37 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/14 02:26:39 rillig Exp $
+
+--- configure.in.orig  2004-08-26 04:49:24.000000000 +0200
++++ configure.in       2006-10-14 04:21:57.000000000 +0200
+@@ -390,7 +390,7 @@ else
+     XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST openssl"
+ fi
+ 
+-AM_CONDITIONAL(XMLSEC_NO_OPENSSL, test "z$XMLSEC_NO_OPENSSL" == "z1")
++AM_CONDITIONAL(XMLSEC_NO_OPENSSL, test "z$XMLSEC_NO_OPENSSL" = "z1")
+ AC_SUBST(XMLSEC_NO_OPENSSL)
+ AC_SUBST(OPENSSL_CFLAGS)
+ AC_SUBST(OPENSSL_LIBS)
diff -r ea8e13c16211 -r 171e75d0ca3e sysutils/tkdesk/distinfo
--- a/sysutils/tkdesk/distinfo  Sat Oct 14 02:16:03 2006 +0000
+++ b/sysutils/tkdesk/distinfo  Sat Oct 14 02:18:37 2006 +0000
@@ -1,11 +1,12 @@
-$NetBSD: distinfo,v 1.6 2006/04/21 12:09:57 joerg Exp $
+$NetBSD: distinfo,v 1.7 2006/10/14 02:18:37 rillig Exp $
 
 SHA1 (tkdesk-2.0.tar.gz) = 6ee7e290c094a957b92647fa83e23b0765556bf7
 RMD160 (tkdesk-2.0.tar.gz) = bd3983465e44aa0c294d1936fc5f3f450535d9c2
 Size (tkdesk-2.0.tar.gz) = 907432 bytes
-SHA1 (patch-aa) = c4ce261aa0032a6ff41cbd4d615aca0d9592be35
+SHA1 (patch-aa) = d244a1e004247081b049156457d66c1952668a13
 SHA1 (patch-ab) = 0250bf748da921d25b2c0e96841f3fbed42fd96e
 SHA1 (patch-ac) = 286a2bb4177431f87b778ed943cd57961aeb48ab
 SHA1 (patch-ae) = c09cd944af50c2a31020a7478c1568e847b0cb02
 SHA1 (patch-aj) = 5ad17e6634f626e56f83c51a6ca9ee66b21aee16
 SHA1 (patch-ak) = 441a1eefd5872786981b25aa07482a8d6d9515aa
+SHA1 (patch-al) = 70a7a20f9e983ef1b31675631c5a7dd26e03b026
diff -r ea8e13c16211 -r 171e75d0ca3e sysutils/tkdesk/patches/patch-aa
--- a/sysutils/tkdesk/patches/patch-aa  Sat Oct 14 02:16:03 2006 +0000
+++ b/sysutils/tkdesk/patches/patch-aa  Sat Oct 14 02:18:37 2006 +0000
@@ -1,7 +1,43 @@
-$NetBSD: patch-aa,v 1.2 2005/10/26 04:29:01 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2006/10/14 02:18:37 rillig Exp $
 
---- configure.orig     2004-04-13 22:39:47.000000000 -0500
-+++ configure
+--- configure.orig     2004-04-14 05:39:47.000000000 +0200
++++ configure  2006-10-14 04:17:03.000000000 +0200
+@@ -1430,7 +1430,7 @@ TK_LIB_STATIC=${TKCONF_PATH}/libtk${TK_V
+ # Check for the TkStep libraries (if needed)...
+ #
+ 
+-if test "$ENABLE_TKSTEP" == "yes" ; then
++if test "$ENABLE_TKSTEP" = "yes" ; then
+   TK_LIB_SPEC="-ltkstep -lXpm -ltiff"
+   { echo "$as_me:$LINENO: will link using TkStep libraries" >&5
+ echo "$as_me: will link using TkStep libraries" >&6;}
+@@ -1446,7 +1446,7 @@ echo "$as_me:$LINENO: result: $TCL_VERSI
+ echo "${ECHO_T}$TCL_VERSION" >&6
+ if test "$TCL_MAJOR_VERSION" -lt 8; then
+    echo
+-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
++   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
+       { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tcl.  Good luck.  Hope it works out for you." >&5
+ echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tcl.  Good luck.  Hope it works out for you." >&2;}
+    else
+@@ -1462,7 +1462,7 @@ echo "$as_me:$LINENO: result: $TK_VERSIO
+ echo "${ECHO_T}$TK_VERSION" >&6
+ if test "$TK_MAJOR_VERSION" -lt 8; then
+    echo
+-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
++   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
+       { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tk.  Good luck.  Hope it works out for you." >&5
+ echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Tk.  Good luck.  Hope it works out for you." >&2;}
+    else
+@@ -1505,7 +1505,7 @@ echo $ECHO_N "checking version of Itcl..
+ echo "${ECHO_T}$ITCL_VERSION" >&6
+    if test "$ITCL_MAJOR_VERSION" -ne 3; then
+       echo
+-      if test "$ENABLE_UNSUPPORTED" == "yes" ; then
++      if test "$ENABLE_UNSUPPORTED" = "yes" ; then
+        { echo "$as_me:$LINENO: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Itcl.  Good luck.  Hope it works out for you." >&5
+ echo "$as_me: WARNING: you may be attempting to use TkDesk 2.x with an unsupported version of Itcl.  Good luck.  Hope it works out for you." >&2;}
+       else
 @@ -1548,10 +1548,10 @@ else
       ITCL_LIB_SPEC="-L${TCLCONF_PATH} -litcl3.1"
       ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl3.1.a
diff -r ea8e13c16211 -r 171e75d0ca3e sysutils/tkdesk/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tkdesk/patches/patch-al  Sat Oct 14 02:18:37 2006 +0000
@@ -0,0 +1,40 @@
+$NetBSD: patch-al,v 1.1 2006/10/14 02:18:37 rillig Exp $
+
+--- configure.in.orig  2004-04-14 05:39:12.000000000 +0200
++++ configure.in       2006-10-14 04:16:47.000000000 +0200
+@@ -107,7 +107,7 @@ TK_LIB_STATIC=${TKCONF_PATH}/libtk${TK_V
+ # Check for the TkStep libraries (if needed)...
+ #
+ 
+-if test "$ENABLE_TKSTEP" == "yes" ; then
++if test "$ENABLE_TKSTEP" = "yes" ; then
+   TK_LIB_SPEC="-ltkstep -lXpm -ltiff"
+   AC_MSG_NOTICE([will link using TkStep libraries])
+ fi
+@@ -120,7 +120,7 @@ AC_MSG_CHECKING(version of Tcl)
+ AC_MSG_RESULT($TCL_VERSION)
+ if test "$TCL_MAJOR_VERSION" -lt 8; then
+    echo
+-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
++   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
+       AC_MSG_WARN([you may be attempting to use TkDesk 2.x with an unsupported version of Tcl.  Good luck.  Hope it works out for you.])
+    else
+       AC_MSG_ERROR([TkDesk version 2.x requires Tcl version 8 or higher.  Please upgrade your Tcl or, if that is not possible, you might prefer to use TkDesk version 1.2 instead.])
+@@ -131,7 +131,7 @@ AC_MSG_CHECKING(version of Tk)
+ AC_MSG_RESULT($TK_VERSION)
+ if test "$TK_MAJOR_VERSION" -lt 8; then
+    echo
+-   if test "$ENABLE_UNSUPPORTED" == "yes" ; then
++   if test "$ENABLE_UNSUPPORTED" = "yes" ; then
+       AC_MSG_WARN([you may be attempting to use TkDesk 2.x with an unsupported version of Tk.  Good luck.  Hope it works out for you.])



Home | Main Index | Thread Index | Old Index