I would like to enable X256 option by default. I find this utility great for testing term to see if it properly supports 256 colors. I have been using the X256 option and have not had any problems with the display on non-256 terms. It still looks better than the default outline version. Are you ok with that change?
Maintainer of sysutils/bsdinfo, Please note that PR ports/186844 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186844 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Yes, that sounds good. In fact, I am getting feedback that people don't really compile bsdinfo with the outline option that often. -- Pozdrawiam, Jakub 'samu' SzafraÅski http://samu.pl W dniu 17.02.2014 15:30, Edwin Groothuis pisze: > Maintainer of sysutils/bsdinfo, > > Please note that PR ports/186844 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186844 >
Author: bdrewery Date: Thu Mar 27 00:58:45 2014 New Revision: 349311 URL: http://svnweb.freebsd.org/changeset/ports/349311 QAT: https://qat.redports.org/buildarchive/r349311/ Log: - Enable X256 by default PR: ports/186844 Submitted by: bdrewery Approved by: s@samu.pl (maintainer) Modified: head/sysutils/bsdinfo/Makefile Modified: head/sysutils/bsdinfo/Makefile ============================================================================== --- head/sysutils/bsdinfo/Makefile Thu Mar 27 00:51:33 2014 (r349310) +++ head/sysutils/bsdinfo/Makefile Thu Mar 27 00:58:45 2014 (r349311) @@ -3,6 +3,7 @@ PORTNAME= bsdinfo PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ @@ -12,6 +13,7 @@ COMMENT= Simple utility to display syste GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 +OPTIONS_DEFAULT=X256 X256_DESC= Build the 256 color version X256_CONFIGURE_ON= --x256 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!