git: 815c577eeeb6 - main - lang/intercal: update to 0.35
Robert Clausecker <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a80bf26.3f792.16ba1f10__44311.4333714888$1786822475$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=815c577eeeb6375c0113bb1fbe6557bbc64078d7 commit 815c577eeeb6375c0113bb1fbe6557bbc64078d7 Author: Robert Clausecker <[email protected]> AuthorDate: 2026-08-14 11:10:59 +0000 Commit: Robert Clausecker <[email protected]> CommitDate: 2026-08-15 19:32:57 +0000 lang/intercal: update to 0.35 - make testsuite work by using gmake to build it Changelog: http://www.catb.org/~esr/intercal/NEWS.html --- lang/intercal/Makefile | 2 +- lang/intercal/distinfo | 6 +++--- lang/intercal/files/patch-buildaux_Makefile.am | 29 +++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 81276816975e..a94d92ce07b5 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,5 +1,5 @@ PORTNAME= intercal -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ diff --git a/lang/intercal/distinfo b/lang/intercal/distinfo index d70c6c245f38..c05978f1e5be 100644 --- a/lang/intercal/distinfo +++ b/lang/intercal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775478553 -SHA256 (intercal-0.34.tar.gz) = 7ef6148c351df668466e2dcbd79517722f91c33caa3915957137f383371f8d55 -SIZE (intercal-0.34.tar.gz) = 966092 +TIMESTAMP = 1786704924 +SHA256 (intercal-0.35.tar.gz) = b55e8edc68e2517a067a902766e2f57b97b502553fdcbae2b5ab2463ba58f0e1 +SIZE (intercal-0.35.tar.gz) = 963405 diff --git a/lang/intercal/files/patch-buildaux_Makefile.am b/lang/intercal/files/patch-buildaux_Makefile.am index c1df2529db10..7435008ac1d3 100644 --- a/lang/intercal/files/patch-buildaux_Makefile.am +++ b/lang/intercal/files/patch-buildaux_Makefile.am @@ -1,4 +1,4 @@ ---- buildaux/Makefile.am.orig 2024-02-08 13:40:49 UTC +--- buildaux/Makefile.am.orig 2026-04-05 18:51:58 UTC +++ buildaux/Makefile.am @@ -1,15 +1,14 @@ # SPDX-FileCopyrightText: (C) Eric S. Raymond <[email protected]> @@ -18,3 +18,30 @@ AM_CPPFLAGS = -I$(srcdir)/src bin_PROGRAMS = ick convickt +@@ -195,7 +194,7 @@ clean-local: + + # Clean the pit test binaries on toplevel make clean + clean-local: +- if [ -d pit ]; then cd pit; make clean; fi ++ if [ -d pit ]; then cd pit; $(MAKE) clean; fi + + + # A subtle yet potentially common issue: ick favours the install location over +@@ -227,7 +226,7 @@ check-am: ick$(EXEEXT) verify-libick-version + chmod u+w $(top_srcdir)/pit + chmod u+w $(top_srcdir)/pit/lib + chmod u+w $(top_srcdir)/pit/tests +- make -f $(top_srcdir)/pit/Makefile ICKENV="" ICK="./ick$(EXEEXT)" ICKOPTS="-b" PIT=$(top_srcdir)/pit test ++ $(MAKE) -f $(top_srcdir)/pit/Makefile ICKENV="" ICK="./ick$(EXEEXT)" ICKOPTS="-b" PIT=$(top_srcdir)/pit test + + # Run the fuzztest + fuzz: ick$(EXEEXT) src/idiotism.oil $(top_srcdir)/etc/interfuzz.pl verify-libick-version +@@ -239,7 +238,7 @@ doc/ick.txt: doc/ick.texi + # If a documentation file is needed but not available, invoke the doc + # makefile to build it. + doc/ick.txt: doc/ick.texi +- cd $(top_srcdir)/doc && make ick.txt ++ cd $(top_srcdir)/doc && $(MAKE) ick.txt + + echo-version: + @echo @PACKAGE_VERSION@