Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-20 | Define prototypes to avoid conflicting implicit declarations. | joerg | 2 | -12/+17 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-12-05 | Avoid core-dumping with NetBSD/amd64 5.99.56 and later (i.e. gcc 4.5) | agc | 2 | -13/+66 | |
Use c89 function defs Use correct header files | |||||
2008-03-03 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -2/+4 | |
their files via a custom do-install target. | |||||
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. | agc | 1 | -1/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
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. | |||||
2002-02-06 | Changes instances where BSD_INSTALL_* were used by targets in the Makefile | jlam | 1 | -2/+2 | |
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make. | |||||
2001-11-11 | Adjust format a bit: | hubertf | 1 | -0/+4 | |
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '=' | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -2/+2 | |
2001-05-29 | Honour the VISUAL and EDITOR settings in the environment before | agc | 2 | -6/+23 | |
using ed(1) | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -1/+1 | |
2001-04-18 | Move to sha1 digest, and add distfile size | agc | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-22 | Respect CFLAGS setting | zuntum | 2 | -1/+15 | |
2001-03-22 | Initial import of idiff, the interactive front-end to diff(1), into | agc | 7 | -0/+106 | |
the packages collection. idiff is taken from "The Unix Programming Environment" by Brian Kernighan and Rob Pike (Prentice-Hall, 1984, ISBN 0-13-937681-X). |