pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/vte fix a botches test in the configure script, an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8dbf1f843235
branches: trunk
changeset: 576431:8dbf1f843235
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Jun 11 11:50:39 2010 +0000
description:
fix a botches test in the configure script, and pass --disable-deprecation
makes the pkg build with gtk2-2.20, fixes PR pkg/43451 by Greg Oster
diffstat:
x11/vte/Makefile | 3 ++-
x11/vte/distinfo | 3 ++-
x11/vte/patches/patch-aj | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r d65338081bc4 -r 8dbf1f843235 x11/vte/Makefile
--- a/x11/vte/Makefile Fri Jun 11 10:43:27 2010 +0000
+++ b/x11/vte/Makefile Fri Jun 11 11:50:39 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2009/11/20 11:34:04 drochner Exp $
+# $NetBSD: Makefile,v 1.74 2010/06/11 11:50:39 drochner Exp $
#
DISTNAME= vte-0.22.5
@@ -20,6 +20,7 @@
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2}
+CONFIGURE_ARGS+= --disable-deprecation
PKGCONFIG_OVERRIDE+= vte.pc.in
diff -r d65338081bc4 -r 8dbf1f843235 x11/vte/distinfo
--- a/x11/vte/distinfo Fri Jun 11 10:43:27 2010 +0000
+++ b/x11/vte/distinfo Fri Jun 11 11:50:39 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.43 2009/11/20 11:34:04 drochner Exp $
+$NetBSD: distinfo,v 1.44 2010/06/11 11:50:39 drochner Exp $
SHA1 (vte-0.22.5.tar.bz2) = c9dd126991cf6d50ac3c678c0e117a5b2fefc180
RMD160 (vte-0.22.5.tar.bz2) = 4fde6a39f81eb8440d467afbb1410e03f8e83fe4
@@ -9,3 +9,4 @@
SHA1 (patch-af) = 69ea7e022f6c495c3c9af681d05644b9d70e7bdc
SHA1 (patch-ah) = 28cee2661439d7d6f1959ebf3c7d1b7b3fe0a764
SHA1 (patch-ai) = f2fe5969be0af12c8b4c88622ebe3dcb13f79fee
+SHA1 (patch-aj) = a928ccf95edabb18e65cc9968fae5415b6b49dd2
diff -r d65338081bc4 -r 8dbf1f843235 x11/vte/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/vte/patches/patch-aj Fri Jun 11 11:50:39 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2010/06/11 11:50:39 drochner Exp $
+
+--- configure.orig 2009-11-17 18:41:26.000000000 +0000
++++ configure
+@@ -15818,7 +15818,7 @@ else
+ enable_deprecation=$enable_maintainer_mode
+ fi
+
+-if test "enable_deprecation"; then
++if test "$enable_deprecation" = yes; then
+ { $as_echo "$as_me:$LINENO: disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features" >&5
+ $as_echo "$as_me: disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features" >&6;}
+
Home |
Main Index |
Thread Index |
Old Index