summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-09-15 15:16:42 +0000
committerjmmv <jmmv>2006-09-15 15:16:42 +0000
commit54e4d0eb31a34ba8140565e1de70bce5f0393756 (patch)
treecd64cd5c66704a66efea6d52782c07673a483423 /x11
parentba6003d45e8b0d861149f4b35e3a0387f690fb4c (diff)
downloadpkgsrc-54e4d0eb31a34ba8140565e1de70bce5f0393756.tar.gz
Update to 0.14.0:
0.14.0 Minor doc syntax update. Fix bug causing empty lines to not being copied. 0.13.7 Bug 350236 : Cannot copy text; invalid character sequence errors Bug 352439 : URL highlighting seriously broken Bug 351494 : Gnome-terminal doesn't kills bash on tab close Patch from Aivars Kalvans Bug 352365 : font caching problem for not-found glyphs 0.13.6 Bug 351696 : crash on Terminal, check ->window before setting icon/window title Bug 350623 : Accessible text getTextAtOffset is broken Patch from Willie Walker 0.13.5 Bug 158200 : terminal backspace behavior not set to UTF-8 mode Based on patch from Egmont Koblinger Bug 348814 : crash on Terminal Patch from Aivars Kalvans 0.13.4 Fix selection that I broke in last release. Bug 336947 : [patch] Redundant vte_terminal_set_font_full() calls Patch from Aivars Kalvans Bug 134800 : gnome-termnal hung up when input by ATOK Patch from Yukihiro Nakai <nakai@gnome.gr.jp> Bug 339983 : gnome-pty-helper should log username Patch from Brian Cameron 0.13.3 Bug 121904 : copy-paste of empty line Bug 25290 : Small UI tweak to select-by-word (only select only letter at a time for non-word characters) Bug 339986 : Patch to select localized strings exactly Patch from Takao Fujiwara Bug 311855 : Race in vte leads to blocking of input. Patch from Kalle Raiskila Bug 342396 : Ctrl-space sends " ", not NUL. Bug 345377 : real transparency Patch from Kristian Høgsberg <krh redhat.com> Bug 345514 : -no-undefined doesn't work with latest libtool Bug 141985 : vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the correct window/icon title Patch from Mariano Suárez-Alvarez 0.13.2 Bug 344666 : Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch from Stepan Kasal <kasal@ucw.cz>. Bug 339529 : gnome-terminal (vte) crashes when detatched window is closed Bug 342549 : uninitialized var (coverity) Patch from Paolo Borelli. Bug 342082 : vte_invalidate_region() may check whether terminal is realiazed or not Patch from Kouhei Sutou. Bug 340363 : vte Cygwin build fixes Patch from Cygwin Ports maintainer Bug 341793 : vte.h doesn't need to include X11/Xlib.h Patch from Kouhei Sutou Require intltool 0.35.0 to have translations in the dist tarballs. Fix typo which may have been causing things like crashes. 0.13.1 Use intltool 0.34.90 to make sure tarball includes po files. Bug 339980 : nativeecho needs glib in LDADD to build on Solaris Patch from Brian Cameron. Bug 331803 : style needs to be attached/detached to the window on realize/unrealize Patch from Benjamin Berg <benjamin@sipsolutions.net>. Pass -no-undefined linker flag. 0.13.0 Removed obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. Bug 339448 : selection doesn't respect hard newlines Bug 148720 : Word selection erroneously captures text from next line Bug 126376 : Uncoinditional definition of _XOPEN_SOURCE breaks build on NetBSD Bug 97719 : Selection: double/triple click doesn't cross line boundaries Bug 160782 : Vte isn't multi-screen safe Bug 330441 : Remove libzvt support Bug 328850 : Crash when pasting selection Bug 160134 : mouse events occurring past column 95 are not passed through to terminal application New public function vte_terminal_feed_child_binary Bug 135230 : Feature request to attach VTE to existing pty New public function vte_terminal_set_pty Bug 337442 : [patch] Reduce .plt section We use a regexp to limit exported symbols now. Bug 142247 : use of uninitialized value Bug 149633 : gnome-terminal messes up boxdrawing chars aligment Bug 144456 : UK pound currency symbol rendered incorrectly Bug 307403 : xticker doublefree Bug 337877 : Patch to use po/LINGUAS Bug 337552 : Insufficient version requirement for gtk+ Bug 168251 : add support for 256 colors terminals Bug 120276 : Wishlist: Support Rectangular Selection Bug 336117 : [patch] Use g_slice API Bug 336128 : vim scrolling issues - emulation errors Bug 334385 : Use intltool Bug 104841 : scrolling doesn't work inside "screen" windows Bug 333768 : vteapp debug stuff should be conditional
Diffstat (limited to 'x11')
-rw-r--r--x11/vte/Makefile8
-rw-r--r--x11/vte/PLIST5
-rw-r--r--x11/vte/buildlink3.mk5
-rw-r--r--x11/vte/distinfo10
-rw-r--r--x11/vte/patches/patch-ae20
-rw-r--r--x11/vte/patches/patch-ag20
6 files changed, 14 insertions, 54 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile
index dae32a48253..930bce097c2 100644
--- a/x11/vte/Makefile
+++ b/x11/vte/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2006/07/13 23:36:18 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2006/09/15 15:16:42 jmmv Exp $
#
-DISTNAME= vte-0.12.2
+DISTNAME= vte-0.14.0
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2}
PKGCONFIG_OVERRIDE+= vte.pc.in
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
# for FC_WIDTH
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.1.93
diff --git a/x11/vte/PLIST b/x11/vte/PLIST
index b66eda3237e..18a4a91b750 100644
--- a/x11/vte/PLIST
+++ b/x11/vte/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/04/27 20:44:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/09/15 15:16:42 jmmv Exp $
bin/vte
include/vte/pty.h
include/vte/reaper.h
@@ -37,6 +37,7 @@ share/locale/az/LC_MESSAGES/vte.mo
share/locale/be/LC_MESSAGES/vte.mo
share/locale/bg/LC_MESSAGES/vte.mo
share/locale/bn/LC_MESSAGES/vte.mo
+share/locale/bn_IN/LC_MESSAGES/vte.mo
share/locale/bs/LC_MESSAGES/vte.mo
share/locale/ca/LC_MESSAGES/vte.mo
share/locale/cs/LC_MESSAGES/vte.mo
@@ -76,12 +77,12 @@ share/locale/mi/LC_MESSAGES/vte.mo
share/locale/mk/LC_MESSAGES/vte.mo
share/locale/ml/LC_MESSAGES/vte.mo
share/locale/mn/LC_MESSAGES/vte.mo
+share/locale/mr/LC_MESSAGES/vte.mo
share/locale/ms/LC_MESSAGES/vte.mo
share/locale/nb/LC_MESSAGES/vte.mo
share/locale/ne/LC_MESSAGES/vte.mo
share/locale/nl/LC_MESSAGES/vte.mo
share/locale/nn/LC_MESSAGES/vte.mo
-share/locale/no/LC_MESSAGES/vte.mo
share/locale/or/LC_MESSAGES/vte.mo
share/locale/pa/LC_MESSAGES/vte.mo
share/locale/pl/LC_MESSAGES/vte.mo
diff --git a/x11/vte/buildlink3.mk b/x11/vte/buildlink3.mk
index 9dfd78bff8e..47599108204 100644
--- a/x11/vte/buildlink3.mk
+++ b/x11/vte/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2006/07/08 23:11:16 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2006/09/15 15:16:42 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
VTE_BUILDLINK3_MK:= ${VTE_BUILDLINK3_MK}+
@@ -12,8 +12,7 @@ BUILDLINK_PACKAGES+= vte
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}vte
.if !empty(VTE_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.vte+= vte>=0.11.11
-BUILDLINK_ABI_DEPENDS.vte+= vte>=0.12.0nb1
+BUILDLINK_API_DEPENDS.vte+= vte>=0.14.0
BUILDLINK_PKGSRCDIR.vte?= ../../x11/vte
.endif # VTE_BUILDLINK3_MK
diff --git a/x11/vte/distinfo b/x11/vte/distinfo
index 8e00ffeb9ae..22ae1bc72e7 100644
--- a/x11/vte/distinfo
+++ b/x11/vte/distinfo
@@ -1,13 +1,11 @@
-$NetBSD: distinfo,v 1.15 2006/07/14 14:57:12 rillig Exp $
+$NetBSD: distinfo,v 1.16 2006/09/15 15:16:42 jmmv Exp $
-SHA1 (vte-0.12.2.tar.bz2) = cc76a380dfe23cfc8aba606b146015a6954d67ae
-RMD160 (vte-0.12.2.tar.bz2) = 5ef474f9d4150df1f87459657a446b0d0fcfb32b
-Size (vte-0.12.2.tar.bz2) = 974551 bytes
+SHA1 (vte-0.14.0.tar.bz2) = d9db8360f79c59c7740e8ec3e727b25c86086206
+RMD160 (vte-0.14.0.tar.bz2) = 6193b01fcd1193a3ff64fea45c8294ca95747926
+Size (vte-0.14.0.tar.bz2) = 1010026 bytes
SHA1 (patch-aa) = 1ec8b2ec123b1a6024279b6ece69d8562a6e73be
SHA1 (patch-ab) = 8c9c3189b53a87aa198fcb8b11f43a9aa5255eaf
SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d
-SHA1 (patch-ae) = 7bc19459ab99bc71f0bc0e9fa36bcde49a512395
SHA1 (patch-af) = 69ea7e022f6c495c3c9af681d05644b9d70e7bdc
-SHA1 (patch-ag) = a87e379e0ddc728bcd2db41856d669644be43bdc
SHA1 (patch-ah) = 28cee2661439d7d6f1959ebf3c7d1b7b3fe0a764
SHA1 (patch-ai) = d3edea00d1aa079f6ec9542b1d74ba97f9db4519
diff --git a/x11/vte/patches/patch-ae b/x11/vte/patches/patch-ae
deleted file mode 100644
index 28caacde3ac..00000000000
--- a/x11/vte/patches/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2004/05/07 11:13:16 jmmv Exp $
-
---- configure.orig 2004-05-02 08:44:03.000000000 +0200
-+++ configure
-@@ -25114,6 +25114,7 @@ fi
- rm -f conftest*
-
-
-+if false; then
- cat >>confdefs.h <<\_ACEOF
- #define _XOPEN_SOURCE_EXTENDED 1
- _ACEOF
-@@ -25127,6 +25128,7 @@ _ACEOF
- cat >>confdefs.h <<\_ACEOF
- #define __EXTENSIONS__ 1
- _ACEOF
-+fi
-
-
- # Check whether --enable-deprecation or --disable-deprecation was given.
diff --git a/x11/vte/patches/patch-ag b/x11/vte/patches/patch-ag
deleted file mode 100644
index b17211bba62..00000000000
--- a/x11/vte/patches/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2004/05/07 11:13:16 jmmv Exp $
-
---- gnome-pty-helper/configure.orig 2004-05-02 08:44:08.000000000 +0200
-+++ gnome-pty-helper/configure
-@@ -6269,6 +6269,7 @@ fi
- rm -f conftest*
-
-
-+if false; then
- cat >>confdefs.h <<\_ACEOF
- #define _XOPEN_SOURCE_EXTENDED 1
- _ACEOF
-@@ -6282,6 +6283,7 @@ _ACEOF
- cat >>confdefs.h <<\_ACEOF
- #define __EXTENSIONS__ 1
- _ACEOF
-+fi
-
-
- ac_config_headers="$ac_config_headers config.h"