svn commit: r446943 - in head/devel: . bazel-clang38

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Jul 30 21:46:11 UTC 2017


Author: lwhsu
Date: Sun Jul 30 21:46:10 2017
New Revision: 446943
URL: https://svnweb.freebsd.org/changeset/ports/446943

Log:
  Add bazel-clang38: using clang38 as crosstool for bazel
  
  PR:		219840
  Submitted by:	Jov <amutu at amutu.com>

Added:
  head/devel/bazel-clang38/
  head/devel/bazel-clang38/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jul 30 20:44:23 2017	(r446942)
+++ head/devel/Makefile	Sun Jul 30 21:46:10 2017	(r446943)
@@ -171,6 +171,7 @@
     SUBDIR += babeltrace
     SUBDIR += bam
     SUBDIR += bazel
+    SUBDIR += bazel-clang38
     SUBDIR += bbfreeze
     SUBDIR += bbfreeze-loader
     SUBDIR += bcc

Added: head/devel/bazel-clang38/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bazel-clang38/Makefile	Sun Jul 30 21:46:10 2017	(r446943)
@@ -0,0 +1,13 @@
+# Created by: Jov <amutu at amutu.com>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../bazel
+PKGNAMESUFFIX=	-clang38
+
+MAINTAINER=	amutu at amutu.com
+
+OPTIONS_SLAVE=	CLANG38
+
+CONFLICTS_INSTALL=	bazel
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list