pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38459: emacs-w3m works with w3m-img, not only with w3m



>Number:         38459
>Category:       pkg
>Synopsis:       emacs-w3m works with w3m-img, not only with w3m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 19 06:20:00 +0000 2008
>Originator:     Hiroyuki Bessho
>Release:        NetBSD 4.0_STABLE
>Organization:
        
>Environment:
System: NetBSD takanoha.a.grotto.jp 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #0: 
Mon Mar 3 03:37:52 JST 2008 
bsh%akoudai.a.grotto.jp@localhost:/u1/proj/netbsd/tnf/4.x/src/sys/arch/i386/compile/obj.i386/GENERIC
 i386
Architecture: i386
Machine: i386
>Description:
        www/emacs-w3m package depends on www/w3m.  w3m-img is a
modified version of w3m, and emacs-w3m runs fine with w3m-img.  So
pkgsrc should allow users to install both w3m-img and emacs-w3m.

        Currently we can't install emacs-w3m after installing w3m-img
because emacs-w3m depends on w3m which conflicts with w3m-img.

>How-To-Repeat:
        install www/w3m-img, then install www/emacs-w3m
>Fix:
        Here's a quick fix.

Index: Makefile
===================================================================
RCS file: /u00/tnfcvs/pkgsrc/www/emacs-w3m/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile    29 Oct 2007 13:11:11 -0000      1.21
+++ Makefile    19 Apr 2008 05:41:22 -0000
@@ -12,7 +12,7 @@
 USE_TOOLS+=    makeinfo
 INFO_FILES=    YES
 
-DEPENDS+=      w3m>=0.5.1nb2:../../www/w3m
+DEPENDS+=      w3m{,-img}>=0.5.1nb2:../../www/w3m
 
 HAS_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN:Q}



Home | Main Index | Thread Index | Old Index