Bug 134910

Summary: [patch] Add xterm colors (256 colors) knob to x11/rxvt-unicode
Product: Ports & Packages Reporter: Pierre Guinoiseau <geekounet>
Component: Individual Port(s)Assignee: Thierry Thomas <thierry>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rxvt-unicode_xterm-colors.diff none

Description Pierre Guinoiseau 2009-05-24 14:30:03 UTC
	This patch add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm colors (256 colors) instead of rxvt's 88 colors.
	This can be useful for some vim colorschemes, elinks, or any apps able to use 256 colors. :)
	It's disabled by default, so it doesn't affect already installed rxvt-unicode packages, so I think it doesn't need a version bump.

	Thanks!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-24 14:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-30 22:37:18 UTC
thierry     2009-05-30 21:37:01 UTC

  FreeBSD ports repository

  Modified files:
    x11/rxvt-unicode     Makefile 
  Log:
  Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm
  colors (256 colors) instead of rxvt's 88 colors.
  This can be useful for some vim colorschemes, elinks, or any apps able
  to use 256 colors. :)
  It's disabled by default, so it doesn't affect already installed
  rxvt-unicode packages, so I think it doesn't need a version bump.
  
  PR:             ports/134910
  Submitted by:   Pierre Guinoiseau <geekounet (at) poildetroll.net>
  
  Revision  Changes    Path
  1.124     +12 -1     ports/x11/rxvt-unicode/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 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 07:03:49 UTC
State Changed
From-To: open->closed


Committed, thanks!