[43283] trunk/dports/devel/boost/files

mcalhoun at macports.org mcalhoun at macports.org
Sun Dec 7 22:34:27 PST 2008


Revision: 43283
          http://trac.macports.org/changeset/43283
Author:   mcalhoun at macports.org
Date:     2008-12-07 22:34:27 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
boost: change patch file to accommodate r43281.
Rename file to avoid lint warning.

Added Paths:
-----------
    trunk/dports/devel/boost/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/devel/boost/files/patch-configure

Deleted: trunk/dports/devel/boost/files/patch-configure
===================================================================
--- trunk/dports/devel/boost/files/patch-configure	2008-12-08 06:30:32 UTC (rev 43282)
+++ trunk/dports/devel/boost/files/patch-configure	2008-12-08 06:34:27 UTC (rev 43283)
@@ -1,14 +0,0 @@
---- configure.orig	2008-08-15 20:56:27.000000000 -0700
-+++ configure	2008-08-15 20:59:38.000000000 -0700
-@@ -313,6 +313,11 @@
- EOF
- fi
- 
-+# Handle MACOSX_DEPLOYMENT_TARGET
-+if test "x$MACOSX_DEPLOYMENT_TARGET" != x; then
-+  BJAM_CONFIG="$BJAM_CONFIG macosx-version=$MACOSX_DEPLOYMENT_TARGET"
-+fi
-+
- # Generate the Makefile
- echo "Generating Makefile..."
- cat > Makefile <<EOF

Copied: trunk/dports/devel/boost/files/patch-configure.diff (from rev 43260, trunk/dports/devel/boost/files/patch-configure)
===================================================================
--- trunk/dports/devel/boost/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/boost/files/patch-configure.diff	2008-12-08 06:34:27 UTC (rev 43283)
@@ -0,0 +1,15 @@
+--- configure.orig	2008-04-29 14:46:53.000000000 -0400
++++ configure	2008-12-07 13:24:30.000000000 -0500
+@@ -9,7 +9,11 @@
+ 
+ BJAM=""
+ TOOLSET=""
+-BJAM_CONFIG=""
++BJAM_CONFIG="__MACPORTS_BJAM_CONFIG__"
++# Handle MACOSX_DEPLOYMENT_TARGET
++if test "x$MACOSX_DEPLOYMENT_TARGET" != x; then
++    BJAM_CONFIG="$BJAM_CONFIG macosx-version=$MACOSX_DEPLOYMENT_TARGET"
++fi
+ BUILD=""
+ PREFIX=/usr/local
+ EPREFIX=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081207/0c9beb70/attachment.html>


More information about the macports-changes mailing list