pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Opt to prefer OpenSSL from pkgsrc rather t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07349d21172d
branches:  trunk
changeset: 349463:07349d21172d
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Fri Jul 08 21:23:57 2016 +0000

description:
Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versions rather than just 10.7 or newer.
There is no good reason to opt for the builtin on the legacy release prior as they're unmaintained.

diffstat:

 mk/platform/Darwin.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b5d6562541f2 -r 07349d21172d mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Fri Jul 08 17:46:39 2016 +0000
+++ b/mk/platform/Darwin.mk     Fri Jul 08 21:23:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.81 2016/03/11 22:04:34 fhajny Exp $
+# $NetBSD: Darwin.mk,v 1.82 2016/07/08 21:23:57 sevan Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -136,9 +136,7 @@
 _OPSYS_PREFER.libuuid?=                native  # system headers assume uuid_string_t
 _OPSYS_PREFER.linux-pam?=      native
 _OPSYS_PREFER.mit-krb5?=       native
-.if ${OS_VERSION:R} >= 11
 _OPSYS_PREFER.openssl?=                pkgsrc  # builtin deprecated from 10.7 onwards
-.endif
 
 # Remove common GNU ld arguments incompatible with the Darwin linker.
 BUILDLINK_TRANSFORM+=  rm:-Wl,-O1



Home | Main Index | Thread Index | Old Index