Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 16:18:36 +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: r392032 - head/lang/gcc-aux/files
Message-ID:  <201507141618.t6EGIa0o089642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jul 14 16:18:35 2015
New Revision: 392032
URL: https://svnweb.freebsd.org/changeset/ports/392032

Log:
  lang/gcc-aux: Attempt to fix lang/gnatdroid breakage
  
  Reported by:	pkg-failout

Modified:
  head/lang/gcc-aux/files/diff-ada

Modified: head/lang/gcc-aux/files/diff-ada
==============================================================================
--- head/lang/gcc-aux/files/diff-ada	Tue Jul 14 15:58:52 2015	(r392031)
+++ head/lang/gcc-aux/files/diff-ada	Tue Jul 14 16:18:35 2015	(r392032)
@@ -1112,19 +1112,6 @@
     Gcc_Path : String_Access := null;
  
     Non_Empty_Node : constant Project_Node_Id := 1;
---- gcc/ada/s-osinte-android.ads.orig
-+++ gcc/ada/s-osinte-android.ads
-@@ -595,8 +595,8 @@
-    type time_t is new long;
- 
-    type timespec is record
--      tv_sec  : time_t;
--      tv_nsec : long;
-+      ts_sec  : time_t;
-+      ts_nsec : long;
-    end record;
-    pragma Convention (C, timespec);
- 
 --- /dev/null
 +++ gcc/ada/s-osinte-dragonfly.adb
 @@ -0,0 +1,116 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141618.t6EGIa0o089642>