Ticket #33226: Portfile.diff

File Portfile.diff, 1.9 KB (added by lockhart (Thomas Lockhart), 12 years ago)

Update to 4.1.6 including applying an extra patch from Duncan Grisby.

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                omniORB
    7 version             4.1.4
     7version             4.1.6
    88revision            0
    99categories          devel
    1010platforms           darwin
     
    1919homepage            http://omniorb.sourceforge.net/
    2020master_sites        sourceforge:omniorb
    2121
    22 checksums           md5     1f6070ff9b6339876976d61981eeaa6a \
    23                     sha1    7150d999bcef10c6c3cb24725386497c3f338aa1 \
    24                     rmd160  b84131230c59b1cef8f714ff1545e44f6779ade1
     22use_bzip2           yes
     23checksums           md5     44990f8139c349b53ab43110de6c629b \
     24                    sha1    383e3b3b605188fe6358316917576e0297c4e1a6 \
     25                    rmd160  a0ba42721a1932d29abeb37dff0dc3ea7a9ddce6
    2526
    26 patchfiles          src_tool_omniidl_cxx_cccp_config-darwin.h.diff
     27patchfiles          src_tool_omniidl_cxx_cccp_config-darwin.h.diff \
     28                    clang.patch
    2729
    2830configure.args      --with-omniORB-config="${prefix}/etc/omniORB.cfg" \
    2931                    --with-omniNames-logdir="${prefix}/var"
     
    5254    depends_lib-append      port:openssl
    5355}
    5456
    55 if { ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26]} {
    56     default_variants        +python26
     57if { ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27] } {
     58    default_variants        +python27
    5759}
    5860
    5961variant python24 description {Enable python support with python 2.4} {
     
    7173    configure.python        ${prefix}/bin/python2.6
    7274}
    7375
     76variant python27 description {Enable python support with python 2.7} {
     77    depends_lib-append      port:python27
     78    configure.python        ${prefix}/bin/python2.7
     79}
     80
    7481platform darwin 8 {
    7582    # needs -Xarch
    7683    universal_variant no