From owner-svn-ports-head@freebsd.org Fri Jun 29 21:36:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14760F7CE57; Fri, 29 Jun 2018 21:36:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E4A97CC07; Fri, 29 Jun 2018 21:36:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F44926675; Fri, 29 Jun 2018 21:36:04 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5TLa4tG036097; Fri, 29 Jun 2018 21:36:04 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5TLa4ut036096; Fri, 29 Jun 2018 21:36:04 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201806292136.w5TLa4ut036096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 29 Jun 2018 21:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473583 - head/www/squid-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/www/squid-devel/files X-SVN-Commit-Revision: 473583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2018 21:36:07 -0000 Author: cy Date: Fri Jun 29 21:36:03 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 Modified: head/www/squid-devel/files/patch-configure (contents, props changed) Modified: head/www/squid-devel/files/patch-configure ============================================================================== --- head/www/squid-devel/files/patch-configure Fri Jun 29 21:35:59 2018 (r473582) +++ head/www/squid-devel/files/patch-configure Fri Jun 29 21:36:03 2018 (r473583) @@ -1,6 +1,6 @@ ---- configure.orig 2018-06-11 16:48:04 UTC -+++ configure -@@ -34345,7 +34345,7 @@ done +--- configure.orig 2018-06-11 09:48:04.000000000 -0700 ++++ configure 2018-06-22 20:34:58.827873000 -0700 +@@ -34345,7 +34345,7 @@ ## BUILD_HELPER="NIS" @@ -9,7 +9,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " -@@ -34360,8 +34360,10 @@ if eval test \"x\$"$as_ac_Header"\" = x" +@@ -34360,8 +34360,10 @@ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -22,7 +22,7 @@ fi done -@@ -34834,7 +34836,7 @@ done +@@ -34834,7 +34836,7 @@ # unconditionally requires crypt(3), for now if test "x$ac_cv_func_crypt" != "x"; then @@ -31,7 +31,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -@@ -37226,7 +37228,7 @@ for ac_header in \ +@@ -37226,7 +37228,7 @@ arpa/nameser.h \ assert.h \ bstring.h \ @@ -40,7 +40,7 @@ ctype.h \ direct.h \ errno.h \ -@@ -37434,6 +37436,7 @@ ac_fn_cxx_check_header_compile "$LINENO" +@@ -37434,6 +37436,7 @@ #include #endif #if HAVE_NETINET_IP_COMPAT_H @@ -48,7 +48,7 @@ #include #endif #if HAVE_NETINET_IP_FIL_H -@@ -41450,6 +41453,7 @@ if test "x$enable_ipf_transparent" != "x +@@ -41450,6 +41453,7 @@ # include # include @@ -56,7 +56,7 @@ # include # include # include -@@ -41480,6 +41484,7 @@ else +@@ -41480,6 +41484,7 @@ # include # include #undef minor_t @@ -64,7 +64,7 @@ # include # include # include -@@ -41524,6 +41529,7 @@ _ACEOF +@@ -41524,6 +41529,7 @@ ip_fil_compat.h \ ip_fil.h \ ip_nat.h \ @@ -72,7 +72,7 @@ netinet/ip_compat.h \ netinet/ip_fil_compat.h \ netinet/ip_fil.h \ -@@ -41553,6 +41559,7 @@ ac_fn_cxx_check_header_compile "$LINENO" +@@ -41553,6 +41559,7 @@ #if HAVE_IP_COMPAT_H #include #elif HAVE_NETINET_IP_COMPAT_H @@ -80,3 +80,13 @@ #include #endif #if HAVE_IP_FIL_H +@@ -41616,8 +41623,7 @@ + + + fi +-ac_fn_cxx_check_member "$LINENO" "struct natlookup" "nl_realipaddr.in6" +- "ac_cv_member_struct_natlookup_nl_realipaddr_in6___" " ++ac_fn_cxx_check_member "$LINENO" "struct natlookup" "nl_realipaddr.in6" "ac_cv_member_struct_natlookup_nl_realipaddr_in6___" " + #if USE_SOLARIS_IPFILTER_MINOR_T_HACK + #define minor_t fubar + #endif