Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2008 16:42:30 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gahr@FreeBSD.org, wsx@FreeBSD.org, cy@FreeBSD.org
Subject:   ports/122545: [PATCH] sysutils/screen: [SUMMARIZE CHANGES]
Message-ID:  <200804072042.m37KgUhH069483@piccollo.p6m7g8.net>
Resent-Message-ID: <200804072050.m37Ko19k000841@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122545
>Category:       ports
>Synopsis:       [PATCH] sysutils/screen: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 07 20:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar  2 09:48:59 EST
>Description:
Seems to work fine for me on 100+ machines 
i386 and amd64
6.3 7.0-beta3, 7.0-R, 8-current

Port maintainer (cy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- screen-4.0.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/screen/Makefile,v
retrieving revision 1.71
diff -u -u -r1.71 Makefile
--- Makefile	29 Oct 2007 20:18:43 -0000	1.71
+++ Makefile	7 Apr 2008 15:24:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
 		http://komquats.com/distfiles/ \
@@ -24,7 +24,10 @@
 		NETHACK "Enable nethack-style messages" ON \
 		XTERM_256 "Enable support for 256 colour xterm" OFF
 
+.if defined(PACKAGE_BUILDING)
+## XXX: Might be specific to pointy hat cluster
 NO_PACKAGE=	Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host
+.endif
 
 .include <bsd.port.pre.mk>
 
--- screen-4.0.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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