Revision: 115478 https://trac.macports.org/changeset/115478 Author: larryv@macports.org Date: 2014-01-02 16:47:47 -0800 (Thu, 02 Jan 2014) Log Message: ----------- ace: Do not build tests and examples (maintainer, #42005). Modified Paths: -------------- trunk/dports/devel/ace/Portfile Modified: trunk/dports/devel/ace/Portfile =================================================================== --- trunk/dports/devel/ace/Portfile 2014-01-03 00:38:48 UTC (rev 115477) +++ trunk/dports/devel/ace/Portfile 2014-01-03 00:47:47 UTC (rev 115478) @@ -6,6 +6,7 @@ name ace set name_package ACE version 6.2.3 +revision 1 distname ${name_package}-${version} categories devel maintainers fourpalms.org:lockhart openmaintainer @@ -61,7 +62,9 @@ set libenv DYLD_LIBRARY_PATH=${worksrcpath}/lib set aceenv ACE_ROOT=${worksrcpath} set makearg INSTALL_PREFIX=${prefix} -set subdirs { . } +# omit examples and test programs to cut build time by 60% +# set subdirs { . } +set subdirs { ace ACEXML ASNMP Kokyu apps netsvcs } post-patch { reinplace "s|@MACOSX@|${os.name}|g" \
participants (1)
-
larryv@macports.org