New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79863


Ignore:
Timestamp:
06/28/11 12:24:21 (4 years ago)
Author:
pixilla@…
Message:

devel/libACE: Upgrade to 6.0.3. Fix +universal.

Location:
trunk/dports/devel/libACE
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libACE/Portfile

    r76781 r79863  
    33 
    44PortSystem          1.0 
     5PortGroup           muniversal 1.0 
    56 
    67name                libACE 
    78set name_package    ACE 
    8 version             6.0.1 
     9version             6.0.3 
    910distname            ${name_package}-${version} 
    1011categories          devel 
     
    2728master_sites        http://download.dre.vanderbilt.edu/previous_versions 
    2829 
    29 checksums           sha1    27b63f309d247d1a208fc7ce194bc2b56153bac9 \ 
    30                     rmd160  559fae18b42f0d479229708b114917b514a0ad7d 
     30checksums           sha1    a213b4b49817586806dc49b6878685d635e62bce \ 
     31                    rmd160  f7873fdd058109f87003c7756069d52cf0d31543 
    3132 
    3233worksrcdir          ACE_wrappers 
     34 
     35patchfiles          patch-ace-CDR_Base.inl.diff 
     36 
     37configure.env-append "DYLD_LIBRARY_PATH=${worksrcpath}/lib:\${DYLD_LIBRARY_PATH}" 
    3338configure.dir       ${worksrcpath}/build 
    3439configure.cmd       ../configure 
    35 build.dir           ${worksrcpath}/build 
    36 patchfiles          patch-configure.diff 
    37  
    3840configure.args      --disable-ssl 
    39  
    4041pre-configure { 
    4142    xinstall -d ${worksrcpath}/build 
    4243} 
     44build.dir           ${worksrcpath}/build 
     45build.env-append    "DYLD_LIBRARY_PATH=${worksrcpath}/lib:\${DYLD_LIBRARY_PATH}" 
    4346 
    4447livecheck.url       ${master_sites} 
Note: See TracChangeset for help on using the changeset viewer.