From owner-svn-ports-all@FreeBSD.ORG Thu Dec 6 05:55:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4EBE17D2; Thu, 6 Dec 2012 05:55:22 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B89F48FC08; Thu, 6 Dec 2012 05:55:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB65tMoU074350; Thu, 6 Dec 2012 05:55:22 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB65tMD6074349; Thu, 6 Dec 2012 05:55:22 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201212060555.qB65tMD6074349@svn.freebsd.org> From: Kevin Lo Date: Thu, 6 Dec 2012 05:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308364 - head/graphics/libfpx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 05:55:22 -0000 Author: kevlo Date: Thu Dec 6 05:55:22 2012 New Revision: 308364 URL: http://svnweb.freebsd.org/changeset/ports/308364 Log: Fix build with clang. Maintainer timed out. Feature safe: yes PR: ports/173851 Modified: head/graphics/libfpx/files/patch-unused-privates Modified: head/graphics/libfpx/files/patch-unused-privates ============================================================================== --- head/graphics/libfpx/files/patch-unused-privates Thu Dec 6 05:07:52 2012 (r308363) +++ head/graphics/libfpx/files/patch-unused-privates Thu Dec 6 05:55:22 2012 (r308364) @@ -12,3 +12,14 @@ that some compilers (clang-3.2) complain - OLEStorage* resultStorage; // Result FPX Image storage // Geometric parameters +--- oless/h/dir.hxx.orig 2012-11-23 13:08:46.000000000 +0800 ++++ oless/h/dir.hxx 2012-11-23 13:09:02.000000000 +0800 +@@ -140,8 +140,6 @@ + private: + inline BYTE GetBitFlags() const; + inline void SetBitFlags(BYTE bValue, BYTE bMask); +- +- BYTE _bpad[CBDIRPAD]; + }; + + //+------------------------------------------------------------------------- \ No newline at end of file