From owner-freebsd-ports Fri Dec 20 18:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FF137B401 for ; Fri, 20 Dec 2002 18:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635E43EDA for ; Fri, 20 Dec 2002 18:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL2K2NS029707 for ; Fri, 20 Dec 2002 18:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL2K2GT029706; Fri, 20 Dec 2002 18:20:02 -0800 (PST) Date: Fri, 20 Dec 2002 18:20:02 -0800 (PST) Message-Id: <200212210220.gBL2K2GT029706@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stefan Farfeleder Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Reply-To: Stefan Farfeleder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/46412; it has been noted by GNATS. From: Stefan Farfeleder To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Date: Sat, 21 Dec 2002 03:10:07 +0100 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 20, 2002 at 11:20:44PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Is it possible to just patch it to no longer use bison? > That would be neat. :) Ok, attached is a patch that causes DEFAULT_YACC to be set to 'byacc'. > Or, do you think that some ppl will prefer > bison for some reason? No. Regards, Stefan Farfeleder --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-configure --- configure.orig Sat Dec 21 02:57:02 2002 +++ configure Sat Dec 21 02:57:19 2002 @@ -848,7 +848,7 @@ # Generate a default definition for YACC. This is used if the makefile can't # locate bison or byacc in objdir. -for prog in 'bison -y' byacc yacc +for prog in byacc yacc do set dummy $prog; tmp=$2 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:" --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message