Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2007 13:39:55 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        x11@FreeBSD.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: [ports/x11/libXpm] Fix pkg-plist.
Message-ID:  <20070602173954.GA987@rot13.obsecurity.org>
In-Reply-To: <20070603022541.d233d90b.nork@FreeBSD.org>
References:  <20070603005449.b75bd84c.nork@FreeBSD.org> <20070602161757.GB906@rot13.obsecurity.org> <20070603022541.d233d90b.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 03, 2007 at 02:25:41AM +0900, Norikatsu Shigemura wrote:
> 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.

Thanks, that makes much more sense now! :)

Kris

> 
> 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
> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070602173954.GA987>