pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang python*: Revert shm_open workaround now it's fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93cc9f17fd35
branches:  trunk
changeset: 443166:93cc9f17fd35
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 07 13:14:38 2020 +0000

description:
python*: Revert shm_open workaround now it's fixed in mksandbox

diffstat:

 lang/python27/Makefile |  6 +-----
 lang/python36/Makefile |  6 +-----
 lang/python37/Makefile |  6 +-----
 lang/python38/Makefile |  6 +-----
 lang/python39/Makefile |  6 +-----
 5 files changed, 5 insertions(+), 25 deletions(-)

diffs (100 lines):

diff -r 78d3dacaf9b9 -r 93cc9f17fd35 lang/python27/Makefile
--- a/lang/python27/Makefile    Mon Dec 07 13:06:00 2020 +0000
+++ b/lang/python27/Makefile    Mon Dec 07 13:14:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.93 2020/12/07 13:14:38 nia Exp $
 
 .include "dist.mk"
 
@@ -23,10 +23,6 @@
 CONFIGURE_ARGS+=       --with-threads
 CONFIGURE_ENV+=                MKDIR_P=${MKDIR:Q}
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
-# If the build sandbox doesn't have /dev/shm mounted, don't produce
-# broken packages.
-CONFIGURE_ENV.Linux+=  ac_cv_posix_semaphores_enabled=yes
-CONFIGURE_ENV.Linux+=  ac_cv_broken_sem_getvalue=no
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in
 
 LDFLAGS+=              -L${WRKSRC}
diff -r 78d3dacaf9b9 -r 93cc9f17fd35 lang/python36/Makefile
--- a/lang/python36/Makefile    Mon Dec 07 13:06:00 2020 +0000
+++ b/lang/python36/Makefile    Mon Dec 07 13:14:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.30 2020/12/07 13:14:38 nia Exp $
 
 .include "dist.mk"
 
@@ -29,10 +29,6 @@
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
-# If the build sandbox doesn't have /dev/shm mounted, don't produce
-# broken packages.
-CONFIGURE_ENV.Linux+=  ac_cv_posix_semaphores_enabled=yes
-CONFIGURE_ENV.Linux+=  ac_cv_broken_sem_getvalue=no
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in
 
 PTHREAD_OPTS+= require
diff -r 78d3dacaf9b9 -r 93cc9f17fd35 lang/python37/Makefile
--- a/lang/python37/Makefile    Mon Dec 07 13:06:00 2020 +0000
+++ b/lang/python37/Makefile    Mon Dec 07 13:14:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/12/07 13:14:38 nia Exp $
 
 .include "dist.mk"
 
@@ -29,10 +29,6 @@
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
-# If the build sandbox doesn't have /dev/shm mounted, don't produce
-# broken packages.
-CONFIGURE_ENV.Linux+=  ac_cv_posix_semaphores_enabled=yes
-CONFIGURE_ENV.Linux+=  ac_cv_broken_sem_getvalue=no
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in
 
 PTHREAD_OPTS+= require
diff -r 78d3dacaf9b9 -r 93cc9f17fd35 lang/python38/Makefile
--- a/lang/python38/Makefile    Mon Dec 07 13:06:00 2020 +0000
+++ b/lang/python38/Makefile    Mon Dec 07 13:14:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/12/07 13:14:38 nia Exp $
 
 .include "dist.mk"
 
@@ -30,10 +30,6 @@
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
-# If the build sandbox doesn't have /dev/shm mounted, don't produce
-# broken packages.
-CONFIGURE_ENV.Linux+=  ac_cv_posix_semaphores_enabled=yes
-CONFIGURE_ENV.Linux+=  ac_cv_broken_sem_getvalue=no
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in Misc/python-embed.pc.in
 
 PTHREAD_OPTS+= require
diff -r 78d3dacaf9b9 -r 93cc9f17fd35 lang/python39/Makefile
--- a/lang/python39/Makefile    Mon Dec 07 13:06:00 2020 +0000
+++ b/lang/python39/Makefile    Mon Dec 07 13:14:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/12/07 13:14:39 nia Exp $
 
 .include "dist.mk"
 
@@ -30,10 +30,6 @@
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
-# If the build sandbox doesn't have /dev/shm mounted, don't produce
-# broken packages.
-CONFIGURE_ENV.Linux+=  ac_cv_posix_semaphores_enabled=yes
-CONFIGURE_ENV.Linux+=  ac_cv_broken_sem_getvalue=no
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in Misc/python-embed.pc.in
 
 PTHREAD_OPTS+= require



Home | Main Index | Thread Index | Old Index