ports/101286: emulators/kqemu-kmod install kld to /boot/modules ...

Juergen Lock nox at jelal.kn-bremen.de
Wed Aug 2 23:50:15 UTC 2006


>Number:         101286
>Category:       ports
>Synopsis:       emulators/kqemu-kmod install kld to /boot/modules ...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 23:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
me?  organized??
>Environment:
System: FreeBSD saturn 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #2: Fri Jun 23 23:45:09 CEST 2006 nox at saturn:/ad4/usr/home/nox/src61/src/sys/i386/compile/GENERICu i386


>Description:
	install kld to /boot/modules unless 4.x, canonicalize urls

>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/kqemu-kmod/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	24 Jun 2006 09:39:19 -0000	1.7
+++ Makefile	2 Aug 2006 21:42:17 -0000
@@ -7,8 +7,9 @@
 
 PORTNAME=	kqemu
 PORTVERSION=	1.3.0.p9
+PORTREVISION=	1
 CATEGORIES=	emulators
-MASTER_SITES=	http://fabrice.bellard.free.fr/qemu/
+MASTER_SITES=	http://qemu.org/
 PKGNAMESUFFIX=	-kmod
 DISTNAME=	${PORTNAME}-${PORTVERSION:C/.p/pre/}
 DIST_SUBDIR=	kqemu
@@ -27,6 +28,12 @@
 MAKEFILE=	Makefile.freebsd
 
 .include <bsd.port.pre.mk>
+
+# install where x11/nvidia-driver does also:
+.if ${OSVERSION} >= 500000
+KMODDIR=	/boot/modules
+.endif
+
 MAKE_ENV+=	KMODDIR="${KMODDIR}"
 
 .if !exists(${SRC_BASE}/sys/Makefile)
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/emulators/kqemu-kmod/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	31 Oct 2005 13:42:20 -0000	1.1
+++ pkg-descr	2 Aug 2006 21:41:26 -0000
@@ -1,3 +1,3 @@
 KQEMU is a qemu accelerator kernel module on x86/amd64.
 
-WWW: http://fabrice.bellard.free.fr/qemu/qemu-accel.html
+WWW: http://qemu.org/qemu-accel.html
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list