[110705] trunk/dports/devel/ace

cal at macports.org cal at macports.org
Wed Sep 4 01:58:28 PDT 2013


Revision: 110705
          https://trac.macports.org/changeset/110705
Author:   cal at macports.org
Date:     2013-09-04 01:58:28 -0700 (Wed, 04 Sep 2013)
Log Message:
-----------
ace: update to 6.2.0, closes #39688, maintainer

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

Removed Paths:
-------------
    trunk/dports/devel/ace/files/patch-ace-config-macosx-mountainlion.h.diff
    trunk/dports/devel/ace/files/patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff

Modified: trunk/dports/devel/ace/Portfile
===================================================================
--- trunk/dports/devel/ace/Portfile	2013-09-04 05:51:50 UTC (rev 110704)
+++ trunk/dports/devel/ace/Portfile	2013-09-04 08:58:28 UTC (rev 110705)
@@ -5,7 +5,7 @@
 
 name                ace
 set name_package    ACE
-version             6.1.7
+version             6.2.0
 distname            ${name_package}-${version}
 categories          devel
 maintainers         fourpalms.org:lockhart openmaintainer
@@ -37,12 +37,10 @@
 
 patch.pre_args      -p1
 patchfiles          patch-ace-config.h.diff \
-                    patch-ace-config-macosx-mountainlion.h.diff \
-                    patch-include-makeinclude-platform_macros.GNU.diff \
-                    patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
+                    patch-include-makeinclude-platform_macros.GNU.diff
 
-checksums           rmd160  de39d0ed386822c0ccfe98218f22b99c034eac69 \
-                    sha256  79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063
+checksums           rmd160  62741e09ae13bc9bc9afa7c7cf8fdd0e710b932f \
+                    sha256  750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f
 
 set os.name "mountainlion"
 array set os.names {
@@ -126,16 +124,15 @@
 }
 
 destroot.env        "${libenv} ${aceenv}"
+destroot.args-append CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp}
 destroot.pre_args   ${makearg} install
 destroot {
     foreach {subdir} $subdirs {
         destroot.dir ${worksrcpath}/${subdir}
         command_exec destroot
     }
-    # 6.1.4 and 6.1.5 do not have a mountainlion file
-    # 6.1.7 has a *mountain-lion.h config file but a *mountain_lion.GNU makefile
-    # will report this naming problem and keep using our own for now
-    copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
 }
 
 livecheck.url       ${master_sites}

Deleted: trunk/dports/devel/ace/files/patch-ace-config-macosx-mountainlion.h.diff
===================================================================
--- trunk/dports/devel/ace/files/patch-ace-config-macosx-mountainlion.h.diff	2013-09-04 05:51:50 UTC (rev 110704)
+++ trunk/dports/devel/ace/files/patch-ace-config-macosx-mountainlion.h.diff	2013-09-04 08:58:28 UTC (rev 110705)
@@ -1,4 +0,0 @@
---- ACE_wrappers.orig/ace/config-macosx-mountainlion.h	1969-12-31 16:00:00.000000000 -0800
-+++ ACE_wrappers/ace/config-macosx-mountainlion.h	2012-02-10 20:59:39.000000000 -0800
-@@ -0,0 +1,1 @@
-+#include "ace/config-macosx-lion.h"

Deleted: trunk/dports/devel/ace/files/patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
===================================================================
--- trunk/dports/devel/ace/files/patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff	2013-09-04 05:51:50 UTC (rev 110704)
+++ trunk/dports/devel/ace/files/patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff	2013-09-04 08:58:28 UTC (rev 110705)
@@ -1,4 +0,0 @@
---- ACE_wrappers.orig/include/makeinclude/platform_macosx_mountainlion.GNU	1969-12-31 16:00:00.000000000 -0800
-+++ ACE_wrappers/include/makeinclude/platform_macosx_mountainlion.GNU	2012-02-10 22:47:24.000000000 -0800
-@@ -0,0 +1,1 @@
-+include $(ACE_ROOT)/include/makeinclude/platform_macosx_lion.GNU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130904/ad04f8de/attachment-0001.html>


More information about the macports-changes mailing list