Bug 46690 - ports/math/oleo error in one file
Summary: ports/math/oleo error in one file
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-02 16:20 UTC by Andreas Schulz
Modified: 2003-01-02 16:34 UTC (History)
0 users

See Also:


Attachments
file.diff (310 bytes, patch)
2003-01-02 16:20 UTC, Andreas Schulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schulz 2003-01-02 16:20:03 UTC
	The file posixtm.y in oleo-1.99.16/src has an error, which is
	uncovered by the new bison-1.75. It is missing a semicolon at
	line 89/90 just in front of "year : digitpair {".

Fix: freebsd# diff -c posixtm.y /usr/ports/math/oleo/work/oleo-1.99.16/src/posixtm.y  
How-To-Repeat: 	install the new bison-1.75 from ports and try to compile oleo :-).
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-01-02 16:34:09 UTC
State Changed
From-To: open->closed

Committed, thanks.