Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ |
31 |
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ |
32 |
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \ |
32 |
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \ |
33 |
STATIC_LINK DOCS |
33 |
STATIC_LINK DOCS ISCSI |
34 |
SAMBA_DESC= samba dependency (for -smb) |
34 |
SAMBA_DESC= samba dependency (for -smb) |
35 |
GNUTLS_DESC= gnutls dependency (vnc encryption) |
35 |
GNUTLS_DESC= gnutls dependency (vnc encryption) |
36 |
SASL_DESC= cyrus-sasl dependency (vnc encryption) |
36 |
SASL_DESC= cyrus-sasl dependency (vnc encryption) |
Lines 42-48
Link Here
|
42 |
X86_TARGETS_DESC= Don't build non-x86 system targets |
42 |
X86_TARGETS_DESC= Don't build non-x86 system targets |
43 |
BSD_USER_DESC= Also build bsd-user targets (for testing) |
43 |
BSD_USER_DESC= Also build bsd-user targets (for testing) |
44 |
STATIC_LINK_DESC= Statically link the executables |
44 |
STATIC_LINK_DESC= Statically link the executables |
45 |
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP |
45 |
ISCSI_DESC= libiscsi dependency (iSCSI client for emulated drives) |
|
|
46 |
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP ISCSI |
46 |
|
47 |
|
47 |
.if !defined(QEMU_USER_STATIC) |
48 |
.if !defined(QEMU_USER_STATIC) |
48 |
CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-* |
49 |
CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-* |
Lines 166-171
Link Here
|
166 |
LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 |
167 |
LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 |
167 |
.endif |
168 |
.endif |
168 |
|
169 |
|
|
|
170 |
.if empty(PORT_OPTIONS:MISCSI) |
171 |
CONFIGURE_ARGS+= --disable-libiscsi |
172 |
.else |
173 |
LIB_DEPENDS+= libiscsi.so:net/libiscsi |
174 |
.endif |
175 |
|
169 |
.if empty(PORT_OPTIONS:MJPEG) |
176 |
.if empty(PORT_OPTIONS:MJPEG) |
170 |
CONFIGURE_ARGS+= --disable-vnc-jpeg |
177 |
CONFIGURE_ARGS+= --disable-vnc-jpeg |
171 |
.else |
178 |
.else |