Ipf headers not installed per default ?

Robin P. Blanchard Robin.Blanchard at gactr.uga.edu
Fri Apr 11 12:40:28 PDT 2003


Just rebuilt and installed/world kernel: FreeBSD 4.8-STABLE #0: Fri Apr 11
14:34:37 EDT 2003

Using the latest Makefile for squid25:
# fgrep \$FreeBSD /usr/ports/www/squid/Makefile 
# $FreeBSD: ports/www/squid/Makefile,v 1.100 2003/04/09 08:31:30 adrian Exp $

Modified with:
# fgrep CONFIGURE_ARGS Makefile |fgrep -v \#
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin  --sysconfdir=${PREFIX}/etc/squid \
CONFIGURE_ARGS+= --enable-icmp
CONFIGURE_ARGS+= --enable-delay-pools
CONFIGURE_ARGS+= --disable-wccp
CONFIGURE_ARGS+= --enable-kill-parent-hack
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --enable-time-hack
CONFIGURE_ARGS+= --enable-forw-via-db
CONFIGURE_ARGS+= --enable-ipf-transparent
CONFIGURE_ARGS+= --disable-ident-lookups
CONFIGURE_ARGS+= --enable-underscores

The configure script does not locate IPF's header files. I had to manually
copy them over:
# cp -p /usr/src/sys/contrib/ipfilter/netinet/*.h /usr/include/netinet/

Squid then built fine. Should these header files be installed with the world?
Or should squid's port be modified to include /usr/src/sys/include/ipfilter ?



---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404 <|> fax: 706.542.6546
---------------------------------------


More information about the freebsd-stable mailing list