From 8930262bceba1141aff0a4339e9dd4b864680bd0 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 28 Nov 2016 20:13:56 +0000 Subject: [PATCH] Fix packaging for clang, lldb and lld 3.9.0 During the upgrade of clang/llvm etc to 3.9.0 in r309124, the PACKAGE directive in the usr.bin/clang/*.mk files got dropped accidentally. Restore it, with a few minor changes and additions: * Correct license in clang.ucl to NCSA * Add PACKAGE=clang for clang and most of the "ll" tools * Put lldb in its own package * Put lld in its own package Reviewed by: gjb, jmallett X-MFC-With: 309124 Differential Revision: https://reviews.freebsd.org/D8666 --- release/packages/clang.ucl | 2 +- release/packages/lld.ucl | 24 ++++++++++++++++++++++++ release/packages/lldb.ucl | 24 ++++++++++++++++++++++++ usr.bin/clang/clang.prog.mk | 2 ++ usr.bin/clang/lld/Makefile | 1 + usr.bin/clang/lldb/Makefile | 1 + usr.bin/clang/llvm.prog.mk | 2 ++ 7 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 release/packages/lld.ucl create mode 100644 release/packages/lldb.ucl diff --git a/release/packages/clang.ucl b/release/packages/clang.ucl index 753c26bc5021..9b2f16fd1451 100644 --- a/release/packages/clang.ucl +++ b/release/packages/clang.ucl @@ -11,7 +11,7 @@ maintainer = "re@FreeBSD.org" www = "https://www.FreeBSD.org" prefix = "/" licenselogic = "single" -licenses = [ BSD2CLAUSE ] +licenses = [ NCSA ] desc = <