From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 18:21:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A302A3EB; Mon, 14 Jul 2014 18:21:14 +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 7740A23F3; Mon, 14 Jul 2014 18:21:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EILECb012903; Mon, 14 Jul 2014 18:21:14 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EILDre012900; Mon, 14 Jul 2014 18:21:13 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407141821.s6EILDre012900@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 14 Jul 2014 18:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r361807 - in branches/2014Q3/devel/freeocl: . files X-SVN-Group: ports-branches 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: Mon, 14 Jul 2014 18:21:14 -0000 Author: rakuco Date: Mon Jul 14 18:21:13 2014 New Revision: 361807 URL: http://svnweb.freebsd.org/changeset/ports/361807 QAT: https://qat.redports.org/buildarchive/r361807/ Log: MFH: r361803 Fix the build by including xmmintr.h in a few places. PR: 191595 Submitted by: ohartman@zedat.fu-berlin.de (maintainer) Approved by: portmgr (erwin) Added: branches/2014Q3/devel/freeocl/files/patch-src-utils-threadpool.cpp - copied unchanged from r361803, head/devel/freeocl/files/patch-src-utils-threadpool.cpp Modified: branches/2014Q3/devel/freeocl/Makefile branches/2014Q3/devel/freeocl/files/patch-src_freeocl.h Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/devel/freeocl/Makefile ============================================================================== --- branches/2014Q3/devel/freeocl/Makefile Mon Jul 14 17:48:05 2014 (r361806) +++ branches/2014Q3/devel/freeocl/Makefile Mon Jul 14 18:21:13 2014 (r361807) @@ -3,7 +3,7 @@ PORTNAME= freeocl PORTVERSION= 0.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= FreeOCL-${PORTVERSION}-src Copied: branches/2014Q3/devel/freeocl/files/patch-src-utils-threadpool.cpp (from r361803, head/devel/freeocl/files/patch-src-utils-threadpool.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/devel/freeocl/files/patch-src-utils-threadpool.cpp Mon Jul 14 18:21:13 2014 (r361807, copy of r361803, head/devel/freeocl/files/patch-src-utils-threadpool.cpp) @@ -0,0 +1,10 @@ +--- src/utils/threadpool.cpp.orig 2014-07-04 08:45:34.000000000 +0200 ++++ src/utils/threadpool.cpp 2014-07-04 08:46:03.000000000 +0200 +@@ -18,6 +18,7 @@ + #include "threadpool.h" + #include + #include ++#include + #include + #include + Modified: branches/2014Q3/devel/freeocl/files/patch-src_freeocl.h ============================================================================== --- branches/2014Q3/devel/freeocl/files/patch-src_freeocl.h Mon Jul 14 17:48:05 2014 (r361806) +++ branches/2014Q3/devel/freeocl/files/patch-src_freeocl.h Mon Jul 14 18:21:13 2014 (r361807) @@ -1,10 +1,11 @@ ---- src/freeocl.h.orig 2013-11-15 21:18:17.000000000 +0100 -+++ src/freeocl.h 2013-11-15 21:24:32.000000000 +0100 -@@ -26,6 +26,7 @@ +--- src/freeocl.h.orig 2012-09-02 19:00:41.000000000 +0200 ++++ src/freeocl.h 2014-07-04 08:42:48.000000000 +0200 +@@ -26,6 +26,8 @@ #include "dispatch.h" #include #include +#include ++#include #ifdef DEBUG_UTILS #define MSG(X) std::cout << #X << std::endl