Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/02/1998 15:02:27
Module Name:	pkgsrc
Committed By:	tv
Date:		Fri Oct  2 22:02:26 UTC 1998

Modified Files:
	pkgsrc/security/ssleay: Makefile
	pkgsrc/security/ssleay/files: NetBSD.sh
	pkgsrc/security/ssleay/patches: patch-ab patch-ac
	pkgsrc/security/ssleay/pkg: PLIST
Removed Files:
	pkgsrc/security/ssleay/files: patch-rsaref-1 patch-rsaref-2
Log Message:
Clean up:

- make this work on all arches (use C where no equivalent asm is
available).  Since the arch specifics are determined by `uname', set
ONLY_FOR_ARCHS to the full list of current architectures.
- don't use various methods of editing (patch, sed) where pulling values
from the environment and using CONFIGURE_ENV/MAKE_ENV will suffice.
- use %D to get the value of $PREFIX in the PLIST; the PLIST doesn't need
to be sed edited to get this as part of an @exec!
- use pmake's += construct to add rsaref-specific stuff, instead of adding
"extra" patches.

Now works on arm32, but probably not on alpha and sparc64 (tests fail on
alpha; likely type-sizing problems, and still looking at that).