From owner-svn-ports-all@FreeBSD.ORG Thu Oct 31 11:46:07 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 855CF162; Thu, 31 Oct 2013 11:46:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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 7335725B5; Thu, 31 Oct 2013 11:46:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VBk7bR063518; Thu, 31 Oct 2013 11:46:07 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VBk7VP063513; Thu, 31 Oct 2013 11:46:07 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201310311146.r9VBk7VP063513@svn.freebsd.org> From: Rene Ladan Date: Thu, 31 Oct 2013 11:46:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332231 - head/sysutils/biosfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 11:46:07 -0000 Author: rene Date: Thu Oct 31 11:46:06 2013 New Revision: 332231 URL: http://svnweb.freebsd.org/changeset/ports/332231 Log: Convert to USES=kmod Modified: head/sysutils/biosfont/Makefile head/sysutils/biosfont/pkg-plist Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Thu Oct 31 11:44:12 2013 (r332230) +++ head/sysutils/biosfont/Makefile Thu Oct 31 11:46:06 2013 (r332231) @@ -3,7 +3,7 @@ PORTNAME= biosfont PORTVERSION= 1.2.1 -CATEGORIES= sysutils kld +CATEGORIES= sysutils MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org @@ -11,26 +11,15 @@ COMMENT= Kernel module to retrieve bitma LICENSE= BSD -SSP_UNSAFE= kernel module does not support ssp - # only platforms guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 amd64 -USES= uidfix +USES= uidfix kmod .include -KMODDIR= /boot/modules - -PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX} -MAKE_ENV+= KMODDIR=${KMODDIR} NO_XREF=yes - -.if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= requires kernel source files -.endif - -pre-install: - ${MKDIR} ${STAGEDIR}/boot/modules +PLIST_SUB+= PREFIX=${PREFIX} +MAKE_ENV+= NO_XREF=yes post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include Modified: head/sysutils/biosfont/pkg-plist ============================================================================== --- head/sysutils/biosfont/pkg-plist Thu Oct 31 11:44:12 2013 (r332230) +++ head/sysutils/biosfont/pkg-plist Thu Oct 31 11:46:06 2013 (r332231) @@ -1,7 +1,3 @@ include/biosfont.h man/man4/biosfont.4.gz -@cwd %%KMODDIR%% -biosfont.ko -@exec kldxref %%KMODDIR%% -@unexec kldxref %%KMODDIR%% -@cwd %%PREFIX%% +/%%KMODDIR%%/biosfont.ko