[94413] trunk/dports/lang/tcl/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Jun 18 16:30:04 PDT 2012
On Jun 18, 2012, at 15:18, jmr at macports.org wrote:
> Revision: 94413
> https://trac.macports.org/changeset/94413
> Author: jmr at macports.org
> Date: 2012-06-18 13:18:44 -0700 (Mon, 18 Jun 2012)
> Log Message:
> -----------
> tcl: don't disable CoreFoundation (#31995)
>
> Modified Paths:
> --------------
> trunk/dports/lang/tcl/Portfile
>
> Modified: trunk/dports/lang/tcl/Portfile
> ===================================================================
> --- trunk/dports/lang/tcl/Portfile 2012-06-18 20:07:12 UTC (rev 94412)
> +++ trunk/dports/lang/tcl/Portfile 2012-06-18 20:18:44 UTC (rev 94413)
> @@ -27,7 +27,7 @@
> dist_subdir tcltk
> distname ${name}${version}-src
> worksrcdir ${name}${version}/unix
> -configure.args --mandir=${prefix}/share/man --disable-corefoundation
> +configure.args --mandir=${prefix}/share/man
> configure.cppflags-delete -I${prefix}/include
> configure.ldflags-delete -L${prefix}/lib
What is the consequence of this change? Would this change (the contents of) the files that the tcl port installs, such that we should increase the revision to rebuild it?
More information about the macports-dev
mailing list