From owner-svn-ports-head@FreeBSD.ORG Sat Mar 30 22:19:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2678AFEF; Sat, 30 Mar 2013 22:19:03 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by mx1.freebsd.org (Postfix) with ESMTP id A9D75E4B; Sat, 30 Mar 2013 22:19:02 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id 15so1519287vea.15 for ; Sat, 30 Mar 2013 15:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EzpWT0lukVxlpIAJY6QquW2TRMrLJzrKn653ad7pIgw=; b=D6O7cV6niOwdGZuUE+CdUvf1rtXeYRw7Wa7j+jExgd6cGamaI6YcUdHK4Oqy9IpPXg F4aGKkUUkLZUwvaTzVohZsR8l86kP/SUeBRRTiSLsljIN797Scq4vFGfDRqSFNyHHRm/ 4i/i9XbDvvxHo1Hx6MUpN8q4lGy7rPnulZq3+F31j4oDHe5yZTgo9KEse0KOjOG0i+0c gP1eiOQCOXeWug3kwI+Bjm3Zwfx282af3bC1yi0K0TO6giMVB4gQUHhArL6s50wF2gy9 px8wDDi/kS1RQaZbvXwzuZuR2Cnfvu0rQgakj4Z6Pp8ZsfLr1dZ63cNYP0BexO8K81Wf ur4w== MIME-Version: 1.0 X-Received: by 10.52.171.193 with SMTP id aw1mr4650761vdc.49.1364681936375; Sat, 30 Mar 2013 15:18:56 -0700 (PDT) Received: by 10.58.74.197 with HTTP; Sat, 30 Mar 2013 15:18:56 -0700 (PDT) In-Reply-To: <201303301813.r2UIDv24018349@svn.freebsd.org> References: <201303301813.r2UIDv24018349@svn.freebsd.org> Date: Sat, 30 Mar 2013 17:18:56 -0500 Message-ID: Subject: Re: svn commit: r315622 - head/lang/rakudo From: Jeremy Messenger To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 22:19:03 -0000 On Sat, Mar 30, 2013 at 1:13 PM, Baptiste Daroussin 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 > > .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