ports/157143: [PATCH] x11/xrestop: Add USE_NCURSES=yes

Raphael Kubo da Costa kubito at gmail.com
Wed May 18 03:20:12 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list