[93604] trunk/dports/devel/ctags/Portfile

Ryan Schmidt ryandesign at macports.org
Sun May 27 17:17:44 PDT 2012


On May 27, 2012, at 18:49, jmr at macports.org wrote:

> Revision: 93604
>          https://trac.macports.org/changeset/93604
> Author:   jmr at macports.org
> Date:     2012-05-27 16:49:20 -0700 (Sun, 27 May 2012)
> Log Message:
> -----------
> ctags: work around incorrect behaviour (#31256)
> 
> Modified Paths:
> --------------
>    trunk/dports/devel/ctags/Portfile
> 
> Modified: trunk/dports/devel/ctags/Portfile
> ===================================================================
> --- trunk/dports/devel/ctags/Portfile	2012-05-27 23:08:28 UTC (rev 93603)
> +++ trunk/dports/devel/ctags/Portfile	2012-05-27 23:49:20 UTC (rev 93604)
> @@ -31,3 +31,8 @@
> use_parallel_build  yes
> 
> destroot.destdir prefix=${destroot}${prefix}
> +
> +# builds with llvm and -O2 but doesn't run correctly, ticket #31256
> +if {${configure.compiler} == "clang" || ${configure.compiler} == "llvm-gcc-4.2"} {
> +    configure.optflags -O1
> +}

Since this is a runtime error, don't we need to increase the revision too?





More information about the macports-dev mailing list