Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/python27/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/python27/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- pkgsrc/lang/python27/Makefile 2014/02/12 23:18:05 1.35 +++ pkgsrc/lang/python27/Makefile 2014/02/12 23:28:17 1.36 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/02/12 23:18:05 tron Exp $ +# $NetBSD: Makefile,v 1.36 2014/02/12 23:28:17 tron Exp $ .include "dist.mk" @@ -94,16 +94,6 @@ PLIST_VARS+= dl PLIST.dl= yes .endif -# builds additional modules if OpenSSL < 0.9.8 -PLIST_VARS+= openssl097 -CHECK_BUILTIN.openssl:= yes -.include "../../security/openssl/builtin.mk" -CHECK_BUILTIN.openssl:= no -.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \ - !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*) -PLIST.openssl097= yes -.endif - # setup.py causes some modules to be built if the platform is *not* 64bit. PLIST_VARS+= extra-so .if !empty(IS_64BIT_PLATFORM:M[nN][oO])