Bug 157143 - [PATCH] x11/xrestop: Add USE_NCURSES=yes
Summary: [PATCH] x11/xrestop: Add USE_NCURSES=yes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Nedotsukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 04:20 UTC by Raphael Kubo da Costa
Modified: 2011-05-18 23:30 UTC (History)
1 user (show)

See Also:


Attachments
xrestop-0.4_3.patch (581 bytes, patch)
2011-05-18 04:20 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa 2011-05-18 04:20:11 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-18 04:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bland

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-18 23:20:14 UTC
bland       2011-05-18 22:19:56 UTC

  FreeBSD ports repository

  Modified files:
    x11/xrestop          Makefile 
  Log:
  Declare dependency on ncurses so we can deal with devel/ncurses
  installed.
  
  PR:     157143
  
  Revision  Changes    Path
  1.9       +2 -1      ports/x11/xrestop/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 Alexander Nedotsukov freebsd_committer freebsd_triage 2011-05-18 23:20:25 UTC
State Changed
From-To: open->closed

Committed, thanks!