Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161223386
D8666.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D8666.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8666: Fix packaging for clang, lldb and lld 3.9.0
Attached
Detach File
Event Timeline
Log In to Comment