Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2015 12:34:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198219] [MAINTAINER] www/piwik: update to 2.11.1
Message-ID:  <bug-198219-13-uMdU7oNUgi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198219-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198219-13@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=198219

--- Comment #2 from Hans Fredrik Nordhaug <hans@nordhaug.priv.no> ---
So the error you are talking about is:

====>> Checking for extra files and directories
====>> Error: Files or directories left over:
@dir %%WWWDIR%%
@dir %%WWWDIR%%/tmp
@dir %%WWWOWN%%

The creation of the tmp directory is handle by the following line in pkg-plist:

@exec install -m 755 -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/tmp

That lines has been present for a long time and it hasn't been reported as an
error earlier. Maybe something in the port framework has changed? (The error
doesn't show up with "port test".) 

Anyway, I need help to fix this error is I don't have a clue.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198219-13-uMdU7oNUgi>