svn commit: r454688 - head/net/proxy-suite

Kurt Jaeger pi at FreeBSD.org
Wed Nov 22 13:34:19 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list