pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone Require pcre >= 6.7 to fix the build wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b64d712a2a16
branches:  trunk
changeset: 537054:b64d712a2a16
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Jan 02 22:35:04 2008 +0000

description:
Require pcre >= 6.7 to fix the build with older versions that fail to
provide some required functionality.  Spotted by riz@.
Bump PKGREVISION to 1.

diffstat:

 devel/monotone/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3e6d0bbbb7cb -r b64d712a2a16 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/monotone/Makefile   Wed Jan 02 22:35:04 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2007/12/14 08:58:00 bjs Exp $
+# $NetBSD: Makefile,v 1.48 2008/01/02 22:35:04 jmmv Exp $
 #
 
 DISTNAME=      monotone-0.38
+PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://monotone.ca/downloads/0.38/
 
@@ -43,6 +44,8 @@
        cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \
            ${DESTDIR}${PREFIX}/share/doc/monotone
 
+BUILDLINK_API_DEPENDS.pcre+=   pcre>=6.7
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index