From owner-freebsd-x11@FreeBSD.ORG Mon Jun 4 17:21:41 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC2BA16A41F for ; Mon, 4 Jun 2007 17:21:41 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 98B9613C44C for ; Mon, 4 Jun 2007 17:21:41 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id 9F7AF1928E6; Mon, 4 Jun 2007 19:21:40 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180977700; bh=6iX6KGq/KcyKmSu1YbA8vyzGqzg=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=PUgKpFrpWKbRBqA/j55+Fb62TgMhDUWyLidub6e+NP0evQz/iryw FFBSWe1voKLADjcS3nOqIfyuuPIYtpfAX+6SKlohVr4IdlTxwUimvl425FAUXXC1KIZ TLBRIcFSV X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9vGXWaDOSOpl; Mon, 4 Jun 2007 19:21:38 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 1E733192A56; Mon, 4 Jun 2007 19:21:38 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 131E6511BC; Mon, 4 Jun 2007 19:21:38 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l54HLbOs001297; Mon, 4 Jun 2007 19:21:37 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Mon, 4 Jun 2007 19:21:36 +0200 User-Agent: KMail/1.9.6 References: <20070603005449.b75bd84c.nork@FreeBSD.org> <20070602161757.GB906@rot13.obsecurity.org> <20070603022541.d233d90b.nork@FreeBSD.org> In-Reply-To: <20070603022541.d233d90b.nork@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706041921.37034.dejan.lesjak@ijs.si> Cc: Norikatsu Shigemura , Kris Kennaway Subject: Re: [ports/x11/libXpm] Fix pkg-plist. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 17:21:42 -0000 On Saturday 02 June 2007 19:25:41 Norikatsu Shigemura wrote: > On Sat, 2 Jun 2007 12:17:57 -0400 > > Kris Kennaway wrote: > > On Sun, Jun 03, 2007 at 12:54:49AM +0900, Norikatsu Shigemura wrote: > > > Hi. > > > I found a pkg-plist issue. Please review and commit. > > > > This does not seem to be showing up on the package cluster, so I guess > > this is only compiled in some situations. We need to find out why. > > Oops, OK. I found why. Because libXpm has a implicit dependency. > Please see following patch. Committed with tiny change (xt was also missing). Thanks! Dejan