diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-08 21:45:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-08 21:45:10 +0000 |
commit | a87a0ca90a795d1f053257078a2bbf30d569d6dd (patch) | |
tree | 4988d2b25b625e4359fc5aa5a0e54e694c69d0ab /x11/xscreensaver/patches | |
parent | beba54afddc5206b86a630a458582d7a8ddb9e4a (diff) | |
download | pkgsrc-a87a0ca90a795d1f053257078a2bbf30d569d6dd.tar.gz |
don't install suid on NetBSD per default; now there are 3 ways:
-no PAM (default): let configure figure out whether shadow passwords
are used, in that case xscreensaver will be installed suid to enable
checking
-"pam" option enabled: assume that PAM is able to check the password
w/o root privs; require the new pam-pwauth_suid on NetBSD for that
-"pam" option enabled; the user decides not to use pam-pwauth_suid
but sets xscreensaver suid instead (on NetBSD, or if the PAM
implementation needs it)
add a MESSAGE discussing the latter 2 options
bump PKGREVISION
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r-- | x11/xscreensaver/patches/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11/xscreensaver/patches/patch-ac b/x11/xscreensaver/patches/patch-ac index 2f866966493..9ab9a82ded7 100644 --- a/x11/xscreensaver/patches/patch-ac +++ b/x11/xscreensaver/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.17 2006/07/18 18:40:36 wiz Exp $ +$NetBSD: patch-ac,v 1.18 2007/01/08 21:45:10 drochner Exp $ ---- configure.orig 2006-05-23 23:01:32.000000000 +0000 +--- configure.orig 2006-05-24 01:01:32.000000000 +0200 +++ configure @@ -2872,6 +2872,9 @@ echo "${ECHO_T}Turning on SGI compiler w esac @@ -47,6 +47,15 @@ $NetBSD: patch-ac,v 1.17 2006/07/18 18:40:36 wiz Exp $ # jwz: MacOS X uses -lkrb5, but not -lcrypt +@@ -14371,7 +14375,7 @@ fi + # + if test "$enable_locking" = yes ; then + case "$host" in +- *-hpux* | *-aix* | *-netbsd* | *-freebsd* | *-openbsd* ) ++ *-hpux* | *-aix* | *-freebsd* | *-openbsd* ) + need_setuid=yes + ;; + esac @@ -14800,11 +14804,7 @@ echo "${ECHO_T}$ac_cv_gtk_config_libs" > ac_gtk_config_libs=$ac_cv_gtk_config_libs |