[110296] trunk/dports/graphics/wxWidgets-3.0/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Aug 29 11:27:26 PDT 2013
On Aug 29, 2013, at 12:53, michaelld at macports.org wrote:
> Revision: 110296
> https://trac.macports.org/changeset/110296
> Author: michaelld at macports.org
> Date: 2013-08-29 10:53:42 -0700 (Thu, 29 Aug 2013)
> Log Message:
> -----------
> wxWidgets-3.0: do post-destroot to relink wx-config.
>
> Modified Paths:
> --------------
> trunk/dports/graphics/wxWidgets-3.0/Portfile
>
> Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
> ===================================================================
> --- trunk/dports/graphics/wxWidgets-3.0/Portfile 2013-08-29 17:46:56 UTC (rev 110295)
> +++ trunk/dports/graphics/wxWidgets-3.0/Portfile 2013-08-29 17:53:42 UTC (rev 110296)
> @@ -179,10 +179,10 @@
> #}
> }
>
> -# post-destroot {
> -# set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${branch}
> -# ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
> -# }
> +post-destroot {
> + set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${branch}
> + ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
> +}
Does this change what gets installed? If so the revision needs to be increased.
More information about the macports-dev
mailing list