Bug 69204 - [PATCH] security/cryptopp: UPDATE+UNBREAK gcc 3.4.x
Summary: [PATCH] security/cryptopp: UPDATE+UNBREAK gcc 3.4.x
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 18:40 UTC by Jason Li
Modified: 2004-07-17 20:36 UTC (History)
1 user (show)

See Also:


Attachments
patch-cryptopp (5.52 KB, text/plain)
2004-07-17 18:40 UTC, Jason Li
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Li 2004-07-17 18:40:19 UTC
	crypto++ 5.1 was broken with gcc 3.4.

	The attached patch:
	  - Update to crypto++ 5.1
	  - Unbreak gcc 3.4.1 build (gcc built with kan@'s patch aginst HEAD)
	  - Use find instead of listing all files in order to ease future
	    updates as well as pet portlint
	  - Add a patch to make crypto++'s integer.c buildable under FreeBSD.
	    FreeBSD's malloc(3) has already do an excellent job on alignment
	    so there is no need to use memalign().
	  - Get maintainership.

Fix: Apply the following patch
How-To-Repeat: 	N/A
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-17 20:16:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Grab.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-17 20:35:59 UTC
State Changed
From-To: open->closed

Committed, thanks!