Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2017 13:34:18 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454688 - head/net/proxy-suite
Message-ID:  <201711221334.vAMDYIml094888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <franco@opnsense.org>
  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 <bsd.port.pre.mk>
 
-# 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711221334.vAMDYIml094888>