Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107076008
D31799.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D31799.diff
View Options
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -75,6 +75,8 @@
rc_DESC= RC Scripts
rcmds_COMMENT= Remote Command Utilities
rcmds_DESC= Remote Command Utilities
+rdma_COMMENT= RDMA Utilities
+rdma_DESC= RDMA Utilities
rescue_COMMENT= Rescue Utilities
rescue_DESC= Rescue Utilities
runtime_COMMENT= FreeBSD Base System
diff --git a/usr.bin/ofed/libibverbs/Makefile b/usr.bin/ofed/libibverbs/Makefile
--- a/usr.bin/ofed/libibverbs/Makefile
+++ b/usr.bin/ofed/libibverbs/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= FreeBSD-rdma
+
SUBDIR= \
asyncwatch \
devinfo \
diff --git a/usr.bin/ofed/libibverbs/asyncwatch/Makefile b/usr.bin/ofed/libibverbs/asyncwatch/Makefile
--- a/usr.bin/ofed/libibverbs/asyncwatch/Makefile
+++ b/usr.bin/ofed/libibverbs/asyncwatch/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_asyncwatch
MAN= ibv_asyncwatch.1
SRCS= asyncwatch.c
diff --git a/usr.bin/ofed/libibverbs/devices/Makefile b/usr.bin/ofed/libibverbs/devices/Makefile
--- a/usr.bin/ofed/libibverbs/devices/Makefile
+++ b/usr.bin/ofed/libibverbs/devices/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_devices
MAN= ibv_devices.1
SRCS= device_list.c
diff --git a/usr.bin/ofed/libibverbs/devinfo/Makefile b/usr.bin/ofed/libibverbs/devinfo/Makefile
--- a/usr.bin/ofed/libibverbs/devinfo/Makefile
+++ b/usr.bin/ofed/libibverbs/devinfo/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_devinfo
MAN= ibv_devinfo.1
SRCS= devinfo.c
diff --git a/usr.bin/ofed/libibverbs/rc_pingpong/Makefile b/usr.bin/ofed/libibverbs/rc_pingpong/Makefile
--- a/usr.bin/ofed/libibverbs/rc_pingpong/Makefile
+++ b/usr.bin/ofed/libibverbs/rc_pingpong/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_rc_pingpong
MAN= ibv_rc_pingpong.1
SRCS= rc_pingpong.c pingpong.c
diff --git a/usr.bin/ofed/libibverbs/srq_pingpong/Makefile b/usr.bin/ofed/libibverbs/srq_pingpong/Makefile
--- a/usr.bin/ofed/libibverbs/srq_pingpong/Makefile
+++ b/usr.bin/ofed/libibverbs/srq_pingpong/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_srq_pingpong
MAN= ibv_srq_pingpong.1
SRCS= srq_pingpong.c pingpong.c
diff --git a/usr.bin/ofed/libibverbs/uc_pingpong/Makefile b/usr.bin/ofed/libibverbs/uc_pingpong/Makefile
--- a/usr.bin/ofed/libibverbs/uc_pingpong/Makefile
+++ b/usr.bin/ofed/libibverbs/uc_pingpong/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_uc_pingpong
MAN= ibv_uc_pingpong.1
SRCS= uc_pingpong.c pingpong.c
diff --git a/usr.bin/ofed/libibverbs/ud_pingpong/Makefile b/usr.bin/ofed/libibverbs/ud_pingpong/Makefile
--- a/usr.bin/ofed/libibverbs/ud_pingpong/Makefile
+++ b/usr.bin/ofed/libibverbs/ud_pingpong/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ibv_ud_pingpong
MAN= ibv_ud_pingpong.1
SRCS= ud_pingpong.c pingpong.c
diff --git a/usr.bin/ofed/librdmacm/mckey/Makefile b/usr.bin/ofed/librdmacm/mckey/Makefile
--- a/usr.bin/ofed/librdmacm/mckey/Makefile
+++ b/usr.bin/ofed/librdmacm/mckey/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= mckey
MAN= mckey.1
SRCS= mckey.c
diff --git a/usr.bin/ofed/librdmacm/rping/Makefile b/usr.bin/ofed/librdmacm/rping/Makefile
--- a/usr.bin/ofed/librdmacm/rping/Makefile
+++ b/usr.bin/ofed/librdmacm/rping/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= rping
MAN= rping.1
SRCS= rping.c common.c
diff --git a/usr.bin/ofed/librdmacm/ucmatose/Makefile b/usr.bin/ofed/librdmacm/ucmatose/Makefile
--- a/usr.bin/ofed/librdmacm/ucmatose/Makefile
+++ b/usr.bin/ofed/librdmacm/ucmatose/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= ucmatose
MAN= ucmatose.1
SRCS= cmatose.c common.c
diff --git a/usr.bin/ofed/librdmacm/udaddy/Makefile b/usr.bin/ofed/librdmacm/udaddy/Makefile
--- a/usr.bin/ofed/librdmacm/udaddy/Makefile
+++ b/usr.bin/ofed/librdmacm/udaddy/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= rdma
PROG= udaddy
MAN= udaddy.1
SRCS= udaddy.c common.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 6:05 PM (14 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15744848
Default Alt Text
D31799.diff (3 KB)
Attached To
Mode
D31799: pkgbase: Create a FreeBSD-rdma package
Attached
Detach File
Event Timeline
Log In to Comment