Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2025 11:55:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278487] [new port] net-p2p/hostd, renterd, walletd: Offer and rent your storage space on the Sia network
Message-ID:  <bug-278487-7788-FILz7TBRlg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278487-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278487-7788@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=3D278487

--- Comment #15 from bruno <bruno@tinkerbox.org> ---
this line in pkg-plist files makes no sense to me

%%ETCDIR%%.yml.sample

There is no such file, the file is ${PORTNAME}.yml.sample

also they should use the @sample syntax, which is what I had in my submitted
Makefiles in the=20

PLIST_FILES=3D    bin/hostd \
                "@sample ${PREFIX}/etc/hostd.yml.sample" \
                "@sample ${PREFIX}/etc/newsyslog.conf.d/hostd.conf.sample" \
                        "@dir(${USERS},${GROUPS},750) /var/lib/${PORTNAME}"

like described in
https://docs.freebsd.org/en/books/porters-handbook/plist/#plist-config

what is the issue with just using the PLIST_FILES section in the Makefile ?
according to the guide it's acceptable to use that when there are few files=
 in
a port

--=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-278487-7788-FILz7TBRlg>