summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/lib/libgcc/Makefile1
-rw-r--r--lib/libc++/Makefile2
-rw-r--r--lib/libc/Makefile2
-rw-r--r--lib/libcxxrt/Makefile2
-rw-r--r--lib/libedit/Makefile2
-rw-r--r--lib/libthr/Makefile2
-rw-r--r--lib/msun/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile1
-rw-r--r--libexec/rtld-elf/Makefile5
-rw-r--r--release/packages/clibs.ucl (renamed from release/packages/librtld_db.ucl)5
-rw-r--r--release/packages/libc.ucl27
-rw-r--r--release/packages/libedit.ucl27
-rw-r--r--release/packages/libthr.ucl27
-rw-r--r--release/packages/runtime.ucl3
14 files changed, 13 insertions, 95 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 05f7961..c1b1e36 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= clibs
GCCDIR= ${.CURDIR}/../../../contrib/gcc
GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
COMPILERRTDIR= ${.CURDIR}/../../../contrib/compiler-rt
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 33b1e44..7794928 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-PACKAGE= lib${LIB}
+PACKAGE= clibs
_LIBCXXRTDIR= ${.CURDIR}/../../contrib/libcxxrt
HDRDIR= ${.CURDIR}/../../contrib/libc++/include
SRCDIR= ${.CURDIR}/../../contrib/libc++/src
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index b07dfee..17b9720 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
# $FreeBSD$
-PACKAGE= lib${LIB}
+PACKAGE= clibs
SHLIBDIR?= /lib
.include <src.opts.mk>
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile
index 50305aa..8f3d9c5 100644
--- a/lib/libcxxrt/Makefile
+++ b/lib/libcxxrt/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE= clibs
SRCDIR= ${.CURDIR}/../../contrib/libcxxrt
SHLIB_MAJOR= 1
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f2f313d..14c9cbb 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -2,7 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE=clibs
LIB= edit
SHLIB_MAJOR= 7
SHLIBDIR?= /lib
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 0fac742..7a080e0 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -8,7 +8,7 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-PACKAGE=lib${LIB}
+PACKAGE= clibs
SHLIBDIR?= /lib
.include <src.opts.mk>
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index cebfbd7..820855c 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -12,7 +12,7 @@
#
#
-PACKAGE=lib${LIB}
+PACKAGE= clibs
.if ${MACHINE_CPUARCH} == "i386"
ARCH_SUBDIR= i387
.else
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 94fb03a..cf9053c 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= clibs
SHLIBDIR?= /lib
.if !defined(ENABLE_WIDEC)
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 66ff5e9..e2ebcce 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -5,10 +5,13 @@
# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all
.include <src.opts.mk>
-PACKAGE= librtld_db
+PACKAGE= clibs
MK_SSP= no
PROG?= ld-elf.so.1
+.if (${PROG:M*ld-elf32*} != "")
+TAGS+= lib32
+.endif
SRCS= rtld_start.S \
reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \
malloc.c xmalloc.c debug.c libmap.c
diff --git a/release/packages/librtld_db.ucl b/release/packages/clibs.ucl
index 7b59dc2..38844f0 100644
--- a/release/packages/librtld_db.ucl
+++ b/release/packages/clibs.ucl
@@ -15,8 +15,3 @@ licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
-# XXX: Temporary.
-shlibs_provided: [
- "librtld_db.so.2"
-]
-
diff --git a/release/packages/libc.ucl b/release/packages/libc.ucl
deleted file mode 100644
index e7a76b8..0000000
--- a/release/packages/libc.ucl
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# $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 = [ BSD2CLAUSE ]
-desc = <<EOD
-%DESC%
-EOD
-# XXX: Temporary.
-shlibs_required: [
- "librtld_db.so.2"
-]
-deps: {
- "FreeBSD-librtld_db": {
- origin: "base"
- version: "%VERSION%"
- }
-}
diff --git a/release/packages/libedit.ucl b/release/packages/libedit.ucl
deleted file mode 100644
index db46616..0000000
--- a/release/packages/libedit.ucl
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# $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 = [ BSD2CLAUSE ]
-desc = <<EOD
-%DESC%
-EOD
-# XXX: Temporary.
-shlibs_required: [
- "libthr.so.3"
-]
-deps: {
- "FreeBSD-libthr": {
- origin: "base"
- version: "%VERSION%"
- }
-}
diff --git a/release/packages/libthr.ucl b/release/packages/libthr.ucl
deleted file mode 100644
index 7716a9d..0000000
--- a/release/packages/libthr.ucl
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# $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 = [ BSD2CLAUSE ]
-desc = <<EOD
-%DESC%
-EOD
-# XXX: Temporary.
-shlibs_required: [
- "libc.so.7"
-]
-deps: {
- "FreeBSD-libc": {
- origin: "base"
- version: "%VERSION%"
- }
-}
diff --git a/release/packages/runtime.ucl b/release/packages/runtime.ucl
index c990855..be45369 100644
--- a/release/packages/runtime.ucl
+++ b/release/packages/runtime.ucl
@@ -22,8 +22,7 @@ scripts: {
EOD
}
deps: {
- # For sh(1).
- "FreeBSD-libedit": {
+ "FreeBSD-clibs": {
origin: "base"
version: "%VERSION%"
}
OpenPOWER on IntegriCloud