Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 21:31:26 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ache@FreeBSD.org
Subject:   ports/46471: ftp/wu-ftpd brokes with new (strict) bison
Message-ID:  <200212221831.gBMIVQeI022788@woozle.rinet.ru>

next in thread | raw e-mail | index | archive | help

>Number:         46471
>Category:       ports
>Synopsis:       ftp/wu-ftpd brokes with new (strict) bison
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 10:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

ftp/wu-ftpd port can not be compiled with new bison. 

I'm not familiar enough with yacc grammatics, so the patch provided
simply hard-codes byacc as .y compiler.

>How-To-Repeat:

cd /usr/ports/devel/bison
make install
cd /usr/ports/ftp/wu-ftpd
make

>Fix:

place the following as files/patch-src_Makefile.in

--- src/Makefile.in.orig	Sat Jul  1 22:04:21 2000
+++ src/Makefile.in	Sun Dec 22 21:01:41 2002
@@ -34,7 +34,7 @@
 
 CFLAGS=$(WARNINGS) @CFLAGS@
 LDFLAGS=@LDFLAGS@
-YACC=@YACC@
+YACC=byacc
 LIBS=@LIBS@
 
 UTIL_SRC  = COPYRIGHT.c vers.c
>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?200212221831.gBMIVQeI022788>