pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/apr-util The current version of apr-utils does n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed156efb0072
branches:  trunk
changeset: 547576:ed156efb0072
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Sep 21 02:39:28 2008 +0000

description:
The current version of apr-utils does not build with apr-1.2.x because
it uses APR_SIZE_MAX, which is defined in apr-1.3.x.

Add apr>=1.3.0 to BUILDLINK_API_DEPENDS.apr.

diffstat:

 devel/apr-util/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3257ef9184db -r ed156efb0072 devel/apr-util/Makefile
--- a/devel/apr-util/Makefile   Sun Sep 21 02:02:40 2008 +0000
+++ b/devel/apr-util/Makefile   Sun Sep 21 02:39:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/09/08 10:04:46 adam Exp $
+# $NetBSD: Makefile,v 1.8 2008/09/21 02:39:28 minskim Exp $
 
 DISTNAME=      apr-util-1.3.4
 CATEGORIES=    devel
@@ -26,6 +26,7 @@
 .include "options.mk"
 
 .include "../../converters/libiconv/buildlink3.mk"
+BUILDLINK_API_DEPENDS.apr+=    apr>=1.3.0
 .include "../../devel/apr/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index