Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D2D487A2F4 for ; Sat, 10 Dec 2016 22:30:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 83772855CA; Sat, 10 Dec 2016 22:30:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1434185577 for ; Sat, 10 Dec 2016 22:30:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FXt7s-a1b18B for ; Sat, 10 Dec 2016 22:30:27 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8C2668558B for ; Sat, 10 Dec 2016 22:30:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E67BFBA6; Sat, 10 Dec 2016 22:30:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481409027259180" MIME-Version: 1.0 Date: Sat, 10 Dec 2016 22:30:27 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/libLLVM To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20161210223027.7E67BFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481409027259180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Dec 10 22:30:27 UTC 2016 Modified Files: pkgsrc/lang/libLLVM: distinfo Added Files: pkgsrc/lang/libLLVM/patches: patch-cmake_modules_HandleLLVMOptions.cmake Log Message: libLLVM: support DragonflyBSD from David Shao and dports in PR pkg/51705 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/libLLVM/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/libLLVM/patches/patch-cmake_modules_HandleLLVMOptions.cmake Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481409027259180 Content-Disposition: inline Content-Length: 2192 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/libLLVM/distinfo diff -u pkgsrc/lang/libLLVM/distinfo:1.5 pkgsrc/lang/libLLVM/distinfo:1.6 --- pkgsrc/lang/libLLVM/distinfo:1.5 Mon Nov 14 20:15:33 2016 +++ pkgsrc/lang/libLLVM/distinfo Sat Dec 10 22:30:27 2016 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2016/11/14 20:15:33 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2016/12/10 22:30:27 maya Exp $ SHA1 (llvm-3.9.0.src.tar.xz) = da792f11a208d5b994c4fe1c8faa20f90ff0e4a3 RMD160 (llvm-3.9.0.src.tar.xz) = bbde781a914f6cd7fab3f71745fc576b2e7e23c9 @@ -7,6 +7,7 @@ Size (llvm-3.9.0.src.tar.xz) = 18235716 SHA1 (patch-CMakeLists.txt) = 770e0bc00a987430b6c6be7e4141f33e5be54a8f SHA1 (patch-cmake_modules_AddLLVM.cmake) = 1fd7598a55eede8b1ef50556ab8d7277fe5b2f43 SHA1 (patch-cmake_modules_CMakeLists.txt) = bf31e9d3914e2041a7d435390b63ad67282b272f +SHA1 (patch-cmake_modules_HandleLLVMOptions.cmake) = 271e6f5a8cebf8162c4e3b758e96f451b434269b SHA1 (patch-cmake_modules_TableGen.cmake) = d548208577f45fbb6c8f7b43548c399cc63c7887 SHA1 (patch-include_llvm_Support_Host.h) = ad6ac520f15bba96ab887c962fb717e22aaee7bf SHA1 (patch-tools_llvm-config_llvm-config.cpp) = 44835bfcd2bddc16e0b93628fafb627889091f85 Added files: Index: pkgsrc/lang/libLLVM/patches/patch-cmake_modules_HandleLLVMOptions.cmake diff -u /dev/null pkgsrc/lang/libLLVM/patches/patch-cmake_modules_HandleLLVMOptions.cmake:1.1 --- /dev/null Sat Dec 10 22:30:27 2016 +++ pkgsrc/lang/libLLVM/patches/patch-cmake_modules_HandleLLVMOptions.cmake Sat Dec 10 22:30:27 2016 @@ -0,0 +1,14 @@ +$NetBSD: patch-cmake_modules_HandleLLVMOptions.cmake,v 1.1 2016/12/10 22:30:27 maya Exp $ + +DragonflyBSD support + +--- cmake/modules/HandleLLVMOptions.cmake.orig 2016-01-06 19:05:19.000000000 +0000 ++++ cmake/modules/HandleLLVMOptions.cmake +@@ -132,6 +132,7 @@ endif() + # Pass -Wl,-z,defs. This makes sure all symbols are defined. Otherwise a DSO + # build might work on ELF but fail on MachO/COFF. + if(NOT (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR WIN32 OR CYGWIN OR ++ ${CMAKE_SYSTEM_NAME} MATCHES "DragonFly" OR + ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR + ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD") AND + NOT LLVM_USE_SANITIZER) --_----------=_1481409027259180--