Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2015 12:10:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195329] [PATCH] www/phpsysinfo: Update to 3.1.17
Message-ID:  <bug-195329-13-wMxcDkGOxo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195329-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195329-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=195329

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch-ready                 |
                 CC|                            |marino@FreeBSD.org

--- Comment #8 from John Marino <marino@FreeBSD.org> ---
this line in install target is most likely wrong:

${CHMOD} -R ${BINMODE} ${STAGEDIR}${WWWDIR}


problem 1: chmod are supposed to be handle by @mode keyword in pkg-plist
problem 2: The directory is full of gifs, text files, png, css, xml.  There is
no way those are supposed to be executable.

Presumably the intent is to limit chmod changes to .php files only, most of
which are in WWWDIR/includes.

I think this is needs to be looked at.  I'm moving this out of patch-ready. 
I'll handle it quickly once fixed.

-- 
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-195329-13-wMxcDkGOxo>