[Bug 205155] audio/ncmpcpp: ./configure fails after devel/ncurses 6.0 update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 9 11:57:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205155

--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:

Author: bapt
Date: Wed Dec  9 11:57:16 UTC 2015
New revision: 403376
URL: https://svnweb.freebsd.org/changeset/ports/403376

Log:
  Install curses.h

  the ncurses ports was specially configured for a while to not install the
  curses.h header, expecting ports to use ncurses.h. How ever lots of ports are
  still using curses.h instead of ncurses.h. Those ended up using curses.h from
  base and other headers from the port. It worked by chances until now.

  Modify this port to make sure curses.h is installed so the ports will use the
  proper set of headers instead of mixing potentially incompatible ones.

  While here modify ncurses*6-config to prevent it to expose -I arguments
pointing
  to a non existing directory

  PR:        205155
  Reported by:    yamagi at yamagi.org

Changes:
  head/devel/ncurses/Makefile
  head/devel/ncurses/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list