pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/40685: www/emacs-w3m doesn't compile with xemacs
>Number: 40685
>Category: pkg
>Synopsis: www/emacs-w3m doesn't compile with xemacs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Feb 19 02:10:00 +0000 2009
>Originator: Anthony Mallet
>Release: 4.99.72-current
>Organization:
>Environment:
NetBSD citrus 4.99.72 NetBSD 4.99.72 (CITRUS) #18: Mon Feb 9 20:33:04 JST 2009
troot@citrus:/usr/obj/sys/arch/i386/compile/CITRUS i386
>Description:
The package www/emacs-w3m doesn't compile out-of-the-box with
an EMACS_TYPE=xemacs214 setting. The problem actually comes from the default
dependency on devel/semi and/or editor/mule-ucs, but those are not needed to
run emacs-w3m with xemacs.
Also, devel/apel-1.32 is provided by editor/xemacs-packages and need not to be
reinstalled if xemacs-packages is already installed.
>How-To-Repeat:
% echo EMACS_TYPE=xemacs214 >>/etc/mk.conf
% cd /usr/pkgsrc/www/emacs-w3m
% make
>Fix:
Just removing those three lines works:
#.include "../../devel/apel/buildlink3.mk"
#.include "../../devel/semi/buildlink3.mk"
#.include "../../editors/mule-ucs/buildlink3.mk"
They should probably be included conditionnaly depending on EMACS_FLAVOR, and
some other trick would be required to check if xemacs-packages is present
(devel/apel not needed) or not (devel/apel needed).
Home |
Main Index |
Thread Index |
Old Index