On Thu, Dec 25, 2008 at 04:27:54AM -0800, [email protected] said: > Revision: 44309 > http://trac.macports.org/changeset/44309 > Author: [email protected] > Date: 2008-12-25 04:27:49 -0800 (Thu, 25 Dec 2008) > Log Message: > ----------- > Make the patch patch. Now patching kdelibs works. > > Modified Paths: > -------------- > trunk/dports/kde/kdelibs4-devel/Portfile > > Modified: trunk/dports/kde/kdelibs4-devel/Portfile > =================================================================== > --- trunk/dports/kde/kdelibs4-devel/Portfile 2008-12-25 05:51:42 UTC (rev > 44308) > +++ trunk/dports/kde/kdelibs4-devel/Portfile 2008-12-25 12:27:49 UTC (rev > 44309) > @@ -35,7 +35,7 @@ > configure.env-append QTDIR=${prefix}/libexec/qt4-mac > use_parallel_build yes > worksrcdir build > -pre-configure { file mkdir ${worksrcpath} } > +post-extract { file mkdir ${worksrcpath} }
FYI, you can now use extract.mkdir yes instead, which does the mkdir in a pre-extract phase [1]. Though we do need to document it. Bryan [1] - <http://trac.macports.org/changeset/31028> _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
