svn commit: r398442 - head/devel/clinfo

Koop Mast kwm at FreeBSD.org
Fri Oct 2 16:47:43 UTC 2015


Author: kwm
Date: Fri Oct  2 16:47:42 2015
New Revision: 398442
URL: https://svnweb.freebsd.org/changeset/ports/398442

Log:
  Mark broken on 9.3, we only support OpenCL on FreeBSD and higher.
  
  Submitted by:	pkg-fallout

Modified:
  head/devel/clinfo/Makefile

Modified: head/devel/clinfo/Makefile
==============================================================================
--- head/devel/clinfo/Makefile	Fri Oct  2 16:43:56 2015	(r398441)
+++ head/devel/clinfo/Makefile	Fri Oct  2 16:47:42 2015	(r398442)
@@ -21,6 +21,8 @@ ALL_TARGET=	#
 PLIST_FILES=	bin/clinfo \
 		man/man1/clinfo.1.gz
 
+BROKEN_FreeBSD_9=	OpenCL is only supported on FreeBSD 10 and newer
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall|-Wall -I${LOCALBASE}/include|g; \
 		s|-lOpenCL|-lOpenCL -L${LOCALBASE}/lib|g' \


More information about the svn-ports-head mailing list