svn commit: r368109 - head/sysutils/scprotect

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 15:15:18 UTC 2014


Author: antoine
Date: Sat Sep 13 15:15:17 2014
New Revision: 368109
URL: http://svnweb.freebsd.org/changeset/ports/368109
QAT: https://qat.redports.org/buildarchive/r368109/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/scprotect/Makefile

Modified: head/sysutils/scprotect/Makefile
==============================================================================
--- head/sysutils/scprotect/Makefile	Sat Sep 13 15:11:27 2014	(r368108)
+++ head/sysutils/scprotect/Makefile	Sat Sep 13 15:15:17 2014	(r368109)
@@ -9,22 +9,13 @@ MASTER_SITES=	http://dindin.ru/download/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Protect process from killing when the swap space is exhausted
 
-NO_PACKAGE=	Needs to be compiled for specific kernel
-SSP_UNSAFE=	kernel module does not support ssp
-
-USES=		kmod
+USES=		kmod uidfix
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 CFLAGS+=	-DWITH_SCPROTECT_LIST
 
-.include <bsd.port.pre.mk>
-
-.if !exists(${SRC_BASE}/sys/Makefile)
-IGNORE=		requires kernel sources
-.endif
-
 post-extract:
 	@cd ${WRKSRC}/kmod && ${RM} -f machine
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list