From kubito@gmail.com  Wed May 18 03:02:34 2011
Return-Path: <kubito@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C166106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 May 2011 03:02:34 +0000 (UTC)
	(envelope-from kubito@gmail.com)
Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182])
	by mx1.freebsd.org (Postfix) with ESMTP id CB8928FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 May 2011 03:02:33 +0000 (UTC)
Received: by gyg13 with SMTP id 13so508543gyg.13
        for <multiple recipients>; Tue, 17 May 2011 20:02:33 -0700 (PDT)
Received: by 10.236.192.230 with SMTP id i66mr1344201yhn.482.1305687753034;
        Tue, 17 May 2011 20:02:33 -0700 (PDT)
Received: from localhost ([201.82.187.254])
        by mx.google.com with ESMTPS id h35sm522618yhm.42.2011.05.17.20.02.31
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 17 May 2011 20:02:32 -0700 (PDT)
Message-Id: <4dd336c8.afb3ec0a.31cb.2c56@mx.google.com>
Date: Tue, 17 May 2011 20:02:32 -0700 (PDT)
From: Raphael Kubo da Costa <kubito@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sylvio@FreeBSD.org
Subject: [PATCH] editors/joe: Add USE_NCURSES=yes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157140
>Category:       ports
>Synopsis:       [PATCH] editors/joe: Add USE_NCURSES=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 18 03:10:13 UTC 2011
>Closed-Date:    Wed May 18 12:51:10 UTC 2011
>Last-Modified:  Wed May 18 12:51:10 UTC 2011
>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:
An implicit dependency is added when devel/ncurses is installed, and joe breaks
when devel/ncurses is upgraded. Adding USE_NCURSES=yes should help fix this
problem.

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

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

--- joe-3.7_1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/joe/Makefile /tmp/joe/Makefile
--- /usr/ports/editors/joe/Makefile	2011-05-02 06:41:27.000000000 -0300
+++ /tmp/joe/Makefile	2011-05-18 00:01:22.000000000 -0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	joe
 PORTVERSION=	3.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	editors
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
@@ -21,6 +22,7 @@
 
 USE_GMAKE=	yes
 USE_ICONV=	yes
+USE_NCURSES=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -liconv"
--- joe-3.7_1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 18 03:10:25 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157140: commit references a PR
Date: Wed, 18 May 2011 12:44:11 +0000 (UTC)

 sylvio      2011-05-18 12:43:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/joe          Makefile 
   Log:
   - Add USE_NCURSES to fix the problem of joe breaks when ncurses is installed.
   
   PR:             ports/157140
   Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
   
   Revision  Changes    Path
   1.34      +3 -0      ports/editors/joe/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Wed May 18 12:51:08 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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