Subject: CVS commit: pkgsrc/security/openssl
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2005 10:25:17
Module Name:	pkgsrc
Committed By:	grant
Date:		Tue Jan 18 10:25:17 UTC 2005

Modified Files:
	pkgsrc/security/openssl: distinfo
	pkgsrc/security/openssl/patches: patch-ac

Log Message:
when building with SunPro on x86, do not use -fast argument to cc(1)
because:

- its behaviour changes between releases
- it uses build-host specific instructions where possible,
  specifically on >= Solaris 9 update 6 and Sun Studio 9 (sse, sse2)

this breaks using the binary pkg when installed on systems with a
less capable processor. instead, just use -xO5 so the binary pkg will
work everywhere.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/security/openssl/distinfo
cvs rdiff -r1.25 -r1.26 pkgsrc/security/openssl/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.