[ports/x11/libXpm] Fix pkg-plist.

Norikatsu Shigemura nork at FreeBSD.org
Sat Jun 2 17:25:44 UTC 2007


On Sat, 2 Jun 2007 12:17:57 -0400
Kris Kennaway <kris at 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 at 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


More information about the freebsd-x11 mailing list