From 85974a09198fd2b7dca68a34e4b975353b5360dd Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 27 Jan 2007 03:38:41 +0000 Subject: Remove python21 and python22. These version lines are long deprecated and no ports require them. Approved by: python@ --- lang/python21/files/patch-Modules:Setup.dist | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lang/python21/files/patch-Modules:Setup.dist (limited to 'lang/python21/files/patch-Modules:Setup.dist') 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). -- cgit v1.2.3