literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- Change DIST_SUBDIR for compatible with games/linux-ut
- Remove USE_PERL5 and lang/perl5.8 dependencies
- Restore netgames patch which broken in previous 451 port version
- Allow using more game options in ucc_map for rc_subr script such as
"DM-Morbias][?game=BotPack.TeamGamePlus?mutator="
PR: ports/102212
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
o rc_subr script: check up using of /usr/sbin/daemon and support <user>
to run command as. [1]
o while I'm here: replace spaces to tabs at Makefile after variables.
PR: 101792 [1]
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) [1]
Approved by: netchild (mentor, implicit)
From maintainer:
Without using daemon(8) ucc-bin dies during system startup because of
SIGHUP signal. Sorry to say I can't find analogue for -p options on
4.x daemon(8). That's why 4.x users must use ucc script in root
directory of utserver installation or upgrade daemon(8).
PR: ports/101641
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)