diff options
author | drochner <drochner> | 2010-06-11 11:50:39 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-06-11 11:50:39 +0000 |
commit | aaa3ad6f7340779a324c6b54d389d4e5b045c5c6 (patch) | |
tree | 1c89173f545de6e8b09aa8e3c66e886623b9389e /x11/vte | |
parent | 02cd9aa469f5577e97a26e870b431e43286840f7 (diff) | |
download | pkgsrc-aaa3ad6f7340779a324c6b54d389d4e5b045c5c6.tar.gz |
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 (limited to 'x11/vte')
-rw-r--r-- | x11/vte/Makefile | 3 | ||||
-rw-r--r-- | x11/vte/distinfo | 3 | ||||
-rw-r--r-- | x11/vte/patches/patch-aj | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 1f1996b3984..f657dc99cfc 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -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 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2} +CONFIGURE_ARGS+= --disable-deprecation PKGCONFIG_OVERRIDE+= vte.pc.in diff --git a/x11/vte/distinfo b/x11/vte/distinfo index 7a54d3a2c3d..b677b4e4af7 100644 --- a/x11/vte/distinfo +++ b/x11/vte/distinfo @@ -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-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d SHA1 (patch-af) = 69ea7e022f6c495c3c9af681d05644b9d70e7bdc SHA1 (patch-ah) = 28cee2661439d7d6f1959ebf3c7d1b7b3fe0a764 SHA1 (patch-ai) = f2fe5969be0af12c8b4c88622ebe3dcb13f79fee +SHA1 (patch-aj) = a928ccf95edabb18e65cc9968fae5415b6b49dd2 diff --git a/x11/vte/patches/patch-aj b/x11/vte/patches/patch-aj new file mode 100644 index 00000000000..4a46ab5175f --- /dev/null +++ b/x11/vte/patches/patch-aj @@ -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;} + |