Page MenuHomeFreeBSD

D8666.diff
No OneTemporary

D8666.diff

Index: head/release/packages/clang.ucl
===================================================================
--- head/release/packages/clang.ucl
+++ head/release/packages/clang.ucl
@@ -11,7 +11,7 @@
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
-licenses = [ BSD2CLAUSE ]
+licenses = [ NCSA ]
desc = <<EOD
%DESC%
EOD
Index: head/release/packages/lld.ucl
===================================================================
--- head/release/packages/lld.ucl
+++ head/release/packages/lld.ucl
@@ -0,0 +1,24 @@
+#
+# $FreeBSD$
+#
+
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "%COMMENT%"
+categories = [ base ]
+maintainer = "re@FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ NCSA ]
+desc = <<EOD
+%DESC%
+EOD
+deps: {
+ FreeBSD-%PKGDEPS%: {
+ origin: "base",
+ version: "%VERSION%"
+ }
+}
+
Index: head/release/packages/lldb.ucl
===================================================================
--- head/release/packages/lldb.ucl
+++ head/release/packages/lldb.ucl
@@ -0,0 +1,24 @@
+#
+# $FreeBSD$
+#
+
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "%COMMENT%"
+categories = [ base ]
+maintainer = "re@FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ NCSA ]
+desc = <<EOD
+%DESC%
+EOD
+deps: {
+ FreeBSD-%PKGDEPS%: {
+ origin: "base",
+ version: "%VERSION%"
+ }
+}
+
Index: head/usr.bin/clang/clang.prog.mk
===================================================================
--- head/usr.bin/clang/clang.prog.mk
+++ head/usr.bin/clang/clang.prog.mk
@@ -15,6 +15,8 @@
LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
.endfor
+PACKAGE= clang
+
LIBADD+= ncursesw
LIBADD+= pthread
Index: head/usr.bin/clang/lld/Makefile
===================================================================
--- head/usr.bin/clang/lld/Makefile
+++ head/usr.bin/clang/lld/Makefile
@@ -5,6 +5,7 @@
LLVM_SRCS= ${SRCTOP}/contrib/llvm
LLD_SRCS= ${LLVM_SRCS}/tools/lld
+PACKAGE= lld
PROG_CXX= ld.lld
MAN=
.if ${MK_LLD_AS_LD} != "no"
Index: head/usr.bin/clang/lldb/Makefile
===================================================================
--- head/usr.bin/clang/lldb/Makefile
+++ head/usr.bin/clang/lldb/Makefile
@@ -2,6 +2,7 @@
.include "${SRCTOP}/lib/clang/lldb.pre.mk"
+PACKAGE= lldb
PROG_CXX= lldb
# Man page directory
.PATH: ${LLDB_SRCS}/docs
Index: head/usr.bin/clang/llvm.prog.mk
===================================================================
--- head/usr.bin/clang/llvm.prog.mk
+++ head/usr.bin/clang/llvm.prog.mk
@@ -19,6 +19,8 @@
LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
.endfor
+PACKAGE= clang
+
LIBADD+= ncursesw
LIBADD+= pthread

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 2, 9:01 PM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34602583
Default Alt Text
D8666.diff (2 KB)

Event Timeline