summaryrefslogtreecommitdiff
path: root/devel/ncurses
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-3/+2
2015-08-28cleanup SunOS workarounds in ncurses and ncursesw since update to ncurses 6.0richard2-11/+4
2015-08-18Remove empty patches.wiz4-10/+1
2015-08-17Update to 6.0:wiz12-131/+69
2015-06-17Pull in upstream fix for GCC 5.1. Patch submitted by Travis Pauljperkin2-1/+35
2015-06-04USE_LANGUAGES must be set before including compiler.mkjperkin1-2/+5
2015-06-02When GCC version is 5.x, pass the -P flag to cpp, preventing the generation o...sevan1-2/+9
2015-02-18Drop the use of -no-cpp-precomp which is specific to Apple's supplied toolchainsevan2-5/+18
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-2/+2
2014-12-03For devel/ncursesw, we want the curses transform and only that.joerg1-2/+4
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-4/+1
2014-09-16Fix ncurses-config to provide rpath.wiz2-3/+11
2014-09-02Add gmake to USE_TOOLS, this allows us to remove MAKE_JOBS_SAFE=no and usejperkin1-3/+2
2014-08-11Use a (shell) "for" loop to deal with creating the symbolic links for bothtron1-15/+10
2014-08-11Also create "ncurses/ncurses.h" if we are using a builtin curses library.tron1-1/+8
2014-08-10Avoid redefinition warnings with _XOPEN_SOURCE using _POSIX_C_SOURCErichard1-2/+2
2014-07-21Be a bit more forgiving with external compilers (earlier than gcc 4.6) andrichard3-22/+11
2014-06-09Remove the SunOS hack which removed the 'screen' terminfo entries, screenjperkin1-32/+2
2014-05-11Fix build for OpenBSD >= 5.5. It doesn't have sys/ttydev.h. Regeneraterodent8-29/+54
2014-04-15When using ncursesw, transform -lcurses to -lncursesw.wiz1-2/+4
2013-12-01also link ncurses/term.h -> term.h as well as curses.h (and builtin.mk)obache1-2/+15
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-7/+6
2013-10-04Always disable mixed case support on OSX, otherwise a package builtjperkin2-3/+7
2013-08-21backout solaris ncurses builtin support until /usr/gnu/lib dependencies can b...richard1-2/+6
2013-08-20update ncurses builtin.mk for solaris(illumos)richard1-2/+2
2013-07-08update ncurses patch to support gcc48 on solarisrichard2-4/+4
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
2013-05-10Fix cross-build of ncurses by tool-depending on itself for tic.riastradh1-1/+8
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-08Fix ncurses/ncursesw build on SunOS and GCC>=4.6fhajny1-1/+5
2011-12-19Need to include bsd.prefs.mk before using PKGPATH.obache1-1/+2
2011-12-18"included by ncursesw" means the ncursesw Makefile not just the buildlinksbd1-2/+2
2011-12-15Many packages will prefer ncursesw over ncurses if its available (say assbd1-1/+9
2011-12-04Revert my last (it needs more work).sbd1-11/+1
2011-12-04Many packages will prefer ncursesw over ncurses if its available so unlesssbd1-1/+11
2011-11-01Fix build on SunOS >= 5.10 with gcc 4.6.hans2-4/+18
2011-04-06Changes 5.9:adam2-8/+8
2011-04-01remove additional (new) screen terminfo conflicts for solaristez1-1/+9
2011-02-28Changes 5.8:adam13-74/+275
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered1-2/+2
2010-08-29Tell location of Haiku's ncurses header.obache1-1/+2
2010-07-26Fix previous; I did test it, but it seems that under somedholland1-3/+4
2010-07-26The change in -r1.27 of this file failed to restore the old logicdholland1-2/+3
2010-06-21Determine the installed terminfo database files dynammically. This dealstron3-2573/+8
2010-02-24oops, the simple case USE_NCURSES=yes got lost, add it as separatedrochner1-2/+5
2010-02-23add another optional condition for curses suitability: supportdrochner1-6/+9
2010-02-23if terminfo is needed and we don't have it, use pkgsrc ncursesdrochner1-2/+9
2009-07-13Add BUILDLINK_INCDIRS. Fixes tmux build and more correct in general.ahoka2-3/+4
2009-07-12Fix typos in comment.wiz1-2/+2
2009-07-12Install ncurses headers to include/ncurses. This fixes a bug, when havingahoka3-34/+48