Bug 157140

Summary: [PATCH] editors/joe: Add USE_NCURSES=yes
Product: Ports & Packages Reporter: Raphael Kubo da Costa <kubito>
Component: Individual Port(s)Assignee: Sylvio Cesar Teixeira <sylvio>
Status: Closed FIXED    
Severity: Affects Only Me CC: sylvio
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
joe-3.7_1,1.patch none

Description Raphael Kubo da Costa 2011-05-18 04:10:13 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-18 04:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-18 13:44:11 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"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-05-18 13:51:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!