From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 27 10:10:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A697916A406 for ; Fri, 27 Apr 2007 10:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 41BE713C455 for ; Fri, 27 Apr 2007 10:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3RAA5s2031085 for ; Fri, 27 Apr 2007 10:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3RAA59w031084; Fri, 27 Apr 2007 10:10:05 GMT (envelope-from gnats) Resent-Date: Fri, 27 Apr 2007 10:10:05 GMT Resent-Message-Id: <200704271010.l3RAA59w031084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "kitsune " Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5E9116A402 for ; Fri, 27 Apr 2007 10:08:27 +0000 (UTC) (envelope-from SRS0=YMNHIj=J6=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout16.yourhostingaccount.com (mailout16.yourhostingaccount.com [65.254.253.134]) by mx1.freebsd.org (Postfix) with ESMTP id 84BB513C448 for ; Fri, 27 Apr 2007 10:08:27 +0000 (UTC) (envelope-from SRS0=YMNHIj=J6=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailscan12.yourhostingaccount.com ([10.1.15.12] helo=mailscan12.yourhostingaccount.com) by mailout16.yourhostingaccount.com with esmtp (Exim) id 1Hh8EO-00015K-A9 for FreeBSD-gnats-submit@freebsd.org; Thu, 26 Apr 2007 13:58:13 -0400 Received: from authsmtp11.yourhostingaccount.com ([10.1.18.11] ident=exim) by mailscan12.yourhostingaccount.com with spamscanlookuphost (Exim) id 1Hh8EO-0006On-9J for FreeBSD-gnats-submit@freebsd.org; Thu, 26 Apr 2007 13:58:12 -0400 Received: from authsmtp11.yourhostingaccount.com ([10.1.18.11] helo=authsmtp11.yourhostingaccount.com) by mailscan12.yourhostingaccount.com with esmtp (Exim) id 1Hh8EN-0006Oe-Tt for FreeBSD-gnats-submit@freebsd.org; Thu, 26 Apr 2007 13:58:11 -0400 Received: from cpe-65-185-51-114.columbus.res.rr.com ([65.185.51.114] helo=vixen42.vulpes) by authsmtp11.yourhostingaccount.com with esmtpa (Exim) id 1Hh8EN-0000Qm-Hw for FreeBSD-gnats-submit@freebsd.org; Thu, 26 Apr 2007 13:58:11 -0400 Message-Id: <1177610615.89209@vixen42.vulpes> Date: Thu, 26 Apr 2007 14:03:35 -0400 From: "kitsune " Sender: "kitsune " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: ports/112178: Update: x11/xscreensaver Enable PAM support. With out this you can't use it if you are using LDAP or the like for authentication. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 10:10:05 -0000 >Number: 112178 >Category: ports >Synopsis: Update: x11/xscreensaver Enable PAM support. With out this you can't use it if you are using LDAP or the like for authentication. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 27 10:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: kitsune >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE #3: Mon Mar 19 02:00:40 EDT 2007 root@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2 >Description: Currently x11/xscreensaver is compiled with out PAM support. This is a PITA for those of us who use LDAP or whatever for authentication and user/group stuff. >How-To-Repeat: 1: Run xscreensaver using a LDAP user. 2: 3: Unleash the AAA upon the incoming flying monkies. 4: xscreensaver: couldn't get password of "" xscreensaver: 13:54:14: locking is disabled (error getting password). 5: Apply patch and reinstall. 6: Run it and notice that step 4 nolonger happens. 7: Laugh manically. >Fix: --- x11-xscreensaver-Makefile.diff begins here --- --- Makefile.orig Thu Apr 26 13:55:25 2007 +++ Makefile Thu Apr 26 13:55:35 2007 @@ -24,7 +24,7 @@ USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ +CONFIGURE_ARGS= --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --with-configdir=${PREFIX}/share/xscreensaver/config/ \ --with-jpeg=${LOCALBASE} --without-gnome --without-kerberos \ --- x11-xscreensaver-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: