Date: Fri, 27 May 2022 13:30:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264285] net-mgmt/cacti: fix pkg-plist Message-ID: <bug-264285-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264285 Bug ID: 264285 Summary: net-mgmt/cacti: fix pkg-plist Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: drs-freebsd@sieborger.nom.za CC: m.muenz@gmail.com CC: m.muenz@gmail.com Flags: maintainer-feedback?(m.muenz@gmail.com) Created attachment 234263 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234263&action= =3Dedit patch to correct pkg-plist The entries below from pkg-plist cause the package stage to fail if CACTIUS= ER is set to anything other than "cacti": %%CACTIDIR%%/docs/images/%%CACTIUSER%%-https.PNG %%CACTIDIR%%/docs/images/%%CACTIUSER%%-log.png The patch attached corrects that. Here's what happens when CACTIUSER is set to "www": =3D=3D=3D> Building package for cacti-1.2.20 pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/cacti/work/stage/usr/local/share/cacti/docs/ima= ges/www-https.PNG:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/cacti/work/stage/usr/local/share/cacti/docs/ima= ges/www-log.png:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/net-mgmt/cacti --=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-264285-7788>