From takefu@airport.fm  Fri Feb  3 05:30:26 2012
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 67DF81065672
	for <freebsd-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 05:30:26 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id D34598FC1A
	for <freebsd-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 05:30:25 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id E82B11144A;
	Fri,  3 Feb 2012 14:30:23 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:4dbd:11f9:ef7c:277e] (unknown [IPv6:2001:3e0:4ec:a011:4dbd:11f9:ef7c:277e])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id C4AA411446;
	Fri,  3 Feb 2012 14:30:23 +0900 (JST)
Message-Id: <4F2B70EF.4040606@airport.fm>
Date: Fri, 03 Feb 2012 14:30:23 +0900
From: Takefu <takefu@airport.fm>
Reply-To: takefu@airport.fm
To: freebsd-gnats-submit@freebsd.org
Cc: bkoenig@alpha-tierchen.de
In-Reply-To: <201202030520.q135Ktbi004350@unbound.local.ae-osaka.co.jp>
Subject: [UPDATE] devel/libffi: update to 3.0.10
References: <201202030520.q135Ktbi004350@unbound.local.ae-osaka.co.jp>

>Number:         164727
>Category:       ports
>Synopsis:       [UPDATE] devel/libffi: update to 3.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 05:40:12 UTC 2012
>Closed-Date:    Sun Apr 08 16:53:16 UTC 2012
>Last-Modified:  Sun Apr 08 16:53:16 UTC 2012
>Originator:     Takefu
>Release:        FreeBSD 8.2-RELEASE-p5 amd64
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
- Update to 3.0.10
- add LICENSE_FILE

Port maintainer (bkoenig@alpha-tierchen.de) is cc'd.
>How-To-Repeat:
>Fix:
--- libffi.patch begins here ---
diff -ruN /usr/ports/devel/libffi/Makefile devel/libffi/Makefile
--- /usr/ports/devel/libffi/Makefile	2011-11-14 19:26:34.000000000 +0900
+++ devel/libffi/Makefile	2012-02-03 14:09:54.000000000 +0900
@@ -6,13 +6,16 @@
 #

 PORTNAME=	libffi
-PORTVERSION=	3.0.9
+PORTVERSION=	3.0.10
 CATEGORIES=	devel
 MASTER_SITES=	ftp://sourceware.org/pub/libffi/

 MAINTAINER=	bkoenig@alpha-tierchen.de
 COMMENT=	Foreign Function Interface

