summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-17 21:50:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-17 21:50:42 +0800
commit98e6a13cff8b092230ec7fd8a300a49e7e49f330 (patch)
treef88ebbeaced96f736968e64891fe73d7456a76e8
parent3244b28991ee1452d0677e0fd542a499970392d6 (diff)
downloadmarcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar.gz
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar.bz2
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar.lz
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar.xz
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.tar.zst
marcuscom-ports-98e6a13cff8b092230ec7fd8a300a49e7e49f330.zip
Update to 0.34.6.
Submitted by: Gustau Perez (based on) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18549 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/vte3/Makefile2
-rw-r--r--x11-toolkits/vte3/distinfo4
-rw-r--r--x11-toolkits/vte3/files/patch-config.h.in12
-rw-r--r--x11-toolkits/vte3/files/patch-configure11
-rw-r--r--x11-toolkits/vte3/files/patch-src_pty.c15
-rw-r--r--x11-toolkits/vte3/pkg-plist9
6 files changed, 12 insertions, 41 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 5943ab921..dba5773bd 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME?= vte
-PORTVERSION= 0.32.2
+PORTVERSION= 0.34.6
PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo
index 289be438b..1a2f1b843 100644
--- a/x11-toolkits/vte3/distinfo
+++ b/x11-toolkits/vte3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/vte-0.32.2.tar.xz) = d69ec071f7a380d8b8b981b35a9a0b891f37c4b6b17d08407f66ac98d619486a
-SIZE (gnome3/vte-0.32.2.tar.xz) = 978692
+SHA256 (gnome3/vte-0.34.6.tar.xz) = e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3
+SIZE (gnome3/vte-0.34.6.tar.xz) = 983504
diff --git a/x11-toolkits/vte3/files/patch-config.h.in b/x11-toolkits/vte3/files/patch-config.h.in
deleted file mode 100644
index 03db0e1c4..000000000
--- a/x11-toolkits/vte3/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig Wed May 17 10:45:57 2006
-+++ config.h.in Wed May 17 10:46:25 2006
-@@ -106,6 +106,9 @@
- /* Define to 1 if you have the <GL/glx.h> header file. */
- #undef HAVE_GL_GLX_H
-
-+/* Define to 1 if you have the `posix_openpt' function. */
-+#undef HAVE_POSIX_OPENPT
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte3/files/patch-configure b/x11-toolkits/vte3/files/patch-configure
deleted file mode 100644
index bfc8e7c5c..000000000
--- a/x11-toolkits/vte3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-03-30 14:43:41.000000000 +0200
-+++ configure 2010-03-30 14:47:26.000000000 +0200
-@@ -14102,7 +14102,7 @@
-
-
- # Check for PTY handling functions.
--for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
-+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
- do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/x11-toolkits/vte3/files/patch-src_pty.c b/x11-toolkits/vte3/files/patch-src_pty.c
deleted file mode 100644
index 2129ef3f4..000000000
--- a/x11-toolkits/vte3/files/patch-src_pty.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/pty.c.orig 2012-05-23 22:43:04.000000000 +0200
-+++ src/pty.c 2012-07-20 14:36:58.337340000 +0200
-@@ -837,7 +837,11 @@
- _vte_pty_getpt(GError **error)
- {
- int fd, flags, rv;
--#ifdef HAVE_GETPT
-+
-+#ifdef HAVE_POSIX_OPENPT
-+ /* Call the system's function for allocating a pty. */
-+ fd = posix_openpt(O_RDWR | O_NOCTTY);
-+#elif HAVE_GETPT
- /* Call the system's function for allocating a pty. */
- fd = getpt();
- #else
diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist
index deddc3c9a..0ed8db488 100644
--- a/x11-toolkits/vte3/pkg-plist
+++ b/x11-toolkits/vte3/pkg-plist
@@ -1,4 +1,5 @@
bin/vte2_90
+etc/profile.d/vte.sh
include/vte-%%VERSION%%/vte/pty.h
include/vte-%%VERSION%%/vte/reaper.h
include/vte-%%VERSION%%/vte/vte.h
@@ -21,6 +22,7 @@ share/doc/vte-2.90/api-index-0-20.html
share/doc/vte-2.90/api-index-0-24.html
share/doc/vte-2.90/api-index-0-26.html
share/doc/vte-2.90/api-index-0-28.html
+share/doc/vte-2.90/api-index-0-34.html
share/doc/vte-2.90/api-index-deprecated.html
share/doc/vte-2.90/api-index-full.html
share/doc/vte-2.90/ch01.html
@@ -72,6 +74,7 @@ share/locale/eu/LC_MESSAGES/vte-2.90.mo
share/locale/fa/LC_MESSAGES/vte-2.90.mo
share/locale/fi/LC_MESSAGES/vte-2.90.mo
share/locale/fr/LC_MESSAGES/vte-2.90.mo
+share/locale/fur/LC_MESSAGES/vte-2.90.mo
share/locale/ga/LC_MESSAGES/vte-2.90.mo
share/locale/gl/LC_MESSAGES/vte-2.90.mo
share/locale/gu/LC_MESSAGES/vte-2.90.mo
@@ -125,6 +128,7 @@ share/locale/th/LC_MESSAGES/vte-2.90.mo
share/locale/tr/LC_MESSAGES/vte-2.90.mo
share/locale/ug/LC_MESSAGES/vte-2.90.mo
share/locale/uk/LC_MESSAGES/vte-2.90.mo
+share/locale/uz@cyrillic/LC_MESSAGES/vte-2.90.mo
share/locale/vi/LC_MESSAGES/vte-2.90.mo
share/locale/wa/LC_MESSAGES/vte-2.90.mo
share/locale/xh/LC_MESSAGES/vte-2.90.mo
@@ -135,6 +139,8 @@ share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@@ -159,6 +165,8 @@ share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo
@dirrmtry share/locale/ky
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
+@dirrmtry share/locale/fur/LC_MESSAGES
+@dirrmtry share/locale/fur
@dirrmtry share/locale/en@shaw/LC_MESSAGES
@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/dz/LC_MESSAGES
@@ -176,5 +184,6 @@ share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo
@dirrmtry share/locale/ang/LC_MESSAGES
@dirrmtry share/locale/ang
@dirrmtry share/doc/vte-2.90
+@dirrmtry etc/profile.d
@dirrm include/vte-2.90/vte
@dirrm include/vte-2.90