atom feed2 messages in org.freebsd.freebsd-isdnRe: C4B for modern FreeBSD [was: I4B:...
FromSent OnAttachments
Bjoern A. ZeebSep 9, 2010 2:48 pm 
Bjoern A. ZeebOct 16, 2010 9:24 am 
Subject:Re: C4B for modern FreeBSD [was: I4B: what happened, which options? [was: Policy for removing working code]]
From:Bjoern A. Zeeb (bzee@lists.zabbadoz.net)
Date:Oct 16, 2010 9:24:35 am
List:org.freebsd.freebsd-isdn

On Thu, 9 Sep 2010, Bjoern A. Zeeb wrote:

Hi,

2) I am (was) still running C4B on amd64 on RELENG_8 with a privately hacked together capi call log, which is a hack without me even thinking about capi (specs) when doing it, but was doing the job for me for 7 and 8. Getting the last C4B compiled for 8/HEAD or amd64 isn't a lot of patching and I can probably provide patches to you, if you want to make it a port. The PRIV constants needed for this in the base system have been shiping for a while: http://svn.freebsd.org/viewvc/base?view=revision&revision=192577

having sent out the patch to the only person who requested it privately, I thought for later reference I should post it here as well:

! Allow the latest Capi4BSD from http://www.nord-com.net/thomas.wintergerst/ ! to compile on amd64 as well as modern FreeBSD versions without suser() ! or I4B support.

http://people.freebsd.org/~bz/20101016-01-c4b-amd64-priv.diff

I have done some late changed to get the __FreeBSD_version checks as correct as possible and it compiles on my FreeBSD HEAD/amd64 but I haven't tested it more. I used to use it for a simple call log in the past but not more either. If you give it a try, send me feedback!

/bz