Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 14:08:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512015 - branches/2019Q3/net/waypipe
Message-ID:  <201909141408.x8EE8NNI057983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 14 14:08:23 2019
New Revision: 512015
URL: https://svnweb.freebsd.org/changeset/ports/512015

Log:
  MFH: r512014
  
  net/waypipe: builds fine with clang 6 after r509126
  
  https://gitlab.freedesktop.org/mstoeckl/waypipe/commit/9037dd244903
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q3/net/waypipe/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/net/waypipe/Makefile
==============================================================================
--- branches/2019Q3/net/waypipe/Makefile	Sat Sep 14 14:07:58 2019	(r512014)
+++ branches/2019Q3/net/waypipe/Makefile	Sat Sep 14 14:08:23 2019	(r512015)
@@ -23,15 +23,6 @@ PLIST_FILES=	bin/${PORTNAME}
 # XXX armv6 needs https://github.com/mesonbuild/meson/commit/147d3f752c41
 CONFIGURE_ENV=	UNAME_m=${ARCH}
 
-# XXX Drop after FreeBSD 12.0 EOL
-.if exists(/usr/lib/clang/6.0.0) || exists(/usr/lib/clang/6.0.1)
-.if ${CC} == cc && (${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386)
-USES:=		${USES:Ncompiler*} # silence warning
-BUILD_DEPENDS+=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-CC=		clang${LLVM_DEFAULT}
-.endif
-.endif
-
 OPTIONS_DEFINE=	FFMPEG LZ4 MANPAGES OPENGL VAAPI ZSTD
 OPTIONS_DEFAULT=FFMPEG LZ4 MANPAGES OPENGL VAAPI ZSTD
 



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