From owner-svn-ports-head@freebsd.org Tue Dec 12 13:16:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC86E9832D; Tue, 12 Dec 2017 13:16:27 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1FA97BDA3; Tue, 12 Dec 2017 13:16:27 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBCDGQWL065478; Tue, 12 Dec 2017 13:16:26 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCDGQXv065475; Tue, 12 Dec 2017 13:16:26 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201712121316.vBCDGQXv065475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Tue, 12 Dec 2017 13:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456130 - in head/devel/llbuild: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jonathan X-SVN-Commit-Paths: in head/devel/llbuild: . files X-SVN-Commit-Revision: 456130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 13:16:27 -0000 Author: jonathan (src committer) Date: Tue Dec 12 13:16:26 2017 New Revision: 456130 URL: https://svnweb.freebsd.org/changeset/ports/456130 Log: Update devel/llbuild to SNAPSHOT-2017-12-10. This update simplifies the build, as upstream has incorporated many of the patches that used to be in the files directory of this port. It also updates the distinfo to fix the previous BROKEN line. Approved by: mat Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D13451 Deleted: head/devel/llbuild/files/patch-CMakeLists.txt head/devel/llbuild/files/patch-cmake_modules_FindFileCheck.cmake head/devel/llbuild/files/patch-cmake_modules_FindLit.cmake head/devel/llbuild/files/patch-lib_Basic_CMakeLists.txt head/devel/llbuild/files/patch-lib_Ninja_CMakeLists.txt head/devel/llbuild/files/patch-lib_llvm_Support_CMakeLists.txt head/devel/llbuild/files/patch-lib_llvm_Support_Unix_Process.inc Modified: head/devel/llbuild/Makefile head/devel/llbuild/distinfo head/devel/llbuild/files/patch-products_llbuild_CMakeLists.txt Modified: head/devel/llbuild/Makefile ============================================================================== --- head/devel/llbuild/Makefile Tue Dec 12 13:09:36 2017 (r456129) +++ head/devel/llbuild/Makefile Tue Dec 12 13:16:26 2017 (r456130) @@ -2,7 +2,7 @@ PORTNAME= llbuild DISTVERSIONPREFIX= swift-DEVELOPMENT- -DISTVERSION= SNAPSHOT-2016-11-01 +DISTVERSION= SNAPSHOT-2017-12-10 DISTVERSIONSUFFIX= -a CATEGORIES= devel @@ -13,9 +13,6 @@ LICENSE= APACHE20 BSD3CLAUSE NCSA LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt -BROKEN= checksum and size mismatch - -BUILD_DEPENDS= llvm-lit-devel:devel/llvm-devel LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= cmake:outsource Modified: head/devel/llbuild/distinfo ============================================================================== --- head/devel/llbuild/distinfo Tue Dec 12 13:09:36 2017 (r456129) +++ head/devel/llbuild/distinfo Tue Dec 12 13:16:26 2017 (r456130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478217141 -SHA256 (apple-swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2016-11-01-a_GH0.tar.gz) = 567ae284e388ba399bbe3a0fa129edd06d803b6ab90c3a1ace4549d686f4a9b2 -SIZE (apple-swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2016-11-01-a_GH0.tar.gz) = 4718056 +TIMESTAMP = 1513014351 +SHA256 (apple-swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a_GH0.tar.gz) = a78261619230f76a2e9a8d6d4e3713f51378ac6c957f698bb69040b9700b79e6 +SIZE (apple-swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a_GH0.tar.gz) = 4833910 Modified: head/devel/llbuild/files/patch-products_llbuild_CMakeLists.txt ============================================================================== --- head/devel/llbuild/files/patch-products_llbuild_CMakeLists.txt Tue Dec 12 13:09:36 2017 (r456129) +++ head/devel/llbuild/files/patch-products_llbuild_CMakeLists.txt Tue Dec 12 13:16:26 2017 (r456130) @@ -1,9 +1,9 @@ ---- products/llbuild/CMakeLists.txt.orig 2016-10-20 04:49:37 UTC +--- products/llbuild/CMakeLists.txt.orig 2017-12-05 12:40:29 UTC +++ products/llbuild/CMakeLists.txt -@@ -11,3 +11,14 @@ target_link_libraries(llbuild - sqlite3 - curses - ) +@@ -13,3 +13,14 @@ target_link_libraries(llbuild + if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows") + target_link_libraries(llbuild curses) + endif() + +install(TARGETS llbuild + COMPONENT llbuild