[64850] trunk/dports/devel/hs-utf8-string/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Mar 19 03:08:42 PDT 2010
On Mar 16, 2010, at 09:41, gwright at macports.org wrote:
> Revision: 64850
> http://trac.macports.org/changeset/64850
> Author: gwright at macports.org
> Date: 2010-03-16 07:41:53 -0700 (Tue, 16 Mar 2010)
> Log Message:
> -----------
> No universal variant; add verbose configuration and set --with-gcc=.
>
> Modified Paths:
> --------------
> trunk/dports/devel/hs-utf8-string/Portfile
>
> Modified: trunk/dports/devel/hs-utf8-string/Portfile
> ===================================================================
> --- trunk/dports/devel/hs-utf8-string/Portfile 2010-03-16 14:41:52 UTC (rev 64849)
> +++ trunk/dports/devel/hs-utf8-string/Portfile 2010-03-16 14:41:53 UTC (rev 64850)
> @@ -15,7 +15,10 @@
> sha1 65da57b42de89948aab1870426229e7a3cb89675 \
> rmd160 723eeb9e1f4de6f986dc1b58e7b83f429faa34f6
>
> -configure.args-append --enable-library-profiling
> +universal_variant no
>
> +configure.args-append -v --enable-library-profiling \
> + --with-gcc=${configure.cc}
> +
> build.args-append -v
I see you adding these things to a lot of haskell ports. Is it perhaps appropriate to make the haskell portgroup do this automatically?
More information about the macports-dev
mailing list