Bug 157138 - [PATCH] graphics/aalib: Add USE_NCURSES=yes
Summary: [PATCH] graphics/aalib: 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 04:00 UTC by Raphael Kubo da Costa
Modified: 2011-05-21 19:30 UTC (History)
0 users

See Also:


Attachments
aalib-1.4.r5_6.patch (1011 bytes, patch)
2011-05-18 04:00 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:00:22 UTC
aalib depends on ncurses. If one has devel/ncurses installed, an implicit
dependency ends up being added. When the port is updated, these implicit
dependencies break. Adding WITH_NCURSES=yes should fix the problem.

While here, remove MD5 from distinfo as well.

Generated with FreeBSD Port Tools 0.99
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-05-21 19:23:08 UTC
arved       2011-05-21 18:23:00 UTC

  FreeBSD ports repository

  Modified files:
    graphics/aalib       Makefile distinfo 
  Log:
  Add USE_NCURSES
  
  PR:             157138
  Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
  
  Revision  Changes    Path
  1.49      +2 -1      ports/graphics/aalib/Makefile
  1.8       +0 -1      ports/graphics/aalib/distinfo
_______________________________________________
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 2 Tilman Keskinoz freebsd_committer freebsd_triage 2011-05-21 19:23:09 UTC
State Changed
From-To: open->closed

committed, thanks