Date: Sat, 13 Sep 2014 15:15:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368109 - head/sysutils/scprotect Message-ID: <201409131515.s8DFFHwX074132@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131515.s8DFFHwX074132>