pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/tnt-mmtl remove a syntax error from the top level ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2efcf2d65f9
branches:  trunk
changeset: 542072:c2efcf2d65f9
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Apr 30 21:35:59 2008 +0000

description:
remove a syntax error from the top level configure script.

diffstat:

 cad/tnt-mmtl/distinfo         |   4 +++-
 cad/tnt-mmtl/patches/patch-an |  19 +++++++++++++++++++
 cad/tnt-mmtl/patches/patch-ao |  23 +++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r 83fa6754546a -r c2efcf2d65f9 cad/tnt-mmtl/distinfo
--- a/cad/tnt-mmtl/distinfo     Wed Apr 30 21:09:51 2008 +0000
+++ b/cad/tnt-mmtl/distinfo     Wed Apr 30 21:35:59 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2008/03/18 11:48:25 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2008/04/30 21:35:59 dmcmahill Exp $
 
 SHA1 (tnt-1.2.2.tar.gz) = bd089863ca2cd939009253e83f4ab75317191047
 RMD160 (tnt-1.2.2.tar.gz) = 1a2ba68a93ee21590bb25a3eacf85d3773c3e77d
@@ -16,3 +16,5 @@
 SHA1 (patch-ak) = d17baa2b591126cda87c79768136a3d6086d229e
 SHA1 (patch-al) = b7c2bf78d0d92bd51fb8de86d78d7a51a5b640d4
 SHA1 (patch-am) = d81174386963777cae26019183a73fed74f62970
+SHA1 (patch-an) = a854330a07eb434d8d80352a323d1a29c875200f
+SHA1 (patch-ao) = ff87ca35c176b0d47cbdd12d2edb5924b3916f3f
diff -r 83fa6754546a -r c2efcf2d65f9 cad/tnt-mmtl/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/tnt-mmtl/patches/patch-an     Wed Apr 30 21:35:59 2008 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-an,v 1.1 2008/04/30 21:35:59 dmcmahill Exp $
+
+remove a syntax error from the generated configure script.
+
+--- configure.ac.orig  2004-09-10 20:04:53.000000000 +0000
++++ configure.ac       2008-04-30 16:59:21.000000000 +0000
+@@ -43,5 +43,11 @@
+ #  (we just copy PrFile32.exe to ./bin)
+ #----------------------------------------------------------------
+-AM_CONDITIONAL(WINDOWS, [[[[ $host = *cygwin* ]]]] )
++cygwin=no
++case $host in
++      *cygwin*)
++              cygwin=yes
++              ;;
++esac
++AM_CONDITIONAL(WINDOWS, test $cygwin = yes )
+ 
+ 
diff -r 83fa6754546a -r c2efcf2d65f9 cad/tnt-mmtl/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/tnt-mmtl/patches/patch-ao     Wed Apr 30 21:35:59 2008 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ao,v 1.1 2008/04/30 21:35:59 dmcmahill Exp $
+
+--- configure.orig     2008-04-30 16:47:33.000000000 +0000
++++ configure  2008-04-30 17:00:40.000000000 +0000
+@@ -1640,11 +1640,15 @@
+ 
+ 
+-if [[ $host = *cygwin* ]] ; then
++case $host in
++  *cygwin*)
+   WINDOWS_TRUE=
+   WINDOWS_FALSE='#'
+-else
++  ;;
++
++  *)
+   WINDOWS_TRUE='#'
+   WINDOWS_FALSE=
+-fi
++  ;;
++esac
+ 
+ 



Home | Main Index | Thread Index | Old Index