Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Nov 2019 12:41:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240560] net/routinator: Update to 0.6.1
Message-ID:  <bug-240560-7788-6kWwydnMZq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240560-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240560-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=3D240560

Raphael Kubo da Costa <rakuco@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco@FreeBSD.org

--- Comment #5 from Raphael Kubo da Costa <rakuco@FreeBSD.org> ---
Hi Jaap. I've run portlint on the port after applying this patch, and got

FATAL: PLIST_FILES: files cannot contain %%FOO%% variables.  Use make varia=
bles
and logic instead
FATAL: PLIST_FILES: files cannot contain %%FOO%% variables.  Use make varia=
bles
and logic instead

Since you're setting the plist in the Makefile, you shouldn't be using %%FO=
O%%
expansions, but rather the variables that actually set those substitutions.=
 In
this case, ${ETCDIR_REL}. Alternatively, you could just add a pkg-plist.

You also need to add entries to UIDs and GIDs for the new user/group you're
adding, see
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/users-an=
d-groups.html.

--=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-240560-7788-6kWwydnMZq>