aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey78
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2022-05-02 08:55:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2022-05-27 09:51:04 +0000
commitec2102597a4ed2e4c9075d3c4b6399e13c0956c2 (patch)
tree24332e71e8488ddf2882f617f7a5b15b130073f1 /lang/spidermonkey78
parent6fd90bd6606b1a8f648cf807b2f959e037505c66 (diff)
downloadports-ec2102597a4ed2e4c9075d3c4b6399e13c0956c2.tar.gz
ports-ec2102597a4ed2e4c9075d3c4b6399e13c0956c2.zip
devel/autoconf*: restructure to prepare for 2.71
- Rename autoconf 2.13 port directory, package, and command all to autoconf2.13 just like ports like perl and python. - Let USES=autoreconf run gtkdocize if necessary. - Rewrite autoconf-wrapper and rename it autoconf-switch to reflect better what it does. - Delete patch-bison. It has been reverted upstream. - Add a patch to let autoreconf set the AUTOCONF environment variable so subprocesses like automake use the correct version. - Make building of info files optional. - Address portlint, portclippy, portfmt issues in devel/autoconf*. PR: 259556, 263970
Diffstat (limited to 'lang/spidermonkey78')
-rw-r--r--lang/spidermonkey78/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile
index 898256bd1aa8..6165691be667 100644
--- a/lang/spidermonkey78/Makefile
+++ b/lang/spidermonkey78/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \
${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \
- autoconf-2.13:devel/autoconf213 \
+ autoconf2.13:devel/autoconf2.13 \
rust-cbindgen>=0.8.7:devel/rust-cbindgen
LIB_DEPENDS= libffi.so:devel/libffi \
libicudata.so:devel/icu \