Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -1/+3 | |
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. | |||||
2003-08-30 | Convert to use bsd.pkg.install.mk. | jlam | 3 | -48/+15 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
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 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -5/+9 | |
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 | |
2001-01-25 | Set MAINTAINER to packages@netbsd.org. | tv | 1 | -2/+2 | |
2000-10-14 | Group logical expressions correctly. | jlam | 2 | -6/+6 | |
2000-10-14 | Run ldconfig after installing/deinstalling shared libraries. We need to | jlam | 3 | -5/+20 | |
do this manually since it's not automatically handled by bsd.pkg.mk. | |||||
2000-10-13 | Make these install into /usr on most platforms, and into /emul/aout/usr | jlam | 4 | -11/+110 | |
on platforms transitioning to ELF (currently only i386). The /emul/aout installation occurs much like the suse_linux and freebsd_lib packages. Also add SHLIB_HANDLING=NO to ensure library links aren't clobbered. This should fix PR#9011. | |||||
2000-02-05 | remove unnecessary whitespace | wiz | 1 | -2/+2 | |
1999-06-20 | Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM" | tron | 1 | -2/+3 | |
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -11/+10 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-27 | Explicitly install these into /usr in order to avoid messing with | tv | 1 | -1/+7 | |
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF. | |||||
1999-04-15 | ONLY_FOR_OPSYS=NetBSD. | tv | 1 | -1/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+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-17 | Fix DISTNAME/PKGNAME differences. | tv | 1 | -3/+3 | |
1998-08-13 | Consolidate and clean up compat11/compat12. Now there is only one pkg | tv | 5 | -51/+20 | |
(compat12), which uses MACHINE_ARCH and does not supply libkvm. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-07-15 | Use automatic shared object handling | agc | 1 | -4/+1 | |
1998-07-03 | Don't mirror distribution files which are kept locally anyway. | tron | 1 | -1/+2 | |
1998-05-08 | Use "ONLY_FOR_ARCHS" instead of "pre-fetch" hack and fix broken package | tron | 2 | -10/+6 | |
list creation. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-26 | ONLY_FOR_ARCHS doesn't check ARCH; it checks MACHINE_ARCH. Change this to | tv | 1 | -2/+7 | |
a shell check as changing <bsd.port.mk> is more than it should be. | |||||
1998-03-19 | portlint: remove double "post-install:"; reorder EXTRACT_SUFX. | frueauf | 1 | -4/+3 | |
1998-03-17 | Import of NetBSD 1.2[.1] shared library compat package | tv | 5 | -0/+71 | |