| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
| |
- While here, kill 4.x define
|
|
|
|
|
|
| |
PR: ports/112621
Submitted by: Michael Bushkov <bushman@stinger.cc.rsu.ru> (maintainer)
Approved by: garga (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Style
PR: ports/101178
Submitted by: Michael Bushkov <bushman@rsu.ru> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
| |
PR: ports/84780
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: portmgr (marcus)
|
| |
|
| |
|
|
|
|
|
| |
PR: 70066
Submitted by: Michael Bushkov <bushman@stinger.cc.rsu.ru>
|
|
|
|
|
| |
PR: 69789
Submitted by: Michael Bushkov <bushman@rsu.ru> (maintainer)
|
|
PR: 68811, 68810
Submitted by: Michael Bushkov <bushman@rsu.ru>
|