Subject: pkg/17830: wm/matchbox assumes Xfree 4.* (needs xpm)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <kre@munnari.OZ.AU>
List: netbsd-bugs
Date: 08/04/2002 18:54:18
>Number: 17830
>Category: pkg
>Synopsis: wm/matchbox assumes Xfree 4.* (needs xpm)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 04 04:56:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Robert Elz
>Release: NetBSD 1.6E (pkgsrc of 20020802)
>Organization:
Prince of Songkla University
>Environment:
System: NetBSD fuchsia.cs.mu.OZ.AU 1.6E NetBSD 1.6E (FUCHSIA) #14: Sun Aug 4 00:22:42 ICT 2002 kre@fuchsia.cs.mu.OZ.AU:/usr/obj/sys/FUCHSIA i386
Architecture: i386
Machine: i386
>Description:
matchbox uses xpm, but has no dependency on graphics/xpm, nor
any means to access the library - works fine with Xfree4 where
xpm is included with X11, but not on X11R6.3 (etc).
>How-To-Repeat:
Be using a system that doesn't use Xfree4
cd pkgsrc/wm/matchbox
make
>Fix:
Apply the following patch.
Index: Makefile
===================================================================
RCS file: /local/NetBSD/repository/pkgsrc/wm/matchbox/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 2002/08/01 15:53:46 1.1.1.1
+++ Makefile 2002/08/04 05:50:54
@@ -13,4 +13,5 @@
USE_BUILDLINK_ONLY= YES
.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
>Release-Note:
>Audit-Trail:
>Unformatted: