diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2007-10-29 00:14:50 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2007-10-29 00:14:50 +0000 |
commit | 6e02f1db939e206766b572d490a63c5358ebdec1 (patch) | |
tree | c9a12599b36f43dd4d6635268f97f9a70d2ccecf /lang/python23/files/patch-Lib::posixfile.py | |
parent | Does not work with Java 1.6. the JVMPI interface used by this port has (diff) |
Add support for FreeBSD 8.
Obtained from: Python SVN (r58697, r58698)
Notes
Notes:
svn path=/head/; revision=202249
Diffstat (limited to 'lang/python23/files/patch-Lib::posixfile.py')
-rw-r--r-- | lang/python23/files/patch-Lib::posixfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/files/patch-Lib::posixfile.py b/lang/python23/files/patch-Lib::posixfile.py index 4cde86d3d732..b32bca0f4d65 100644 --- a/lang/python23/files/patch-Lib::posixfile.py +++ b/lang/python23/files/patch-Lib::posixfile.py @@ -10,7 +10,7 @@ diff -u -r1.25 -r1.26 'openbsd2', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', - 'bsdos2', 'bsdos3', 'bsdos4'): -+ 'freebsd6', 'freebsd7', 'bsdos2', 'bsdos3', 'bsdos4'): ++ 'freebsd6', 'freebsd7', 'freebsd8', 'bsdos2', 'bsdos3', 'bsdos4'): flock = struct.pack('lxxxxlxxxxlhh', \ l_start, l_len, os.getpid(), l_type, l_whence) elif sys.platform in ['aix3', 'aix4']: |