Bug 46471 - ftp/wu-ftpd brokes with new (strict) bison
Summary: ftp/wu-ftpd brokes with new (strict) bison
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey A. Chernov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-22 18:40 UTC by Dmitry Morozovsky
Modified: 2002-12-30 07:45 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (234 bytes, patch)
2002-12-22 18:40 UTC, Dmitry Morozovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky 2002-12-22 18:40:01 UTC
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.

Fix: place the following as files/patch-src_Makefile.in
How-To-Repeat: 
cd /usr/ports/devel/bison
make install
cd /usr/ports/ftp/wu-ftpd
make
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2002-12-22 21:00:42 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2002-12-30 07:44:41 UTC
State Changed
From-To: open->closed

Committed.