Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-02-23 | Add RMD160 digests to the SHA1 ones | agc | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-06-06 | Merge two patches fixing the same file (doscmd_loader.c); they were causing | jmmv | 3 | -21/+7 | |
problems as one was undoing changes done by the other. | |||||
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-08-16 | Rather than mark it as broken on all versions, use the ONLY_FOR_PLATFORM | agc | 1 | -4/+3 | |
definition to mark it as good for NetBSD/i386 1.[345]. Broken on 1.6 and current systems, though. | |||||
2002-08-16 | Mark this package as broken - thanks to Matthias Drochner for the analysis. | agc | 1 | -1/+3 | |
- Makefile conflicts with bsd.pkg.mk. Maybe the system mk file is guilty in parts, but using it in a longliving pkg calls for trouble anyway... - mmap() portability: without MAP_FIXED, we don't get what we need anymore. - Some misguided change to use "objcopy", without considering the BSS, makes the emulator crash anyway. Whilst these could be fixed, now is not the time... | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-16 | Add patch provided by Andrew Dyer in pkg/11820 for better I/O support | wiz | 2 | -10/+44 | |
for the printer port. | |||||
2001-03-16 | Standardize patches. | wiz | 2 | -54/+42 | |
2001-02-27 | Fix documentation bug (PR #11821). | wiz | 2 | -6/+13 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-24 | Remove me as maintainer. I haven't used this in ages. | tsarna | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-18 | makemake makemakepatchpatchsumsum | christos | 1 | -3/+3 | |
1999-12-18 | Use objcopy to make the binary file and load it directly, | christos | 2 | -111/+80 | |
instead of using loadfile which is less portable. [suggested by Tron] | |||||
1999-12-18 | redo | christos | 1 | -2/+2 | |
1999-12-18 | typo in patch | christos | 1 | -2/+2 | |
1999-12-18 | New patch checksum | christos | 1 | -3/+5 | |
1999-12-18 | - Fix Makefile to work with elf | christos | 4 | -58/+241 | |
- Fix RO string that got written - Add mmap() when we run ELF, because we need to map lomem - Fix uninitialized reference in di->location - Make doscmd_loader use loadfile() [Tested only with ELF] | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+9 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -6/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -10/+10 | |
pattern match format. Minor pkglint along the way. | |||||
1998-11-29 | sigaddset() on an automatic variable works much better if preceded by | sommerfe | 2 | -4/+28 | |
sigemptyset(). (this used to work, by chance, when sigmasks fit in a register). doscmd now seems to work on 1.3I | |||||
1998-10-28 | Add changes to compile on current; still works on 1.3(.1) | hubertf | 4 | -9/+57 | |
Reported and tested by Bernhard Riedel <bernhard@sdg.de> | |||||
1998-08-23 | Remove unnecessery blank lines. | frueauf | 2 | -3/+1 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -2/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+8 | |
1998-07-21 | Make this package install correctly if MANZ is defined. | agc | 1 | -1/+7 | |
1998-07-19 | Improve wording | tsarna | 1 | -3/+4 | |
1998-07-18 | An MS-DOS emulator (NetBSD/i386 only) | tsarna | 8 | -0/+79 | |
1998-07-18 | An MS-DOS emulator (NetBSD/i386 only) | tsarna | 1 | -0/+24 | |