Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 21:26:48 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336582 - head/x11/rxvt-unicode
Message-ID:  <201312152126.rBFLQmZa094408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Dec 15 21:26:47 2013
New Revision: 336582
URL: http://svnweb.freebsd.org/changeset/ports/336582

Log:
  Set support for 256 colors on by default.
  
  Note: PORTREVISION intentionnally not bumped; this is just for package
  building, and poudriere should notice it anyway.
  
  Requested by:	R. Tyler Croy <tyler (at) monkeypox (dot) org>

Modified:
  head/x11/rxvt-unicode/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Sun Dec 15 20:51:37 2013	(r336581)
+++ head/x11/rxvt-unicode/Makefile	Sun Dec 15 21:26:47 2013	(r336582)
@@ -55,7 +55,8 @@ NOTIFY_DESC=		Freedesktop startup notifi
 
 OPTIONS_DEFAULT=PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
 		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
-		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF
+		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
+		256_COLOR
 
 PORTDOCS1=	Changes README.FAQ README.configure
 PORTDOCS=	README.xvt ${PORTDOCS1}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312152126.rBFLQmZa094408>