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: wiz
Date: Tue Oct 24 09:12:37 UTC 2023
Modified Files:
pkgsrc/lang/python27: Makefile
pkgsrc/lang/python310: Makefile
pkgsrc/lang/python311: Makefile
pkgsrc/lang/python312: Makefile
pkgsrc/lang/python38: Makefile
pkgsrc/lang/python39: Makefile
Log Message:
python*: explicitly add --with-system-expat
To make sure expat module is linked against expat library.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/lang/python27/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python311/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python312/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.28 -r1.29 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.109 pkgsrc/lang/python27/Makefile:1.110
--- pkgsrc/lang/python27/Makefile:1.109 Mon Oct 23 08:50:35 2023
+++ pkgsrc/lang/python27/Makefile Tue Oct 24 09:12:36 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2023/10/23 08:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2023/10/24 09:12:36 wiz Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -31,6 +31,7 @@ USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-dbmliborder=ndbm:bdb
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= PKG_CONFIG=${PREFIX}/bin/pkg-config
Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.22 pkgsrc/lang/python310/Makefile:1.23
--- pkgsrc/lang/python310/Makefile:1.22 Mon Oct 23 08:50:35 2023
+++ pkgsrc/lang/python310/Makefile Tue Oct 24 09:12:36 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2023/10/23 08:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/10/24 09:12:36 wiz Exp $
.include "dist.mk"
PKGNAME= python310-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +38,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
Index: pkgsrc/lang/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.13 pkgsrc/lang/python311/Makefile:1.14
--- pkgsrc/lang/python311/Makefile:1.13 Mon Oct 23 08:50:35 2023
+++ pkgsrc/lang/python311/Makefile Tue Oct 24 09:12:36 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2023/10/23 08:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/10/24 09:12:36 wiz Exp $
.include "dist.mk"
PKGNAME= python311-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +38,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
Index: pkgsrc/lang/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.3 pkgsrc/lang/python312/Makefile:1.4
--- pkgsrc/lang/python312/Makefile:1.3 Mon Oct 23 08:50:35 2023
+++ pkgsrc/lang/python312/Makefile Tue Oct 24 09:12:36 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2023/10/23 08:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/24 09:12:36 wiz Exp $
.include "dist.mk"
PKGNAME= python312-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +38,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.32 pkgsrc/lang/python38/Makefile:1.33
--- pkgsrc/lang/python38/Makefile:1.32 Mon Oct 23 08:50:35 2023
+++ pkgsrc/lang/python38/Makefile Tue Oct 24 09:12:37 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2023/10/23 08:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2023/10/24 09:12:37 wiz Exp $
.include "dist.mk"
PKGNAME= python38-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +38,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.28 pkgsrc/lang/python39/Makefile:1.29
--- pkgsrc/lang/python39/Makefile:1.28 Mon Oct 23 08:50:36 2023
+++ pkgsrc/lang/python39/Makefile Tue Oct 24 09:12:37 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2023/10/23 08:50:36 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/24 09:12:37 wiz Exp $
.include "dist.mk"
PKGNAME= python39-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +38,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
Home |
Main Index |
Thread Index |
Old Index