Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 12:46:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329986 - head/x11/i3lock
Message-ID:  <201310101246.r9ACkgfx012937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 10 12:46:42 2013
New Revision: 329986
URL: http://svnweb.freebsd.org/changeset/ports/329986

Log:
  Remove bad pam.d file, change i3lock to be setuid so it can use pam_unix and really validate passwords
  
  Reported by:	gahr
  Approved by:	maintainer (implicit)

Modified:
  head/x11/i3lock/Makefile

Modified: head/x11/i3lock/Makefile
==============================================================================
--- head/x11/i3lock/Makefile	Thu Oct 10 12:44:47 2013	(r329985)
+++ head/x11/i3lock/Makefile	Thu Oct 10 12:46:42 2013	(r329986)
@@ -3,6 +3,7 @@
 
 PORTNAME=	i3lock
 PORTVERSION=	2.5
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://i3wm.org/${PORTNAME}/
 
@@ -23,15 +24,14 @@ MAKE_ARGS=	PREFIX="${PREFIX}" X11LIB="${
 		MANDIR="${MANPREFIX}/man"
 
 PLIST_FILES=	bin/i3lock \
-		etc/pam.d/i3lock
-
-MAN1=	i3lock.1
+		man/man1/i3lock.1.gz
 
 LDFLAGS+=	${ICONV_LIB}
 USE_XORG=	x11 xcb xt xproto xext
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		iconv pkgconfig
+USES=		gmake iconv pkgconfig
+
+post-install:
+	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/i3lock
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101246.r9ACkgfx012937>