summaryrefslogtreecommitdiff
path: root/devel/libffi/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2008-10-11 22:33:56 +0000
committerdholland <dholland>2008-10-11 22:33:56 +0000
commitebdd0c5aee80a321196c3e8ad6fd28885cd4d09d (patch)
treefd93db6df2b14ad61ef97354d35ae0fb8fece0a6 /devel/libffi/Makefile
parent8865ce3a99221fbd1a57b41a3881953ed3340235 (diff)
downloadpkgsrc-ebdd0c5aee80a321196c3e8ad6fd28885cd4d09d.tar.gz
Update to libffi-3.0.6. From Aleksej Saushev, who's taking maintainership,
with an adjustment for info file handling. Changes from 2.x appear to be large and aren't concisely anywhere I can find. Changes since 3.0.0: 3.0.6 Jul-17-08 Fix for closures on sh. Mark the sh/sh64 stack as non-executable. (both thanks to Kaz Kojima) 3.0.5 Apr-3-08 Fix libffi.pc file. Fix #define ARM for IcedTea users. Fix x86 closure bug. 3.0.4 Feb-24-08 Fix x86 OpenBSD configury. 3.0.3 Feb-22-08 Enable x86 OpenBSD thanks to Thomas Heller, and x86-64 FreeBSD thanks to Björn König and Andreas Tobler. Clean up test instruction in README. 3.0.2 Feb-21-08 Improved x86 FreeBSD support. Thanks to Björn König. 3.0.1 Feb-15-08 Fix instruction cache flushing bug on MIPS. Thanks to David Daney. 3.0.0 Feb-15-08 Many changes, mostly thanks to the GCC project. Cygnus Solutions is now Red Hat.
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r--devel/libffi/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index 9aa83bd7e10..31da14034c2 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.7 2008/04/03 09:34:40 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/10/11 22:33:56 dholland Exp $
+#
-DISTNAME= gcc-3.3.5
-PKGNAME= libffi-2.0beta
-PKGREVISION= 2
+DISTNAME= libffi-3.0.6
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.3.5/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ftp://sourceware.org/pub/libffi/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= asau@inbox.ru
HOMEPAGE= http://sources.redhat.com/libffi/
COMMENT= Foreign function interface
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= with_target_subdir=.
-CONFIG_GUESS_OVERRIDE= ../config.guess
-CONFIG_SUB_OVERRIDE= ../config.sub
+CONFIGURE_ARGS= --includedir=${PREFIX}/include
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+INFO_FILES= # PLIST
-WRKSRC= ${WRKDIR}/${DISTNAME}/libffi
+PKGCONFIG_OVERRIDE+= libffi.pc.in
.include "../../mk/bsd.pkg.mk"