Downgrade to Python-2.1.1 again after repo-copy.

This commit is contained in:
Thomas Gellekum 2002-01-16 12:35:05 +00:00
parent 0bde08831d
commit 246e0a4b98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53165
4 changed files with 134 additions and 346 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= python
PORTVERSION= 2.2
PORTVERSION= 2.1.1
CATEGORIES= lang python
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
@ -23,7 +23,7 @@ INSTALL_TARGET= install
MAN1= python.1
USE_PYTHON= yes
PYTHON_VERSION= python2.2
PYTHON_VERSION= python2.1
PYTHON_NO_DEPENDS= yes
#
@ -69,7 +69,7 @@ PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5
pre-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHON_LIBDIR}/${platform}
.for file in IN.py regen
.for file in FCNTL.py IN.py regen
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \
${PYTHON_LIBDIR}/${platform}/
.endfor

View File

@ -1 +1 @@
MD5 (python/Python-2.2.tgz) = 87febf0780c8e18454022d34b2ca70a0
MD5 (python/Python-2.1.1.tgz) = eb34371c49b271abc74b42572883e1b4

View File

@ -0,0 +1,11 @@
--- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998
+++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000
@@ -92,7 +92,7 @@
TARGET= python
# Installed python binary (used only by boot target)
-PYTHON= python
+PYTHON?= python
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)

File diff suppressed because it is too large Load Diff