Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2004 02:31:13
Module Name:	pkgsrc
Committed By:	lukem
Date:		Mon Jun 14 02:31:13 UTC 2004

Modified Files:
	pkgsrc/lang/python23: DESCR Makefile.common distinfo
	pkgsrc/lang/python23-pth: DESCR distinfo
Added Files:
	pkgsrc/lang/python23-pth/patches: patch-ca patch-cb
	pkgsrc/lang/python23/patches: patch-ca patch-cb

Log Message:
* Add patches to ensure that signal handlers consistently don't set SA_RESTART
  (restartable system calls).  (These patches have been submitted back to the
  python community.).  Fixes the bug in NetBSD PR [pkg/24797] that I submitted.
* Highlight in the DESCR files what the thread support is for that package.
* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/python23/DESCR
cvs rdiff -r1.11 -r1.12 pkgsrc/lang/python23/Makefile.common
cvs rdiff -r1.18 -r1.19 pkgsrc/lang/python23/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/python23-pth/DESCR
cvs rdiff -r1.17 -r1.18 pkgsrc/lang/python23-pth/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/python23-pth/patches/patch-ca \
    pkgsrc/lang/python23-pth/patches/patch-cb
cvs rdiff -r0 -r1.1 pkgsrc/lang/python23/patches/patch-ca \
    pkgsrc/lang/python23/patches/patch-cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.