Update Botan to latest stable release: - switch to python configure (perl one was obsolated) - build ECC support (option to disable it)
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
Jack Lloyd, the author of botan, agrees with me that now that botan ABI is more stable (that's why soname is 1.8.2 in release 1.8.7) it has definitely sense for FreeBSD to use libbotan.so.0 instead of libbotan-1.8.2.so (which was selected not to break retro-compatibility with release 1.8.2, but we're upgrading from 1.6.5 and don't have that problem) and that he himself will use libbotan.so.1 or .so.2 in next major relase. I tested and approve this patch, except I would also rename the soname .0, in order to also close ports/133026 as well as this one.
ale 2009-10-27 13:37:59 UTC FreeBSD ports repository Modified files: security/botan Makefile distinfo pkg-plist Added files: security/botan/files patch-src_build_data_makefile_unix_shr.in Log: Update to latest stable release (1.8.7): - switch to python configure (perl one was obsolated) - build ECC support (option to disable it) - fix shared library name PR: ports/139275 Submitted by: ale Approved by: maintainer Revision Changes Path 1.48 +24 -12 ports/security/botan/Makefile 1.31 +3 -3 ports/security/botan/distinfo 1.1 +24 -0 ports/security/botan/files/patch-src_build_data_makefile_unix_shr.in (new) 1.30 +98 -22 ports/security/botan/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.