pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Increase build dependency of gtk-doc for t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f90db28f3c68
branches:  trunk
changeset: 604446:f90db28f3c68
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 31 04:58:34 2012 +0000

description:
Increase build dependency of gtk-doc for the kqueue configuration.

With older version 1.11nb1, it had many failures during automake.
Noticed that this newer version allowed the configuration and build
to complete.

diffstat:

 devel/glib2/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de0c644cf594 -r f90db28f3c68 devel/glib2/options.mk
--- a/devel/glib2/options.mk    Wed May 30 23:47:49 2012 +0000
+++ b/devel/glib2/options.mk    Thu May 31 04:58:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2012/05/22 20:40:07 jmmv Exp $
+# $NetBSD: options.mk,v 1.17 2012/05/31 04:58:34 reed Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.glib2
 PKG_SUPPORTED_OPTIONS= kqueue
@@ -21,7 +21,7 @@
 PATCHFILES=            glib-gio-kqueue-2.32.1-v1.patch
 PATCH_DIST_STRIP=      -p0
 
-BUILD_DEPENDS+=        gtk-doc-[0-9]*:../../textproc/gtk-doc
+BUILD_DEPENDS+=        gtk-doc>=1.17nb1:../../textproc/gtk-doc
 USE_TOOLS+=    autoconf autoheader automake
 pre-configure: regen-autotools
 regen-autotools:



Home | Main Index | Thread Index | Old Index