pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl Remove OPENSSL_HAS_*FIX code; corresp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7b88cd91ace
branches: trunk
changeset: 463550:b7b88cd91ace
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 17 15:25:57 2003 +0000
description:
Remove OPENSSL_HAS_*FIX code; corresponding check was removed in
previous commit to this file. Noted superfluous by Todd Vierling.
diffstat:
security/openssl/buildlink2.mk | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r 2eae40effac5 -r b7b88cd91ace security/openssl/buildlink2.mk
--- a/security/openssl/buildlink2.mk Mon Nov 17 14:37:48 2003 +0000
+++ b/security/openssl/buildlink2.mk Mon Nov 17 15:25:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.10 2003/11/12 07:55:02 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.11 2003/11/17 15:25:57 wiz Exp $
.if !defined(OPENSSL_BUILDLINK2_MK)
OPENSSL_BUILDLINK2_MK= # defined
@@ -31,14 +31,6 @@
. if !empty(BUILDLINK_IS_BUILTIN.openssl:M[nN][oO])
_NEED_OPENSSL= YES
. elif !defined(_NEED_OPENSSL)
-_OPENSSL_HAS_FIX= NO
-. if exists(${_OPENSSL_SSL_H})
-_OPENSSL_HAS_20020730_FIX!= \
- ${AWK} 'BEGIN { ans = "NO" } \
- /SSL_R_SSL2_CONNECTION_ID_TOO_LONG/ { ans = "YES" } \
- END { print ans; exit 0 } \
- ' ${_OPENSSL_SSL_H}
-. endif
#
# Create an appropriate name for the built-in package distributed
# with the system. This package name can be used to check against
Home |
Main Index |
Thread Index |
Old Index