Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-05-05 | do-install: | grant | 1 | -6/+6 | |
- be noisier. - create directories first, then install files into them. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-09 | Add ld.so.hints file, as requested in pkg/18145. | wiz | 2 | -2/+8 | |
2001-10-31 | 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/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 | |
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 | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -11/+1 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-29 | replaced some commands by their ${COMMAND} counterparts, | wiz | 1 | -4/+5 | |
reordered lines for fewer pkglint warnings | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -3/+2 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-22 | Forcibly specify that the shlib type is a.out, so that ELF systems won't | tv | 1 | -1/+4 | |
run into trouble with the automatic shlib handling. | |||||
1999-05-22 | Clean this up a bit: | tv | 2 | -17/+43 | |
- actually extract to ${WRKDIR} and use find, xargs, and ${INSTALL_DATA{,_DIR}} to get the permissions right - add a "smart-/emul" script that will automatically add a symlink from /emul/freebsd (adding /emul directory as necessary) only in the cases where this will not clobber something; otherwise print a message at install time that the user must do this. Note that this still works if /emul is a symlink to ${LOCALBASE}/emul, though that is no longer required. - issue a message at install time reminding the user to add COMPAT_FREEBSD to the kernel configuration. | |||||
1998-12-12 | Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes `make fetch` work again. | frueauf | 1 | -2/+2 | |
1998-09-04 | provide a pointer to the source | explorer | 1 | -1/+7 | |
1998-09-03 | portlint: remove unnecesary blank line. | frueauf | 1 | -1/+0 | |
1998-09-03 | portlint: this should be a one-liner. | frueauf | 1 | -2/+1 | |
1998-09-02 | Initial import of FreeBSD compatability libraries, needed for | explorer | 5 | -0/+108 | |
the COMPAT_FREEBSD kernel option to do any good. This makes the FreeBSD Netscape run at least. |