Ticket #16762: omniORB.diff
File omniORB.diff, 1.1 KB (added by stromnov (Andrey Stromnov), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 35920 2008-04-09 21:19:39Z simon@macports.org $ 2 2 PortSystem 1.0 3 3 name omniORB 4 version 4.1. 04 version 4.1.3 5 5 6 6 categories devel 7 7 maintainers gr281@cam.ac.uk … … 12 12 13 13 distname omniORB-${version} 14 14 master_sites sourceforge:omniorb 15 checksums md5 b52dcb1886ffa2a61e6ed56e462edb76 15 checksums md5 8a7b583e98ee78f10d8c43014dcaa923 \ 16 sha1 7af7181b5b3217287bd8471ab0145cbd729cf988 \ 17 rmd160 4989cfdf5fb7d81242af8de9db4e3da003394b26 16 18 17 19 configure.args --with-omniORB-config="${prefix}/etc/omniORB.cfg" \ 18 20 --with-omniNames-logdir="${prefix}/var" … … 21 23 configure.args-append --with-openssl 22 24 depends_lib-append port:openssl 23 25 } 26 27 variant py25 { 28 depends_lib-append port:python25 29 configure.python ${prefix}/bin/python2.5 30 } 31 32 variant py26 { 33 depends_lib-append port:python26 34 configure.python ${prefix}/bin/python2.6 35 }