summaryrefslogtreecommitdiff
path: root/lang/python24/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-07 13:26:47 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-07 13:26:47 +0000
commit555f286ca1951e71463732dff86ed6ffc46087d5 (patch)
tree441cd21b52ca90156cb9dd4258247e99df3c2072 /lang/python24/files
parentCatch up with interface change in XML::LibXML 1.31, using a patch (diff)
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports.
Notes
Notes: svn path=/head/; revision=52711
Diffstat (limited to 'lang/python24/files')
-rw-r--r--lang/python24/files/patch-Misc:Makefile.pre.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python24/files/patch-Misc:Makefile.pre.in b/lang/python24/files/patch-Misc:Makefile.pre.in
deleted file mode 100644
index 2eaf2f04c91f..000000000000
--- a/lang/python24/files/patch-Misc:Makefile.pre.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)