diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-24 17:14:23 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-24 17:14:23 +0000 |
commit | eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5 (patch) | |
tree | bc184ada1f6255ece76d04c4ff1fd492d6aa9f31 /devel/libffi | |
parent | 988d038947d261ec7415c726faf146a3e7f922ee (diff) | |
download | FreeBSD-ports-eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5.zip FreeBSD-ports-eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5.tar.gz |
Upgrade to 1.20, remove BROKEN_ELF tag.
Submitted by: maintainer.
Diffstat (limited to 'devel/libffi')
-rw-r--r-- | devel/libffi/Makefile | 18 | ||||
-rw-r--r-- | devel/libffi/distinfo | 2 | ||||
-rw-r--r-- | devel/libffi/files/patch-aa | 6 | ||||
-rw-r--r-- | devel/libffi/files/patch-ab | 4 | ||||
-rw-r--r-- | devel/libffi/pkg-plist | 6 |
5 files changed, 16 insertions, 20 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index c2cc2f4..2329fd2 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,24 +1,20 @@ # New ports collection makefile for: libffi -# Version required: 1.18 +# Version required: 1.20 # Date created: 14, June, 1998 # Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.3 1998/10/20 01:35:24 steve Exp $ +# $Id: Makefile,v 1.4 1998/10/22 06:33:45 asami Exp $ # -DISTNAME= libffi-1.18 +DISTNAME= libffi-1.20 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/ +MASTER_SITES= ftp://ftp.cygnus.com/pub/green/ MAINTAINER= horance@freedom.ie.cycu.edu.tw -VERSION!= sysctl -n kern.osreldate -.if ${VERSION} < 300000 -BROKEN= undefined symbol in ffitest -.endif - GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} -ALL_TARGET= test + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/devel/libffi/distinfo b/devel/libffi/distinfo index 1de8ff6..51853da 100644 --- a/devel/libffi/distinfo +++ b/devel/libffi/distinfo @@ -1 +1 @@ -MD5 (libffi-1.18.tar.gz) = e8d8fa118c52cae8eb8aec6b01090238 +MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc diff --git a/devel/libffi/files/patch-aa b/devel/libffi/files/patch-aa index 832b440..7ee39e0 100644 --- a/devel/libffi/files/patch-aa +++ b/devel/libffi/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Sun Jun 14 14:42:47 1998 -+++ configure Sun Jun 14 14:33:17 1998 -@@ -1234,6 +1234,7 @@ +--- configure.orig Mon Oct 5 17:26:04 1998 ++++ configure Sat Oct 24 00:42:30 1998 +@@ -1415,6 +1415,7 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;; i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;; diff --git a/devel/libffi/files/patch-ab b/devel/libffi/files/patch-ab index 0b4f501..ddc5c8d 100644 --- a/devel/libffi/files/patch-ab +++ b/devel/libffi/files/patch-ab @@ -1,5 +1,5 @@ ---- src/x86/sysv.S.orig Tue Feb 24 19:49:51 1998 -+++ src/x86/sysv.S Tue Oct 13 22:28:56 1998 +--- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998 ++++ src/x86/sysv.S Sat Oct 24 00:56:07 1998 @@ -33,7 +33,7 @@ .globl ffi_prep_args diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index e5137d0..59a1204 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -1,9 +1,9 @@ include/fficonfig.h include/ffi.h include/ffi_mips.h -lib/libffi.la lib/libffi.a +lib/libffi.la lib/libffi.so -lib/libffi.so.2.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libffi.so.2.3 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |