Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4701 - Mouse support in w3m.ebuild is unecessarily disabled just because gpm is not present
Summary: Mouse support in w3m.ebuild is unecessarily disabled just because gpm is not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 11:41 UTC by José Fonseca
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Fonseca 2002-07-08 11:41:35 UTC
The differenced introduced from w3m-0.3-r1.ebuild to w3m-0.3-r2.ebuild was that
the mouse support is disabled when the gpm USE variable is not defined.

This is completely _unnecessary_, since even without gpm, there _is_ mouse
support in xterm and alike and doing this disable it.

Please revert the changes, or (to keep the flexibility given by option 6) change
the line

  use gpm &>/dev/null && echo y || echo n

to

  echo y
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-08 18:06:59 UTC
The ability to turn off mouse support is there for people that have issue's with
gpm on there machines with w3m, sometimes gpm will corrupt w3m and make it
unuseable.  If you want mouse support just add gpm into the your use.  If you
want we maybe just be able to change the use to something like "mouse" but I'm
not sure thats a special request that needs to be passed up to the leads, since
USE variables are not arbitrarily added. Maybe it's there is something similar
thats already there I will look into it.

Naz
Comment 2 José Fonseca 2002-07-08 19:48:05 UTC
What does mouse support in w3m has to do with gpm!!!??

I don't have gpm, and still I have support for mouse on w3m!

If gpm is the problem, then those people shouldn't have it in the first place.
What's the point in having a program that only causes problems after all?

I can't be more clear on that: one doesn't need gpm for controlling w3m with
mouse. So WHY isn't mouse support enabled when there is NO gpm!?
Comment 3 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-09 12:36:12 UTC
Ok well I will revert to the older style ebuild .. but if it causes any issue's
with gpm on some peoples machines I will go back to the current ebuild.  In the
mean time I'm going to keep this bug open so I can maybe looking at patching out
the code that causes gpm support to compile so we can still build the rest of
the mouse support just minus gpm support

Naz
Comment 4 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-14 14:26:04 UTC
done..

naz