From 9bf4877c1b337092c2e4f31d7b2836e5147cc974 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 25 Mar 2011 01:05:15 +0000 Subject: [PATCH] sort CONFIGURE_ARGS, from Brad (taking maintainer), discussed with fgsch@ --- emulators/qemu/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 7590ddcf1fc..1d22d565f7b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2011/03/20 20:40:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.64 2011/03/25 01:05:15 sthen Exp $ # no success building on other archs yet ONLY_FOR_ARCHS = i386 amd64 sparc64 @@ -6,11 +6,14 @@ ONLY_FOR_ARCHS = i386 amd64 sparc64 COMMENT = multi system emulator DISTNAME = qemu-0.14.0 -REVISION= 0 +REVISION = 1 CATEGORIES = emulators +MASTER_SITES = ${MASTER_SITE_SAVANNAH:=qemu/} HOMEPAGE = http://www.qemu.org/ +MAINTAINER= Brad Smith + # GPLv2/LGPLv2/BSD PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes @@ -19,8 +22,6 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = c jpeg m ossaudio png pthread util z -MASTER_SITES = ${MASTER_SITE_SAVANNAH:=qemu/} - BUILD_DEPENDS = textproc/texi2html LIB_DEPENDS = graphics/jpeg \ graphics/png @@ -38,13 +39,13 @@ CONFIGURE_ARGS = --prefix=${PREFIX} \ --extra-cflags="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/libpng" \ --extra-ldflags=-L${LOCALBASE}/lib \ - --disable-vnc-tls \ - --disable-vnc-sasl \ - --disable-curses \ - --disable-curl \ --disable-bsd-user \ + --disable-curl \ + --disable-curses \ --disable-guest-base \ - --disable-uuid + --disable-uuid \ + --disable-vnc-sasl \ + --disable-vnc-tls FLAVORS = debug no_x11 FLAVOR ?=