| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 Feb 2012 22:15:57
20061223
|
eadler  |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout |
14 Jan 2012 08:57:23
20061223
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
24 Oct 2011 09:11:38
20061223
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Mar 2011 12:54:45
20061223
|
miwi  |
- Get Rid MD5 support |
07 Jun 2010 15:46:28
20061223
|
skv  |
Unbreak build for RELENG_8 and later.
PR: ports/145176
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> |
27 Mar 2010 00:15:24
20061223
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
20061223
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
28 Sep 2008 17:43:12
20061223
|
skv  |
Unbreak build on 7.1
Submitted by: pluknet <pluknet xxx gmail.com> |
07 Aug 2008 09:49:55
20061223
|
erwin  |
Don't overlook the n in ifndef and restore the original meaning
for NO_PACKAGE, and add a separate IGNORE for pointyhat.
Noticed by: Eugene Kazarinov <kamuzon@milshop.ru> |
05 Aug 2008 07:19:32
20061223
|
erwin  |
To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE |
03 Jun 2008 10:40:16
20061223
|
skv  |
Fix typo & encoding. |
02 Jun 2008 16:27:40
20061223
|
skv  |
* add new example to ng_ipacct.conf [1]
* skip NO_PACKAGE if PACKAGE_BUILDING is defined [1]
* minor clean
PR: ports/105597
Submitted by: Eugene Grosbein <eugen xx kuzbass.ru> |
29 Jun 2007 09:16:42
20061223
|
linimon  |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr |
25 Dec 2006 10:38:10
20061223
|
skv  |
Update to 20061223 |
14 Sep 2006 16:40:18
20050731_2
|
skv  |
* Add amd64 patches
* Install "etc/ng_ipacct.conf.sample" only. |
03 Sep 2006 19:41:45
20050731_1
|
skv  |
Add support for ng_bpf to example scripts.
PR: ports/102742
Submitted by: Eugene Grosbein <eugen xx grosbein.pp.ru> |
03 Sep 2006 00:36:51
20050731
|
kris  |
BROKEN: Unfetchable |
23 Jan 2006 23:46:06
20050731
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:47:22
20050731
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
01 Aug 2005 07:59:53
20050731
|
skv  |
Update to 20050731:
* fix build for 6.0
* support NGGIF data-link type |
12 Apr 2005 18:17:46
20050228_1
|
skv  |
Minor typo: "divert" => "tee" |
02 Apr 2005 16:34:45
20050228_1
|
skv  |
* fix "missed DLT initialization" issue
* add "ng_ipacct_%%iface%%_checkpoint_script" feature
(and target "checkpoint" for rc.d/ng_ipacct.sh)
* add example "PPTP (via mpd), divert traffic to ng_ksocket" |
28 Feb 2005 12:34:58
20050228
|
skv  |
Add ng_ipacct 20050228, Netgraph IP accounting. |