Date: Sun, 1 Dec 2002 20:07:28 +0100 (CET) From: Miguel Mendez <flynn@energyhq.homeip.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45900: security/sfs conflicts with bison 1.75 [patch included] Message-ID: <200212011907.gB1J7S3V012782@christine.energyhq.tk>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212011907.gB1J7S3V012782>