Date: Thu, 3 Aug 2006 01:44:29 +0200 (CEST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101286: emulators/kqemu-kmod install kld to /boot/modules ... Message-ID: <200608022344.k72NiTnx019044@saturn.kn-bremen.de> Resent-Message-ID: <200608022350.k72NoESi008746@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608022344.k72NiTnx019044>