Bug 93780 - devel/cproto update
Summary: devel/cproto update
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: 2006-02-24 02:40 UTC by thomas
Modified: 2006-03-28 20:38 UTC (History)
0 users

See Also:


Attachments
file.diff (649 bytes, patch)
2006-02-24 02:40 UTC, thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2006-02-24 02:40:04 UTC
Update cproto to 4.7e

Changes:
- eliminate some fixed limits on buffer sizes (prompted by FreeBSD port).
- eliminate fixed limit on include nesting.
- use configure check for mkstemp(), use that function in preference to
  mktemp() if a working version is found.
- move strstr.c into strkey.c to avoid zero-length object
- improve configure check for gcc version, from ncurses.
- update config.guess, config.sub
Comment 1 thomas 2006-03-27 22:51:27 UTC
Hello

I forgot the distinfo patch.
Here it is ;)

diff -u cproto.orig/distinfo cproto/distinfo
--- cproto.orig/distinfo        Mon Mar 27 23:50:04 2006
+++ cproto/distinfo     Mon Mar 27 23:47:29 2006
@@ -1,3 +1,3 @@
-MD5 (cproto-4_7d.tgz) = d8aa3698dcf762b9fee94c5b9f1c294d
-SHA256 (cproto-4_7d.tgz) =
aa341ffd8792002747c2cd59b8392707a950ac90b10904e93d9e776a07d69c9a
-SIZE (cproto-4_7d.tgz) = 144430
+MD5 (cproto-4_7e.tgz) = fbbba31154ad42af9441d44fddd7e45f
+SHA256 (cproto-4_7e.tgz) =
df190e002103c01cfb757d9ffe1f1c476ff36f42f16eb7c3badb4f9b5e0547b7
+SIZE (cproto-4_7e.tgz) = 145919


Regards,
Thomas


-- 
Microsoft: Where do you want to go today?
Linux: Where do you want to be tomorrow?
BSD: Are you guys coming, or what?
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2006-03-28 20:37:37 UTC
State Changed
From-To: open->closed


Committed, thanks!