[86220] trunk/dports/gnome/alacarte

devans at macports.org devans at macports.org
Fri Oct 21 23:28:33 PDT 2011


Revision: 86220
          http://trac.macports.org/changeset/86220
Author:   devans at macports.org
Date:     2011-10-21 23:28:31 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
alacarte: correct patch-configure.diff to correctly configure Python paths where variant is +python27, fixes 'module not found' error.

Modified Paths:
--------------
    trunk/dports/gnome/alacarte/Portfile
    trunk/dports/gnome/alacarte/files/patch-configure.diff

Modified: trunk/dports/gnome/alacarte/Portfile
===================================================================
--- trunk/dports/gnome/alacarte/Portfile	2011-10-22 05:52:17 UTC (rev 86219)
+++ trunk/dports/gnome/alacarte/Portfile	2011-10-22 06:28:31 UTC (rev 86220)
@@ -6,7 +6,7 @@
 name            alacarte
 version         0.13.2
 epoch           1
-revision        3
+revision        4
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A simple freedesktop.org compliant menu editor for use with GNOME

Modified: trunk/dports/gnome/alacarte/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/alacarte/files/patch-configure.diff	2011-10-22 05:52:17 UTC (rev 86219)
+++ trunk/dports/gnome/alacarte/files/patch-configure.diff	2011-10-22 06:28:31 UTC (rev 86220)
@@ -1,5 +1,5 @@
---- configure.orig	2010-09-15 02:55:39.000000000 -0700
-+++ configure	2010-09-15 11:43:27.000000000 -0700
+--- configure.orig	2011-10-21 23:02:10.000000000 -0700
++++ configure	2011-10-21 23:07:17.000000000 -0700
 @@ -5736,9 +5736,9 @@
  
  
@@ -36,3 +36,15 @@
  
  
  
+@@ -5961,9 +5961,9 @@
+ 
+ 
+ 
+-  PYTHON_PREFIX='${prefix}'
++  PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
+ 
+-  PYTHON_EXEC_PREFIX='${exec_prefix}'
++  PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
+ 
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/ce2953f2/attachment.html>


More information about the macports-changes mailing list