[92105] trunk/dports/devel/tao/Portfile

pixilla at macports.org pixilla at macports.org
Wed Apr 18 12:53:05 PDT 2012


Revision: 92105
          https://trac.macports.org/changeset/92105
Author:   pixilla at macports.org
Date:     2012-04-18 12:53:05 -0700 (Wed, 18 Apr 2012)
Log Message:
-----------
devel/tao:
- Add openmaintainer.
- Remove unnecessary quoting.
- Remove unused configure vars.
- Use the right compiler.
- Closes #34118.

Modified Paths:
--------------
    trunk/dports/devel/tao/Portfile

Modified: trunk/dports/devel/tao/Portfile
===================================================================
--- trunk/dports/devel/tao/Portfile	2012-04-18 19:43:21 UTC (rev 92104)
+++ trunk/dports/devel/tao/Portfile	2012-04-18 19:53:05 UTC (rev 92105)
@@ -18,7 +18,7 @@
 categories          devel
 platforms           darwin
 license             BSD
-maintainers         fourpalms.org:lockhart
+maintainers         fourpalms.org:lockhart openmaintainer
 description         The ACE ORB CORBA real-time middleware
 long_description    The ACE Orb (TAO) is a real-time implementation of CORBA built using the \
                     framework components and patterns provided by ACE. TAO contains the \
@@ -59,10 +59,10 @@
         set os.name ${value}
     }
 }
-set libenv          "DYLD_LIBRARY_PATH=${worksrcpath}/lib"
-set aceenv          "ACE_ROOT=${worksrcpath}"
-set taoenv          "TAO_ROOT=${worksrcpath}/TAO"
-set makearg         "INSTALL_PREFIX=${prefix}"
+set libenv          DYLD_LIBRARY_PATH=${worksrcpath}/lib
+set aceenv          ACE_ROOT=${worksrcpath}
+set taoenv          TAO_ROOT=${worksrcpath}/TAO
+set makearg         INSTALL_PREFIX=${prefix}
 set logdir          ${prefix}/var/log/tao
 set taodaemon       tao_cosnaming
 set taouser         _tao
@@ -94,15 +94,13 @@
                     port:zlib
 
 use_configure       no
-configure.cmd       "\$ACE_ROOT/bin/mpc.pl"
-configure.args      -type gnuace TAO_ACE.mwc
-configure.universal_args
 
-post-configure {}
-
 use_parallel_build  no
 
 build.env           "${libenv} ${aceenv} ${taoenv}"
+build.args-append   CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp}
 build.pre_args      ${makearg} all
 build {
     foreach {subdir} $subdirs {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120418/0adabd98/attachment-0001.html>


More information about the macports-changes mailing list