pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang fixes reverse condition usage of CHECK_BUILTIN.op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a96f832181
branches:  trunk
changeset: 603785:44a96f832181
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun May 13 09:00:43 2012 +0000

description:
fixes reverse condition usage of CHECK_BUILTIN.openssl.

diffstat:

 lang/python25/Makefile |  6 +++---
 lang/python26/Makefile |  6 +++---
 lang/python27/Makefile |  6 +++---
 lang/python31/Makefile |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (84 lines):

diff -r 1a1b16becdd0 -r 44a96f832181 lang/python25/Makefile
--- a/lang/python25/Makefile    Sun May 13 08:56:28 2012 +0000
+++ b/lang/python25/Makefile    Sun May 13 09:00:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2012/03/31 02:12:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2012/05/13 09:00:43 obache Exp $
 
 .include "dist.mk"
 
@@ -85,9 +85,9 @@
 
 # builds additional modules if OpenSSL < 0.9.8
 PLIST_VARS+=           openssl097
-CHECK_BUILTIN.openssl:=        no
+CHECK_BUILTIN.openssl:=        yes
 .include "../../security/openssl/builtin.mk"
-CHECK_BUILTIN.openssl:=        yes
+CHECK_BUILTIN.openssl:=        no
 .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
     !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
 PLIST.openssl097=      yes
diff -r 1a1b16becdd0 -r 44a96f832181 lang/python26/Makefile
--- a/lang/python26/Makefile    Sun May 13 08:56:28 2012 +0000
+++ b/lang/python26/Makefile    Sun May 13 09:00:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2012/04/14 10:47:17 obache Exp $
+# $NetBSD: Makefile,v 1.48 2012/05/13 09:00:43 obache Exp $
 
 .include "dist.mk"
 
@@ -97,9 +97,9 @@
 
 # builds additional modules if OpenSSL < 0.9.8
 PLIST_VARS+=           openssl097
-CHECK_BUILTIN.openssl:=        no
+CHECK_BUILTIN.openssl:=        yes
 .include "../../security/openssl/builtin.mk"
-CHECK_BUILTIN.openssl:=        yes
+CHECK_BUILTIN.openssl:=        no
 .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
     !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
 PLIST.openssl097=      yes
diff -r 1a1b16becdd0 -r 44a96f832181 lang/python27/Makefile
--- a/lang/python27/Makefile    Sun May 13 08:56:28 2012 +0000
+++ b/lang/python27/Makefile    Sun May 13 09:00:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/05/10 08:10:00 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/05/13 09:00:43 obache Exp $
 
 .include "dist.mk"
 
@@ -92,9 +92,9 @@
 
 # builds additional modules if OpenSSL < 0.9.8
 PLIST_VARS+=           openssl097
-CHECK_BUILTIN.openssl:=        no
+CHECK_BUILTIN.openssl:=        yes
 .include "../../security/openssl/builtin.mk"
-CHECK_BUILTIN.openssl:=        yes
+CHECK_BUILTIN.openssl:=        no
 .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
     !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
 PLIST.openssl097=      yes
diff -r 1a1b16becdd0 -r 44a96f832181 lang/python31/Makefile
--- a/lang/python31/Makefile    Sun May 13 08:56:28 2012 +0000
+++ b/lang/python31/Makefile    Sun May 13 09:00:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/14 11:22:07 obache Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/13 09:00:43 obache Exp $
 
 .include "dist.mk"
 
@@ -88,9 +88,9 @@
 
 # builds additional modules if OpenSSL < 0.9.8
 PLIST_VARS+=           openssl097
-CHECK_BUILTIN.openssl:=        no
+CHECK_BUILTIN.openssl:=        yes
 .include "../../security/openssl/builtin.mk"
-CHECK_BUILTIN.openssl:=        yes
+CHECK_BUILTIN.openssl:=        no
 .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
     !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
 PLIST.openssl097=      yes



Home | Main Index | Thread Index | Old Index