pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Switch from ffcall to libffcall (newer version of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/10b68797b3a1
branches: trunk
changeset: 368111:10b68797b3a1
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 10 20:03:49 2017 +0000
description:
Switch from ffcall to libffcall (newer version of same).
Bump version.
diffstat:
lang/clisp/Makefile | 4 ++--
lang/clisp/options.mk | 14 +++++---------
lang/gforth/Makefile | 6 +++---
3 files changed, 10 insertions(+), 14 deletions(-)
diffs (74 lines):
diff -r 73fb9c464446 -r 10b68797b3a1 lang/clisp/Makefile
--- a/lang/clisp/Makefile Sun Sep 10 20:01:17 2017 +0000
+++ b/lang/clisp/Makefile Sun Sep 10 20:03:49 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2016/10/09 21:41:59 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2017/09/10 20:03:49 wiz Exp $
DISTNAME= clisp-2.49
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
#EXTRACT_SUFX= .tar.bz2
diff -r 73fb9c464446 -r 10b68797b3a1 lang/clisp/options.mk
--- a/lang/clisp/options.mk Sun Sep 10 20:01:17 2017 +0000
+++ b/lang/clisp/options.mk Sun Sep 10 20:03:49 2017 +0000
@@ -1,16 +1,12 @@
-# $NetBSD: options.mk,v 1.12 2016/09/20 14:10:25 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2017/09/10 20:03:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clisp
+PKG_SUPPORTED_OPTIONS+= doc
# this option is essential for some others to work:
PKG_SUPPORTED_OPTIONS+= ffcall
-
+PKG_SUPPORTED_OPTIONS+= gmalloc
PKG_SUPPORTED_OPTIONS+= readline
-
-PKG_SUPPORTED_OPTIONS+= gmalloc
-
-PKG_SUPPORTED_OPTIONS+= doc
-
PKG_SUGGESTED_OPTIONS+= ffcall readline doc
# CLISP doesn't work with jemalloc:
@@ -37,7 +33,7 @@
.if !empty(PKG_OPTIONS:Mffcall)
CONFIGURE_ARGS+= --with-dynamic-ffi
-. include "../../devel/ffcall/buildlink3.mk"
+. include "../../devel/libffcall/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mreadline)
@@ -120,7 +116,7 @@
# .include "../../devel/zlib/buildlink3.mk"
# .endif
-## ffcall is required for some other options to work:
+## libffcall is required for some other options to work:
# .if !empty(PKG_OPTIONS:Mpgsql) && empty(PKG_OPTIONS:Mffcall)
# PKG_OPTIONS+= ffcall
# .endif
diff -r 73fb9c464446 -r 10b68797b3a1 lang/gforth/Makefile
--- a/lang/gforth/Makefile Sun Sep 10 20:01:17 2017 +0000
+++ b/lang/gforth/Makefile Sun Sep 10 20:03:49 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2016/07/09 06:38:25 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2017/09/10 20:03:49 wiz Exp $
DISTNAME= gforth-0.7.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/
@@ -69,5 +69,5 @@
#.include "../../mk/dlopen.buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-.include "../../devel/ffcall/buildlink3.mk"
+.include "../../devel/libffcall/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index