From owner-freebsd-ports@FreeBSD.ORG Sun Nov 28 08:55:46 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EB316A4CE for ; Sun, 28 Nov 2004 08:55:46 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id C920B43D55 for ; Sun, 28 Nov 2004 08:55:44 +0000 (GMT) (envelope-from netch@lucky.net) Received: from burka.carrier.kiev.ua (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id iAS8tXP6059837; Sun, 28 Nov 2004 10:55:37 +0200 (EET) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id iAS8tXAa059834; Sun, 28 Nov 2004 10:55:33 +0200 (EET) (envelope-from netch) Date: Sun, 28 Nov 2004 10:55:33 +0200 From: Valentin Nechayev To: Craig & Tanya Gleadall Message-ID: <20041128085533.GA52458@lucky.net> References: <007801c4d351$9d06d960$0b6aa8c0@venus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007801c4d351$9d06d960$0b6aa8c0@venus> X-42: On X-Verify-Sender: Address has been verified (burka.carrier.kiev.ua) X-Antivirus: Dr.Web (R) for Mail Servers on kozlik.carrier.kiev.ua host X-Antivirus-Code: 100000 cc: ports@freebsd.org cc: netch@netch.kiev.ua Subject: Re: FreeBSD Port: pppd-2.3.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 08:55:46 -0000 Hi, Thu, Nov 25, 2004 at 19:48:14, ct.gleadall wrote about "FreeBSD Port: pppd-2.3.11": > Is there any work happening on a port for the 'new' version of pppd 2.4.1, available at samba.org? > If there is no work happening what level of effort is it to build from linux source? It requires porting changes of system routines API, which happened between system-independent level and implementation files for supported platforms (linux, solaris...); this is rather non-trivial (it's radical, better to say). I have no time yet to do this rewriting. OTOH, this will give too small profit; pppd's way to implement PPTP, PPPOE, etc. is hardly compatible with FreeBSD because it supports them (in kernel) not with terminal line discipline, but with other mechanisms (mainly netgraph). -netch-