Date: Sun, 6 Dec 2015 21:19:55 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403166 - head/lang/asis/files Message-ID: <201512062119.tB6LJtS0059079@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512062119.tB6LJtS0059079>