From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 29 00:10:26 2004 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 3D7D416A4CF for ; Fri, 29 Oct 2004 00:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C60643D45 for ; Fri, 29 Oct 2004 00:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9T0AQE4036613 for ; Fri, 29 Oct 2004 00:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9T0AP1c036605; Fri, 29 Oct 2004 00:10:25 GMT (envelope-from gnats) Resent-Date: Fri, 29 Oct 2004 00:10:25 GMT Resent-Message-Id: <200410290010.i9T0AP1c036605@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, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781F516A4CE for ; Fri, 29 Oct 2004 00:04:09 +0000 (GMT) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E699D43D2F for ; Fri, 29 Oct 2004 00:04:08 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf16aec.mail.bellsouth.netESMTP <20041029000403.MWUH8988.imf16aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 28 Oct 2004 20:04:03 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9T03x7G082419; Thu, 28 Oct 2004 20:03:59 -0400 (EDT) (envelope-from ahze) Message-Id: <200410290003.i9T03x7G082419@blueheron.ahze.net> Date: Thu, 28 Oct 2004 20:03:59 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73260: [MAINTAINER] audio/faac: Add missing header, fix build for other ports. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 00:10:26 -0000 >Number: 73260 >Category: ports >Synopsis: [MAINTAINER] audio/faac: Add missing header, fix build for other ports. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 00:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #69: Mon Oct 25 23:48:21 EDT 2004 >Description: - Add missing header, fixes build on other ports. ie. gstreamer-plugins Pointed out by: sean@mcneil.com Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- faac-1.24_2.patch begins here --- Index: files/patch-gcc =================================================================== RCS file: /home/ncvs/ports/audio/faac/files/patch-gcc,v retrieving revision 1.2 diff -u -r1.2 patch-gcc --- files/patch-gcc 26 Oct 2004 18:24:58 -0000 1.2 +++ files/patch-gcc 29 Oct 2004 00:02:04 -0000 @@ -1,14 +1,15 @@ --- include/faac.h.orig Mon Nov 24 13:10:32 2003 -+++ include/faac.h Fri Oct 22 20:03:09 2004 -@@ -36,7 +36,6 @@ ++++ include/faac.h Thu Oct 28 20:01:36 2004 +@@ -36,7 +36,7 @@ # endif #endif -#pragma pack(push, 1) ++#include typedef struct { void *ptr; -@@ -76,17 +75,16 @@ +@@ -76,17 +76,16 @@ int FAACAPI faacEncGetDecoderSpecificInfo(faacEncHandle hEncoder, unsigned char **ppBuffer, unsigned long *pSizeOfDecoderSpecificInfo); @@ -30,7 +31,7 @@ #ifdef __cplusplus } --- include/faaccfg.h.orig Wed Oct 29 05:31:24 2003 -+++ include/faaccfg.h Fri Oct 22 19:59:53 2004 ++++ include/faaccfg.h Thu Oct 28 20:01:13 2004 @@ -45,7 +45,6 @@ #define SHORTCTL_NOSHORT 1 #define SHORTCTL_NOLONG 2 --- faac-1.24_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: