[106233] trunk/dports/lang/gccxml-devel/Portfile

mmoll at macports.org mmoll at macports.org
Sun May 19 20:43:17 PDT 2013


Revision: 106233
          https://trac.macports.org/changeset/106233
Author:   mmoll at macports.org
Date:     2013-05-19 20:43:17 -0700 (Sun, 19 May 2013)
Log Message:
-----------
lang/gccxml-devel: update to latest revision, which fixes support for gcc-4.7 and gcc 4.8

Modified Paths:
--------------
    trunk/dports/lang/gccxml-devel/Portfile

Modified: trunk/dports/lang/gccxml-devel/Portfile
===================================================================
--- trunk/dports/lang/gccxml-devel/Portfile	2013-05-20 02:15:17 UTC (rev 106232)
+++ trunk/dports/lang/gccxml-devel/Portfile	2013-05-20 03:43:17 UTC (rev 106233)
@@ -9,14 +9,17 @@
 maintainers		mnick openmaintainer
 # See http://www.gccxml.org/HTML/Copyright.html for license details
 license			{GPL-2 BSD}
-github.setup    gccxml gccxml 2cbeb9d631e0198fcbeca3d230ef49fe07e87dd8
+github.setup    gccxml gccxml 567213ac765c99d5dfd23b14000b3c7b76274fcb
 name			gccxml-devel
-version			20121106
+version			20130502
 description		generates XML description of C++ code
 long_description	generates an XML description of a C++ program from GCC's \
 				internal representation
 homepage		http://www.gccxml.org/
-checksums           rmd160  d318f0e54b1ec65fde4d7ef78b5c94e9065117e7 \
-                    sha256  220612e154618f231c02b5f3c7d759925c9f957112de438bb583cffd9ea34c65
+checksums           rmd160  9622befeaab4f7065b0a75e44860e31d657a0b0e \
+                    sha256  73cc53047a51c876141ae536280a710de7a5f65a6a122d18f44b651c401ba16c
 universal_variant no
+# gcxxml can be compiled with clang, but can't simulate clang. The default
+# compiler it uses is the one used to compile it, so to get gccxml working
+# without having to set any options it seems easier to do this:
 compiler.blacklist      clang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/ff6c3600/attachment.html>


More information about the macports-changes mailing list