Skip site navigation (1)Skip section navigation (2)
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:   ports/157140: [PATCH] editors/joe: Add USE_NCURSES=yes
Message-ID:  <4dd336c8.afb3ec0a.31cb.2c56@mx.google.com>
Resent-Message-ID: <201105180310.p4I3ADrR064236@freefall.freebsd.org>

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

>Number:         157140
>Category:       ports
>Synopsis:       [PATCH] editors/joe: 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:10:13 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:
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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dd336c8.afb3ec0a.31cb.2c56>