Subject: pkg/7758: Fix dependencies for x11/afterstep package
To: None <gnats-bugs@gnats.netbsd.org>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-bugs
Date: 06/11/1999 05:35:43
>Number: 7758
>Category: pkg
>Synopsis: Fix dependencies for x11/afterstep package
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager (NetBSD software packages system bug manager)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 11 05:35:00 1999
>Last-Modified:
>Originator: Frederick Bruckman
>Organization:
>Release: NetBSD-1.4; pkgsrc 06/08/1999
>Environment:
System: NetBSD handy.localnet 1.4 NetBSD 1.4 (HANDY) #0:
Fri May 14 03:45:13 CDT 1999 fredb@handy.localnet:
/usr/src/sys/arch/i386/compile/HANDY i386
>Description:
Although most of afterstep's menus and built-in functions are
run-time configurable, a few are only configurable at compile
time. This patch adds "xli" to the package DEPENDS, since we
have a package, and removes "xiterm" from afterstep, since I
have no idea where to get that.
>How-To-Repeat:
Would only affect a key binding to the built-in "HelpCommand"
function, or a specification in the ~/G/L/A/pager config of a
jpeg or gif *PagerDesktopImage.
>Fix:
--- /usr/pkgsrc/x11/afterstep/Makefile.orig Mon Jun 7 06:33:45 1999
+++ /usr/pkgsrc/x11/afterstep/Makefile Fri Jun 11 06:48:08 1999
@@ -15,11 +15,13 @@
DEPENDS+= png-1.0.3:../../graphics/png
DEPENDS+= rplay-3.2.0b6:../../audio/rplay
DEPENDS+= asclock-11:../../x11/asclock
+DEPENDS+= xli-1.16:../../graphics/xli
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \
+CONFIGURE_ARGS+= --with-helpcommand="xterm -e man" \
+ --with-png-includes=${LOCALBASE}/include \
--with-png-lib=${LOCALBASE}/lib \
--with-jpeg-includes=${LOCALBASE}/include \
--with-jpeg-lib=${LOCALBASE}/lib
>Audit-Trail:
>Unformatted: