diff options
author | recht <recht@pkgsrc.org> | 2005-01-23 20:41:45 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-01-23 20:41:45 +0000 |
commit | 074d6544120afd4805a4c510ca96521dde54de70 (patch) | |
tree | c91b08fba110acac23e0418c231e8fe8945c54ed /lang/python21-pth/Makefile | |
parent | 5b03f25a7e5efa88d219ea61795ccd3f3b2efd30 (diff) | |
download | pkgsrc-074d6544120afd4805a4c510ca96521dde54de70.tar.gz |
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
Diffstat (limited to 'lang/python21-pth/Makefile')
-rw-r--r-- | lang/python21-pth/Makefile | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index 70ec9dcfb51..27531a5cb4f 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,15 +1,26 @@ -# $NetBSD: Makefile,v 1.14 2004/08/29 10:44:19 recht Exp $ +# $NetBSD: Makefile,v 1.15 2005/01/23 20:41:46 recht Exp $ # +DISTNAME= Python-2.1.3 PKGNAME= python21-pth-2.1.3 PKGREVISION= 6 +CATEGORIES= lang python +MASTER_SITES= # empty +DISTFILES= # empty -PTHREAD_OPTS= require -.include "../../mk/pthread.buildlink3.mk" -.if ${PTHREAD_TYPE} == "pth" -CONFIGURE_ARGS+= --with-pth -.endif +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.python.org/ +COMMENT= Interpreted, interactive, object-oriented programming language -PY_VER_SUFFIX= 2p1 +DEPENDS+= python21>=2.1.3:../../lang/python21 -.include "../../lang/python21/Makefile.common" +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes +NO_BUILDLINK= yes +NO_MTREE= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" |