OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
- Don't show OPTIONS dialog for just DOCS option
- Tidy up port Makefile
- Rework rc script
- Add UPDATING message and pkg-message to inform users about the
rc script changes
PR: ports/178644
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
- Convert to new options framework
- Use space for WWW line in pkg-descr
- Trim Makefile headers
PR: ports/178400
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
username existing.
PR: ports/166943
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
- While here, use packages for perl dependencies to avoid requiring bsd.perl.mk
Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
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.
- Make pkg-install, pkg-plist and the rc script use variables defined
in the Makefile.
- Start using our own ETCDIR instead of co-opting postfix.
- Warn users about relocating the whitelists due to the ETCDIR move.
- Set postgrey's default group (--group) to the port's value.
- Add rc script postgrey_dbdir and postgrey_options variables to
avoid duplication of defaults when adding command-line flags.
- Remove redundant flags from the rc script postgrey_flags variable.
PR: ports/162188
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Reviewed by: myself
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
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.
Changelog:
- fix compatibility with Berkeley-DB < 4.1
- fix crash in the database-cleanup routine (Vito Robar)
- updated whitelist
- don't be pedantic about wrong reverse-dns entries: it doesn't really help
and it could affect legitimate mail servers (Andreas Hoedle)
PR: ports/89484
Submitted by: Harold Paulson (maintainer)