On Jul 31, 2013, at 7:44 AM, [email protected] wrote:

> Revision: 108711
>          https://trac.macports.org/changeset/108711
> Author:   [email protected]
> Date:     2013-07-31 04:44:24 -0700 (Wed, 31 Jul 2013)
> Log Message:
> -----------
> added patches to fix configure with bison >= 3
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/qore/Portfile
> 
> Added Paths:
> -----------
>    trunk/dports/lang/qore/files/

I think you forgot to commit the actual patches.

> Modified: trunk/dports/lang/qore/Portfile
> ===================================================================
> --- trunk/dports/lang/qore/Portfile   2013-07-31 11:22:16 UTC (rev 108710)
> +++ trunk/dports/lang/qore/Portfile   2013-07-31 11:44:24 UTC (rev 108711)
> @@ -37,3 +37,6 @@
> 
> # the autoconf check for iconv() in libiconv fails with GNU iconv, but we 
> need it, so we turn it on anyway
> configure.ldflags   -liconv
> +
> +patchfiles          patch-qore-configure.ac.diff
> +patchfiles          patch-qore-configure.diff

The second "patchfiles" line here overrides the first, so you'll only end up 
with "patch-qore-configure.diff". You should do something like this instead.

    patchfiles  patch-qore-configure.ac.diff \
                patch-qore-configure.diff

vq
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to