From jdc@pentarou.parodius.com  Fri May 20 00:04:50 2005
Return-Path: <jdc@pentarou.parodius.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C7FE716A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 May 2005 00:04:50 +0000 (GMT)
Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 64B3743D58
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 May 2005 00:04:50 +0000 (GMT)
	(envelope-from jdc@pentarou.parodius.com)
Received: from pentarou.parodius.com (localhost [127.0.0.1])
	by mx1.parodius.com (8.13.3/8.13.3) with ESMTP id j4K04oD5012545
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 May 2005 17:04:50 -0700 (PDT)
	(envelope-from jdc@pentarou.parodius.com)
Received: (from jdc@localhost)
	by pentarou.parodius.com (8.13.3/8.13.3/Submit) id j4K04otT012544;
	Thu, 19 May 2005 17:04:50 -0700 (PDT)
	(envelope-from jdc)
Message-Id: <200505200004.j4K04otT012544@pentarou.parodius.com>
Date: Thu, 19 May 2005 17:04:50 -0700 (PDT)
From: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reply-To: Jeremy Chadwick <freebsd@jdc.parodius.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: misc/screen -- Add support for 256 colour xterm
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81285
>Category:       ports
>Synopsis:       misc/screen -- Add support for 256 colour xterm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 20 00:10:02 GMT 2005
>Closed-Date:    Fri Sep 16 16:30:48 GMT 2005
>Last-Modified:  Fri Sep 16 16:30:48 GMT 2005
>Originator:     Jeremy Chadwick
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Parodius Networking
>Environment:
System: FreeBSD pentarou.parodius.com 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu May 12 04:37:52 PDT 2005 root@pentarou.parodius.com:/usr/obj/usr/src/sys/PENTAROU i386
>Description:
	Add 256 colour xterm support to screen.  Simple CFLAGS addition.
	Verified to work on 4.11-STABLE and 5.4-STABLE.

	NOTE: Maintainer or port committer should read PR 76170 as well,
	as it also contains a no-Nethackism Makefile change which will
	conflict with this PR.  It'd be nice to have both of them added
	at the same time though.  :-)
>How-To-Repeat:
	n/a
>Fix:
	Apply below patch.


diff -ruN screen.orig/Makefile screen/Makefile
--- screen.orig/Makefile	Wed May 18 14:34:31 2005
+++ screen/Makefile	Thu May 19 17:01:53 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
 		${MASTER_SITE_GNU}
@@ -26,6 +26,14 @@
 
 .if ${ARCH} == "alpha"
 CFLAGS+=	-O0
+.endif
+
+# Enables support for 256 colour xterm.  Note that you may need to
+# set up a custom termcap entry or .screenrc which modifies termcap
+# to contain the following: Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm
+#
+.if defined(WITH_XTERM_256)
+CFLAGS+=	-DCOLORS256
 .endif
 
 post-patch:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cy 
Responsible-Changed-By: krion 
Responsible-Changed-When: Fri May 20 13:45:51 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81285 

From: Jeremy Chadwick <freebsd@jdc.parodius.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/81285: misc/screen -- Add support for 256 colour xterm
Date: Fri, 16 Sep 2005 07:40:30 -0700

 Ports folk,
 
 There hasn't been any activity on this PR for almost 4 months.
 Additionally, there hasn't been any activity on a related PR also
 submit by me for the same port (PR 76170) for almost 9 months.  I've
 gotten a couple mails (including one from a previous ports committer)
 wondering what the deal was...
 
 Can we see about getting these committed, or otherwise see about getting
 a new maintainer?  I can maintain this port if need be.
 
 Thanks.
 
 -- 
 | Jeremy Chadwick                                 jdc at parodius.com |
 | Parodius Networking                        http://www.parodius.com/ |
 | UNIX Systems Administrator                   Mountain View, CA, USA |
 | Making life hard for others since 1977.                             |
 
State-Changed-From-To: open->closed 
State-Changed-By: cy 
State-Changed-When: Fri Sep 16 16:28:44 GMT 2005 
State-Changed-Why:  
Committed. Thanks for the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81285 
>Unformatted:
