From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 23:21:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FD71D93; Sat, 5 Jul 2014 23:21:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D12328B5; Sat, 5 Jul 2014 23:21:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65NLlbE036818; Sat, 5 Jul 2014 23:21:47 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65NLkeK036816; Sat, 5 Jul 2014 23:21:46 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201407052321.s65NLkeK036816@svn.freebsd.org> From: Sean Bruno Date: Sat, 5 Jul 2014 23:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360840 - in head/x11/pixman: . 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.18 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: Sat, 05 Jul 2014 23:21:47 -0000 Author: sbruno (src committer) Date: Sat Jul 5 23:21:46 2014 New Revision: 360840 URL: http://svnweb.freebsd.org/changeset/ports/360840 QAT: https://qat.redports.org/buildarchive/r360840/ Log: Move include of float.h to enable build on armv6 PR: 190983 Submitted by: andrew@freebsd.org Reviewed by: mat@freebsd.org Added: head/x11/pixman/files/ head/x11/pixman/files/patch-pixman-private.h (contents, props changed) Modified: head/x11/pixman/Makefile Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Sat Jul 5 23:20:57 2014 (r360839) +++ head/x11/pixman/Makefile Sat Jul 5 23:21:46 2014 (r360840) @@ -2,7 +2,7 @@ PORTNAME= pixman PORTVERSION= 0.32.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Added: head/x11/pixman/files/patch-pixman-private.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pixman/files/patch-pixman-private.h Sat Jul 5 23:21:46 2014 (r360840) @@ -0,0 +1,16 @@ +--- pixman/pixman-private.h.orig 2014-06-12 21:43:22.000000000 +0000 ++++ pixman/pixman-private.h 2014-06-12 21:43:38.000000000 +0000 +@@ -1,5 +1,3 @@ +-#include +- + #ifndef PIXMAN_PRIVATE_H + #define PIXMAN_PRIVATE_H + +@@ -30,6 +28,7 @@ + #include + #include + #include ++#include + + #include "pixman-compiler.h" +