Bug 186844 - sysutils/bsdinfo
Summary: sysutils/bsdinfo
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 14:30 UTC by Bryan Drewery
Modified: 2014-03-27 01:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery freebsd_committer freebsd_triage 2014-02-17 14:30:00 UTC
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?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-17 14:30:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-17 14:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jakub Szafrański 2014-02-17 15:37:59 UTC
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
>
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-27 00:58:49 UTC
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"
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2014-03-27 00:58:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!