diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-30 02:36:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-30 02:36:16 +0800 |
commit | bb9a7e6adf842ffe05c2cbb1fae3a40a3cc2d39f (patch) | |
tree | 4f3e84bb05b43b78b55a396d03f2c918da0cc505 /x11-toolkits | |
parent | 8664f2ceea81353f334f76f01da8e99d47272966 (diff) | |
download | freebsd-ports-gnome-bb9a7e6adf842ffe05c2cbb1fae3a40a3cc2d39f.tar.gz freebsd-ports-gnome-bb9a7e6adf842ffe05c2cbb1fae3a40a3cc2d39f.tar.zst freebsd-ports-gnome-bb9a7e6adf842ffe05c2cbb1fae3a40a3cc2d39f.zip |
Update to 0.10.27.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-src_vte.c | 9 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 6 |
4 files changed, 8 insertions, 12 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index ffe0147dd939..d1de99f8d52c 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.10.26 -PORTREVISION= 1 +PORTVERSION= 0.10.27 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 4f7a123dbade..d3c1aea0d71a 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1 +1 @@ -MD5 (gnome2/vte-0.10.26.tar.bz2) = 8e3be881a80a63b2b633d485835c0c47 +MD5 (gnome2/vte-0.10.27.tar.bz2) = 2a8513639013d39cac81aced0406deb8 diff --git a/x11-toolkits/vte/files/patch-src_vte.c b/x11-toolkits/vte/files/patch-src_vte.c index e7f01d030686..9c267212f5c1 100644 --- a/x11-toolkits/vte/files/patch-src_vte.c +++ b/x11-toolkits/vte/files/patch-src_vte.c @@ -9,12 +9,3 @@ return (wchar_t) c; #else gpointer original, result; -@@ -7320,7 +7320,7 @@ - if (condition & G_IO_IN) { - bcount = sizeof(buf) - - _vte_buffer_length(terminal->pvt->incoming); -- bcount = read(fd, buf, MAX(bcount, sizeof(buf) / 2)); -+ bcount = read(fd, buf, MAX(bcount, (int)(sizeof(buf) / 2))); - } - eof = FALSE; - if (condition & G_IO_HUP) { diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 478f6dd38b4e..8c0d0468cb0d 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -19,23 +19,28 @@ libdata/pkgconfig/vte.pc libexec/gnome-pty-helper share/gnome/vte/termcap/xterm share/locale/am/LC_MESSAGES/vte.mo +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/ca/LC_MESSAGES/vte.mo share/locale/cs/LC_MESSAGES/vte.mo share/locale/da/LC_MESSAGES/vte.mo share/locale/de/LC_MESSAGES/vte.mo share/locale/el/LC_MESSAGES/vte.mo share/locale/es/LC_MESSAGES/vte.mo +share/locale/fa/LC_MESSAGES/vte.mo share/locale/fi/LC_MESSAGES/vte.mo share/locale/fr/LC_MESSAGES/vte.mo share/locale/he/LC_MESSAGES/vte.mo share/locale/hu/LC_MESSAGES/vte.mo share/locale/id/LC_MESSAGES/vte.mo +share/locale/is/LC_MESSAGES/vte.mo share/locale/it/LC_MESSAGES/vte.mo share/locale/ja/LC_MESSAGES/vte.mo share/locale/ko/LC_MESSAGES/vte.mo share/locale/lv/LC_MESSAGES/vte.mo +share/locale/ml/LC_MESSAGES/vte.mo share/locale/mn/LC_MESSAGES/vte.mo share/locale/ms/LC_MESSAGES/vte.mo share/locale/nl/LC_MESSAGES/vte.mo @@ -47,6 +52,7 @@ share/locale/pt_BR/LC_MESSAGES/vte.mo share/locale/ru/LC_MESSAGES/vte.mo share/locale/sl/LC_MESSAGES/vte.mo share/locale/sk/LC_MESSAGES/vte.mo +share/locale/sq/LC_MESSAGES/vte.mo share/locale/sv/LC_MESSAGES/vte.mo share/locale/tr/LC_MESSAGES/vte.mo share/locale/uk/LC_MESSAGES/vte.mo |