svn commit: r529817 - head/databases/foundationdb

Dave Cottlehuber dch at FreeBSD.org
Sun Mar 29 17:31:48 UTC 2020


Author: dch
Date: Sun Mar 29 17:30:57 2020
New Revision: 529817
URL: https://svnweb.freebsd.org/changeset/ports/529817

Log:
  databases/foundationdb: ignore sqlite warnings after clang update
  
  Upstream has addressed this in the next release.
  
  Sponsored by:	SkunkWerks, GmbH

Modified:
  head/databases/foundationdb/Makefile

Modified: head/databases/foundationdb/Makefile
==============================================================================
--- head/databases/foundationdb/Makefile	Sun Mar 29 17:26:13 2020	(r529816)
+++ head/databases/foundationdb/Makefile	Sun Mar 29 17:30:57 2020	(r529817)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foundationdb
 PORTVERSION=	6.1.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases
 
 MAINTAINER=	dch at FreeBSD.org
@@ -26,7 +26,7 @@ USE_RC_SUBR=	foundationdb
 SHEBANG_FILES=	build/csprojtom4.py build/link-wrapper.sh build/vcxprojtom4.py \
 		bindings/c/generate_asm.py
 MAKE_ENV+=	PYTHON=${PYTHON_CMD} TLS_DISABLED=yes
-CXXFLAGS+=	-Wno-varargs -DTLS_DISABLED
+CXXFLAGS+=	-Wno-varargs -Wno-implicit-int-float-conversion -DTLS_DISABLED
 
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}


More information about the svn-ports-all mailing list