Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 20:11:58 -0700 (PDT)
From:      Raphael Kubo da Costa <kubito@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bland@FreeBSD.org
Subject:   ports/157143: [PATCH] x11/xrestop: Add USE_NCURSES=yes
Message-ID:  <4dd338fe.0b73650a.1684.3830@mx.google.com>
Resent-Message-ID: <201105180320.p4I3KBtg084689@freefall.freebsd.org>

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

>Number:         157143
>Category:       ports
>Synopsis:       [PATCH] x11/xrestop: Add USE_NCURSES=yes
>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:   Wed May 18 03:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #29: Sun May  1 16:10:18 BRT
>Description:
This patch should fix the problems which arise from the implicit dependency
created when devel/ncurses is installed: the port breaks when devel/ncurses is
upgraded.

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

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

--- xrestop-0.4_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/xrestop/Makefile /tmp/xrestop/Makefile
--- /usr/ports/x11/xrestop/Makefile	2008-04-19 14:54:44.000000000 -0300
+++ /tmp/xrestop/Makefile	2011-05-18 00:10:48.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	xrestop
 PORTVERSION=	0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	http://projects.o-hand.com/sources/${PORTNAME}/
 
@@ -17,6 +17,7 @@
 USE_XORG=	x11 xext xrender xt xres xproto
 USE_GMAKE=	yes
 USE_GNOME=	gnometarget pkgconfig
+USE_NCURSES=	yes
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ENV=	CFLAGS=-I${LOCALBASE}/include \
--- xrestop-0.4_3.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?4dd338fe.0b73650a.1684.3830>