New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80144


Ignore:
Timestamp:
07/05/11 01:13:44 (4 years ago)
Author:
jmr@…
Message:

python26: update to 2.6.7, and make pyconfig.h correct for universal builds just in case

Location:
trunk/dports/lang/python26
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python26/Portfile

    r78591 r80144  
    55 
    66name                    python26 
    7 version                 2.6.6 
    8 revision                3 
     7version                 2.6.7 
    98set major               [lindex [split $version .] 0] 
    109set branch              [join [lrange [split ${version} .] 0 1] .] 
     
    1817 
    1918homepage                http://www.python.org/ 
    20 master_sites            ${homepage}/ftp/python/${version}/ \ 
    21                         ftp://ftp.python.org/pub/python/${version}/ 
     19master_sites            ${homepage}ftp/python/${version}/ 
    2220 
    2321distname                Python-${version} 
    2422use_bzip2               yes 
    2523 
    26 checksums               md5     cf4e6881bb84a7ce6089e4a307f71f14 \ 
    27                         sha1    a1daf2c2c7cffe0939c015260447572fe75c7e50 \ 
    28                         rmd160  2d63f4f0ad3c124a8e62215ca94bd0231350e912 
     24checksums               md5     d40ef58ed88438a870bbeb0ac5d4217b \ 
     25                        sha1    5d35eb746e85fb3deaff8518448137c9b9fb6daa \ 
     26                        rmd160  513e84a7cb76ca876e3803bb03ed558bd0378063 
    2927 
    3028# patch-Lib-distutils-dist.py.diff comes from 
     
    160158      configure.args-append   --enable-universalsdk=/ 
    161159   } 
     160   post-configure { 
     161      system "cd ${worksrcpath} && ed - pyconfig.h < ${filespath}/pyconfig.h-universal.ed" 
     162   } 
    162163} 
    163164 
  • trunk/dports/lang/python26/files/pyconfig.h-universal.ed

    r80127 r80144  
    4848#endif 
    4949. 
     50/WORDS_BIGENDIAN/c 
     51#if __BIG_ENDIAN__ 
     52#define WORDS_BIGENDIAN 1 
     53#endif 
     54. 
    5055w 
Note: See TracChangeset for help on using the changeset viewer.