pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/jimtcl jimtcl: Enable --compat configure argument.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ad576a8c3b4
branches: trunk
changeset: 771156:4ad576a8c3b4
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Dec 14 10:19:12 2021 +0000
description:
jimtcl: Enable --compat configure argument.
This is required for openocd to work out of the box, as it still uses a lot of
older-style expr syntax. Bump PKGREVISION.
diffstat:
lang/jimtcl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r b9101cb6ff4b -r 4ad576a8c3b4 lang/jimtcl/Makefile
--- a/lang/jimtcl/Makefile Tue Dec 14 10:08:09 2021 +0000
+++ b/lang/jimtcl/Makefile Tue Dec 14 10:19:12 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/12/07 17:51:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2021/12/14 10:19:12 jperkin Exp $
DISTNAME= jimtcl-0.81
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=msteveb/}
@@ -18,6 +19,7 @@
CONFIGURE_ARGS+= --full # Enable optional features
CONFIGURE_ARGS+= --shared
CONFIGURE_ARGS+= --disable-jim-regexp
+CONFIGURE_ARGS+= --compat # Support older expr syntax for openocd
REPLACE_INTERPRETER+= jimsh
REPLACE.jimsh.old= /usr/bin/env jimsh
Home |
Main Index |
Thread Index |
Old Index