Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 17:21:45 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361803 - in head/devel/freeocl: . files
Message-ID:  <201407141721.s6EHLjMP082685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Jul 14 17:21:45 2014
New Revision: 361803
URL: http://svnweb.freebsd.org/changeset/ports/361803
QAT: https://qat.redports.org/buildarchive/r361803/

Log:
  Fix the build by including xmmintr.h in a few places.
  
  PR:		191595
  Submitted by:	ohartman@zedat.fu-berlin.de (maintainer)
  MFH:		2014Q3

Added:
  head/devel/freeocl/files/patch-src-utils-threadpool.cpp   (contents, props changed)
Modified:
  head/devel/freeocl/Makefile
  head/devel/freeocl/files/patch-src_freeocl.h

Modified: head/devel/freeocl/Makefile
==============================================================================
--- head/devel/freeocl/Makefile	Mon Jul 14 16:59:40 2014	(r361802)
+++ head/devel/freeocl/Makefile	Mon Jul 14 17:21:45 2014	(r361803)
@@ -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

Added: head/devel/freeocl/files/patch-src-utils-threadpool.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/freeocl/files/patch-src-utils-threadpool.cpp	Mon Jul 14 17:21:45 2014	(r361803)
@@ -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: head/devel/freeocl/files/patch-src_freeocl.h
==============================================================================
--- head/devel/freeocl/files/patch-src_freeocl.h	Mon Jul 14 16:59:40 2014	(r361802)
+++ head/devel/freeocl/files/patch-src_freeocl.h	Mon Jul 14 17:21:45 2014	(r361803)
@@ -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?201407141721.s6EHLjMP082685>