pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: roy
Date: Sun Mar 9 10:15:32 UTC 2014
Modified Files:
pkgsrc/mk: curses.buildlink3.mk curses.builtin.mk
terminfo.buildlink3.mk
Log Message:
Move the logic for testing if system curses supports the needed functions
from devel/ncurses to the mk infrastructure.
FAKE_NCURSES=yes
Provides the system curses as ncurses.h and libncurses.
USE_CURSES=wide
Links to system curses if they provide wide support, otherwise ncursesw.
wide-curses in the package options also triggers this.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/curses.buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/curses.builtin.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mk/terminfo.buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index