[97846] trunk/dports/sysutils/OpenIPMI/files

eborisch at macports.org eborisch at macports.org
Mon Sep 17 11:17:59 PDT 2012


Revision: 97846
          http://trac.macports.org//changeset/97846
Author:   eborisch at macports.org
Date:     2012-09-17 11:17:58 -0700 (Mon, 17 Sep 2012)
Log Message:
-----------
OpenIPMI: Fix patchfiles.

Added Paths:
-----------
    trunk/dports/sysutils/OpenIPMI/files/configure.in.patch

Removed Paths:
-------------
    trunk/dports/sysutils/OpenIPMI/files/configure.patch

Added: trunk/dports/sysutils/OpenIPMI/files/configure.in.patch
===================================================================
--- trunk/dports/sysutils/OpenIPMI/files/configure.in.patch	                        (rev 0)
+++ trunk/dports/sysutils/OpenIPMI/files/configure.in.patch	2012-09-17 18:17:58 UTC (rev 97846)
@@ -0,0 +1,32 @@
+--- configure.in.orig	2012-09-17 12:14:53.000000000 -0500
++++ configure.in	2012-09-17 12:16:00.000000000 -0500
+@@ -651,7 +651,13 @@
+ fi
+ if test "x$pythonprog" != "x"; then
+    if test "x$pythonusepthreads" = "x"; then
+-      pythonusepthreads=`echo -e "try:\n  import thread\n  print 'yes'\nexcept:\n  print 'no'\n" | python`
++      pythonusepthreads=`echo "
++try:
++  import thread
++  print 'yes'
++except:
++  print 'no'
++" | python`
+    fi
+    echo "checking for python threads... $pythonusepthreads"
+ fi
+@@ -675,7 +681,13 @@
+ # Check for Tkinter/Tix
+ if test "x$tkinter" = "x"; then
+    if test "x$pythonprog" != "x"; then
+-      tkinter=`echo -e "try:\n  import Tix\n  print 'yes'\nexcept:\n  print 'no'\n" | python`
++      tkinter=`echo "
++try:
++  import Tix
++  print 'yes'
++except:
++  print 'no'
++" | python`
+    fi
+ fi
+ echo "checking for tkinter... $tkinter"

Deleted: trunk/dports/sysutils/OpenIPMI/files/configure.patch
===================================================================
--- trunk/dports/sysutils/OpenIPMI/files/configure.patch	2012-09-17 18:13:07 UTC (rev 97845)
+++ trunk/dports/sysutils/OpenIPMI/files/configure.patch	2012-09-17 18:17:58 UTC (rev 97846)
@@ -1,32 +0,0 @@
---- configure.orig	2012-09-13 09:54:24.000000000 -0500
-+++ configure	2012-09-13 09:55:31.000000000 -0500
-@@ -21762,7 +21762,13 @@
- fi
- if test "x$pythonprog" != "x"; then
-    if test "x$pythonusepthreads" = "x"; then
--      pythonusepthreads=`echo -e "try:\n  import thread\n  print 'yes'\nexcept:\n  print 'no'\n" | python`
-+      pythonusepthreads=`echo "
-+try:
-+  import thread
-+  print 'yes'
-+except:
-+  print 'no'
-+" | python`
-    fi
-    echo "checking for python threads... $pythonusepthreads"
- fi
-@@ -21786,7 +21792,13 @@
- # Check for Tkinter/Tix
- if test "x$tkinter" = "x"; then
-    if test "x$pythonprog" != "x"; then
--      tkinter=`echo -e "try:\n  import Tix\n  print 'yes'\nexcept:\n  print 'no'\n" | python`
-+      tkinter=`echo "
-+try:
-+  import Tix
-+  print 'yes'
-+except:
-+  print 'no'
-+" | python`
-    fi
- fi
- echo "checking for tkinter... $tkinter"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120917/f183362e/attachment.html>


More information about the macports-changes mailing list