From owner-freebsd-ports Sun Dec 1 11:10: 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 B3D5037B401 for ; Sun, 1 Dec 2002 11:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D8D43EC5 for ; Sun, 1 Dec 2002 11:10:01 -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 gB1JA1x3043938 for ; Sun, 1 Dec 2002 11:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB1JA1KK043937; Sun, 1 Dec 2002 11:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DAA37B401 for ; Sun, 1 Dec 2002 11:03:25 -0800 (PST) Received: from christine.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7412F43E4A for ; Sun, 1 Dec 2002 11:03:24 -0800 (PST) (envelope-from flynn@christine.energyhq.tk) Received: from christine.energyhq.tk (localhost.energyhq.tk [127.0.0.1]) by christine.energyhq.tk (8.12.6/8.12.6) with ESMTP id gB1J7Tr0012783 for ; Sun, 1 Dec 2002 20:07:29 +0100 (CET) (envelope-from flynn@christine.energyhq.tk) Received: (from flynn@localhost) by christine.energyhq.tk (8.12.6/8.12.6/Submit) id gB1J7S3V012782; Sun, 1 Dec 2002 20:07:28 +0100 (CET) Message-Id: <200212011907.gB1J7S3V012782@christine.energyhq.tk> Date: Sun, 1 Dec 2002 20:07:28 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45900: security/sfs conflicts with bison 1.75 [patch included] 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 >Number: 45900 >Category: ports >Synopsis: security/sfs conflicts with bison 1.75 [patch included] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 01 11:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.0-CURRENT i386 >Organization: Bison blows, Inc >Environment: System: FreeBSD christine.energyhq.tk 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Nov 24 13:52:29 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386 >Description: If bison is detected at configure time, it will be used to generate the parser, but it fails. Quick solution, nuke the bison check out of configure, and make use of good old byacc. >How-To-Repeat: >Fix: --- sfs.diff begins here --- diff -ruN sfs.old/files/patch-configure sfs/files/patch-configure --- sfs.old/files/patch-configure Thu Jan 1 01:00:00 1970 +++ sfs/files/patch-configure Sun Dec 1 20:03:32 2002 @@ -0,0 +1,11 @@ +--- configure.orig Sun Dec 1 18:53:24 2002 ++++ configure Sun Dec 1 18:53:34 2002 +@@ -1464,7 +1464,7 @@ + + fi + +-for ac_prog in 'bison -y' byacc ++for ac_prog in byacc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 --- sfs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message