From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 18 03:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B57E1065672 for ; Wed, 18 May 2011 03:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C05078FC15 for ; Wed, 18 May 2011 03:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4I3KBVq084690 for ; Wed, 18 May 2011 03:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4I3KBtg084689; Wed, 18 May 2011 03:20:11 GMT (envelope-from gnats) Resent-Date: Wed, 18 May 2011 03:20:11 GMT Resent-Message-Id: <201105180320.p4I3KBtg084689@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDDC0106564A for ; Wed, 18 May 2011 03:12:00 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 89D218FC12 for ; Wed, 18 May 2011 03:12:00 +0000 (UTC) Received: by gxk28 with SMTP id 28so511116gxk.13 for ; Tue, 17 May 2011 20:11:59 -0700 (PDT) Received: by 10.100.252.1 with SMTP id z1mr627714anh.130.1305688319567; Tue, 17 May 2011 20:11:59 -0700 (PDT) Received: from localhost ([201.82.187.254]) by mx.google.com with ESMTPS id s11sm812475anm.14.2011.05.17.20.11.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 May 2011 20:11:58 -0700 (PDT) Message-Id: <4dd338fe.0b73650a.1684.3830@mx.google.com> Date: Tue, 17 May 2011 20:11:58 -0700 (PDT) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bland@FreeBSD.org Subject: ports/157143: [PATCH] x11/xrestop: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 03:20:12 -0000 >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: