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
Responsible Changed From-To: freebsd-ports-bugs->krion Grab.
State Changed From-To: open->closed Committed, thanks!