[44309] trunk/dports/kde/kdelibs4-devel/Portfile

Bryan Blackburn blb at macports.org
Thu Dec 25 13:42:03 PST 2008


On Thu, Dec 25, 2008 at 04:27:54AM -0800, illogic-al at macports.org said:
> Revision: 44309
>           http://trac.macports.org/changeset/44309
> Author:   illogic-al at macports.org
> 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>



More information about the macports-dev mailing list