summaryrefslogtreecommitdiff
path: root/lang/python30
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-05 08:53:30 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-05 08:53:30 +0000
commitfff48ed1873b4bd08a61b37dc98f19fdcc312cc1 (patch)
tree0ca7dc2f3b924941fe91d5f268666ebe78453cc7 /lang/python30
parentActivate awele. (diff)
Bring in latest official patches. Use `-pthread' to avoid linking with
libc in the threaded interpreter.
Notes
Notes: svn path=/head/; revision=10859
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/Makefile11
-rw-r--r--lang/python30/distinfo3
2 files changed, 9 insertions, 5 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 8f2a7ec8733e..d80ca7071ec3 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.27 1998/04/24 08:18:23 tg Exp $
+# $Id: Makefile,v 1.28 1998/04/29 07:15:39 tg Exp $
#
DISTNAME= pyth151
@@ -14,10 +14,10 @@ MASTER_SITES= ftp://www.python.org/pub/python/src/ \
EXTRACT_SUFX= .tgz
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
-PATCHFILES= _tkinter.1.txt bltinmodule.1.txt fileobject.1.txt \
- freeze.1.txt object.1.txt \
- parsermodule.1.txt string.1.txt timemodule.1.txt urllib.1.txt \
- zlibmodule.1.txt
+PATCHFILES= _tkinter.1.txt bltinmodule.1.txt configure.2.txt \
+ fileobject.1.txt freeze.1.txt imaplib.1.txt object.1.txt \
+ parsermodule.1.txt pcre.1.txt string.1.txt timemodule.1.txt \
+ urllib.1.txt zlibmodule.1.txt
MAINTAINER= tg@FreeBSD.org
@@ -56,6 +56,7 @@ WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
+CONFIGURE_ENV= LDFLAGS="-pthread ${LDFLAGS}"
.endif
#
diff --git a/lang/python30/distinfo b/lang/python30/distinfo
index 0ae882f00c73..77dea01a2380 100644
--- a/lang/python30/distinfo
+++ b/lang/python30/distinfo
@@ -1,10 +1,13 @@
MD5 (python/pyth151.tgz) = eb8ef6e37e543058a2d47996ecf62427
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
+MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
MD5 (python/fileobject.1.txt) = 71185aaf77552a7321cddd9ab4ec5ec9
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
+MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
+MD5 (python/pcre.1.txt) = 19808acd1f64eec95266210ff01e3ea4
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313