svn commit: r403166 - head/lang/asis/files

John Marino marino at FreeBSD.org
Sun Dec 6 21:19:57 UTC 2015


Author: marino
Date: Sun Dec  6 21:19:55 2015
New Revision: 403166
URL: https://svnweb.freebsd.org/changeset/ports/403166

Log:
  lang/asis: Fix build for gcc6
  
  The UET_Address attribute has been removed for gcc6.  It was intended for
  internal use only, but it wasn't used.  Rather than apply this patch for
  GCC6 only through the EXTRA_PATCHES mechanism, just unconditionally remove
  the check regardless of gnat used to build it.  (It should not make any
  difference).  No bump required.

Added:
  head/lang/asis/files/patch-asis_a4g-mapping.adb   (contents, props changed)

Added: head/lang/asis/files/patch-asis_a4g-mapping.adb
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/asis/files/patch-asis_a4g-mapping.adb	Sun Dec  6 21:19:55 2015	(r403166)
@@ -0,0 +1,10 @@
+--- asis/a4g-mapping.adb.orig	2015-05-06 10:56:05 UTC
++++ asis/a4g-mapping.adb
+@@ -1933,7 +1933,6 @@ package body A4G.Mapping is
+             Attribute_Chars = Name_Target_Name              or else
+             Attribute_Chars = Name_To_Address               or else
+             Attribute_Chars = Name_Type_Class               or else
+-            Attribute_Chars = Name_UET_Address              or else
+             Attribute_Chars = Name_Universal_Literal_String or else
+             Attribute_Chars = Name_Unrestricted_Access      or else
+             Attribute_Chars = Name_Update                   or else


More information about the svn-ports-head mailing list