From 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 1 Aug 2021 01:31:01 -0700 Subject: net/openldap24-server: Make SASL permanent for OpenLDAP port. PR: ports/257374 Reviewed by: obrien Approved by: portmgr (exp-run by antoine) Differential Revision: https://reviews.freebsd.org/D31301 --- databases/mysql57-server/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'databases/mysql57-server') diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index cce6845e0fb2..be12769af7d4 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -164,17 +164,6 @@ CMAKE_ARGS+= -DWITH_SSL=${OPENSSLBASE} CXXFLAGS+= -fpermissive .endif -# mysql57-server fails to compile with llvm11, which was imported to current in r364284 -# without a version increase (1300109 = r364274). -# Until a proper fix is provided, simply use llvm from ports, which probably could be -# a backport of amongst other tings: -# https://github.com/mysql/mysql-server/commit/08f46b3c00ee70e7ed7825daeb91df2289f80f50 -.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300109 -BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} -CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT} -CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT} -.endif - .if ${ARCH} == powerpc LLD_UNSAFE= yes .endif -- cgit v1.2.3