pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: nia
Date: Sun Dec 6 11:35:32 UTC 2020
Modified Files:
pkgsrc/lang/python27: Makefile
pkgsrc/lang/python36: Makefile
pkgsrc/lang/python37: Makefile
pkgsrc/lang/python38: Makefile
pkgsrc/lang/python39: Makefile
Log Message:
python*: Disable runtime configure test on sem_getvalue behaviour
Like the other test, because /dev/shm isn't available in the build
environment doesn't mean it won't be available on the destination
machine for the packages.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/lang/python27/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/python36/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/python37/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python39/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.91 pkgsrc/lang/python27/Makefile:1.92
--- pkgsrc/lang/python27/Makefile:1.91 Sun Dec 6 11:11:31 2020
+++ pkgsrc/lang/python27/Makefile Sun Dec 6 11:35:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2020/12/06 11:11:31 nia Exp $
+# $NetBSD: Makefile,v 1.92 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -26,6 +26,7 @@ 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}
Index: pkgsrc/lang/python36/Makefile
diff -u pkgsrc/lang/python36/Makefile:1.28 pkgsrc/lang/python36/Makefile:1.29
--- pkgsrc/lang/python36/Makefile:1.28 Sun Dec 6 11:11:31 2020
+++ pkgsrc/lang/python36/Makefile Sun Dec 6 11:35:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/12/06 11:11:31 nia Exp $
+# $NetBSD: Makefile,v 1.29 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -32,6 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
# 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
Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.23 pkgsrc/lang/python37/Makefile:1.24
--- pkgsrc/lang/python37/Makefile:1.23 Sun Dec 6 11:11:31 2020
+++ pkgsrc/lang/python37/Makefile Sun Dec 6 11:35:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/12/06 11:11:31 nia Exp $
+# $NetBSD: Makefile,v 1.24 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -32,6 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
# 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
Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.15 pkgsrc/lang/python38/Makefile:1.16
--- pkgsrc/lang/python38/Makefile:1.15 Sun Dec 6 11:11:32 2020
+++ pkgsrc/lang/python38/Makefile Sun Dec 6 11:35:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/12/06 11:11:32 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -33,6 +33,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
# 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
Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.3 pkgsrc/lang/python39/Makefile:1.4
--- pkgsrc/lang/python39/Makefile:1.3 Sun Dec 6 11:11:32 2020
+++ pkgsrc/lang/python39/Makefile Sun Dec 6 11:35:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/12/06 11:11:32 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -33,6 +33,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
# 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