From nobody@FreeBSD.org  Mon Feb 13 11:29:38 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0912B106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Feb 2012 11:29:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id ECF848FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Feb 2012 11:29:37 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DBTbr3080424
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Feb 2012 11:29:37 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DBTbLf080423;
	Mon, 13 Feb 2012 11:29:37 GMT
	(envelope-from nobody)
Message-Id: <201202131129.q1DBTbLf080423@red.freebsd.org>
Date: Mon, 13 Feb 2012 11:29:37 GMT
From: Yanhui Shen <shen.elf@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/faad missing head files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         165090
>Category:       ports
>Synopsis:       audio/faad missing head files
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 11:30:18 UTC 2012
>Closed-Date:    Sun Jun 02 12:17:41 UTC 2013
>Last-Modified:  Sun Jun 02 12:17:41 UTC 2013
>Originator:     Yanhui Shen
>Release:        FreeBSD 9.0
>Organization:
China
>Environment:
FreeBSD ThinkPad 9.0-STABLE FreeBSD 9.0-STABLE #3: Thu Feb  9 19:54:36 CST 2012     shen@ThinkPad:/usr/obj/usr/src/sys/ThinkPad  amd64
>Description:
The audio/faad installs "mp4ff.h" and "mp4ffint.h",
and both of them include "mp4ff_int_types.h" which is not installed!

Also, I've checked it on Gentoo Linux, 
if I "emerge faad2", 
the "mp4ff_int_types.h" will be installed in /usr/include.
>How-To-Repeat:
cd /usr/ports/audio/faad && make install clean
>Fix:
Install the "mp4ff_int_types.h" into /usr/local/include,
mp4ff_int_types.h is in the faad's source code.
(./common/mp4ff/mp4ff_int_types.h)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 13 11:30:36 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165090 

From: r4721@tormail.org
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/165090: audio/faad missing head files
Date: Mon, 27 May 2013 08:03:42 -0000

 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #else
 #include "mp4ff_int_types.h"
 #endif
 
 HAVE_STDINT_H is 1 on freebsd, so mp4ff_int_types.h will not be used.
 mp4ff_int_types.h is only used for defining some types with _WIN32.
 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Jun 2 12:17:40 UTC 2013 
State-Changed-Why:  
this appears to not be a bug; if for some reason HAVE_STDINT_H is not 
getting set please let us know. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165090 
>Unformatted:
