Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2011 19:49:08 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154984: [patch] emulators/qemu : does not run-depend on kqemu-kmod
Message-ID:  <201102231949.p1NJn8KY030076@red.freebsd.org>
Resent-Message-ID: <201102231950.p1NJo88t090620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154984
>Category:       ports
>Synopsis:       [patch] emulators/qemu : does not run-depend on kqemu-kmod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 23 19:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.2-RELEASE FreeBSD 8.2-RELEASE #22: Fri Feb 18 10:45:16 CET 2011     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
emulators/qemu does not depends on emulators/kqemu-kmod-devel port if the option is selected. Replaced the build depend to a run depend.
>How-To-Repeat:

>Fix:
--- qemu.diff begins here ---
--- Makefile.orig	2011-02-23 20:26:18.000000000 +0100
+++ Makefile	2011-02-23 20:40:55.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.11.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 		http://bellard.org/qemu/
@@ -85,7 +85,7 @@
 .endif
 
 .if defined(WITH_KQEMU)
-BUILD_DEPENDS+=	kqemu-kmod-devel>=1.4.0pre1:${PORTSDIR}/emulators/kqemu-kmod-devel
+RUN_DEPENDS+=	${LOCALBASE}/include/kqemu/kqemu.h:${PORTSDIR}/emulators/kqemu-kmod-devel
 .else
 CONFIGURE_ARGS+=	--disable-kqemu
 .endif
--- qemu.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102231949.p1NJn8KY030076>