aboutsummaryrefslogtreecommitdiff
path: root/devel/libvirt/Makefile
blob: 8812d24cddd830d4343f6937bb4e7352de266905 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
PORTNAME=	libvirt
PORTVERSION=	10.1.0
CATEGORIES=	devel
MASTER_SITES=	http://libvirt.org/sources/ \
		ftp://libvirt.org/libvirt/

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Toolkit to interact with virtualization capabilities
WWW=		https://libvirt.org/

LICENSE=	LGPL3

LIB_DEPENDS=	libcurl.so:ftp/curl \
		libgcrypt.so:security/libgcrypt \
		libgnutls.so:security/gnutls \
		libxml2.so:textproc/libxml2
BUILD_DEPENDS=	dnsmasq:dns/dnsmasq \
		${LOCALBASE}/bin/grep:textproc/gnugrep \
		gsed:textproc/gsed \
		rst2html-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR} \
		xsltproc:textproc/libxslt
RUN_DEPENDS=	dnsmasq:dns/dnsmasq

OPTIONS_DEFINE=	DOCS NLS NSS QEMU READLINE SASL LIBSSH LIBSSH2 ZFS
OPTIONS_DEFAULT=	READLINE LIBSSH LIBSSH2 ZFS
OPTIONS_DEFINE_amd64=	XEN
.if exists(/usr/sbin/bhyve)
OPTIONS_DEFINE_amd64+=	BHYVE
OPTIONS_DEFAULT_amd64+=	BHYVE
.else
PLIST_SUB+=		BHYVE="@comment "
SUB_LIST+=		BHYVE="@comment "
MESON_ARGS+=	-Ddriver_bhyve=disabled
.endif
QEMU_DESC=	QEMU driver
BHYVE_DESC=	bhyve driver
XEN_DESC=	Xen support via libxl
NSS_DESC=	Name Service Switch plugin
LIBSSH_DESC=	libssh remote transport
LIBSSH2_DESC=	libssh2 remote transport
ZFS_DESC=	ZFS storage driver

OPTIONS_SUB=	yes

BHYVE_MESON_ENABLED=	driver_bhyve

QEMU_MESON_ENABLED=	driver_qemu
QEMU_RUN_DEPENDS=	dmidecode:sysutils/dmidecode \
			qemu-io:emulators/qemu

NLS_USES=	gettext
NLS_MESON_ENABLED=	nls
NLS_CFLAGS=	-I${LOCALBASE}/include

NSS_MESON_ENABLED=	nss

READLINE_MESON_ENABLED=	readline
READLINE_USES=		readline

SASL_MESON_ENABLED=	sasl
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2

XEN_MESON_ENABLED=	driver_libxl
XEN_CFLAGS=	-I${LOCALBASE}/include
XEN_LIB_DEPENDS=	libxenlight.so:sysutils/xen-tools

LIBSSH_MESON_ENABLED=	libssh
LIBSSH_LIB_DEPENDS=	libssh.so:security/libssh

LIBSSH2_MESON_ENABLED=	libssh2
LIBSSH2_LIB_DEPENDS=	libssh2.so:security/libssh2

ZFS_MESON_ENABLED=	storage_zfs

VARDIR=		/var

