ports/157140: [PATCH] editors/joe: Add USE_NCURSES=yes

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


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



More information about the freebsd-ports-bugs mailing list