pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Feb 25 04:19:35 UTC 2008

Modified Files:
        pkgsrc/devel/ncurses: buildlink3.mk builtin.mk
        pkgsrc/devel/pdcurses: buildlink3.mk
        pkgsrc/mk: curses.buildlink3.mk
Added Files:
        pkgsrc/mk: curses.builtin.mk

Log Message:
+ Introduce a way for a user to set the default curses implementation
  used by packages that need curses.  From curses.buildlink3.mk:

  CURSES_DEFAULT
        This value represents the type of curses we wish to use on the
        system.  Setting this to "curses" means that the system curses
        implementation is fine.

        Possible: curses, ncurses, pdcurses

+ Move all code to detect a built-in version of curses into a
  curses.builtin.mk file.

+ Add code to {n,pd}curses/buildlink3.mk so make the headers and
  libraries usable as <curses.h> and -lcurses if _PKG_USE_CURSES is
  defined.  _PKG_USE_CURSES is only defined by curses.buildlink3.mk.

+ Improve the detection of native ncurses in ncurses/builtin.mk and
  allow headers and libraries to be usable as <ncurses.h> and -lncurses.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/devel/ncurses/buildlink3.mk
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/ncurses/builtin.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/pdcurses/buildlink3.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/curses.buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/curses.builtin.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