pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   sevan
Date:           Fri Jul  8 21:23:57 UTC 2016

Modified Files:
        pkgsrc/mk/platform: Darwin.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/mk/platform/Darwin.mk

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

Modified files:

Index: pkgsrc/mk/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.81 pkgsrc/mk/platform/Darwin.mk:1.82
--- pkgsrc/mk/platform/Darwin.mk:1.81   Fri Mar 11 22:04:34 2016
+++ pkgsrc/mk/platform/Darwin.mk        Fri Jul  8 21:23:57 2016
@@ -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 @@ USE_BUILTIN.dl=             no      # Darwin-[56].* uses
 _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