svn commit: r315622 - head/lang/rakudo
Jeremy Messenger
mezz.freebsd at gmail.com
Sat Mar 30 22:19:03 UTC 2013
On Sat, Mar 30, 2013 at 1:13 PM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> Author: bapt
> Date: Sat Mar 30 18:13:57 2013
> New Revision: 315622
> URL: http://svnweb.freebsd.org/changeset/ports/315622
>
> Log:
> Move USES= bison prior to bsd.port.pre.mk to fix build
The USES doesn't work if it's inside the bsd.port.pre.mk?
> Submitted by: miwi
> Approved by: portmgr
>
> Modified:
> head/lang/rakudo/Makefile
>
> Modified: head/lang/rakudo/Makefile
> ==============================================================================
> --- head/lang/rakudo/Makefile Sat Mar 30 14:44:15 2013 (r315621)
> +++ head/lang/rakudo/Makefile Sat Mar 30 18:13:57 2013 (r315622)
> @@ -35,13 +35,14 @@ CONFIGURE_PARROT_ARGS= --cc=${CC} --cxx=
> CONFIGURE_ARGS= --with-parrot=${PREFIX}/bin/parrot \
> --with-nqp=${PREFIX}/bin/nqp
>
> +USES= bison
> +
> .include <bsd.port.pre.mk>
>
> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
> BROKEN= Does not compile on ia64, powerpc, or sparc64
> .endif
>
> -USES+= bison
> USE_PERL5_BUILD= yes
> USE_GMAKE= yes
>
--
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the svn-ports-all
mailing list