Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2018 12:47:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 227921] www/apache24: please add dependency to devel/ccache
Message-ID:  <bug-227921-16115-PY0TOCgdaE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227921-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227921-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227921

Markus Kohlmeyer <rootservice@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rootservice@gmail.com

--- Comment #1 from Markus Kohlmeyer <rootservice@gmail.com> ---
Can't find any reference to ccache in the sources or port files for apache24

[root@devnoip:~] # grep -rin 'ccache' httpd-2.4.33/ /usr/ports/www/apache24/
httpd-2.4.33/docs/server-status/server-status.lua:409:var trafficCache = [];
httpd-2.4.33/docs/server-status/server-status.lua:523:       
trafficCache.push(el);
httpd-2.4.33/docs/server-status/server-status.lua:524:        if
(trafficCache.length > maxRecords) {
httpd-2.4.33/docs/server-status/server-status.lua:525:           
trafficCache.shift();
httpd-2.4.33/docs/server-status/server-status.lua:530:        for (var i in
trafficCache) {
httpd-2.4.33/docs/server-status/server-status.lua:531:            var el =
trafficCache[i];


So it looks to me, that you overlooked a reference to ccache on your own
system.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227921-16115-PY0TOCgdaE>