Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105771352
D21503.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D21503.diff
View Options
Index: head/lib/libcam/Makefile
===================================================================
--- head/lib/libcam/Makefile
+++ head/lib/libcam/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-PACKAGE= lib${LIB}
+PACKAGE= runtime
+
LIB= cam
SHLIBDIR?= /lib
SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \
Index: head/lib/libcrypt/Makefile
===================================================================
--- head/lib/libcrypt/Makefile
+++ head/lib/libcrypt/Makefile
@@ -2,10 +2,11 @@
# $FreeBSD$
#
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <src.opts.mk>
+
+PACKAGE= runtime
SHLIB_MAJOR= 5
LIB= crypt
Index: head/lib/libelf/Makefile
===================================================================
--- head/lib/libelf/Makefile
+++ head/lib/libelf/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <bsd.own.mk>
@@ -10,6 +9,7 @@
.PATH: ${SRCDIR}
+PACKAGE= runtime
LIB= elf
SRCS= elf.c \
Index: head/lib/libgeom/Makefile
===================================================================
--- head/lib/libgeom/Makefile
+++ head/lib/libgeom/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE= runtime
+
LIB= geom
SHLIBDIR?= /lib
SRCS+= geom_getxml.c
Index: head/lib/libipsec/Makefile
===================================================================
--- head/lib/libipsec/Makefile
+++ head/lib/libipsec/Makefile
@@ -27,12 +27,12 @@
#
# $FreeBSD$
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <src.opts.mk>
LIB= ipsec
+PACKAGE= runtime
SHLIB_MAJOR= 4
CFLAGS+=-I. -I${.CURDIR}
CFLAGS+=-DIPSEC_DEBUG -DIPSEC
Index: head/lib/libjail/Makefile
===================================================================
--- head/lib/libjail/Makefile
+++ head/lib/libjail/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE= runtime
LIB= jail
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= jail.c jail_getid.c
INCS= jail.h
-
-PACKAGE=jail
MAN= jail.3
Index: head/lib/libkiconv/Makefile
===================================================================
--- head/lib/libkiconv/Makefile
+++ head/lib/libkiconv/Makefile
@@ -4,7 +4,7 @@
.include <src.opts.mk>
-PACKAGE=lib${LIB}
+PACKAGE= runtime
LIB= kiconv
SRCS= kiconv_sysctl.c xlat16_iconv.c xlat16_sysctl.c
SRCS+= quirks.c
Index: head/lib/libkvm/Makefile
===================================================================
--- head/lib/libkvm/Makefile
+++ head/lib/libkvm/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-PACKAGE=lib${LIB}
LIB= kvm
+PACKAGE= runtime
SHLIBDIR?= /lib
SHLIB_MAJOR= 7
CFLAGS+=-DNO__SCCSID -I${.CURDIR}
Index: head/lib/libmd/Makefile
===================================================================
--- head/lib/libmd/Makefile
+++ head/lib/libmd/Makefile
@@ -4,7 +4,7 @@
.include <src.opts.mk>
-PACKAGE=lib${LIB}
+PACKAGE= runtime
LIB= md
SHLIB_MAJOR= 6
SRCS= md4c.c md5c.c md4hl.c md5hl.c \
Index: head/lib/libnv/Makefile
===================================================================
--- head/lib/libnv/Makefile
+++ head/lib/libnv/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <src.opts.mk>
+PACKAGE= runtime
LIB= nv
SHLIB_MAJOR= 0
Index: head/lib/libpam/libpam/Makefile
===================================================================
--- head/lib/libpam/libpam/Makefile
+++ head/lib/libpam/libpam/Makefile
@@ -35,7 +35,6 @@
#
# $FreeBSD$
-PACKAGE=lib${LIB}
OPENPAM= ${SRCTOP}/contrib/openpam
.PATH: ${OPENPAM}/include ${OPENPAM}/lib/libpam ${OPENPAM}/doc/man
@@ -43,6 +42,8 @@
.if !defined(LIB)
SHLIB= pam
.endif
+
+PACKAGE= runtime
MK_PROFILE=no
Index: head/lib/libsbuf/Makefile
===================================================================
--- head/lib/libsbuf/Makefile
+++ head/lib/libsbuf/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE= runtime
+
LIB= sbuf
SHLIBDIR?= /lib
SRCS= subr_prf.c subr_sbuf.c
Index: head/lib/libufs/Makefile
===================================================================
--- head/lib/libufs/Makefile
+++ head/lib/libufs/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
+PACKAGE= runtime
LIB= ufs
SHLIBDIR?= /lib
SHLIB_MAJOR= 7
Index: head/lib/libutil/Makefile
===================================================================
--- head/lib/libutil/Makefile
+++ head/lib/libutil/Makefile
@@ -1,10 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <src.opts.mk>
+
+PACKAGE= runtime
.PATH: ${SRCTOP}/lib/libc/gen # for pw_scan.c
Index: head/lib/libxo/Makefile
===================================================================
--- head/lib/libxo/Makefile
+++ head/lib/libxo/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
-PACKAGE=lib${LIB}
SHLIBDIR?= /lib
.include <src.opts.mk>
+
+PACKAGE= runtime
LIBXOSRC= ${SRCTOP}/contrib/libxo
Index: head/lib/libz/Makefile
===================================================================
--- head/lib/libz/Makefile
+++ head/lib/libz/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
#
-PACKAGE=lib${LIB}
+PACKAGE= runtime
LIB= z
SHLIBDIR?= /lib
SHLIB_MAJOR= 6
Index: head/secure/lib/libcrypto/Makefile
===================================================================
--- head/secure/lib/libcrypto/Makefile
+++ head/secure/lib/libcrypto/Makefile
@@ -5,6 +5,7 @@
.include <bsd.own.mk>
+PACKAGE= runtime
LIB= crypto
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
Index: head/share/termcap/Makefile
===================================================================
--- head/share/termcap/Makefile
+++ head/share/termcap/Makefile
@@ -7,6 +7,7 @@
#
MAN= termcap.5
+PACKAGE= runtime
FILES= termcap termcap.db
FILESDIR= ${BINDIR}/misc
CLEANFILES+= termcap.db
Index: head/usr.bin/du/Makefile
===================================================================
--- head/usr.bin/du/Makefile
+++ head/usr.bin/du/Makefile
@@ -3,6 +3,7 @@
.include <src.opts.mk>
+PACKAGE= runtime
PROG= du
LIBADD= util
Index: head/usr.bin/fsync/Makefile
===================================================================
--- head/usr.bin/fsync/Makefile
+++ head/usr.bin/fsync/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
PROG= fsync
.include <bsd.prog.mk>
Index: head/usr.bin/passwd/Makefile
===================================================================
--- head/usr.bin/passwd/Makefile
+++ head/usr.bin/passwd/Makefile
@@ -3,6 +3,7 @@
.include <src.opts.mk>
+PACKAGE = runtime
PROG = passwd
BINOWN = root
BINMODE = 4555
Index: head/usr.bin/sed/Makefile
===================================================================
--- head/usr.bin/sed/Makefile
+++ head/usr.bin/sed/Makefile
@@ -3,6 +3,7 @@
.include <src.opts.mk>
+PACKAGE= runtime
PROG= sed
SRCS= compile.c main.c misc.c process.c
Index: head/usr.bin/tar/Makefile
===================================================================
--- head/usr.bin/tar/Makefile
+++ head/usr.bin/tar/Makefile
@@ -3,6 +3,7 @@
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
+PACKAGE= runtime
PROG= bsdtar
BSDTAR_VERSION_STRING= 3.4.0
Index: head/usr.bin/uname/Makefile
===================================================================
--- head/usr.bin/uname/Makefile
+++ head/usr.bin/uname/Makefile
@@ -1,5 +1,7 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+PACKAGE= runtime
PROG= uname
.include <bsd.prog.mk>
Index: head/usr.bin/what/Makefile
===================================================================
--- head/usr.bin/what/Makefile
+++ head/usr.bin/what/Makefile
@@ -1,6 +1,7 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+PACKAGE= runtime
PROG= what
.include <bsd.prog.mk>
Index: head/usr.sbin/ip6addrctl/Makefile
===================================================================
--- head/usr.sbin/ip6addrctl/Makefile
+++ head/usr.sbin/ip6addrctl/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
PROG= ip6addrctl
MAN= ip6addrctl.8
Index: head/usr.sbin/kldxref/Makefile
===================================================================
--- head/usr.sbin/kldxref/Makefile
+++ head/usr.sbin/kldxref/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
PROG= kldxref
MAN= kldxref.8
SRCS= kldxref.c ef.c ef_obj.c
Index: head/usr.sbin/pwd_mkdb/Makefile
===================================================================
--- head/usr.sbin/pwd_mkdb/Makefile
+++ head/usr.sbin/pwd_mkdb/Makefile
@@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/lib/libc/gen # for pw_scan.c
+PACKAGE= runtime
PROG= pwd_mkdb
MAN= pwd_mkdb.8
SRCS= pw_scan.c pwd_mkdb.c
Index: head/usr.sbin/services_mkdb/Makefile
===================================================================
--- head/usr.sbin/services_mkdb/Makefile
+++ head/usr.sbin/services_mkdb/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= runtime
+
CONFS= services
PROG= services_mkdb
MAN= services_mkdb.8
Index: head/usr.sbin/traceroute/Makefile
===================================================================
--- head/usr.sbin/traceroute/Makefile
+++ head/usr.sbin/traceroute/Makefile
@@ -5,6 +5,7 @@
TRACEROUTE_DISTDIR?= ${SRCTOP}/contrib/traceroute
.PATH: ${TRACEROUTE_DISTDIR}
+PACKAGE= runtime
PROG= traceroute
MAN= traceroute.8
SRCS= as.c version.c traceroute.c ifaddrlist.c findsaddr-udp.c
Index: head/usr.sbin/traceroute6/Makefile
===================================================================
--- head/usr.sbin/traceroute6/Makefile
+++ head/usr.sbin/traceroute6/Makefile
@@ -16,6 +16,7 @@
TRACEROUTE_DISTDIR?= ${SRCTOP}/contrib/traceroute
.PATH: ${TRACEROUTE_DISTDIR}
+PACKAGE= runtime
PROG= traceroute6
MAN= traceroute6.8
SRCS= as.c traceroute6.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 11:35 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540913
Default Alt Text
D21503.diff (9 KB)
Attached To
Mode
D21503: pkgbase: Put a lot of binaries and lib in FreeBSD-runtime
Attached
Detach File
Event Timeline
Log In to Comment