Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 18:21:13 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
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
Message-ID:  <201407141821.s6EILDre012900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <FreeOCL/config.h>
+ #include <sched.h>
++#include <xmmintrin.h>
+ #include <atomic_ops.h>
+ #include <utils/time.h>
+ 

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 <iostream>
  #include <deque>
 +#include <sys/types.h>
++#include <xmmintrin.h>
  
  #ifdef DEBUG_UTILS
  #define MSG(X)	std::cout << #X << std::endl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407141821.s6EILDre012900>