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/ffcall/Makefile | |
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/ffcall/Makefile')
-rw-r--r-- | devel/ffcall/Makefile | 9 |
1 files changed, 5 insertions, 4 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 |