From owner-svn-ports-head@freebsd.org Wed Nov 22 13:34:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 761C3DEBE99; Wed, 22 Nov 2017 13:34:19 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 40CAB7A9D5; Wed, 22 Nov 2017 13:34:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAMDYIdc094889; Wed, 22 Nov 2017 13:34:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAMDYIml094888; Wed, 22 Nov 2017 13:34:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201711221334.vAMDYIml094888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 22 Nov 2017 13:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454688 - head/net/proxy-suite X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/proxy-suite X-SVN-Commit-Revision: 454688 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.25 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: Wed, 22 Nov 2017 13:34:19 -0000 Author: pi Date: Wed Nov 22 13:34:18 2017 New Revision: 454688 URL: https://svnweb.freebsd.org/changeset/ports/454688 Log: net/proxy-suite: remove configure workaround - The workaround breaks in some cases, e.g. when ipfilter is not installed in the system PR: 218487 Submitted by: Franco Fichtner Approved by: thomas (maintainer timeout) Modified: head/net/proxy-suite/Makefile Modified: head/net/proxy-suite/Makefile ============================================================================== --- head/net/proxy-suite/Makefile Wed Nov 22 13:30:29 2017 (r454687) +++ head/net/proxy-suite/Makefile Wed Nov 22 13:34:18 2017 (r454688) @@ -55,15 +55,6 @@ SUB_FILES= pkg-message .include -# XXX: newer autoconf's rely on the compiler result, not the preprocessor -# for checking headers, so the configure.in needs to be fixed upstream -# to properly include dependencies -post-configure: - @${ECHO} "#define HAVE_NET_IF_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_FIL_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_NAT_H 1" >> ${WRKSRC}/config.h - pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy