svn commit: r332629 - head/graphics/plasma-kmod

Rene Ladan rene at FreeBSD.org
Sun Nov 3 17:13:13 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list