| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Aug 2012 08:41:08
2.4.0rc5_6
|
fjoe  |
Fix CONFLICTS definition. |
29 Aug 2012 08:39:23
2.4.0rc5_6
|
fjoe  |
This port conflicts with dahdi-kmod26-*. |
29 Aug 2012 08:34:56
2.4.0rc5_6
|
fjoe  |
Fix portlint error: use a tab (not space) after a variable name |
01 Jun 2012 05:26:28
2.4.0rc5_6
|
dinoex  |
- update png to 1.5.10 |
30 May 2012 08:40:11
2.4.0rc5_5
|
fjoe  |
- Fix wcte12xp unloading (implement flush_workqueue)
- Fix nethdlc -> bchan/dchan reconfiguration (unlock chan mtx
before destroying iface)
- Bump PORTREVISION |
23 Feb 2012 08:08:51
2.4.0rc5_4
|
fjoe  |
- Fix build on FreeBSD 9 and later where "bool" is defined in <sys/types.h>
- Bump PORTREVISION |
30 Jan 2012 16:37:37
2.4.0rc5_3
|
fjoe  |
- Fix latency reconfiguration on 5th gen wct4xxp cards:
FILTER_SCHEDULE_THREAD does not work on FreeBSD as described --
it is not actually a bit flag, so should not be used with FILTER_HANDLED
- Bump port version to 2.4.0rc5_3 |
14 Jan 2012 08:57:23
2.4.0rc5_2
|
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. |
07 Nov 2011 19:36:01
2.4.0rc5_2
|
fjoe  |
- increase the number of buffers for nethdlc because receiver is now run
in a taskqueue
- return ENOBUFS when there are not enough output buffers on nethdlc send |
07 Nov 2011 17:22:34
2.4.0rc5_1
|
fjoe  |
Implement nethdlc with Cisco HDLC encapsulation: when a span is configured
in nethdlc mode ngX network interface is created. |
02 Aug 2011 12:56:35
2.4.0rc5
|
linimon  |
Use the canonical way to test for the presence of FreeBSD src files.
Approved by: maintainer |
15 May 2011 02:49:17
2.4.0rc5
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
18 Apr 2011 17:38:21
2.4.0rc5
|
fjoe  |
Split dahdi port into two parts:
- dahdi - userland libraries and utilities
- dahdi-kmod - kernel modules
dahdi port can be packaged and this allows asterisk package
(that depends on dahdi) to be built as well. |