diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 05:56:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 05:56:27 +0000 |
commit | b1860f81da82c4d4be15cd6914d46e7d1fbcf46e (patch) | |
tree | 465bc89b8bfc54bc30736b7c610214e23e9d01d4 /lang/python15/files/patch-ad | |
parent | (1) Move /var/db/pkg/.mkversion to /var/db/port.mkversion. (diff) |
* Update python 1.5.1 -> 1.5.2
* Remove python-beta
Notes
Notes:
svn path=/head/; revision=18042
Diffstat (limited to 'lang/python15/files/patch-ad')
-rw-r--r-- | lang/python15/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python15/files/patch-ad b/lang/python15/files/patch-ad new file mode 100644 index 000000000000..ad8e5bff1f9f --- /dev/null +++ b/lang/python15/files/patch-ad @@ -0,0 +1,11 @@ +--- Lib/tempfile.py- Fri Apr 16 15:22:41 1999 ++++ Lib/tempfile.py Fri Apr 16 15:23:16 1999 +@@ -24,7 +24,7 @@ + pwd = os.getcwd() + except (AttributeError, os.error): + pwd = os.curdir +- attempdirs = ['/usr/tmp', '/tmp', pwd] ++ attempdirs = ['/var/tmp', '/usr/tmp', '/tmp', pwd] + if os.name == 'nt': + attempdirs.insert(0, 'C:\\TEMP') + attempdirs.insert(0, '\\TEMP') |