From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 5 17:00:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A404937B401 for ; Thu, 5 Jun 2003 17:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4851A43F85 for ; Thu, 5 Jun 2003 17:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5600UUp006432 for ; Thu, 5 Jun 2003 17:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5600TXG006430; Thu, 5 Jun 2003 17:00:29 -0700 (PDT) Date: Thu, 5 Jun 2003 17:00:29 -0700 (PDT) Message-Id: <200306060000.h5600TXG006430@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such file ..." X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 00:00:31 -0000 The following reply was made to PR ports/52958; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: jimd@siu.edu, adamw@FreeBSD.org Subject: Re: ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such file ..." Date: Fri, 6 Jun 2003 08:59:12 +0900 On Wed, 4 Jun 2003 20:48:43 -0500 (CDT) none wrote: > >Description: > extace-1.7.8 compile fails: "asm/errno.h: No such file ..." It seems committer of PR ports/52661 has forgotten to add a new patch. The error would be fixed by applying following patch to the ports tree. diff -urN /usr/ports/audio/extace/files/patch-src::audio_processing.c audio/extace/files/patch-src::audio_processing.c --- /usr/ports/audio/extace/files/patch-src::audio_processing.c Thu Jan 1 09:00:00 1970 +++ audio/extace/files/patch-src::audio_processing.c Fri May 23 18:12:07 2003 @@ -0,0 +1,12 @@ +--- src/audio_processing.c.orig Mon Mar 17 04:45:48 2003 ++++ src/audio_processing.c Fri May 23 18:11:12 2003 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "convolve.h" + #ifdef HAVE_LIBRFFTW + #include