Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-07 | Fix DESTDIR. | joerg | 1 | -4/+3 | |
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -5/+7 | |
their files via a custom do-install target. | |||||
2007-12-12 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
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-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2005-12-18 | Include ERRNO_H in CFLAGS to get proper errno. | joerg | 1 | -1/+5 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Use versioned distfile. | wiz | 1 | -4/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-02-21 | bl3ify and enable pkgviews installation. | minskim | 1 | -2/+6 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-26 | lint | cjep | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-17 | The main package has changed on the distribution site by the following | agc | 1 | -2/+5 | |
change: --- gkermit.h 1999-12-26 21:25:52.000000000 +0000 +++ gkermit.h 2003-05-27 16:30:13.000000000 +0100 @@ -233,7 +233,11 @@ /* Externs */ +#ifdef ERRNO_H +#include <errno.h> +#else extern int errno; +#endif /* ERRNO_H */ #ifndef _GKERMIT_C extern int debug; #endif /* _GKERMIT_C */ but unfortunately without a corresponding version number bump. so do the dance we usually do with unnumbered distributions, and put the distfile locally into a (numbered) DIST_SUBDIR directory. Bump package revision number, regen distinfo file, and one cosmetic change to make the WRKSRC definition appear in a more suitable place in the package Makefile. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-04 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-08-19 | Honor CFLAGS and CC settings from the environment and mark as | jlam | 1 | -1/+3 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-13 | Update my email address. | fredb | 1 | -2/+2 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-01-05 | Install "README" to "${PREFIX}/share/doc/gkermit" as usual. | tron | 1 | -2/+3 | |
2000-01-04 | Inital import of gkermit-1.00, a small, command-line-only implementation of | fredb | 1 | -0/+21 | |
the ``kermit'' protocol, distributed under the GNU General Public License. |