diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-15 14:22:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-15 14:22:29 +0800 |
commit | 4edc9e973183f123fd516a22f2d87cbc469b6e1b (patch) | |
tree | aed1337dd1bf57b85bab6103fd92c7dfaa28dae3 /x11-toolkits | |
parent | 793c27839e30613a8baedeb9ea0f2dee266b6054 (diff) | |
download | marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar.gz marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar.bz2 marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar.lz marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar.xz marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.tar.zst marcuscom-ports-4edc9e973183f123fd516a22f2d87cbc469b6e1b.zip |
Update to 0.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@652 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 6 | ||||
-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 | 1 |
4 files changed, 5 insertions, 13 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index a82084697..73a0a29c4 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 @@ -23,8 +23,8 @@ USE_BISON= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GNOME= gnomeprefix gnomehack gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-python post-patch: diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 5ce65ab81..94fe86cd9 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1 +1 @@ -MD5 (gnome2/vte-0.11.0.tar.bz2) = cd573a4f7a4bda503726cf1f9ba8d9a1 +MD5 (gnome2/vte-0.11.1.tar.bz2) = 4d39a2171791cf99894b85cf39f0679a diff --git a/x11-toolkits/vte/files/patch-src_vte.c b/x11-toolkits/vte/files/patch-src_vte.c index e7f01d030..aaa5e5d3b 100644 --- a/x11-toolkits/vte/files/patch-src_vte.c +++ b/x11-toolkits/vte/files/patch-src_vte.c @@ -1,14 +1,5 @@ --- src/vte.c.orig Tue Mar 4 14:25:26 2003 +++ src/vte.c Wed Mar 26 01:42:42 2003 -@@ -547,7 +547,7 @@ - static wchar_t - vte_wc_from_unichar(VteTerminal *terminal, gunichar c) - { --#ifdef __STDC_ISO_10646__ -+#if defined(__STDC_ISO_10646__) || (defined(__FreeBSD__) && __FreeBSD_version < 500000) - return (wchar_t) c; - #else - gpointer original, result; @@ -7320,7 +7320,7 @@ if (condition & G_IO_IN) { bcount = sizeof(buf) - diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 13a270b31..8c0d0468c 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -52,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 |