Update to 0.10.27.

This commit is contained in:
Joe Marcus Clarke 2003-04-29 18:36:16 +00:00
parent 35554e7a78
commit 5d89859da7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79886
4 changed files with 8 additions and 12 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (gnome2/vte-0.10.26.tar.bz2) = 8e3be881a80a63b2b633d485835c0c47
MD5 (gnome2/vte-0.10.27.tar.bz2) = 2a8513639013d39cac81aced0406deb8

View File

@ -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) {

View File

@ -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