svn commit: r512015 - branches/2019Q3/net/waypipe

Jan Beich jbeich at FreeBSD.org
Sat Sep 14 14:08:24 UTC 2019


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
 


More information about the svn-ports-all mailing list