ports/88871: Port www/squidguard did not install
Dean Phillips
dmphilli at gmail.com
Sat Nov 12 00:50:18 UTC 2005
>Number: 88871
>Category: ports
>Synopsis: Port www/squidguard did not install
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 12 00:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Dean Phillips
>Release: FreeBSD 5.4-STABLE
>Organization:
INCA
>Environment:
FreeBSD deanstoy 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Oct 25 19:40:21 CDT 2005 netadmin at deanstoy:/usr/obj/usr/src/sys/DEANSTOY i386
>Description:
Port www/squidguard did not install when "WRKDIRPREFIX=/usr/obj" was in make.conf because it could not find "files/sgcfg.in".
>How-To-Repeat:
echo "WRKDIRPREFIX=/usr/obj" >> /etc/make.conf
cd /usr/ports/www/squidguard
make install
>Fix:
Apply this patch:
--- Makefile.orig Sat Nov 12 00:35:11 2005
+++ Makefile Sat Nov 12 00:32:27 2005
@@ -27,7 +27,7 @@
--with-sg-logdir=${LOGDIR} \
--exec-prefix=${PREFIX}
-CFGINPUT= files/sgcfg.in
+CFGINPUT= ${.CURDIR}/files/sgcfg.in
SQUID_UID?= nobody
SQUID_GID?= nogroup
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list