#45739: submission: reduce -----------------------------+-------------------------- Reporter: mark.brethen@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: reduce | -----------------------------+-------------------------- Comment (by ryandesign@…): If you specify a file in the distfiles variable, like most ports do, then the file is downloaded only once and cached on the client, not to mention that we can automatically mirror it on our mirror servers. I think the build failure is probably not specific to El Capitan, but rather specific to having the nawk port installed. I've been testing for configure failures in other ports due to nawk. There are many errors in the log like this: {{{ config.status: creating config.h nawk: illegal statement input record number 1, file /opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_reduce /reduce-csl/work/trunk/csl/cslbase/config.h.in source line number 135 config.status: error: could not create config.h }}} I would want to patch the configure script to change the line {{{ for ac_prog in gawk mawk nawk awk }}} to {{{ for ac_prog in gawk mawk awk }}} like I've been doing in many other ports today. -- Ticket URL: <https://trac.macports.org/ticket/45739#comment:18> MacPorts <https://www.macports.org/> Ports system for OS X