From owner-freebsd-ports@FreeBSD.ORG Sun Aug 13 01:13:29 2006 Return-Path: X-Original-To: ports@freebsd.org 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 D538E16A4DE; Sun, 13 Aug 2006 01:13:29 +0000 (UTC) (envelope-from buaas@uv.wireless.net) Received: from mail.wireless.net (mail.wireless.net [69.43.176.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E5A43D45; Sun, 13 Aug 2006 01:13:29 +0000 (GMT) (envelope-from buaas@uv.wireless.net) Received: from uv.wireless.net (uv [1.10.0.65]) by mail.wireless.net (8.12.10/8.12.10) with ESMTP id k7D1DSAh046786; Sat, 12 Aug 2006 18:13:28 -0700 (PDT) (envelope-from buaas@uv.wireless.net) Received: from uv.wireless.net (localhost [127.0.0.1]) by uv.wireless.net (8.12.8p1/8.12.8) with ESMTP id k7D1DSgF007226; Sat, 12 Aug 2006 18:13:28 -0700 (PDT) (envelope-from buaas@uv.wireless.net) Received: from localhost (localhost [[UNIX: localhost]]) by uv.wireless.net (8.12.8p1/8.12.8/Submit) id k7D1DRux007225; Sat, 12 Aug 2006 18:13:28 -0700 (PDT) From: "Robert A. Buaas" To: sobomax@freebsd.org Date: Sat, 12 Aug 2006 18:13:27 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608121813.27955.buaas@wireless.net> Cc: ports@freebsd.org Subject: FreeBSD Port: asterisk-1.2.9.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: buaas@wireless.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2006 01:13:29 -0000 Dear Max-- >From the Makefile, I see that the date at the top was nearly 3-years ago, so it's not surprising that this port doesn't quite compile... (but the date on the file itself is June 19 of this year) The version in the port is *-1.2.9.1. *-1.2.10 is the current release at asterisk.org. Using FreeBSD-6.1-RELEASE, I could only make an executable Asterisk by defining WITHOUT_ZAPTEL and WITHOUT_FAX. The ZAPTEL error was in chan_zap.c:9077 in pri_dchannel() complaining that a structure didn't have a member "call". The port retrieved zaptel-0.11 whereas your "needs list" at FreeBSD.org says you need zaptal-1.0. I retrieved it manually, pasted it in the ports collection in place of the old version, reconstructed zaptel which registered version-1.0, but still no luck... The FAX error was in app_rxfax.c:290 in fx_fax_exec() complaining that a structure didn't have a member "logging". Both of these errors are likely the result of some change being made in a header file, which is out of date... or something. The ZAPTEL thing isn't a problem for me as I want only a SIP engine, but not having the FAX capability is rather limiting... Any suggestions? I'll certainly understand if you're no longer doing this work. very best regards/bob