From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 27 07:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 856D21065672 for ; Wed, 27 May 2009 07:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9488FC1A for ; Wed, 27 May 2009 07:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4R7A1Qq010622 for ; Wed, 27 May 2009 07:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4R7A1aV010621; Wed, 27 May 2009 07:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 May 2009 07:10:01 GMT Resent-Message-Id: <200905270710.n4R7A1aV010621@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, john hood Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FEC31065673 for ; Wed, 27 May 2009 07:02:39 +0000 (UTC) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (sirocco.sandstorm.net [69.33.111.75]) by mx1.freebsd.org (Postfix) with ESMTP id 492478FC2E for ; Wed, 27 May 2009 07:02:39 +0000 (UTC) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (localhost [127.0.0.1]) by sirocco.sandstorm.net (8.13.8/8.13.3) with ESMTP id n4R6mQtu032904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 27 May 2009 02:48:26 -0400 (EDT) (envelope-from jh@sirocco.sandstorm.net) Received: (from jh@localhost) by sirocco.sandstorm.net (8.13.8/8.13.3/Submit) id n4R6mN0A032879; Wed, 27 May 2009 02:48:23 -0400 (EDT) (envelope-from jh) Message-Id: <200905270648.n4R6mN0A032879@sirocco.sandstorm.net> Date: Wed, 27 May 2009 02:48:23 -0400 (EDT) From: john hood To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134976: [patch] security/lsh: bad dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john hood List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 07:10:01 -0000 >Number: 134976 >Category: ports >Synopsis: [patch] security/lsh: bad dependencies >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 27 07:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: john hood >Release: FreeBSD 7.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD lister.sandstorm.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu May 21 18:38:42 EDT 2009 root@lister.sandstorm.net:/usr/src/sys/amd64/compile/NOCD amd64 >Description: The 7.2-release package of lsh fails to run X clients, with: "lsh: Can't find any xauth information for X11 display." at startup. This appears to be because the port's missing a dependency on libXau, and configure quietly disables support for X authorization (but not X11) in lsh. Patch to add it included. While I'm at it, remove a (now?) unnecessary build dependency for a Scheme interpreter (the source tarball includes premade bits). (It also removes a build dependency on libgmp4 because -head already has this.) >How-To-Repeat: pkg_add -r lsh; lsh -x localhost xdpyinfo >Fix: Patch against 7.2-release port Makefile: --- Makefile.orig 2009-03-09 15:29:09.000000000 -0400 +++ Makefile 2009-05-27 02:09:57.000000000 -0400 @@ -15,10 +15,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 -BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.7:${PORTSDIR}/math/libgmp4 \ + Xau.6:${PORTSDIR}/x11/libXau GNU_CONFIGURE= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: