Date: Sat, 12 Nov 2005 00:41:14 GMT From: Dean Phillips <dmphilli@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/88871: Port www/squidguard did not install Message-ID: <200511120041.jAC0fE5D037112@www.freebsd.org> Resent-Message-ID: <200511120050.jAC0oH1q046260@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511120041.jAC0fE5D037112>