Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
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-20 | Make all the ap-* packages work with apache6 as well as apache | jonb | 1 | -2/+2 | |
(except for ap-ssl, of course) | |||||
2001-05-09 | Use SHA1, and add size. | wiz | 1 | -2/+3 | |
2001-04-30 | Change build dependency from perl-5.* to perl>=${PERL5_REQD}. | jlam | 1 | -2/+2 | |
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-04-09 | Since ${PREFIX} expansion in MESSAGE is automatic, remove outdated | wiz | 1 | -3/+2 | |
comment. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-05 | Update build dependency on perl to build in correct directory if perl | jlam | 1 | -2/+2 | |
interpreter is not found. | |||||
2000-08-28 | Use PERL5 variable for location of perl5 binary. | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-21 | Use wildcard dependence for "apache" package. | tron | 1 | -2/+2 | |
1999-10-05 | Bump version to 1.7 - that's the version number in the distfile. | simonb | 1 | -2/+2 | |
1999-04-30 | Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssl | tv | 1 | -2/+2 | |
now makes use of OpenSSL. | |||||
1999-04-14 | ${LOCALBAASE}/bin/perl or bust. | bad | 1 | -2/+2 | |
1999-01-06 | installed pathnames of module and httpd.conf files | marc | 2 | -5/+5 | |
1998-12-04 | Bump Apache version to `1.3.3.2'. | tv | 1 | -2/+2 | |
1998-12-03 | Bump Apache version to 1.3.3.1. | tv | 1 | -2/+2 | |
1998-12-03 | Update for Apache 1.3.3.0. | tv | 2 | -7/+9 | |
1998-11-19 | Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary | agc | 1 | -3/+2 | |
DEPENDS definition. | |||||
1998-10-03 | Change the DEPENDS=apache-1.3.1 to a | tv | 1 | -2/+3 | |
{BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with apache-modssl as well. | |||||
1998-08-14 | As apache got upgraded to 1.3.1, adjust DEPENDS on it as well. | frueauf | 1 | -2/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+1 | |
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 1 | -2/+1 | |
package Makefile. | |||||
1998-07-13 | Update Apache dependency to match reality. | tv | 1 | -2/+2 | |
1998-06-05 | Portlint. | tv | 2 | -7/+6 | |
1998-06-04 | A cookie-based authentication mechanism for Apache, allowing Basic auth | tv | 6 | -0/+52 | |
strings to be embedded in cookies. This pkg is intended also as a framework for creating other Apache module pkgs. |