Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-18 | Add termios.h formerly included by unistd.h. | joerg | 2 | -1/+14 | |
2013-04-04 | Rev distfile patch: improve probing of terminfo. Should fix Joerg's build. | dholland | 2 | -7/+7 | |
PKGREVISION -> 2. | |||||
2013-03-30 | Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit. | dholland | 1 | -3/+2 | |
2013-03-30 | General cleanup, via a distfile patch. | dholland | 4 | -54/+10 | |
- NULL is a pointer. Don't use it for '\0', which is a character. - Silence warnings about unused variables. - Silence clang warnings about format strings. - Fix up the makefile and configure logic, rolling in patch-aa and patch-ab. Make the configure script report what it's doing instead of making wrong decisions silently. - Fix broken build when using system curses instead of the builtin curses subset. (This is not the default, nor apparently recommended, but can happen if the configure script doesn't like you.) - Bump PKGREVISION. | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2011-10-03 | Run this thing's configure script at the configure phase, so it's easier | dholland | 3 | -6/+22 | |
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure. | |||||
2009-02-07 | MAKE_JOBS_SAFE=no | abs | 1 | -2/+3 | |
2008-03-03 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -3/+6 | |
their files via a custom do-install target. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-11-25 | Update to 1.4.6. | snj | 2 | -6/+6 | |
Changes: * modified new_curse.c to handle different subdirectory naming in terminfo directory | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-03 | Respect ${CC} and ${MAKE}. Fixes build on Solaris. | cjep | 4 | -224/+264 | |
2003-06-18 | When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than | agc | 1 | -2/+2 | |
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge. | |||||
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-10-03 | Use INSTALL_PROGRAM, INSTALL_MAN | cjep | 1 | -3/+3 | |
2002-10-03 | Fix description for easyedit package. | cjep | 1 | -2/+2 | |
2002-10-03 | Reimport of the Easy Editor 1.4.5a as editors/easyedit into the NetBSD | cjep | 5 | -0/+253 | |
packages collection (to avoid conflict with graphics/ee). This is an easy to use text editor, intended to be usable with little or no instruction. (A version of this editor is found in FreeBSD as ee). |