[Bug 195329] [PATCH] www/phpsysinfo: Update to 3.1.17
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 6 12:10:59 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195329
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|patch-ready |
CC| |marino at FreeBSD.org
--- Comment #8 from John Marino <marino at 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.
More information about the freebsd-ports-bugs
mailing list