From owner-freebsd-ports@FreeBSD.ORG Wed Jul 30 21:24:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2378106568B for ; Wed, 30 Jul 2008 21:24:48 +0000 (UTC) (envelope-from fbsd06+YK=aa2a7b04@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 78D528FC23 for ; Wed, 30 Jul 2008 21:24:48 +0000 (UTC) (envelope-from fbsd06+YK=aa2a7b04@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 84B9E1646A4 for ; Wed, 30 Jul 2008 17:08:19 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 09AC123E4B6 for ; Wed, 30 Jul 2008 17:08:17 -0400 (EDT) Date: Wed, 30 Jul 2008 22:08:14 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20080730220814.4cd4677c@gumby.homeunix.com.> In-Reply-To: <20080730085123.81542622.wmoran@collaborativefusion.com> References: <20080730085123.81542622.wmoran@collaborativefusion.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Problems with portupgrade && xscreensaver-gnome X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2008 21:24:48 -0000 On Wed, 30 Jul 2008 08:51:23 -0400 Bill Moran wrote: > > cvsupped my ports tree just this morning. > #uname -a > FreeBSD vanquish.ws.pitbpa0.priv.collaborativefusion.com 7.0-RELEASE > FreeBSD 7.0-RELEASE #4: Wed Jun 25 09:16:13 EDT 2008 > root@vanquish.ws.pitbpa0.priv.collaborativefusion.com:/usr/obj/usr/src/sys/VANQUISH > i386 # pkg_info | grep portupgrade portupgrade-2.4.6,2 FreeBSD > ports/packages administration and management tool s # portupgrade -a > [...] ** Makefile possibly broken: x11/xscreensaver-gnome: > "Makefile", line 106: warning: Option KEYRING needs PAM, but > PAM is disabled. xscreensaver-gnome-5.06_1 > ... > If I comment out line 106 in that Makefile, all is fine. I think what's happening is that is that the warning interferes with portupgrade doing "make -V", which is something that upgrade tools can't really avoid. I think there should just be a "(needs Pam)" comment in the config KEYRING option.