summaryrefslogtreecommitdiff
path: root/lang/python21/files/patch-Modules:Setup.dist
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-01-27 03:38:41 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-01-27 03:38:41 +0000
commit85974a09198fd2b7dca68a34e4b975353b5360dd (patch)
tree2409dae710da6286c13c6f9f135b90dfd7dcb281 /lang/python21/files/patch-Modules:Setup.dist
parentUpdate to the 20070122 snapshot of GCC 4.1.2. (diff)
Remove python21 and python22. These version lines are long deprecated and
no ports require them. Approved by: python@
Notes
Notes: svn path=/head/; revision=183379
Diffstat (limited to 'lang/python21/files/patch-Modules:Setup.dist')
-rw-r--r--lang/python21/files/patch-Modules:Setup.dist19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/python21/files/patch-Modules:Setup.dist b/lang/python21/files/patch-Modules:Setup.dist
deleted file mode 100644
index 8a213c626da9..000000000000
--- a/lang/python21/files/patch-Modules:Setup.dist
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Modules/Setup.dist.orig Mon Nov 11 15:38:27 2002
---- Modules/Setup.dist Mon Nov 11 15:38:41 2002
-***************
-*** 162,168 ****
- #fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
- #pwd pwdmodule.c # pwd(3)
- #grp grpmodule.c # grp(3)
-! #errno errnomodule.c # posix (UNIX) errno values
- #select selectmodule.c # select(2); not on ancient System V
-
- # Memory-mapped files (also works on Win32).
---- 162,168 ----
- #fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
- #pwd pwdmodule.c # pwd(3)
- #grp grpmodule.c # grp(3)
-! errno errnomodule.c # posix (UNIX) errno values
- #select selectmodule.c # select(2); not on ancient System V
-
- # Memory-mapped files (also works on Win32).