Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -4/+4 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -3/+3 | |
1999-02-23 | Fix for arm (and anywhere else chars are unsigned by default) | sommerfe | 1 | -0/+13 | |
(should not cause problems on systems with signed chars.) | |||||
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -5/+5 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-07-24 | Make it safe to use the readline library in C++ programs. | agc | 1 | -0/+24 | |
1998-07-23 | Use an ``extern "C"'' style block in case the history.h file is included | agc | 1 | -0/+23 | |
in a C++ application. | |||||
1998-07-14 | Use automatic shared object handling. | agc | 2 | -7/+2 | |
1998-07-02 | This patch is no longer needed as the direntries are already in the orig files. | frueauf | 1 | -26/+0 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-04-21 | Update to V2.2 | hubertf | 7 | -480/+585 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -4/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-28 | portlint: use ${VARIABLE}, instead of $(VARIABLE); ldconfig->${LDCONFIG}; | frueauf | 1 | -3/+3 | |
true->${TRUE}. | |||||
1998-03-19 | Jaromir Dolecek's readline package (PR 4915) is better than the one | agc | 5 | -34/+666 | |
in tree, so take the necessary elements from Jaromir's package: + build and install libhistory + build and install shared history and readline libraries. + install readline and history info pages with the correct names Preserve change from the original package: + don't assume that the Makefile SHELL is Bourne shell - set it explicitly, so that Bourne shell scripts aren't run by the csh(1) | |||||
1998-03-10 | portlint: add default MAINTAINER. | frueauf | 1 | -1/+3 | |
1998-03-08 | Initial import of the GNU readline library (version 2.1) into the | agc | 6 | -0/+75 | |
NetBSD packages collection. This is because some other packages play dirty and muck about with the internals of the readline structures, so our libedit-based emulation won't suffice for that. A pity. |