Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2011 19:30:11 +0200 (CEST)
From:      Bjoern Koenig <bkoenig@alpha-tierchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/160033: [maintainer] update port devel/libffi
Message-ID:  <20110823173011.CCB47170AB@virtual.31415927.de>
Resent-Message-ID: <201108231740.p7NHe4N9072843@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160033
>Category:       ports
>Synopsis:       [maintainer] update port devel/libffi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 23 17:40:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Björn König
>Release:        
>Organization:
>Environment:


>Description:
	The patch updates the port devel/libffi from 3.0.9 to 3.0.10.

	It also removes all patches from port's files directory.
>How-To-Repeat:
>Fix:

--- diff begins here ---
diff --git a/ports/devel/libffi/Makefile b/ports/devel/libffi/Makefile
index 7912d62..01f5fb8 100644
--- a/ports/devel/libffi/Makefile
+++ b/ports/devel/libffi/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libffi
-PORTVERSION=	3.0.9
+PORTVERSION=	3.0.10
 CATEGORIES=	devel
 MASTER_SITES=	ftp://sourceware.org/pub/libffi/
 
diff --git a/ports/devel/libffi/distinfo b/ports/devel/libffi/distinfo
index fbc1915..ba6b6d8 100644
--- a/ports/devel/libffi/distinfo
+++ b/ports/devel/libffi/distinfo
@@ -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 --git a/ports/devel/libffi/files/patch-configure b/ports/devel/libffi/files/patch-configure
deleted file mode 100644
index dffd423..0000000
--- a/ports/devel/libffi/files/patch-configure
+++ /dev/null
@@ -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 --git a/ports/devel/libffi/files/patch-src_arm_sysv.S b/ports/devel/libffi/files/patch-src_arm_sysv.S
deleted file mode 100644
index ebdd681..0000000
--- a/ports/devel/libffi/files/patch-src_arm_sysv.S
+++ /dev/null
@@ -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)
- 
--- diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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