+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack pkgconfig
diff -ruN /usr/ports/devel/libffi/distinfo devel/libffi/distinfo
--- /usr/ports/devel/libffi/distinfo	2011-07-04 09:06:10.000000000 +0900
+++ devel/libffi/distinfo	2012-02-03 12:59:26.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (libffi-3.0.9.tar.gz) = 589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452
-SIZE (libffi-3.0.9.tar.gz) = 731719
+SHA256 (libffi-3.0.10.tar.gz) = f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f
+SIZE (libffi-3.0.10.tar.gz) = 753346
diff -ruN /usr/ports/devel/libffi/files/patch-configure devel/libffi/files/patch-configure
--- /usr/ports/devel/libffi/files/patch-configure	2010-12-16 17:17:31.000000000 +0900
+++ devel/libffi/files/patch-configure	1970-01-01 09:00:00.000000000 +0900
@@ -1,21 +0,0 @@
---- configure.orig	2010-11-22 12:53:14.000000000 +0100
-+++ configure	2010-11-22 12:53:26.000000000 +0100
-@@ -12231,6 +12231,9 @@
-   powerpc-*-freebsd*)
- 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
- 	;;
-+  powerpc64-*-freebsd*)
-+        TARGET=POWERPC; TARGETDIR=powerpc
-+        ;;
-   powerpc*-*-rtems*)
- 	TARGET=POWERPC; TARGETDIR=powerpc
- 	;;
-@@ -14484,7 +14487,7 @@
-
- 	libffi_cv_as_x86_pcrel=yes
- 	echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
--	if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
-+	if $CC -c conftest.s 2>&1 | grep -i warning > /dev/null; then
- 	    libffi_cv_as_x86_pcrel=no
- 	fi
-
diff -ruN /usr/ports/devel/libffi/files/patch-src_arm_sysv.S devel/libffi/files/patch-src_arm_sysv.S
--- /usr/ports/devel/libffi/files/patch-src_arm_sysv.S	2010-07-21 16:54:08.000000000 +0900
+++ devel/libffi/files/patch-src_arm_sysv.S	1970-01-01 09:00:00.000000000 +0900
@@ -1,73 +0,0 @@
---- src/arm/sysv.S.orig	2008-02-15 02:15:41.000000000 +0100
-+++ src/arm/sysv.S	2008-04-01 13:25:02.000000000 +0200
-@@ -83,14 +83,6 @@
- # define call_reg(x)	mov	lr, pc ; mov	pc, x
- #endif
-
--/* Conditionally compile unwinder directives.  */
--#ifdef __ARM_EABI__
--#define UNWIND
--#else
--#define UNWIND @
--#endif	
--
--	
- #if defined(__thumb__) && !defined(__THUMB_INTERWORK__)
- .macro	ARM_FUNC_START name
- 	.text
-@@ -101,7 +93,6 @@
- 	bx	pc
- 	nop
- 	.arm
--	UNWIND .fnstart
- /* A hook to tell gdb that we've switched to ARM mode.  Also used to call
-    directly from other local arm routines.  */
- _L__\name:		
-@@ -112,7 +103,6 @@
- 	.align 0
- 	.arm
- 	ENTRY(\name)
--	UNWIND .fnstart
- .endm
- #endif
-
-@@ -145,11 +135,8 @@
- ARM_FUNC_START ffi_call_SYSV
- 	@ Save registers
-         stmfd	sp!, {r0-r3, fp, lr}
--	UNWIND .save	{r0-r3, fp, lr}
- 	mov	fp, sp
-
--	UNWIND .setfp	fp, sp
--
- 	@ Make room for all of the new args.
- 	sub	sp, fp, r2
-
-@@ -219,7 +206,6 @@
- 	RETLDM	"r0-r3,fp"
-
- .ffi_call_SYSV_end:
--	UNWIND .fnend
-         .size    CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
-
- /*
-@@ -231,12 +217,9 @@
- */
-
- ARM_FUNC_START ffi_closure_SYSV
--	UNWIND .pad #16
- 	add	ip, sp, #16
- 	stmfd	sp!, {ip, lr}
--	UNWIND .save	{r0, lr}
- 	add	r2, sp, #8
--	.pad #16
- 	sub	sp, sp, #16
- 	str	sp, [sp, #8]
- 	add	r1, sp, #8
-@@ -291,6 +274,5 @@
- #endif
-
- .ffi_closure_SYSV_end:
--	UNWIND .fnend
-         .size    CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
-
--- libffi.patch ends here ---

--------------040507010505090207080602
Content-Type: text/plain;
 name="=?ISO-2022-JP?B?GyRCRTpJVSVhJUMlOyE8JThJdBsoQg==?="
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename*0*=ISO-2022-JP''%1B%24%42%45%3A%49%55%25%61%25%43%25%3B%21%3C%25;
 filename*1*=%38%49%74%1B%28%42


--------------040507010505090207080602--
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 3 05:40:33 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bkoenig@alpha-tierchen.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164727: [UPDATE] devel/libffi: update to 3.0.10
Date: Fri, 3 Feb 2012 05:40:31 UT

 Maintainer of devel/libffi,
 
 Please note that PR ports/164727 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/164727
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Feb 3 06:34:54 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@alpha-tierchen.de>
To: bug-followup@FreeBSD.org, takefu@airport.fm
Cc:  
Subject: Re: ports/164727: [UPDATE] devel/libffi: update to 3.0.10
Date: Mon, 13 Feb 2012 11:29:19 +0100

 This patch basically looks like the update that I have submitted in 
 August 2011 (PR ports/160033). I'm still fine with it. The licence 
 related improvement is okay. Go ahead!
 
 Best regards
 Bjrn
 
State-Changed-From-To: feedback->open 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 4 06:25:36 UTC 2012 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164727 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 4 06:26:07 UTC 2012 
State-Changed-Why:  
exactly the same error as mention in PR ports/160033, 
http://tb.smeets.im/tb/index.php?action=describe_port&id=148 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164727 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Apr 8 16:53:15 UTC 2012 
State-Changed-Why:  
feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164727 
>Unformatted:
 This is a multi-part message in MIME format.
 --------------040507010505090207080602
 Content-Type: text/plain; charset=ISO-2022-JP
 Content-Transfer-Encoding: 7bit
 
