Date: Wed, 7 Nov 2018 15:55:58 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484402 - in head: devel/ccls lang/crystal Message-ID: <201811071555.wA7FtwAg066181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Nov 7 15:55:58 2018 New Revision: 484402 URL: https://svnweb.freebsd.org/changeset/ports/484402 Log: FreeBSD 10 is not supported any more. Modified: head/devel/ccls/Makefile (contents, props changed) head/lang/crystal/Makefile (contents, props changed) Modified: head/devel/ccls/Makefile ============================================================================== --- head/devel/ccls/Makefile Wed Nov 7 15:47:14 2018 (r484401) +++ head/devel/ccls/Makefile Wed Nov 7 15:55:58 2018 (r484402) @@ -9,8 +9,6 @@ COMMENT= C/C++/ObjC language server LICENSE= APACHE20 -IGNORE_FreeBSD_10= needs newer libc++ - BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ rapidjson>=1.1.0_4:devel/rapidjson LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/[0-9]$//}.so:devel/llvm${LLVM_DEFAULT} Modified: head/lang/crystal/Makefile ============================================================================== --- head/lang/crystal/Makefile Wed Nov 7 15:47:14 2018 (r484401) +++ head/lang/crystal/Makefile Wed Nov 7 15:55:58 2018 (r484402) @@ -14,7 +14,6 @@ COMMENT= Language with Ruby-like syntax and static typ LICENSE= APACHE20 IGNORE_FreeBSD_11_aarch64= prebuilt bootstrap for aarch64 only built for FreeBSD >=12 -IGNORE_FreeBSD_10= prebuilt bootstrap only built for FreeBSD >=11 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811071555.wA7FtwAg066181>