From 0867a49fa953945cb7f382ddb4a3e9872990c788 Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 13 Jun 2001 18:16:07 +0000 Subject: Oh, fer chrissakes... Re-enable EAPI, allowing this package to build a module which will be stable with our apache. People, please: if you absolutely must update a package without contacting the package maintainer, please make sure you understand how the maintainer chose to build the package. And if you absolutely must replace that build mechanism with a completely different mechanism, _please_ test your work. _Please_. This package clearly had not been tested: it was left in a state where it compiled cleanly but produced a module which could not be loaded into apache on any ELF system, and which, once this problem was resolved, squawked loudly when loaded into apache that it had been built against the old apache API, and would be unstable when run against our (EAPI-enabled) apache. There, now that really is out of my system. It was a little frustrating to rebuild apache and then find that a module which I was depending on had been broken in the meantime... Now, about that coffee... --- www/ap-dtcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index ef95b35ad17..6a7cbba18cd 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/05/24 03:04:05 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/06/13 18:16:07 jwise Exp $ DISTNAME= mod_dtcl-0.10.1 PKGNAME= ap-dtcl-0.10.1 @@ -14,7 +14,7 @@ DEPENDS+= apache{,6}-1.3.*:../../www/apache DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl TCLSH= ${LOCALBASE}/bin/tclsh -CPPFLAGS+= -I${PREFIX}/include/httpd +CPPFLAGS+= -I${PREFIX}/include/httpd -DEAPI MAKE_ENV+= TCLSH="${TCLSH}" MAKE_ENV+= INCLUDES="${CPPFLAGS}" -- cgit v1.2.3