diff options
author | danw <danw> | 2004-04-23 01:25:09 +0000 |
---|---|---|
committer | danw <danw> | 2004-04-23 01:25:09 +0000 |
commit | bc2d4b22e5e15c48d47e08a1153ab41dc4d5a34f (patch) | |
tree | eb5460f2ff7bb6d5fcf29cb66e6842746d94012d /lang | |
parent | 6b6db350d910edc6dc324db8ace8300690b0d051 (diff) | |
download | pkgsrc-bc2d4b22e5e15c48d47e08a1153ab41dc4d5a34f.tar.gz |
set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve
symbols in the python binary. Bump PKGREVISION and require the new
versions on Darwin. Fixes pkg/25272
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pyversion.mk | 10 | ||||
-rw-r--r-- | lang/python22-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python23-pth/Makefile | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index e1ce929196b..e6ee57a4c05 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,15 +1,17 @@ -# $NetBSD: pyversion.mk,v 1.25 2004/04/22 16:03:51 recht Exp $ +# $NetBSD: pyversion.mk,v 1.26 2004/04/23 01:25:09 danw Exp $ .if !defined(PYTHON_PYVERSION_MK) PYTHON_PYVERSION_MK= defined .include "../../mk/bsd.prefs.mk" -PYTHON_VERSION_DEFAULT?= 23 +PYTHON_VERSION_DEFAULT?= 23 .if ${OPSYS} == "Darwin" -PYTHON_VERSIONS_ACCEPTED?= 23pth 22pth +PYTHON_VERSIONS_ACCEPTED?= 23pth 22pth +BUILDLINK_DEPENDS.python22-pth?= python22-pth>=2.2.3nb2 +BUILDLINK_DEPENDS.python23-pth?= python23-pth>=2.3.3nb3 .else -PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth 21 21pth 20 +PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth 21 21pth 20 .endif BUILDLINK_DEPENDS.python15?= python15>=1.5 diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index cfd90cf5bfa..cc03bb78b5a 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/23 01:25:09 danw Exp $ # PKGNAME= python22-pth-2.2.3 -PKGREVISION= 1 +PKGREVISION= 2 PTHREAD_OPTS= require .include "../../mk/pthread.buildlink3.mk" diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index c289dad490a..77b301ea173 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/04/13 22:48:41 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/23 01:25:09 danw Exp $ # PKGNAME= python23-pth-2.3.3 -PKGREVISION= 2 +PKGREVISION= 3 PTHREAD_OPTS= require .include "../../mk/pthread.buildlink3.mk" |