Date: Sat, 4 Jul 2020 13:29:15 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541214 - branches/2020Q3/net/rpki-client/files Message-ID: <202007041329.064DTFCa089357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Jul 4 13:29:14 2020 New Revision: 541214 URL: https://svnweb.freebsd.org/changeset/ports/541214 Log: MFH: r541061 net/rpki-client: Fix creaton of cache and db dir Fix the creation of the cahce and db dir for rpki-client. When running the build as root, the rpki-client build infra tries to change the owner of the cache and db dir, which fails since the user isn't created until later. Since we deal with special perimissions and owners/groups of files in pkg-plist anyway, there is no need to try to change the owner/group from the rpki-client build infra, so add a patch that just creates the directories without changing ownership. This fixes the build of rpki-client on the package cluster. Approved by: ports-secteam (joenum) Added: branches/2020Q3/net/rpki-client/files/ - copied from r541061, head/net/rpki-client/files/ Modified: Directory Properties: branches/2020Q3/ (props changed)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007041329.064DTFCa089357>