Date: Sat, 17 Mar 2018 03:55:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226668] www/piwik: Fails to build if WWWOWN is not set to www Message-ID: <bug-226668-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226668 Bug ID: 226668 Summary: www/piwik: Fails to build if WWWOWN is not set to www Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: tz@freebsd.org Reporter: freebsd-bugs@cklie.de Assignee: tz@freebsd.org Flags: maintainer-feedback?(tz@freebsd.org) Created attachment 191568 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191568&action= =3Dedit Patch for pkg-plist Overview: Build fails if WWWOWN is set to everything but www.=20 Looks like a simple search and replace error in pkg-plist. Multiple files in pkg-plist are listed like this: %%WWWOWN%%.118700.se.png All affected filenames contain the string "www". See attached patch for details. Steps to Reproduce: 1) set WWWOWN=3Dnobody 2) try to build port Actual Results: =3D=3D=3D> Building package for piwik-3.2.1 [...] pkg-static: Unable to access file /wrkdirs/usr/ports/www/piwik/work/stage/usr/local/www/piwik/plugins/Morpheu= s/icons/dist/searchEngines/nobody2.inbox.com.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/www/piwik/work/stage/usr/local/www/piwik/plugins/Morpheu= s/icons/dist/searchEngines/nobody3.zoek.nl.png:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/www/piwik Expected Results: port builds and uses WWWOWN to set correct file permissio= ns. This is my first report. Please let me know if you need anything else. --=20 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-226668-13>