Bug 165182

Summary: Add mouse option to www/elinks config
Product: Ports & Packages Reporter: Alexey Bobkov <mr.deadlystorm>
Component: Individual Port(s)Assignee: Beat Gaetzi <beat>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.