Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 12/03/1998 09:30:03
Module Name:	pkgsrc
Committed By:	tv
Date:		Thu Dec  3 17:30:02 UTC 1998

Modified Files:
	pkgsrc/security/ssleay: Makefile
	pkgsrc/security/ssleay/patches: patch-ab patch-ac patch-ad patch-ae
	pkgsrc/security/ssleay/pkg: PLIST
Added Files:
	pkgsrc/security/ssleay/patches: patch-aa patch-af patch-ag patch-ah
	    patch-ai patch-aj
Removed Files:
	pkgsrc/security/ssleay/pkg: PLIST.rsaref2
Log Message:
- libtoolize for use by mod_ssl (name is now "ssleay" and not "SSLeay" to
match directory name and to differentiate from previous version)
- remove md5 symlink to ssleay (conflicts with /usr/bin/md5)
- move all include files to $PREFIX/include/ssleay (too much conflict
potential in $PREFIX/include, not the least of which is md5.h)
- link rsaref glue goop right into libcrypto, only as required
- turn asm off on alpha temporarily while trying to find source of math
errors on LP64
- set NOT_FOR_ARCHS=alpha *64 to prevent compiling on LP64 platforms