summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrecht <recht>2005-01-23 20:41:45 +0000
committerrecht <recht>2005-01-23 20:41:45 +0000
commit5c4cbef831c3f3d77d8f253029097bf82a72f74b (patch)
treec91b08fba110acac23e0418c231e8fe8945c54ed /sysutils
parent7925aa7f5ba279c97e2922ce7c4d5027069849b5 (diff)
downloadpkgsrc-5c4cbef831c3f3d77d8f253029097bf82a72f74b.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 'sysutils')
-rw-r--r--sysutils/duplicity/Makefile4
-rw-r--r--sysutils/rdiff-backup/Makefile4
-rw-r--r--sysutils/xentools12/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index fd0a30e13df..8894e32889d 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:14 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= duplicity-0.4.1
@@ -14,7 +14,7 @@ DEPENDS= gnupg>=1.2.3:../../security/gnupg
BUILDLINK_DEPENDS.librsync= librsync>=0.9.6
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
+PYTHON_VERSIONS_ACCEPTED= 22 23
USE_BUILDLINK3= yes
.include "../../devel/librsync/buildlink3.mk"
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile
index 90889df7884..a34c67d81f9 100644
--- a/sysutils/rdiff-backup/Makefile
+++ b/sysutils/rdiff-backup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/12/26 11:36:30 darcy Exp $
+# $NetBSD: Makefile,v 1.17 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= rdiff-backup-0.12.7
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.nongnu.org/rdiff-backup/
COMMENT= Remote incremental backup utility
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24pth 24 23pth 23 22pth 22
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
USE_BUILDLINK3= yes
SUBST_CLASSES= path
diff --git a/sysutils/xentools12/Makefile b/sysutils/xentools12/Makefile
index ff75968bb3c..66cb5c0b1cb 100644
--- a/sysutils/xentools12/Makefile
+++ b/sysutils/xentools12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/05/12 08:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= xeno-1.2-src-040418
@@ -27,7 +27,7 @@ CONF_FILES+= ${EGDIR}/netbsd ${PKG_SYSCONFDIR}/netbsd
USE_GNU_TOOLS+= make
MAKE_ENV+= EGDIR="${EGDIR}"
MAKE_ENV+= MV="${MV}" PYTHON="${PYTHONBIN}" SED="${SED}"
-PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth
+PYTHON_VERSIONS_ACCEPTED= 22 23
PY_PATCHPLIST= yes
PYTHON_PATCH_SCRIPTS= examples/xc_dom_control.py examples/xc_dom_create.py
PYTHON_PATCH_SCRIPTS+= examples/xc_vd_tool.py