Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-03 | Use PKGREVISION to manage the package-specific version number when it | jlam | 1 | -3/+2 | |
differs from the distfile version number. G/C some the unused variables in postgresql/Makefile.common related to the old way of handling version numbers. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-29 | Work arround build problem under Solaris. Fixes PR pkg/13021 by | tron | 1 | -1/+8 | |
Jeff Rizzo. | |||||
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-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 | -8/+5 | |
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 | Add buildlink.mk files for use by other package Makefiles. | jlam | 1 | -0/+42 | |
2001-06-21 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-05-14 | postgresql-lib: PostgreSQL database headers and libraries | jlam | 4 | -0/+403 | |