pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mate-screensaver
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jun 26 08:58:49 UTC 2018
Modified Files:
pkgsrc/x11/mate-screensaver: Makefile
Log Message:
mate-screensaver: Make the non-pam build actually work.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/mate-screensaver/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mate-screensaver/Makefile
diff -u pkgsrc/x11/mate-screensaver/Makefile:1.12 pkgsrc/x11/mate-screensaver/Makefile:1.13
--- pkgsrc/x11/mate-screensaver/Makefile:1.12 Fri Jun 1 14:28:28 2018
+++ pkgsrc/x11/mate-screensaver/Makefile Tue Jun 26 08:58:49 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2018/06/01 14:28:28 youri Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/26 08:58:49 jperkin Exp $
.include "../../meta-pkgs/mate/Makefile.common"
+PKGREVISION= 1
DISTNAME= mate-screensaver-${VERSION}
CATEGORIES= x11
@@ -27,7 +28,10 @@ CONF_FILES+= ${PREFIX}/share/examples/ma
PLIST_VARS+= pam
-.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+= --disable-pam
+SPECIAL_PERMS+= libexec/mate-screensaver-dialog ${SETUID_ROOT_PERMS}
+.else
DEPENDS+= pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
INSTALLATION_DIRS+= ${PREFIX}/share/examples/pam.d
Home |
Main Index |
Thread Index |
Old Index