[97516] trunk/dports/python

devans at macports.org devans at macports.org
Fri Sep 7 13:35:18 PDT 2012


Revision: 97516
          https://trac.macports.org/changeset/97516
Author:   devans at macports.org
Date:     2012-09-07 13:35:17 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
py2[67]-osmgpsmap: delete unused patchfiles.

Removed Paths:
-------------
    trunk/dports/python/py26-osmgpsmap/files/patch-aclocal.m4.diff
    trunk/dports/python/py26-osmgpsmap/files/patch-configure.ac.diff
    trunk/dports/python/py26-osmgpsmap/files/patch-configure.diff
    trunk/dports/python/py27-osmgpsmap/files/patch-aclocal.m4.diff
    trunk/dports/python/py27-osmgpsmap/files/patch-configure.ac.diff
    trunk/dports/python/py27-osmgpsmap/files/patch-configure.diff

Deleted: trunk/dports/python/py26-osmgpsmap/files/patch-aclocal.m4.diff
===================================================================
--- trunk/dports/python/py26-osmgpsmap/files/patch-aclocal.m4.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py26-osmgpsmap/files/patch-aclocal.m4.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,13 +0,0 @@
---- aclocal.m4.orig	2012-03-23 13:13:37.000000000 -0700
-+++ aclocal.m4	2012-03-23 13:15:39.000000000 -0700
-@@ -1087,8 +1087,8 @@
-   dnl distinct variables so they can be overridden if need be.  However,
-   dnl general consensus is that you shouldn't need this ability.
- 
--  AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
--  AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
-+  AC_SUBST([PYTHON_PREFIX], ['`$PYTHON -c 'import sys; print sys.prefix;'`'])
-+  AC_SUBST([PYTHON_EXEC_PREFIX], ['`$PYTHON -c 'import sys; print sys.exec_prefix;'`'])
- 
-   dnl At times (like when building shared libraries) you may want
-   dnl to know which OS platform Python thinks this is.

Deleted: trunk/dports/python/py26-osmgpsmap/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/python/py26-osmgpsmap/files/patch-configure.ac.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py26-osmgpsmap/files/patch-configure.ac.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,11 +0,0 @@
---- configure.ac.orig	2012-03-23 13:08:56.000000000 -0700
-+++ configure.ac	2012-03-23 13:09:45.000000000 -0700
-@@ -28,6 +28,8 @@
- 		-Wmissing-prototypes -Wnested-externs -Wpointer-arith"
- fi
- 
-+PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
-+PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
- 
- AM_PATH_PYTHON()
- AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([install python-devel]))

Deleted: trunk/dports/python/py26-osmgpsmap/files/patch-configure.diff
===================================================================
--- trunk/dports/python/py26-osmgpsmap/files/patch-configure.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py26-osmgpsmap/files/patch-configure.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,14 +0,0 @@
---- configure.orig	2011-11-28 02:05:56.000000000 -0800
-+++ configure	2011-11-28 15:07:06.000000000 -0800
-@@ -13556,9 +13556,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;'`
- 
- 
- 

Deleted: trunk/dports/python/py27-osmgpsmap/files/patch-aclocal.m4.diff
===================================================================
--- trunk/dports/python/py27-osmgpsmap/files/patch-aclocal.m4.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py27-osmgpsmap/files/patch-aclocal.m4.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,13 +0,0 @@
---- aclocal.m4.orig	2012-03-23 13:13:37.000000000 -0700
-+++ aclocal.m4	2012-03-23 13:15:39.000000000 -0700
-@@ -1087,8 +1087,8 @@
-   dnl distinct variables so they can be overridden if need be.  However,
-   dnl general consensus is that you shouldn't need this ability.
- 
--  AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
--  AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
-+  AC_SUBST([PYTHON_PREFIX], ['`$PYTHON -c 'import sys; print sys.prefix;'`'])
-+  AC_SUBST([PYTHON_EXEC_PREFIX], ['`$PYTHON -c 'import sys; print sys.exec_prefix;'`'])
- 
-   dnl At times (like when building shared libraries) you may want
-   dnl to know which OS platform Python thinks this is.

Deleted: trunk/dports/python/py27-osmgpsmap/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/python/py27-osmgpsmap/files/patch-configure.ac.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py27-osmgpsmap/files/patch-configure.ac.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,11 +0,0 @@
---- configure.ac.orig	2012-03-23 13:08:56.000000000 -0700
-+++ configure.ac	2012-03-23 13:09:45.000000000 -0700
-@@ -28,6 +28,8 @@
- 		-Wmissing-prototypes -Wnested-externs -Wpointer-arith"
- fi
- 
-+PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
-+PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
- 
- AM_PATH_PYTHON()
- AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([install python-devel]))

Deleted: trunk/dports/python/py27-osmgpsmap/files/patch-configure.diff
===================================================================
--- trunk/dports/python/py27-osmgpsmap/files/patch-configure.diff	2012-09-07 20:25:25 UTC (rev 97515)
+++ trunk/dports/python/py27-osmgpsmap/files/patch-configure.diff	2012-09-07 20:35:17 UTC (rev 97516)
@@ -1,14 +0,0 @@
---- configure.orig	2011-11-28 02:05:56.000000000 -0800
-+++ configure	2011-11-28 15:07:06.000000000 -0800
-@@ -13556,9 +13556,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/20120907/b851e0bd/attachment-0001.html>


More information about the macports-changes mailing list