Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-14 | DESTDIR support | joerg | 1 | -3/+3 | |
2010-01-07 | Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual | wiz | 1 | -2/+2 | |
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages. | |||||
2006-08-29 | Added a patch to avoid type casts on lvalues. | rillig | 2 | -1/+27 | |
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. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-20 | Fix GCC 3.4+: label at end of compound statement. | joerg | 3 | -1/+90 | |
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-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2005-04-30 | Honor BINOWN and BINGRP. | minskim | 1 | -1/+3 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-05-07 | Add RCS tags | cjep | 1 | -0/+1 | |
2004-05-07 | s/malloc.h/stdlib.h/ for darwin/freebsd | danw | 3 | -1/+22 | |
also make it build without -Werror since newer versions of gcc complain about some of the code | |||||
2004-03-13 | Add x86_64 to the list of (unsupported) LP64 architectures. | kristerw | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
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-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-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-09-26 | Update to 0.23. No changelog available, but it seems to mainly consist | jschauma | 2 | -5/+5 | |
of more commented debugging statements ;-). A diff between 0.22 and 0.23 is available for a limited period of time at http://guinness.cs.stevens-tech.edu/~jschauma/netbsd/pedisassem.diff | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+3 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-18 | mark as broken for alpha/sparc64 (LP64 problems) | dmcmahill | 1 | -1/+4 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -3/+3 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-24 | win32 disassembler | itojun | 6 | -0/+31 | |