[57785] branches/release_1_8
jmr at macports.org
jmr at macports.org
Wed Sep 16 09:40:10 PDT 2009
Revision: 57785
http://trac.macports.org/changeset/57785
Author: jmr at macports.org
Date: 2009-09-16 09:40:10 -0700 (Wed, 16 Sep 2009)
Log Message:
-----------
merge r57784 from trunk:
remove bogus cd from patch_main
Revision Links:
--------------
http://trac.macports.org/changeset/57784
Modified Paths:
--------------
branches/release_1_8/base/src/port1.0/portpatch.tcl
Property Changed:
----------------
branches/release_1_8/
branches/release_1_8/base/
Property changes on: branches/release_1_8
___________________________________________________________________
Modified: svn:mergeinfo
- /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56435,56448,57026,57255
+ /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56435,56448,57026,57255,57784
Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56435,56448,56666,56889,57026,57048,57055,57131,57255
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
+ /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56435,56448,56666,56889,57026,57048,57055,57131,57255,57784
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
Modified: branches/release_1_8/base/src/port1.0/portpatch.tcl
===================================================================
--- branches/release_1_8/base/src/port1.0/portpatch.tcl 2009-09-16 16:37:53 UTC (rev 57784)
+++ branches/release_1_8/base/src/port1.0/portpatch.tcl 2009-09-16 16:40:10 UTC (rev 57785)
@@ -75,7 +75,7 @@
if {![info exists patchlist]} {
return -code error [msgcat::mc "Patch files missing"]
}
- _cd [option worksrcpath]
+
set gzcat "[findBinary gzip $portutil::autoconf::gzip_path] -dc"
set bzcat "[findBinary bzip2 $portutil::autoconf::bzip2_path] -dc"
foreach patch $patchlist {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090916/a91920e0/attachment.html>
More information about the macports-changes
mailing list