Changeset 80144
- Timestamp:
- 07/05/11 01:13:44 (4 years ago)
- Location:
- trunk/dports/lang/python26
- Files:
-
- 1 edited
- 1 copied
-
Portfile (modified) (3 diffs)
-
files/pyconfig.h-universal.ed (copied) (copied from trunk/dports/lang/python25/files/pyconfig.h-universal.ed) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/python26/Portfile
r78591 r80144 5 5 6 6 name python26 7 version 2.6.6 8 revision 3 7 version 2.6.7 9 8 set major [lindex [split $version .] 0] 10 9 set branch [join [lrange [split ${version} .] 0 1] .] … … 18 17 19 18 homepage http://www.python.org/ 20 master_sites ${homepage}/ftp/python/${version}/ \ 21 ftp://ftp.python.org/pub/python/${version}/ 19 master_sites ${homepage}ftp/python/${version}/ 22 20 23 21 distname Python-${version} 24 22 use_bzip2 yes 25 23 26 checksums md5 cf4e6881bb84a7ce6089e4a307f71f14\27 sha1 a1daf2c2c7cffe0939c015260447572fe75c7e50\28 rmd160 2d63f4f0ad3c124a8e62215ca94bd0231350e91224 checksums md5 d40ef58ed88438a870bbeb0ac5d4217b \ 25 sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa \ 26 rmd160 513e84a7cb76ca876e3803bb03ed558bd0378063 29 27 30 28 # patch-Lib-distutils-dist.py.diff comes from … … 160 158 configure.args-append --enable-universalsdk=/ 161 159 } 160 post-configure { 161 system "cd ${worksrcpath} && ed - pyconfig.h < ${filespath}/pyconfig.h-universal.ed" 162 } 162 163 } 163 164 -
trunk/dports/lang/python26/files/pyconfig.h-universal.ed
r80127 r80144 48 48 #endif 49 49 . 50 /WORDS_BIGENDIAN/c 51 #if __BIG_ENDIAN__ 52 #define WORDS_BIGENDIAN 1 53 #endif 54 . 50 55 w
Note: See TracChangeset
for help on using the changeset viewer.

