From owner-freebsd-x11@FreeBSD.ORG Sat Jun 2 17:25:43 2007 Return-Path: X-Original-To: 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 E7CC816A46B; Sat, 2 Jun 2007 17:25:43 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD8F13C489; Sat, 2 Jun 2007 17:25:43 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id l52HPfnr041131; Sun, 3 Jun 2007 02:25:42 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 3 Jun 2007 02:25:41 +0900 From: Norikatsu Shigemura To: Kris Kennaway Message-Id: <20070603022541.d233d90b.nork@FreeBSD.org> In-Reply-To: <20070602161757.GB906@rot13.obsecurity.org> References: <20070603005449.b75bd84c.nork@FreeBSD.org> <20070602161757.GB906@rot13.obsecurity.org> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 03 Jun 2007 02:25:42 +0900 (JST) Cc: x11@FreeBSD.org, nork@FreeBSD.org 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: Sat, 02 Jun 2007 17:25:44 -0000 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. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/libXpm/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 19 May 2007 20:26:53 -0000 1.17 +++ Makefile 2 Jun 2007 17:21:21 -0000 @@ -7,14 +7,15 @@ PORTNAME= libXpm PORTVERSION= 3.5.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Pixmap library XORG_CAT= lib -USE_XORG= xproto x11 +USE_XORG= xproto x11 xext xextproto -MAN1= cxpm.1 +MAN1= cxpm.1 sxpm.1 .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11/libXpm/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 19 May 2007 20:26:53 -0000 1.3 +++ pkg-plist 2 Jun 2007 17:21:21 -0000 @@ -1,4 +1,5 @@ bin/cxpm +bin/sxpm include/X11/xpm.h lib/libXpm.a lib/libXpm.la