Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 17:18:56 -0500
From:      Jeremy Messenger <mezz.freebsd@gmail.com>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r315622 - head/lang/rakudo
Message-ID:  <CADLFtteUagpNPxiSttB4SoKaaGu7SM5g1_B%2Bt7EUmb%2BBeCpShQ@mail.gmail.com>
In-Reply-To: <201303301813.r2UIDv24018349@svn.freebsd.org>
References:  <201303301813.r2UIDv24018349@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 30, 2013 at 1:13 PM, Baptiste Daroussin <bapt@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@gmail.com - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLFtteUagpNPxiSttB4SoKaaGu7SM5g1_B%2Bt7EUmb%2BBeCpShQ>