Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-21 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2002-08-07 | Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE, | jlam | 1 | -2/+2 | |
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>. | |||||
2002-04-22 | This package doesn't work with NetBSD 1.5 and 1.5.x's curses library. | tron | 1 | -2/+3 | |
Problem noted by Stephen Borrill in PR pkg/16286. | |||||
2001-11-30 | Remove commented-out USE_CURSES definition. | jlam | 1 | -2/+1 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-19 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By using | jlam | 4 | -48/+43 | |
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and the ncurses lib as libncurses. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -16/+14 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-10 | fix some compilation warnings | wiz | 3 | -13/+40 | |
2000-11-02 | NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore | wiz | 1 | -2/+4 | |
(only after bsd.prefs.mk inclusion) | |||||
2000-10-31 | Respect CFLAGS passed in from environment | jlam | 2 | -6/+8 | |
2000-07-28 | Make use of new USE_CURSES functionality. | jlam | 8 | -42/+484 | |
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-04 | works on solaris | bouyer | 2 | -4/+4 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+13 | |
1999-07-06 | * Update ncurses dependency. | jlam | 3 | -21/+20 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-01-04 | Make dialog work on ELF too. | frueauf | 1 | -3/+3 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 11 | -0/+22 | |
1998-06-30 | Use "-I${PREFIX}/include" not "-I/usr/pkg/include". | tron | 1 | -2/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-05-26 | New "dialog" package supplied by Johnny C. Lam in PR pkg/4993. | tron | 16 | -0/+404 | |