pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-fastcgi This was building without properly att...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/668c419c26e7
branches:  trunk
changeset: 499355:668c419c26e7
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Sep 20 18:25:47 2005 +0000

description:
This was building without properly attaching a DEPENDS reference to apache2,
thus leaving the package dangling if apache2 were to be removed or upgraded.

Change to using apache2/buildlink3.mk, like the other ap2-* modules do,
and bump PKGREVISION for the implicit DEPENDS change.

diffstat:

 www/ap2-fastcgi/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 02bd7e087cf1 -r 668c419c26e7 www/ap2-fastcgi/Makefile
--- a/www/ap2-fastcgi/Makefile  Tue Sep 20 18:04:09 2005 +0000
+++ b/www/ap2-fastcgi/Makefile  Tue Sep 20 18:25:47 2005 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2005/05/21 04:10:18 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/20 18:25:47 tv Exp $
 
 .include "../../www/ap-fastcgi/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mod_/ap2-/}
+PKGREVISION=           1
 PKG_APACHE_ACCEPTED=   apache2
 APACHE_MANUAL=         manual
+APACHE_MODULE=         # defined
 USE_LIBTOOL=           YES
 
 MAKE_FLAGS+=           LIBTOOL=${LIBTOOL:Q}
@@ -17,5 +19,5 @@
 post-patch:
        ${CP} ${WRKSRC}/Makefile.AP2 ${WRKSRC}/Makefile
 
-.include "../../mk/apache.mk"
+.include "../../www/apache2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index