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.
ip6addrctl presently starts before freenet6. this causes
the multicast routes being added to produce irritating error
messages.
PR: ports/114499
Submitted by: "John Merryweather Cooper" <j.m.cooper@borgsdemons.com>
Approved by: edwin@mavetju.org
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
To: edwin@mavetju.org
Subject: Change to net/freenet6/files/freenet6.sh.in
Could you make the following change, please.
This is needed to ensure that freenet6 is started before
servers like Apache and bind which may need the IPv6 tunnel
to be present.
Submitted by: "J.R. Oldroyd" <jr@opal.com>
I've noticed that on some 'unsymmetric' locales/charsets, the
lower/uppercase conversion in the tspc-scripts fails on FreeBSD
5.x (caused by tr being changed to behave posixly correct). The
fix is easy, see attached patch.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
When compiling the freenet6 port, some compiler warnings
are generated. By including string.h they are removed.
PR: ports/50217
Submitted by: root <macklobell@hotmail.com>
- cleanup pkg-message handling: we don't need a base pkg-message: we
generate ${WRKSRC}/pkg-message from ${FILESDIR}/pkg-message.in
- pkg-message -> ${PKGMESSAGE}
- use a different example host to ping6 in pkg-message.in
PR: 31921
Submitted by: maintainer