head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.08.16.09.31.29;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2001.05.11.12.38.46;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update port to version 2.7.6, make it work with Python 2.1.1.

Assign maintainership to Anders Nordby <anders@@fix.no> (approved by current maintainer)

PR:		29738
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@--- work/Python-2.1/configure.orig	Wed May  9 06:04:43 2001
+++ work/Python-2.1/configure	Wed May  9 06:05:14 2001
@@@@ -4293,6 +4293,7 @@@@
 done
 
 
+if false; then
 # check for openpty and forkpty
 
 for ac_func in openpty
@@@@ -4491,6 +4492,7 @@@@
 fi
 done
 
+fi
 
 # check for long file support functions
 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
@


1.1
log
@updates 2.7.2_2
. Python 2.1 support
. EAPI option added. (for www/apache13-modssl)
. MASTER_SITES order changed (www.modpython.org site is always slow)

PR:		27214
Submitted by:	Chang, Hye-Shik <perky@@python.or.kr> MAINTAINER
@
text
@@

