pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/jimtcl
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 14 10:19:13 UTC 2021
Modified Files:
pkgsrc/lang/jimtcl: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/jimtcl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.7 pkgsrc/lang/jimtcl/Makefile:1.8
--- pkgsrc/lang/jimtcl/Makefile:1.7 Tue Dec 7 17:51:20 2021
+++ pkgsrc/lang/jimtcl/Makefile Tue Dec 14 10:19:12 2021
@@ -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+= --docdir=${PREFIX}/shar
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