ports/73260: [MAINTAINER] audio/faac: Add missing header, fix build for other ports.
Michael Johnson
ahze at ahze.net
Fri Oct 29 00:10:26 UTC 2004
>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 at 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 <sys/types.h>
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:
More information about the freebsd-ports-bugs
mailing list