Date: Sun, 3 Nov 2013 17:13:13 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332629 - head/graphics/plasma-kmod Message-ID: <201311031713.rA3HDDt9059922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Nov 3 17:13:12 2013 New Revision: 332629 URL: http://svnweb.freebsd.org/changeset/ports/332629 Log: - Convert to USES=kmod - Support staging - Remove indefinite article from COMMENT - Fold 2-line pkg-plist into Makefile Deleted: head/graphics/plasma-kmod/pkg-plist Modified: head/graphics/plasma-kmod/Makefile Modified: head/graphics/plasma-kmod/Makefile ============================================================================== --- head/graphics/plasma-kmod/Makefile Sun Nov 3 16:59:07 2013 (r332628) +++ head/graphics/plasma-kmod/Makefile Sun Nov 3 17:13:12 2013 (r332629) @@ -4,26 +4,19 @@ PORTNAME= plasma PORTVERSION= 0.1 PORTREVISION= 4 -CATEGORIES= graphics kld +CATEGORIES= graphics MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME} PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org -COMMENT= A plasma-effect screensaver kernel module +COMMENT= Plasma-effect screensaver kernel module LICENSE= BSD -SSP_UNSAFE= kernel module does not support ssp +PLIST_FILES= ${KMODDIR}/plasma_saver.ko -NO_STAGE= yes -.include <bsd.port.pre.mk> +USES= kmod uidfix -.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) -IGNORE= requires kernel source (in ${SRC_BASE}) to build -.endif - -KMODDIR= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} MAKE_ARGS= KMODDIR=${KMODDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031713.rA3HDDt9059922>