[86832] trunk/dports/x11/rxvt-unicode/Portfile

Jeremy Huddleston jeremyhu at apple.com
Sun Mar 25 00:56:02 PDT 2012


Do you have more information on this?  Was there a bug report filed against MacPorts?  Have you filed a radar?  Have you filed a bug report in the llvm bugzilla?

On Nov 5, 2011, at 07:02, takanori at macports.org wrote:

> Revision: 86832
>          http://trac.macports.org/changeset/86832
> Author:   takanori at macports.org
> Date:     2011-11-05 07:02:49 -0700 (Sat, 05 Nov 2011)
> Log Message:
> -----------
> rxvt-unicode: use llvm-gcc-4.2 instead of clang
> 
> Modified Paths:
> --------------
>    trunk/dports/x11/rxvt-unicode/Portfile
> 
> Modified: trunk/dports/x11/rxvt-unicode/Portfile
> ===================================================================
> --- trunk/dports/x11/rxvt-unicode/Portfile	2011-11-05 11:49:08 UTC (rev 86831)
> +++ trunk/dports/x11/rxvt-unicode/Portfile	2011-11-05 14:02:49 UTC (rev 86832)
> @@ -13,6 +13,7 @@
> 
> name            rxvt-unicode
> version         9.11
> +revision        1
> categories      x11
> maintainers     gmail.com:evangoldenberg \
>                 openmaintainer
> @@ -44,6 +45,12 @@
> 	path:bin/perl:perl5 \
> 	port:zlib
> 
> +# FIXME: clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
> +#        "terminate called throwing an exceptionAbort trap: 6"
> +if {${configure.compiler} == "clang"} {
> +    configure.compiler llvm-gcc-4.2
> +}
> +
> configure.perl  ${prefix}/bin/perl
> 
> patchfiles      patch-Makefile.in.diff
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes



More information about the macports-dev mailing list