pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pango configure checks for glib 2.17.3 so requir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53c7ed4c83d0
branches:  trunk
changeset: 550025:53c7ed4c83d0
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Nov 13 14:39:11 2008 +0000

description:
configure checks for glib 2.17.3 so require at least that for
BUILDLINK_API_DEPENDS.glib2.

(tested with 2.16.3 and it failed with:
../pango/pango-enum-types.h:12:9: error: macro names must be identifiers)

diffstat:

 devel/pango/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76b0d4102141 -r 53c7ed4c83d0 devel/pango/Makefile
--- a/devel/pango/Makefile      Thu Nov 13 14:28:05 2008 +0000
+++ b/devel/pango/Makefile      Thu Nov 13 14:39:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2008/10/30 08:23:29 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2008/11/13 14:39:11 reed Exp $
 
 DISTNAME=              pango-1.22.2
 CATEGORIES=            devel fonts
@@ -42,7 +42,7 @@
 
 .include "options.mk"
 
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.14.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.17.3
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.8.0
 BUILDLINK_API_DEPENDS.Xft2+=   Xft2>=2.1.7nb3
 



Home | Main Index | Thread Index | Old Index