From nobody@FreeBSD.org  Thu Sep  8 19:06:45 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2BA55106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Sep 2011 19:06:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A7D18FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Sep 2011 19:06:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p88J6i0Z060973
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 8 Sep 2011 19:06:44 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p88J6iR8060972;
	Thu, 8 Sep 2011 19:06:44 GMT
	(envelope-from nobody)
Message-Id: <201109081906.p88J6iR8060972@red.freebsd.org>
Date: Thu, 8 Sep 2011 19:06:44 GMT
From: John Marino <freebsdml@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER] lang/gnatdroid-armv5: disable symbolic tracebacks
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: draco@marino.st

>Number:         160568
>Category:       ports
>Synopsis:       [MAINTAINER] lang/gnatdroid-armv5: disable symbolic tracebacks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 19:10:02 UTC 2011
>Closed-Date:    Sat Sep 10 17:53:29 UTC 2011
>Last-Modified:  Sat Sep 10 18:00:23 UTC 2011
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
Symbolic traceback run-time support is not available for android or cross-compilers in general.  This patch disables this functionality which can cause linker breakage while looking for libraries (e.g. libaddr2line and libbfd).

portrevision bumped.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-09-08 13:11:41.000000000 -0500
+++ Makefile	2011-09-08 13:12:00.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	armv5
 PORTVERSION=	20110627
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://downloads.dragonlace.net/src/ \
 		http://dragonlace.mirrors.ada.cx/src/
--- /dev/null	2011-09-08 13:11:00.000000000 -0500
+++ files/patch-gcc__ada__gccint__Makefile.in	2011-09-08 13:12:35.000000000 -0500
@@ -0,0 +1,83 @@
+--- gcc/ada/gcc-interface/Makefile.in.orig	2011-09-07 16:11:58.000000000 -0500
++++ gcc/ada/gcc-interface/Makefile.in	2011-09-07 16:16:29.000000000 -0500
+@@ -1184,6 +1184,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-freebsd.adb \
+@@ -1219,6 +1221,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-freebsd.adb \
+@@ -1253,6 +1257,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-dragonfly.adb \
+@@ -1288,6 +1294,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-dragonfly.adb \
+@@ -1322,6 +1330,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-openbsd.adb \
+@@ -1357,6 +1367,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-bsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-openbsd.adb \
+@@ -1391,6 +1403,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-netbsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-netbsd.adb \
+@@ -1435,6 +1449,8 @@
+   a-numaux.ads<a-numaux-x86.ads \
+   g-bytswa.adb<g-bytswa-x86.adb \
+   g-socthi.adb<g-socthi-netbsd.adb \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-osinte.adb<s-osinte-netbsd.adb \
+@@ -1472,6 +1488,8 @@
+ ifeq ($(strip $(filter-out arm% android eabi,$(targ))),)
+   LIBGNAT_TARGET_PAIRS = \
+   a-intnam.ads<a-intnam-linux.ads \
++  g-trasym.ads<g-trasym-unimplemented.ads \
++  g-trasym.adb<g-trasym-unimplemented.adb \
+   s-inmaop.adb<s-inmaop-posix.adb \
+   s-intman.adb<s-intman-posix.adb \
+   s-linux.ads<s-linux.ads \


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu Sep 8 19:10:14 UTC 2011 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160568 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 8 19:10:19 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160568 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: draco@marino.st
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160568: [MAINTAINER] lang/gnatdroid-armv5: disable symbolic tracebacks
Date: Thu, 8 Sep 2011 19:10:17 UT

 Maintainer of lang/gnatdroid-armv5,
 
 Please note that PR ports/160568 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160568
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Thu Sep 8 19:23:56 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160568 
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Sat Sep 10 17:53:28 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160568 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160568: commit references a PR
Date: Sat, 10 Sep 2011 17:53:19 +0000 (UTC)

 culot       2011-09-10 17:53:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/gnatdroid-armv5 Makefile 
   Added files:
     lang/gnatdroid-armv5/files patch-gcc__ada__gccint__Makefile.in 
   Log:
   - Add patch to disable symbolic traceback run-time support
     (could cause linker breakage)
   - Bump PORTREVISION
   
   PR:             ports/160568
   Submitted by:   John Marino <draco@marino.st> (maintainer)
   
   Revision  Changes    Path
   1.2       +1 -0      ports/lang/gnatdroid-armv5/Makefile
   1.1       +83 -0     ports/lang/gnatdroid-armv5/files/patch-gcc__ada__gccint__Makefile.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
