Bug 165182 - Add mouse option to www/elinks config
Summary: Add mouse option to www/elinks config
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 17:20 UTC by Alexey Bobkov
Modified: 2012-02-20 10:14 UTC (History)
0 users

See Also:


Attachments
file.diff (694 bytes, patch)
2012-02-15 17:20 UTC, Alexey Bobkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Bobkov 2012-02-15 17:20:08 UTC
By default the port is compiled with mouse support that causes problems with clipboard use at work in putty on SSH for example.
The given patch adds possibility to compile port without mouse support.

Fix: Apply a patch to /usr/ports/www/elinks/Makefile and then recompile port.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-15 17:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-20 09:57:25 UTC
beat        2012-02-20 09:55:29 UTC

  FreeBSD ports repository

  Modified files:
    www/elinks           Makefile 
  Log:
  - Add option to disable mouse support
  
  PR:             ports/165182
  Submitted by:   Alex <silverless AT gmx.com>
  
  Revision  Changes    Path
  1.62      +8 -1      ports/www/elinks/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2012-02-20 10:12:49 UTC
State Changed
From-To: open->closed

Committed. Thanks! I set the default option to "on" to match the 
previous behavior of the elinks port.