Date: Sun, 3 Jun 2007 02:25:41 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: x11@FreeBSD.org, nork@FreeBSD.org Subject: Re: [ports/x11/libXpm] Fix pkg-plist. 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2 Jun 2007 12:17:57 -0400 Kris Kennaway <kris@obsecurity.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070603022541.d233d90b.nork>