the author. Add some new ones.
Add "rescan" subcommand to the startup script:
Obtained from: Rafal Szkodzinski
Replace the pinguin icon with Beastie:
Obtained from: Vladimir B. Grebenschikov
Thanks to: above contributors and other testers.
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.
as huge positives. Bump PORTREVISION.
Explicitly turn off the "deprecated-declarations" warning, which allows
to delete the NO_WERROR setting from BSDmakefile.
PR: 162526
Submitted by: Wes Santee
Clean up our BSD-specific version of getifaddr.c of the
#ifdef __linux__ bits and pieces, and put some semblance
of BSD's preferred coding style into the file...