Bug 55767 - [patch] Unbreak port: archivers/libcabinet
Summary: [patch] Unbreak port: archivers/libcabinet
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 10:41 UTC by Simon Barner
Modified: 2003-08-31 14:09 UTC (History)
0 users

See Also:


Attachments
file.shar (10.25 KB, text/plain)
2003-08-20 10:41 UTC, Simon Barner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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)