Hi.
There's a missing dependency on python.
And since we were not enforcing the lang/python MODULE it picked up python2 at
configure time (which got junked by dpb).
===> Building for pspp-1.4.1
python2 src/output/spv/binary-parser-generator
src/output/spv/light-binary.grammar code spvlb
'"output/spv/light-binary-parser.h"' > src/output/spv/light-binary-parser.c.tmp
/bin/sh: python2: not found
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/pspp/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 14 Feb 2021 16:57:14 -0000 1.7
+++ Makefile 18 Mar 2021 07:25:24 -0000
@@ -24,6 +24,10 @@ MASTER_SITES = ${MASTER_SITE_GNU:=pspp/}
COMPILER = base-clang ports-gcc
+MODULES = lang/python
+
+MODPY_RUNDEP = No
+
BUILD_DEPENDS = devel/gettext,-tools \
print/texinfo
--
Antoine