pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang python*: Switch to USE_X11=weak



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9410da3ef151
branches:  trunk
changeset: 422138:9410da3ef151
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Jan 21 10:57:26 2020 +0000

description:
python*: Switch to USE_X11=weak

diffstat:

 lang/python27/options.mk |  4 ++--
 lang/python36/options.mk |  4 ++--
 lang/python37/options.mk |  4 ++--
 lang/python38/options.mk |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 0fbea4b183f7 -r 9410da3ef151 lang/python27/options.mk
--- a/lang/python27/options.mk  Tue Jan 21 10:56:54 2020 +0000
+++ b/lang/python27/options.mk  Tue Jan 21 10:57:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/03/03 10:44:41 adam Exp $
+# $NetBSD: options.mk,v 1.3 2020/01/21 10:57:26 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.python27
 PKG_SUPPORTED_OPTIONS+=        x11
@@ -18,7 +18,7 @@
 
 # Required to get definition of X11BASE and retain X11 rpath paths for linker
 # We need to pass rpath to _ctypes.so to get functional dlopen(3) for X11 libs
-USE_X11=               yes
+USE_X11=               weak
 
 SUBST_CLASSES+=                cdlopen
 SUBST_MESSAGE.cdlopen= Handle X11BASE paths in dlopen(3) calls of _ctypes.so
diff -r 0fbea4b183f7 -r 9410da3ef151 lang/python36/options.mk
--- a/lang/python36/options.mk  Tue Jan 21 10:56:54 2020 +0000
+++ b/lang/python36/options.mk  Tue Jan 21 10:57:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/10/15 16:52:41 adam Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/21 10:57:26 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.python36
 PKG_SUPPORTED_OPTIONS= dtrace pymalloc x11
@@ -25,7 +25,7 @@
 
 # Required to get definition of X11BASE and retain X11 rpath paths for linker
 # We need to pass rpath to _ctypes.so to get functional dlopen(3) for X11 libs
-USE_X11=               yes
+USE_X11=               weak
 
 SUBST_CLASSES+=                cdlopen
 SUBST_MESSAGE.cdlopen= Handle X11BASE paths in dlopen(3) calls of _ctypes.so
diff -r 0fbea4b183f7 -r 9410da3ef151 lang/python37/options.mk
--- a/lang/python37/options.mk  Tue Jan 21 10:56:54 2020 +0000
+++ b/lang/python37/options.mk  Tue Jan 21 10:57:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/10/15 16:55:00 adam Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/21 10:57:26 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.python37
 PKG_SUPPORTED_OPTIONS= dtrace pymalloc x11
@@ -25,7 +25,7 @@
 
 # Required to get definition of X11BASE and retain X11 rpath paths for linker
 # We need to pass rpath to _ctypes.so to get functional dlopen(3) for X11 libs
-USE_X11=               yes
+USE_X11=               weak
 
 SUBST_CLASSES+=                cdlopen
 SUBST_MESSAGE.cdlopen= Handle X11BASE paths in dlopen(3) calls of _ctypes.so
diff -r 0fbea4b183f7 -r 9410da3ef151 lang/python38/options.mk
--- a/lang/python38/options.mk  Tue Jan 21 10:56:54 2020 +0000
+++ b/lang/python38/options.mk  Tue Jan 21 10:57:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/10/15 16:50:11 adam Exp $
+# $NetBSD: options.mk,v 1.2 2020/01/21 10:57:26 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.python38
 PKG_SUPPORTED_OPTIONS= dtrace pymalloc x11
@@ -25,7 +25,7 @@
 
 # Required to get definition of X11BASE and retain X11 rpath paths for linker
 # We need to pass rpath to _ctypes.so to get functional dlopen(3) for X11 libs
-USE_X11=               yes
+USE_X11=               weak
 
 SUBST_CLASSES+=                cdlopen
 SUBST_MESSAGE.cdlopen= Handle X11BASE paths in dlopen(3) calls of _ctypes.so



Home | Main Index | Thread Index | Old Index