pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2009Q1]: pkgsrc/devel/libffi Pullup ticket #2776 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76a13ac46762
branches:  pkgsrc-2009Q1
changeset: 556833:76a13ac46762
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri May 22 11:55:35 2009 +0000

description:
Pullup ticket #2776 - requested by he
libffi: build fix

Revisions pulled up:
- devel/libffi/Makefile                 1.10
- devel/libffi/distinfo                 1.11
- devel/libffi/patches/patch-aa         1.7
---
Module Name:    pkgsrc
Committed By:   rh
Date:           Fri Apr 17 22:45:52 UTC 2009

Modified Files:
        pkgsrc/devel/libffi: Makefile distinfo
Added Files:
        pkgsrc/devel/libffi/patches: patch-aa

Log Message:
Attempt to make this build on NetBSD/powerpc.  While at it, correctly set
INFO_FILES to 'yes'.  Bump PKGREVISION.

diffstat:

 devel/libffi/Makefile         |   5 +++--
 devel/libffi/distinfo         |   3 ++-
 devel/libffi/patches/patch-aa |  13 +++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 717e8fc2d77b -r 76a13ac46762 devel/libffi/Makefile
--- a/devel/libffi/Makefile     Fri May 22 11:48:39 2009 +0000
+++ b/devel/libffi/Makefile     Fri May 22 11:55:35 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/02/21 15:51:35 asau Exp $
+# $NetBSD: Makefile,v 1.9.2.1 2009/05/22 11:55:35 tron Exp $
 #
 
 DISTNAME=      libffi-3.0.8
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://sourceware.org/pub/libffi/
 
@@ -16,7 +17,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
-INFO_FILES=    # PLIST
+INFO_FILES=    yes
 
 PKGCONFIG_OVERRIDE+=   libffi.pc.in
 
diff -r 717e8fc2d77b -r 76a13ac46762 devel/libffi/distinfo
--- a/devel/libffi/distinfo     Fri May 22 11:48:39 2009 +0000
+++ b/devel/libffi/distinfo     Fri May 22 11:55:35 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2009/02/21 15:51:35 asau Exp $
+$NetBSD: distinfo,v 1.10.2.1 2009/05/22 11:55:35 tron Exp $
 
 SHA1 (libffi-3.0.8.tar.gz) = ce44d10c39d9a37479c8777e206cac0f36c48712
 RMD160 (libffi-3.0.8.tar.gz) = 4144f64e79ebf95161a6afd58ceaeef8372b5e57
 Size (libffi-3.0.8.tar.gz) = 722834 bytes
+SHA1 (patch-aa) = c15f4b7838ff7f4838de2981a5f3681a43a99503
 SHA1 (patch-ac) = 307c08e8e3df5f079c0b2f63da58bb59fc089d30
 SHA1 (patch-ad) = 8901a00abe25422e3e35f321a5fb89311185fc0b
diff -r 717e8fc2d77b -r 76a13ac46762 devel/libffi/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libffi/patches/patch-aa     Fri May 22 11:55:35 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7.2.2 2009/05/22 11:55:35 tron Exp $
+
+--- configure.orig     2008-12-20 02:12:45.000000000 +1000
++++ configure
+@@ -21033,7 +21033,7 @@ case "$host" in
+   powerpc-*-aix* | rs6000-*-aix*)
+       TARGET=POWERPC_AIX; TARGETDIR=powerpc
+       ;;
+-  powerpc-*-freebsd*)
++  powerpc-*-freebsd* | powerpc-*-netbsd*)
+       TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+       ;;
+   powerpc*-*-rtems*)



Home | Main Index | Thread Index | Old Index