Created attachment 238929 [details] znc-clientbuffer.diff New port: irc/znc-clientbuffer: Client specific buffers module for ZNC - portlint - poudriere testport for FreeBSD 12.4 + 13.1 (logs attached) - Package tested in production
Created attachment 238930 [details] poudriere log for FreeBSD 12.4
Created attachment 238931 [details] poudriere log for FreeBSD 13.1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc1d0dbeeaaebfa32147f3c594a33f92ef8d7e5 commit 0bc1d0dbeeaaebfa32147f3c594a33f92ef8d7e5 Author: Manuel Wiesinger <mdw@freebsd.org> AuthorDate: 2022-12-19 18:55:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-19 18:58:40 +0000 irc/znc-clientbuffer: New port ZNC Clientbuffer is a module for ZNC that allows to maintain client specific buffers for identified clients. PR: 268474 Reported by: manuel@mmap.at Approved by: mdw (Submitter is maintainer) irc/Makefile | 1 + irc/znc-clientbuffer/Makefile (new) | 34 ++++++++++++++++++++++++++++++++++ irc/znc-clientbuffer/distinfo (new) | 3 +++ irc/znc-clientbuffer/pkg-descr (new) | 2 ++ 4 files changed, 40 insertions(+)
Committed with changes. INSTALL_MAN macro is for installing man pages which has some of it's own magics like compression and installing it in the relevant MANDIRS. For normal files like *.md, *.html the macro is INSTALL_DATA. We also try to OPTIONIZE DOCS files to reduce pkg payloads. So I have also OPTIONIZED DOCS here and is installing the DOCS only when a user choses to install docs.