Age | Commit message (Expand) | Author | Files | Lines |
2014-06-09 | Remove the SunOS hack which removed the 'screen' terminfo entries, screen | jperkin | 1 | -32/+2 |
2014-05-11 | Fix build for OpenBSD >= 5.5. It doesn't have sys/ttydev.h. Regenerate | rodent | 8 | -29/+54 |
2014-04-15 | When using ncursesw, transform -lcurses to -lncursesw. | wiz | 1 | -2/+4 |
2013-12-01 | also link ncurses/term.h -> term.h as well as curses.h (and builtin.mk) | obache | 1 | -2/+15 |
2013-11-23 | Use find-headers instead of find-files to detect builtin header files. | obache | 1 | -7/+6 |
2013-10-04 | Always disable mixed case support on OSX, otherwise a package built | jperkin | 2 | -3/+7 |
2013-08-21 | backout solaris ncurses builtin support until /usr/gnu/lib dependencies can b... | richard | 1 | -2/+6 |
2013-08-20 | update ncurses builtin.mk for solaris(illumos) | richard | 1 | -2/+2 |
2013-07-08 | update ncurses patch to support gcc48 on solaris | richard | 2 | -4/+4 |
2013-05-31 | Bump all packages for perl-5.18, that | wiz | 1 | -1/+2 |
2013-05-10 | Fix cross-build of ncurses by tool-depending on itself for tic. | riastradh | 1 | -1/+8 |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 |
2012-06-08 | Fix ncurses/ncursesw build on SunOS and GCC>=4.6 | fhajny | 1 | -1/+5 |
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 |