pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/www/apache2 Pullup ticket 845 - requested by M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d731c3bb6bf8
branches:  pkgsrc-2005Q3
changeset: 499612:d731c3bb6bf8
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 23 09:48:01 2005 +0000

description:
Pullup ticket 845 - requested by Matthias Scheler
Fix possible build problem for www/apache2

Revisions pulled up:
- pkgsrc/www/apache2/Makefile                                 1.85

   Module Name: pkgsrc
   Committed By:        tron
   Date:                Fri Oct 21 10:31:18 UTC 2005

   Modified Files:
        pkgsrc/www/apache2: Makefile

   Log Message:
   Require at least version 0.9.7.2.0.55 of the "apr" package because
   Apache 2.0.55 won't work with older versions. Bump package revision
   because of this dependence change.

   This fixes PR pkg/31872 by Carl Brewer.

diffstat:

 www/apache2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 462f9f1a1a9d -r d731c3bb6bf8 www/apache2/Makefile
--- a/www/apache2/Makefile      Thu Oct 20 09:22:57 2005 +0000
+++ b/www/apache2/Makefile      Sun Oct 23 09:48:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.82.2.1 2005/10/18 21:21:27 seb Exp $
+# $NetBSD: Makefile,v 1.82.2.2 2005/10/23 09:48:01 seb Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       apache-${APACHE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 HOMEPAGE=      http://httpd.apache.org/
@@ -27,6 +28,8 @@
 CONFIGURE_ARGS+=       --with-apr=${BUILDLINK_PREFIX.apr}
 CONFIGURE_ARGS+=       --with-apr-util=${BUILDLINK_PREFIX.apr}
 
+BUILDLINK_DEPENDS.apr= apr>=0.9.7.2.0.55
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../devel/apr/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index