pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine-devel completely removed empty if claus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ab5bf43eba0
branches:  trunk
changeset: 572121:0ab5bf43eba0
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Feb 20 08:59:03 2010 +0000

description:
completely removed empty if clause in configure (had caused configure to
fail on MacOS X)

diffstat:

 emulators/wine-devel/distinfo         |   4 ++--
 emulators/wine-devel/patches/patch-ba |  23 ++++++++++++++---------
 2 files changed, 16 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r 9247fbdd9376 -r 0ab5bf43eba0 emulators/wine-devel/distinfo
--- a/emulators/wine-devel/distinfo     Sat Feb 20 08:35:58 2010 +0000
+++ b/emulators/wine-devel/distinfo     Sat Feb 20 08:59:03 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2009/09/07 20:27:25 reinoud Exp $
+$NetBSD: distinfo,v 1.11 2010/02/20 08:59:03 schwarz Exp $
 
 SHA1 (wine-1.1.16.tar.bz2) = 02f3363de5a2476b513beca3da2bb42aeeff5218
 RMD160 (wine-1.1.16.tar.bz2) = 449baa620eea114d65a8a65d1f0e88d377b94615
@@ -13,7 +13,7 @@
 SHA1 (patch-ai) = 54453ed21f52d1da6a7f89bc437f7b318db5058f
 SHA1 (patch-aj) = fa9d3baad8d3b895edc6275c2b6da23daa941a09
 SHA1 (patch-ak) = ff41f617d2ae7bbff57af52dda85647bc4fba354
-SHA1 (patch-ba) = 1f15a31a23e869cceb3e4038bb02275f2c5dee8c
+SHA1 (patch-ba) = 190b2dd0166c79f681e49fc2e653058ddbd8766f
 SHA1 (patch-bb) = 77cad41a7e8e34f12243e53f6c1cec998bedefda
 SHA1 (patch-bc) = bf8b1f4aed78de9326824e227df7831e5c8b4dc3
 SHA1 (patch-ca) = 90df667407765c473f1331ec8113088fdddc58e5
diff -r 9247fbdd9376 -r 0ab5bf43eba0 emulators/wine-devel/patches/patch-ba
--- a/emulators/wine-devel/patches/patch-ba     Sat Feb 20 08:35:58 2010 +0000
+++ b/emulators/wine-devel/patches/patch-ba     Sat Feb 20 08:59:03 2010 +0000
@@ -1,16 +1,21 @@
-$NetBSD: patch-ba,v 1.8 2009/02/28 15:30:13 adam Exp $
+$NetBSD: patch-ba,v 1.9 2010/02/20 08:59:04 schwarz Exp $
 
 --- configure.orig     2009-02-27 23:21:46.000000000 +0100
-+++ configure
-@@ -3947,7 +3947,6 @@ TOOLSDIR=$wine_cv_toolsdir
++++ configure  2010-02-20 09:52:42.000000000 +0100
+@@ -3945,12 +3945,6 @@
+ $as_echo "$wine_cv_toolsdir" >&6; }
+ TOOLSDIR=$wine_cv_toolsdir
  
- if test -n "$host_alias" -a "$host_alias" != "$build_alias"
- then
+-if test -n "$host_alias" -a "$host_alias" != "$build_alias"
+-then
 -    TARGETFLAGS="-b $host_alias $TARGETFLAGS"
- 
- fi
- 
-@@ -17913,6 +17912,11 @@ MAIN_BINARY="wine-pthread"
+-
+-fi
+-
+ for ac_prog in flex
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+@@ -17913,6 +17907,11 @@
  
          EXTRA_BINARIES="wine-pthread"
   ;;



Home | Main Index | Thread Index | Old Index