summaryrefslogtreecommitdiffstats
path: root/lang/python22
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile2
-rw-r--r--lang/python22/files/patch-Modules::fcntlmodule.c20
2 files changed, 1 insertions, 21 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index d1fbf6a..094b1c6 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= python
PORTVERSION= 2.2.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/lang/python22/files/patch-Modules::fcntlmodule.c b/lang/python22/files/patch-Modules::fcntlmodule.c
deleted file mode 100644
index 7ff8e44..0000000
--- a/lang/python22/files/patch-Modules::fcntlmodule.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- Modules/fcntlmodule.c.orig Sat Jan 12 20:13:23 2002
-+++ Modules/fcntlmodule.c Thu Jul 28 16:10:26 2005
-@@ -100,7 +100,7 @@
- int len;
- char buf[1024];
-
-- if (PyArg_ParseTuple(args, "O&is#:ioctl",
-+ if (PyArg_ParseTuple(args, "O&Is#:ioctl",
- conv_descriptor, &fd, &code, &str, &len)) {
- if (len > sizeof buf) {
- PyErr_SetString(PyExc_ValueError,
-@@ -121,7 +121,7 @@
- PyErr_Clear();
- arg = 0;
- if (!PyArg_ParseTuple(args,
-- "O&i|i;ioctl requires a file or file descriptor,"
-+ "O&I|i;ioctl requires a file or file descriptor,"
- " an integer and optionally a third integer or a string",
- conv_descriptor, &fd, &code, &arg)) {
- return NULL;
OpenPOWER on IntegriCloud