From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 12:32:00 2005 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 0AEBE16A41F for ; Fri, 14 Oct 2005 12:32:00 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8305B43D46 for ; Fri, 14 Oct 2005 12:31:59 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j9ECVuDE004083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Oct 2005 08:31:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.4/Submit) id j9ECVubu004082; Fri, 14 Oct 2005 08:31:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: Paulo Fragoso Date: Fri, 14 Oct 2005 08:31:55 -0400 User-Agent: KMail/1.8.2 References: <434F8295.4050508@nlink.com.br> In-Reply-To: <434F8295.4050508@nlink.com.br> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: ports@freebsd.org Subject: Re: About nas-1.7b and FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 12:32:00 -0000 Sorry about the trouble. Does it work if you replace stdint.h with inttypes.h? Thanks for confirmation! -mi On Friday 14 October 2005 06:04 am, Paulo Fragoso wrote: = Hi, = = This port has a patch = (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) = forcing to use stdint.h which there isn't in FreeBSD 4.11. We can = compile audio/nas using FreeBSD 4.11. = = Removing this patch all works fine on FreeBSD 4.11. = = Paulo.