Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-14 | Honor CFLAGS passed in from environment during build. | jlam | 2 | -6/+9 | |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -5/+6 | |
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS. | |||||
2001-06-21 | Install the headers and libraries for bzip2, and add a buildlink.mk file | jlam | 5 | -12/+114 | |
for use by other package Makefiles. | |||||
2001-06-14 | Oops, forgot to remove this file on update. | wiz | 1 | -50/+0 | |
2001-06-10 | Update to 1.0.1. | wiz | 3 | -39/+19 | |
2001-04-18 | 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 | 3 | -7/+5 | |
+ 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-11 | Use "${OPSYS}" in error message instead of hard coding "NetBSD". | tron | 1 | -2/+2 | |
2001-01-11 | Update homepage URL. | tron | 1 | -2/+2 | |
2000-10-17 | mention PKGNAME in IGNORE message | wiz | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1999-04-08 | Add patch from NetBSD-current: | tron | 1 | -0/+50 | |
Allow softlinks for "bzip2 -c -d" or "bzcat". | |||||
1999-03-10 | s/ln/${LN}/g | agc | 1 | -6/+7 | |
Adapt this package to Solaris. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-10-14 | Update for bzip2 package to version 0.9.0b created by Geoff C. Wing. | tron | 4 | -11/+47 | |
1998-09-16 | Remove double dot. | tron | 1 | -2/+2 | |
1998-09-16 | Skip packages on systems which already have "bzip2" as part of the NetBSD | tron | 1 | -1/+5 | |
distribution. | |||||
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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-18 | Use a symbolic link for the bunzip2.1 manual page. | agc | 2 | -5/+5 | |
Add a symbolic link to bzip2.1 for the bzip2recover utility. Use automatic manual page handling. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
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-24 | Correct MD5 checksum after distribution archive was changed by author, | tron | 1 | -1/+1 | |
fixes PR pkg/5195. | |||||
1998-01-09 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1998-01-09 | Add NetBSD RCS ID. | agc | 1 | -1/+1 | |
Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD. | |||||
1998-01-09 | Initial import of bzip2, a block-compression archiver, into the NetBSD | agc | 5 | -0/+43 | |
packages collection, from the FreeBSD port. As pointed out by Charles Hannum, the author of bzip2 thinks it is patent-free, so this should be used in preference to the older bzip package. |