Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | Need to include bsd.prefs.mk before using PKGPATH. | obache | 1 | -1/+2 |
2011-12-18 | "included by ncursesw" means the ncursesw Makefile not just the buildlink | sbd | 1 | -2/+2 |
2011-12-15 | Many packages will prefer ncursesw over ncurses if its available (say as | sbd | 1 | -1/+9 |
2011-12-04 | Revert my last (it needs more work). | sbd | 1 | -11/+1 |
2011-12-04 | Many packages will prefer ncursesw over ncurses if its available so unless | sbd | 1 | -1/+11 |
2011-11-01 | Fix build on SunOS >= 5.10 with gcc 4.6. | hans | 2 | -4/+18 |
2011-04-06 | Changes 5.9: | adam | 2 | -8/+8 |
2011-04-01 | remove additional (new) screen terminfo conflicts for solaris | tez | 1 | -1/+9 |
2011-02-28 | Changes 5.8: | adam | 13 | -74/+275 |
2010-11-13 | Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. | shattered | 1 | -2/+2 |
2010-08-29 | Tell location of Haiku's ncurses header. | obache | 1 | -1/+2 |
2010-07-26 | Fix previous; I did test it, but it seems that under some | dholland | 1 | -3/+4 |
2010-07-26 | The change in -r1.27 of this file failed to restore the old logic | dholland | 1 | -2/+3 |
2010-06-21 | Determine the installed terminfo database files dynammically. This deals | tron | 3 | -2573/+8 |
2010-02-24 | oops, the simple case USE_NCURSES=yes got lost, add it as separate | drochner | 1 | -2/+5 |
2010-02-23 | add another optional condition for curses suitability: support | drochner | 1 | -6/+9 |
2010-02-23 | if terminfo is needed and we don't have it, use pkgsrc ncurses | drochner | 1 | -2/+9 |
2009-07-13 | Add BUILDLINK_INCDIRS. Fixes tmux build and more correct in general. | ahoka | 2 | -3/+4 |
2009-07-12 | Fix typos in comment. | wiz | 1 | -2/+2 |
2009-07-12 | Install ncurses headers to include/ncurses. This fixes a bug, when having | ahoka | 3 | -34/+48 |
2009-07-07 | Make USE_NCURSES more specific. Allow selecting chgat as feature, so | joerg | 1 | -5/+11 |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -45/+1 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -14/+6 |
2008-11-16 | Add screen.{mlterm,rxvt} to the list of files that dont get installed on SunOS | adrianp | 3 | -5/+8 |
2008-11-05 | Update to 5.7: | wiz | 5 | -29/+89 |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -19/+20 |
2008-02-29 | Actually, BUILTIN_LIBNAME.ncurses can be empty, but fix the case where | jlam | 1 | -3/+3 |
2008-02-29 | + Always ensure that BUILTIN_LIBNAME.ncurses is defined (this should have | jlam | 1 | -2/+3 |
2008-02-29 | Backout last change, it breaks the build under NetBSD. | tron | 1 | -4/+2 |
2008-02-29 | Don't setup bogus remapping of the "ncurses" library if we don't need | tron | 1 | -2/+4 |
2008-02-27 | If FOO is empty, then ${FOO:S/^/-l/} has a value of "-l". This is not | jlam | 1 | -2/+3 |
2008-02-27 | + Define BUILTIN_LIBNAME.* unconditionally so that their values can | jlam | 1 | -10/+9 |
2008-02-27 | Define BUILTIN_LIBNAME.* outside of the CHECK_BUILTIN.*-protected | jlam | 1 | -14/+20 |
2008-02-27 | Protect against possibly empty BUILDLINK_LIBNAME.* variables when | jlam | 1 | -2/+2 |
2008-02-27 | + The termlib.buildlink3.mk file is meant to be included by packages | jlam | 2 | -10/+9 |
2008-02-26 | Always make ncurses headers and libraries available as <curses.h> and | jlam | 2 | -7/+4 |
2008-02-26 | whitespace | jlam | 1 | -2/+2 |
2008-02-26 | Add fake seed for ncurses.h with NetBSD's curses. | obache | 1 | -1/+2 |
2008-02-25 | + Introduce a way for a user to set the default curses implementation | jlam | 2 | -17/+49 |
2007-12-22 | Fix build on DragonFly. | joerg | 2 | -4/+13 |
2007-12-11 | Add a distribution patch (by Thomas Dickey) containing Coverity fixes. | bjs | 3 | -4/+11 |
2007-09-25 | Back out previous. Pointed out by uebayasi@ and martti@. | hira | 1 | -3/+3 |
2007-09-25 | mv -> ${MV}. | hira | 1 | -3/+3 |
2007-07-02 | On platforms that have neither a builtin groff nor builtin curses | tnn | 1 | -1/+13 |
2007-02-06 | When TERMINFODIR does not exist, tic tries to write the terminfo | rillig | 2 | -3/+6 |
2007-01-23 | Make sure ${TERMINFODIR}/s is removed; bump PKGREVISION. | wiz | 2 | -2/+4 |
2007-01-17 | Repair this package on solaris after being broken by the last update. | dmcmahill | 2 | -11/+22 |
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -2/+2 |
2007-01-11 | This package cannot handle parallel make(1). | rillig | 1 | -1/+2 |
2007-01-08 | Changes 5.6: | adam | 9 | -52/+84 |