From nobody@FreeBSD.org  Tue Nov 13 04:10:57 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 49813723
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2012 04:10:57 +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 321098FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2012 04:10:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAD4AuZp038460
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2012 04:10:56 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qAD4Aumf038459;
	Tue, 13 Nov 2012 04:10:56 GMT
	(envelope-from nobody)
Message-Id: <201211130410.qAD4Aumf038459@red.freebsd.org>
Date: Tue, 13 Nov 2012 04:10:56 GMT
From: "Taguchi, Chie" <chaika@nn.iij4u.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Unused privte field error in graphics/libfpx
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mi@aldan.algebra.com

>Number:         173591
>Category:       ports
>Synopsis:       [patch] Unused privte field error in graphics/libfpx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 13 04:20:00 UTC 2012
>Closed-Date:    Fri Dec 07 01:20:31 UTC 2012
>Last-Modified:  Fri Dec 07 01:20:31 UTC 2012
>Originator:     Taguchi, Chie
>Release:        current
>Organization:
>Environment:
FreeBSD ark 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r242885: Sun Nov 11 17:50:23 JST 2012     root@ark:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I ran 'make install clean' in /usr/ports/graphics/libfpx, but I got a following error and stopped process:

===>  Building for libfpx-1.3.1.1
Warning: Object directory not changed from original /usr/ports/graphics/libfp
c++  -O2 -pipe -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PAR
-1.3.1-1/oless/dir.cxx -o dir.So
-1.3.1-1/oless/docfile.cxx -o docfile.So
c++  -O2 -pipe -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PAR
In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/di
In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/ms
In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h/
/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h/dir.hxx:144:11: error:
    BYTE  _bpad[CBDIRPAD];
          ^
1 error generated.

>How-To-Repeat:
cd /usr/ports/graphics/libfpx
make install clean
>Fix:
I thought, it was similarly ports/172637: graphics/libfpx.
So I made a patch-file, and I could compile libfpx-1.3.1.1.
I will attach the patch-file.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 13 04:20:09 UTC 2012 
Responsible-Changed-Why:  
mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173591 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Nov 13 04:20:11 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mi@aldan.algebra.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/173591: [patch] Unused privte field error in graphics/libfpx
Date: Tue, 13 Nov 2012 04:20:10 UT

 Maintainer of graphics/libfpx,
 
 Please note that PR ports/173591 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173591
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: kevlo 
State-Changed-When: Fri Dec 7 01:19:00 UTC 2012 
State-Changed-Why:  
Fixed as r308364. 

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