Bug 55767

Summary: [patch] Unbreak port: archivers/libcabinet
Product: Ports & Packages Reporter: Simon Barner <barner>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Simon Barner 2003-08-20 10:41:41 UTC
This port did not build with gcc 3.3.1. I also fixed a possible buffer
overflow (they used gets() to read from stdin).

Please review the patch file ``patch-cftypes.cpp'' with extra care,
since I am not sure whether this makes sense (2 positions in the file,
marked with ``TODO'' - thanks.

Fix: The old patches patch-aa and patch-ab are obsolete now, the third one
(patch-cftypes.cpp) is updated, and there are some new patches. Simply
remove files/* and use the contents of this shar instead:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-31 14:09:35 UTC
State Changed
From-To: open->closed

Commited, thanks! 
(also added some code to cftypes.cpp to overcome the loss of values.h on -current)