Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107805361
D21498.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
D21498.diff
View Options
Index: head/cddl/lib/libavl/Makefile
===================================================================
--- head/cddl/lib/libavl/Makefile
+++ head/cddl/lib/libavl/Makefile
@@ -2,6 +2,7 @@
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl
+PACKAGE= runtime
LIB= avl
SRCS= avl.c
WARNS?= 3
Index: head/cddl/lib/libnvpair/Makefile
===================================================================
--- head/cddl/lib/libnvpair/Makefile
+++ head/cddl/lib/libnvpair/Makefile
@@ -5,6 +5,7 @@
LIB= nvpair
+PACKAGE= runtime
INCS= libnvpair.h
SRCS= libnvpair.c \
nvpair_alloc_system.c \
Index: head/cddl/lib/libumem/Makefile
===================================================================
--- head/cddl/lib/libumem/Makefile
+++ head/cddl/lib/libumem/Makefile
@@ -2,6 +2,7 @@
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
+PACKAGE= runtime
LIB= umem
SRCS= umem.c
WARNS?= 3
Index: head/cddl/lib/libuutil/Makefile
===================================================================
--- head/cddl/lib/libuutil/Makefile
+++ head/cddl/lib/libuutil/Makefile
@@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libuutil/common
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl
+PACKAGE= runtime
LIB= uutil
SRCS= avl.c \
uu_alloc.c \
Index: head/cddl/lib/libzfs/Makefile
===================================================================
--- head/cddl/lib/libzfs/Makefile
+++ head/cddl/lib/libzfs/Makefile
@@ -6,6 +6,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libzfs/common
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libcmdutils/common
+PACKAGE= runtime
LIB= zfs
LIBADD= md pthread umem util uutil m avl bsdxml geom nvpair z zfs_core
SRCS= deviceid.c \
Index: head/cddl/lib/libzfs_core/Makefile
===================================================================
--- head/cddl/lib/libzfs_core/Makefile
+++ head/cddl/lib/libzfs_core/Makefile
@@ -8,6 +8,7 @@
LIB= zfs_core
LIBADD= nvpair
+PACKAGE= runtime
INCS= libzfs_core.h
SRCS= libzfs_core.c \
Index: head/cddl/sbin/zfs/Makefile
===================================================================
--- head/cddl/sbin/zfs/Makefile
+++ head/cddl/sbin/zfs/Makefile
@@ -2,6 +2,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/cmd/zfs
+PACKAGE= runtime
PROG= zfs
MAN= zfs.8 zfs-program.8
SRCS= zfs_main.c zfs_iter.c
Index: head/cddl/sbin/zpool/Makefile
===================================================================
--- head/cddl/sbin/zpool/Makefile
+++ head/cddl/sbin/zpool/Makefile
@@ -4,6 +4,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/cmd/stat/common
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/zfs
+PACKAGE= runtime
PROG= zpool
MAN= zpool.8 zpool-features.7
SRCS= zpool_main.c zpool_vdev.c zpool_iter.c zpool_util.c zfs_comutil.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 7:59 AM (19 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15935554
Default Alt Text
D21498.diff (2 KB)
Attached To
Mode
D21498: pkgbase: Force zfs(8) and zpool(8) to be in the runtime package
Attached
Detach File
Event Timeline
Log In to Comment