Date: Tue, 12 Dec 2017 13:16:26 +0000 (UTC) From: Jonathan Anderson <jonathan@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456130 - in head/devel/llbuild: . files Message-ID: <201712121316.vBCDGQXv065475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712121316.vBCDGQXv065475>