- Use REQUIRE in lieu of BEFORE where possible
- Include KEYWORD: shutdown for persistent services
- load_rc_config should precede any default settings
- Style fixes, indenting functions, remove single-line functions
Approved by: gabor (maintainer)
Feature safe: yes
command=foo >/dev/null 2>&1
|
v
command=foo
command_args='>/dev/null 2>&1'
This is clearly what should have been done, for several reasons.
No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
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.
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port
is already present on the system when we install amavisd-new, this knob
won't guarantee that we get the proper version. The underlying port
should be changed to use a more modern version of BDB, so instead of
adding quirks here, a PR has been submitted for that port
(ports/148494). [1] [2]
- Proper handling of the WITH_RAR case [3]
- Remove -M option from mdmfs when using ramdisk. This reportedly
stop crashes. [4]
- Bump PORTREVISION
PR: ports/147794 [1], ports/147856 [2]
Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2],
Scot Hetzel <swhetzel@gmail.com> [3],
Andy Dills <andy@xecu.net> (via private mail) [4]
indirectly pulled in by dependencies, has a serious performance
problem.
- Bum PORTREVISION
Requested by: Andy Dills <andy@xecu.net> (via private mail)
packages will hold the hostname of the building cluster in this way.
Just set $localhost_name to $myhostname instead. The latter is
tunable in the configuration file.
- Bump PORTREVISION
Pointed out by: delphij
- Remove old dependency [1]
- Add a warning when memdisk is used, because it is unsafe [2]
- Fix on Perl 5.8.9 [3]
- Bump PORTREVISION
PR: ports/130835 [1], ports/131633 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1][2]
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
This is a maintainance release.
Release notes: http://www.ijs.si/software/amavisd/release-notes.txt
PR: ports/118631 [1],
ports/118732 [2]
Submitted by: Olli Hauer <ohauer@gmx.de> [1],
Michael Scheidell <scheidell@secnap.net> [2]
the current one is fine, but it is reported that portupgrade(1)
has troubles with the current way. No PORTREVISION bump, as it just blocked
the upgrade, but we don't want to require people to rebuild again.
Reported by: Aurelien Croc <aurelien@ap2c.org>
- Don't try to install if WITH_RAR is selected and IA32 compatibility is not
available [2]
PR: ports/114084 [1], ports/113941 [2]
Submitted by: garga [1], Michael Scheidell <scheidell@secnap.net> [2]
- Dependency changes
- Require the fixed versions of zoo/unzoo, which are not vulnerable
- Add ramdisk support
PR: ports/113396
Submitted by: Michael Scheidell <scheidell@secnap.net>
Reviewed by: Mark Martinec <Mark.Martinec@ijs.si> (author)
just does not package. Somehow tinderbox did not reflect this issue, but
pointyhat and local tests did.
Reported by: Bryan Fullerton <bryanf@samurai.com>,
pointyhat (via kris)
Approved by: portmgr (linimon)