Bug 16255

Summary: fix math/simpack (bentofied)
Product: Ports & Packages Reporter: Alexander Langer <alex>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff
none
file.diff
none
file.diff none

Description Alexander Langer 2000-01-21 15:30:01 UTC
bento found another failure that is because the new compiler thinks to strictly follow ANSI C++ (dumb).

This patch includes just many const STUFF -> const int STUFF
declarations which makes the port compile and run.

There are still many warning messages, but the port runs.

Fix: add these to the patches subdir:

patch-ad

patch-af

patch-ag

patch-ah
How-To-Repeat: 
see bento
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-01-22 03:23:35 UTC
State Changed
From-To: open->closed

Committed, thanks!