From owner-svn-ports-head@FreeBSD.ORG Sat Jan 25 00:02:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CEA4B2E; Sat, 25 Jan 2014 00:02:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3897B16DC; Sat, 25 Jan 2014 00:02:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P02Y8K004220; Sat, 25 Jan 2014 00:02:34 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0P02YDx004219; Sat, 25 Jan 2014 00:02:34 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401250002.s0P02YDx004219@svn.freebsd.org> From: Rene Ladan Date: Sat, 25 Jan 2014 00:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340955 - head/emulators/virtio-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 00:02:34 -0000 Author: rene Date: Sat Jan 25 00:02:33 2014 New Revision: 340955 URL: http://svnweb.freebsd.org/changeset/ports/340955 QAT: https://qat.redports.org/buildarchive/r340955/ Log: Support stage Approved by: portmgr (infrastructure blanket) Modified: head/emulators/virtio-kmod/Makefile Modified: head/emulators/virtio-kmod/Makefile ============================================================================== --- head/emulators/virtio-kmod/Makefile Fri Jan 24 23:59:31 2014 (r340954) +++ head/emulators/virtio-kmod/Makefile Sat Jan 25 00:02:33 2014 (r340955) @@ -17,8 +17,6 @@ WRKSRC= ${WRKDIR} NEEDSUBDIRS= amd64 cam conf contrib dev/pci geom i386 kern net netinet netinet6 \ sys tools vm x86 -NO_STAGE= yes - USES= kmod .include @@ -59,13 +57,10 @@ do-build: do-install: .for f in pci/virtio_pci virtio/virtio block/virtio_blk balloon/virtio_balloon network/if_vtnet - ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko ${KMODDIR} - ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko.symbols ${KMODDIR} + ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko ${STAGEDIR}${KMODDIR} + ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko.symbols ${STAGEDIR}${KMODDIR} .endfor -post-install: - ${CAT} ${PKGMESSAGE} - # For maintainer only. SVN_MIRROR?= http://svn.freebsd.org/base EXPDIR= ${WRKSRC}/src/sys