From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 20:30:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42EB61065677 for ; Sat, 8 May 2010 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 049098FC13 for ; Sat, 8 May 2010 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o48KU0OH016284 for ; Sat, 8 May 2010 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o48KU0K5016283; Sat, 8 May 2010 20:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 May 2010 20:30:00 GMT Resent-Message-Id: <201005082030.o48KU0K5016283@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Kolkovich Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE00D1065670 for ; Sat, 8 May 2010 20:24:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5458FC1F for ; Sat, 8 May 2010 20:24:57 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o48KOvuu023101 for ; Sat, 8 May 2010 20:24:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o48KOvKK023100; Sat, 8 May 2010 20:24:57 GMT (envelope-from nobody) Message-Id: <201005082024.o48KOvKK023100@www.freebsd.org> Date: Sat, 8 May 2010 20:24:57 GMT From: Richard Kolkovich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146407: audio/jack 0.118 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 20:30:01 -0000 >Number: 146407 >Category: ports >Synopsis: audio/jack 0.118 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 08 20:30:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Richard Kolkovich >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: FreeBSD magus 8.0-STABLE FreeBSD 8.0-STABLE #2: Tue Mar 2 10:43:00 CST 2010 root@magus:/usr/obj/usr/source/RELENG_8/sys/MAGUS amd64 >Description: audio/jack fails to build. This was reported for the previous version as PR 145121. The build error is as follows: memops.c:33:20: error: endian.h: No such file or directory gmake[3]: *** [jack_alsa_la-memops.lo] Error 1 >How-To-Repeat: cd /usr/ports/audio/jack && make >Fix: Attached patch Patch attached with submission follows: --- memops.c.orig 2010-05-08 15:17:31.387125824 -0500 +++ memops.c 2010-05-08 15:16:58.170924044 -0500 @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include >Release-Note: >Audit-Trail: >Unformatted: