Ticket #33226: Portfile.diff
File Portfile.diff, 1.9 KB (added by lockhart (Thomas Lockhart), 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name omniORB 7 version 4.1. 47 version 4.1.6 8 8 revision 0 9 9 categories devel 10 10 platforms darwin … … 19 19 homepage http://omniorb.sourceforge.net/ 20 20 master_sites sourceforge:omniorb 21 21 22 checksums md5 1f6070ff9b6339876976d61981eeaa6a \ 23 sha1 7150d999bcef10c6c3cb24725386497c3f338aa1 \ 24 rmd160 b84131230c59b1cef8f714ff1545e44f6779ade1 22 use_bzip2 yes 23 checksums md5 44990f8139c349b53ab43110de6c629b \ 24 sha1 383e3b3b605188fe6358316917576e0297c4e1a6 \ 25 rmd160 a0ba42721a1932d29abeb37dff0dc3ea7a9ddce6 25 26 26 patchfiles src_tool_omniidl_cxx_cccp_config-darwin.h.diff 27 patchfiles src_tool_omniidl_cxx_cccp_config-darwin.h.diff \ 28 clang.patch 27 29 28 30 configure.args --with-omniORB-config="${prefix}/etc/omniORB.cfg" \ 29 31 --with-omniNames-logdir="${prefix}/var" … … 52 54 depends_lib-append port:openssl 53 55 } 54 56 55 if { ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] } {56 default_variants +python2 657 if { ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27] } { 58 default_variants +python27 57 59 } 58 60 59 61 variant python24 description {Enable python support with python 2.4} { … … 71 73 configure.python ${prefix}/bin/python2.6 72 74 } 73 75 76 variant python27 description {Enable python support with python 2.7} { 77 depends_lib-append port:python27 78 configure.python ${prefix}/bin/python2.7 79 } 80 74 81 platform darwin 8 { 75 82 # needs -Xarch 76 83 universal_variant no