MESON_ARGS+=	\
		-Dapparmor=disabled \
		-Dapparmor_profiles=disabled \
		-Dattr=disabled \
		-Daudit=disabled \
		-Dblkid=disabled \
		-Dcapng=disabled \
		-Ddriver_hyperv=disabled \
		-Ddriver_interface=disabled \
		-Ddriver_libxl=disabled \
		-Ddriver_lxc=disabled \
		-Ddriver_openvz=disabled \
		-Ddriver_remote=enabled \
		-Ddriver_vz=disabled \
		-Dfirewalld=disabled \
		-Dfirewalld_zone=disabled \
		-Dfuse=disabled \
		-Dglusterfs=disabled \
		-Dlibiscsi=disabled \
		-Dlibnl=disabled \
		-Dlibpcap=disabled \
		-Dnumactl=disabled \
		-Dnumad=disabled \
		-Dopenwsman=disabled \
		-Dpciaccess=disabled \
		-Dpolkit=disabled \
		-Dsanlock=disabled \
		-Dsecdriver_apparmor=disabled \
		-Dsecdriver_selinux=disabled \
		-Dselinux=disabled \
		-Dstorage_disk=disabled \
		-Dstorage_fs=disabled \
		-Dstorage_gluster=disabled \
		-Dstorage_iscsi=disabled \
		-Dstorage_iscsi_direct=disabled \
		-Dstorage_lvm=disabled \
		-Dstorage_mpath=disabled \
		-Dstorage_rbd=disabled \
		-Dstorage_vstorage=disabled \
		-Dudev=disabled \
		-Dnetcf=disabled \
		-Dsysctl_config=disabled \
		-Dnbdkit=disabled \
		-Dnbdkit_config_default=disabled \
		-Dlogin_shell=disabled \
		-Dwireshark_dissector=disabled \
		-Dinit_script=none \
		-Dbash_completion=disabled \
		-Duserfaultfd_sysctl=disabled \
		-Dlocalstatedir=${VARDIR}

# random_data fix can be removed when 8.x is eol
CONFIGURE_ENV=	ac_cv_type_struct_random_data=""

# limit production release x.x.x
PORTSCOUT=	limit:\d+\.\d+\.\d+$$

LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector

USES=		gnome charsetfix compiler:c++0x cpe gettext-runtime gmake libtool \
	        meson pathfix perl5 python:build pkgconfig shebangfix tar:xz
USE_GNOME=	glib20
USE_RC_SUBR=	libvirtd virtlogd
CPE_VENDOR=	redhat
USE_PERL5=	build
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check
SHLIB_VER=	0.10001.0
PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
PORTDOCS=	*
#SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen
BINARY_ALIAS=	python3=${PYTHON_CMD} \
		rst2man.py=rst2man.py-${PYTHON_VER} \
		rst2html5.py=rst2html5.py-${PYTHON_VER}

SUB_FILES=	pkg-message

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS}
LIB_DEPENDS+=		libyajl.so:devel/yajl
MESON_ARGS+=	-Dyajl=enabled
.else
MESON_ARGS+=	-Dyajl=disabled
.endif

.if !${PLIST_SUB:MXEN}
PLIST_SUB+=	XEN="@comment "
.endif

CONF_FILES=	\
		bhyve.conf \
		libvirt-admin.conf \
		libvirt.conf \
		libvirtd.conf \
		libxl.conf \
		qemu.conf \
		virtbhyved.conf \
		virtlockd.conf \
		virtlogd.conf \
		virtnetworkd.conf \
		virtproxyd.conf \
		virtqemud.conf \
		virtsecretd.conf \
		virtstoraged.conf \
		virtvboxd.conf \
		virtxend.conf

post-install:
	@${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in AUTHORS.rst NEWS.rst README.rst
	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor

.for dir in run/libvirt/network \
	run/libvirt/qemu \
	run/libvirt/lockd \
	log/libvirt/uml \
	log/libvirt/qemu \
	log/libvirt/lxc \
	lib/libvirt/boot \
	lib/libvirt/lockd/files \
	lib/libvirt/images \
	lib/libvirt/dnsmasq \
	lib/libvirt/filesystems \
	lib/libvirt/network \
	lib/libvirt/qemu/channel/target \
	cache/libvirt/qemu
	@${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}"
.endfor

.for file in ${CONF_FILES}
	@if test -f ${STAGEDIR}${ETCDIR}/${file}; then \
		${MV} ${STAGEDIR}${ETCDIR}/${file} \
		${STAGEDIR}${ETCDIR}/${file}.sample; fi
.endfor

.include <bsd.port.pre.mk>

.if ${ARCH} == amd64 || ${ARCH} == i386
RUN_DEPENDS+=	dmidecode:sysutils/dmidecode
.endif

.include <bsd.port.post.mk>