Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 12:05:24 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r541101 - in branches/2020Q3/devel/opencl: . files
Message-ID:  <202007031205.063C5OT4043844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul  3 12:05:24 2020
New Revision: 541101
URL: https://svnweb.freebsd.org/changeset/ports/541101

Log:
  MFH: r541100
  
  devel/opencl: don't include altivec.h
  
  altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches.
  
  Including it causes compiler errors when using clang.
  
  Already upstreamed.
  
  PR:		247396
  Approved by:	ohartman@zedat.fu-berlin.de (maintainer timeout)
  
  Approved by:	portmgr (fixes build of other ports)

Added:
  branches/2020Q3/devel/opencl/files/
     - copied from r541100, head/devel/opencl/files/
Modified:
  branches/2020Q3/devel/opencl/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/devel/opencl/Makefile
==============================================================================
--- branches/2020Q3/devel/opencl/Makefile	Fri Jul  3 12:04:02 2020	(r541100)
+++ branches/2020Q3/devel/opencl/Makefile	Fri Jul  3 12:05:24 2020	(r541101)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencl
 PORTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	ohartman@zedat.fu-berlin.de



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