diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-01-26 00:43:47 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-01-26 00:43:47 +0800 |
commit | 93d59d94ebbfac06d78851b57155954a64da8e48 (patch) | |
tree | 74163cc7098494d4cb0df690b2694d2d4c90ee20 /emulators | |
parent | 1efae47282ef2f970ad05f6c42de54687c6ccd32 (diff) | |
download | freebsd-ports-gnome-93d59d94ebbfac06d78851b57155954a64da8e48.tar.gz freebsd-ports-gnome-93d59d94ebbfac06d78851b57155954a64da8e48.tar.zst freebsd-ports-gnome-93d59d94ebbfac06d78851b57155954a64da8e48.zip |
Remove all remaining references to BSD USER
Submitted by: John Hein <john.hein@microsemi.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index f1769aa4af38..9af39a5bd1bd 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel @@ -22,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc6 OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \ - STATIC_LINK DOCS BSD_USER + STATIC_LINK DOCS SAMBA_DESC= samba dependency (for -smb) GNUTLS_DESC= gnutls dependency (vnc encryption) SASL_DESC= cyrus-sasl dependency (vnc encryption) @@ -33,7 +34,6 @@ PCAP_DESC= pcap dependency (networking with bpf) USBREDIR_DESC= usb device network redirection (experimental!) GNS3_DESC= gns3 patches (promiscuous multicast) X86_TARGETS_DESC= Don't build non-x86 system targets -BSD_USER_DESC= Also build bsd-user targets (for testing) STATIC_LINK_DESC= Statically link the executables OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3 OPTIONS_SUB= yes @@ -69,10 +69,6 @@ DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html DOCS_USES= makeinfo DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 -.if !defined(QEMU_USER_STATIC) -CONFLICTS_INSTALL= qemu--devel-[0-9]* qemu-sbruno-[0-9]* -.endif - PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation |