| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Simplify DOCS installation
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
- Add LICENSE*
PR: 205376
Submitted by: jochen@jochen-neumeister.de
|
|
|
|
| |
energy to keep up.
|
|
|
|
|
|
|
|
|
|
|
| |
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl. This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20. For affected ports, the interpreter
was changed to localbase.
In one case, the interpreter was correct, but it wasn't surround by
quotes. Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
|
| |
|
|
|
|
| |
- Bump portrevision as a directory was not packaged with intended owner
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
|
|
| |
Approved by: rafan (maintainer), jadawin (mentor)
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
dns)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
|
|
|
|
|
| |
- Add trailing slash for INSTALL_* destinations
- Make DATADIR really configurable
|
|
from well-known mailgraph package.
WWW: http://www.linux.it/~md/software/
|