Created attachment 194520 [details] Fixes errant line break in call to ac_fn_cxx_check_member() The patch fixes an errant line break that caused not enough arguments to be passed to ac_fn_cxx_check_member().
Example of the error: checking for struct natlookup.nl_inipaddr.in6... no checking for struct natlookup.nl_realipaddr.in6... eval: ${+...}: Bad substitution ===> Script "configure" failed unexpectedly. Please report the problem to timp87@gmail.com [maintainer] and attach the "/export/wrkdir/amd64/export/home/cy/freebsd/git/ports/www/squid-devel/work/squid-4.0.25/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make[1]: stopped in /export/home/cy/freebsd/git/ports/www/squid-devel *** Error code 1 Stop. make: stopped in /export/home/cy/freebsd/git/ports/www/squid-devel
Please approve the patch.
Comment on attachment 194520 [details] Fixes errant line break in call to ac_fn_cxx_check_member() no objections
Thanks. I'll commit this shortly.
A commit references this bug: Author: cy Date: Fri Jun 29 21:36:04 UTC 2018 New revision: 473583 URL: https://svnweb.freebsd.org/changeset/ports/473583 Log: Fix a configure error when the IPFILTER option is selected. An example of the error is: checking for struct natlookup.nl_inipaddr.in6... no checking for struct natlookup.nl_realipaddr.in6... eval: ${+...}: Bad substitution ===> Script "configure" failed unexpectedly. Please report the problem to timp87@gmail.com [maintainer] and attach the "/export/wrkdir/amd64/export/home/cy/freebsd/git/ports/www/squid-devel/work/squid-4.0.25/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make[1]: stopped in /export/home/cy/freebsd/git/ports/www/squid-devel *** Error code 1 Stop. make: stopped in /export/home/cy/freebsd/git/ports/www/squid-devel PR: 229244 Submitted by: cy Reported by: cy Approved by: Maintainer <timp87@gmail.com> Changes: head/www/squid-devel/files/patch-configure
Thanks. The patch has been committed. Thanks again.