Page MenuHomeFreeBSD

D41815.id127233.diff
No OneTemporary

D41815.id127233.diff

diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -177,6 +177,8 @@
sbin
..
share
+ .build-essential.installed tags=package=build-essential
+ ..
atf tags=package=tests
..
bhyve
diff --git a/include/Makefile b/include/Makefile
--- a/include/Makefile
+++ b/include/Makefile
@@ -4,7 +4,7 @@
.include <src.opts.mk>
-PACKAGE=runtime
+PACKAGE=clibs
CLEANFILES= osreldate.h version
SUBDIR= arpa protocols rpcsvc rpc xlocale
.if ${MACHINE_CPUARCH} == "amd64"
diff --git a/include/Makefile.inc b/include/Makefile.inc
new file mode 100644
--- /dev/null
+++ b/include/Makefile.inc
@@ -0,0 +1,2 @@
+# Make sure all our subdirectory headers end up in clibs-dev
+PACKAGE=clibs
diff --git a/lib/clang/Makefile.inc b/lib/clang/Makefile.inc
--- a/lib/clang/Makefile.inc
+++ b/lib/clang/Makefile.inc
@@ -1,6 +1,7 @@
.include <bsd.compiler.mk>
+PACKAGE= clang
MK_PIE:= no # Explicit libXXX.a references
.if ${COMPILER_TYPE} == "clang"
diff --git a/lib/libclang_rt/Makefile.inc b/lib/libclang_rt/Makefile.inc
--- a/lib/libclang_rt/Makefile.inc
+++ b/lib/libclang_rt/Makefile.inc
@@ -1,6 +1,7 @@
.include <bsd.compiler.mk>
+PACKAGE= clang
CRTSRC= ${SRCTOP}/contrib/llvm-project/compiler-rt
.include "compiler-rt-vars.mk"
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -25,6 +25,8 @@
bsdinstall_DESC= BSDInstall Utilities
bsnmp_COMMENT= BSNMP Utilities
bsnmp_DESC= BSNMP Utilities
+build-essential_COMMENT= Tools and libraries for C\/C++ development
+build-essential_DESC= Tools and libraries for C\/C++ development
caroot_COMMENT= SSL Certificates
caroot_DESC= SSL Certificates
clang_COMMENT= Clang Utilities
diff --git a/release/packages/generate-ucl.sh b/release/packages/generate-ucl.sh
--- a/release/packages/generate-ucl.sh
+++ b/release/packages/generate-ucl.sh
@@ -44,6 +44,9 @@
certctl)
pkgdeps="caroot openssl"
;;
+ build-essential)
+ pkgdeps="clibs-dev clang lld clang-dev libcompiler_rt-dev"
+ ;;
# -dev packages that have no corresponding non-dev package
# as a dependency.

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 7:21 PM (13 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29404123
Default Alt Text
D41815.id127233.diff (2 KB)

Event Timeline