diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-07 22:31:22 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-07 22:31:22 +0000 |
commit | 67a8761b0d73d524ca6c0acf01c08fa7975c2667 (patch) | |
tree | b9b90eef8c29ffb51e8b9129728638dc424a2072 /devel | |
parent | cc97edebc0e3da7201ed39b0378b7c448baf8574 (diff) | |
download | pkgsrc-67a8761b0d73d524ca6c0acf01c08fa7975c2667.tar.gz |
Updated ffcall to version 1.8. Changes since previous pkgsrc version (1.6):
New in 1.8:
* Added support for IA-64 Linux.
New in 1.7:
* Struct types containing elements other than int, long, long long, pointer
are not supported any more. Passing them as arguments and results is too
hairy.
* Added support for PowerPC Linux.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ffcall/Makefile | 9 | ||||
-rw-r--r-- | devel/ffcall/files/md5 | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 15fa44068e3..e41957fb20d 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2000/07/24 21:39:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/07 22:31:22 jtb Exp $ -DISTNAME= ffcall-1.6 +DISTNAME= ffcall-1.8 CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ \ + ftp://ftp.ilog.fr/pub/Users/haible/gnu/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html -# the file ${WRKDIR}/ffcall-1.6/avcall/avcall-${MACHINE_ARCH}.c needs to +# the file ${WRKDIR}/ffcall-1.8/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-i386 *-*-m68k *-*-sparc *-*-sparc64 diff --git a/devel/ffcall/files/md5 b/devel/ffcall/files/md5 index 1da6b38b4f1..3d5aea3e462 100644 --- a/devel/ffcall/files/md5 +++ b/devel/ffcall/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/08/26 19:54:16 proff Exp $ +$NetBSD: md5,v 1.2 2001/02/07 22:31:23 jtb Exp $ -MD5 (ffcall-1.6.tar.gz) = 9b4c60b3de73d93756395eddc538b135 +MD5 (ffcall-1.8.tar.gz) = 5ec9fa72c11fa0c62d08ca55fce2a7dd |