diff options
author | drochner <drochner@pkgsrc.org> | 2007-04-11 17:54:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-04-11 17:54:35 +0000 |
commit | a14ed33511ba6efc4826a8129daf6b3a5e2ac31c (patch) | |
tree | 4945f921a05c120f34b7f763410c1047b455003c /x11 | |
parent | 9e22f30060c4233364f73ca7f1974249b17d3834 (diff) | |
download | pkgsrc-a14ed33511ba6efc4826a8129daf6b3a5e2ac31c.tar.gz |
update to 0.16.1
This moves this pkg to the new stable gnome branch, too much to list here.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte/Makefile | 6 | ||||
-rw-r--r-- | x11/vte/PLIST | 3 | ||||
-rw-r--r-- | x11/vte/distinfo | 11 | ||||
-rw-r--r-- | x11/vte/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/vte/patches/patch-ab | 12 |
5 files changed, 16 insertions, 31 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 84358265bf9..d37d596edef 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2007/03/03 13:14:09 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2007/04/11 17:54:35 drochner Exp $ # -DISTNAME= vte-0.14.2 +DISTNAME= vte-0.16.1 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.16/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/x11/vte/PLIST b/x11/vte/PLIST index efe9fb0b74b..0102c0d8093 100644 --- a/x11/vte/PLIST +++ b/x11/vte/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2006/11/13 21:02:53 drochner Exp $ +@comment $NetBSD: PLIST,v 1.13 2007/04/11 17:54:35 drochner Exp $ bin/vte include/vte/pty.h include/vte/reaper.h @@ -35,6 +35,7 @@ share/locale/ang/LC_MESSAGES/vte.mo share/locale/ar/LC_MESSAGES/vte.mo share/locale/az/LC_MESSAGES/vte.mo share/locale/be/LC_MESSAGES/vte.mo +share/locale/be@latin/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 diff --git a/x11/vte/distinfo b/x11/vte/distinfo index 7f454dff5a5..1e7ecc893a3 100644 --- a/x11/vte/distinfo +++ b/x11/vte/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.18 2007/02/26 18:20:35 drochner Exp $ +$NetBSD: distinfo,v 1.19 2007/04/11 17:54:35 drochner Exp $ -SHA1 (vte-0.14.2.tar.bz2) = 938e6ca0416191c6ac60745a96bfa84c5eb8519e -RMD160 (vte-0.14.2.tar.bz2) = e580abbe747ff806d32973d463c909283fcc3b12 -Size (vte-0.14.2.tar.bz2) = 1031948 bytes -SHA1 (patch-aa) = 1ec8b2ec123b1a6024279b6ece69d8562a6e73be -SHA1 (patch-ab) = 8c9c3189b53a87aa198fcb8b11f43a9aa5255eaf +SHA1 (vte-0.16.1.tar.bz2) = 01f44e72199f0878d85fa7900a545decc54e3c95 +RMD160 (vte-0.16.1.tar.bz2) = 4a28e21b15e19f5a8aebd7d76639fb1bb890e865 +Size (vte-0.16.1.tar.bz2) = 1097978 bytes +SHA1 (patch-aa) = 386bb5b1e4d94bb976bd505aa45993617d2bce5e SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d SHA1 (patch-af) = 69ea7e022f6c495c3c9af681d05644b9d70e7bdc SHA1 (patch-ah) = 28cee2661439d7d6f1959ebf3c7d1b7b3fe0a764 diff --git a/x11/vte/patches/patch-aa b/x11/vte/patches/patch-aa index e52d58ac8cc..345e2eb41ba 100644 --- a/x11/vte/patches/patch-aa +++ b/x11/vte/patches/patch-aa @@ -1,16 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2006/07/13 23:36:18 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2007/04/11 17:54:35 drochner Exp $ -Let's assume that if the macro CMSG_FIRSTHDR is not defined, that struct -msghdr does not have the msg_control member, too. Needed for Solaris. - ---- src/pty.c.orig 2004-05-01 09:12:51.000000000 +0200 -+++ src/pty.c 2006-07-14 01:17:28.073815601 +0200 +--- src/pty.c.orig 2007-02-26 22:05:14.000000000 +0100 ++++ src/pty.c @@ -1,3 +1,4 @@ +#include <sys/types.h> /* * Copyright (C) 2001,2002 Red Hat, Inc. * -@@ -837,12 +838,15 @@ _vte_pty_read_ptypair(int tunnel, int *p +@@ -659,12 +660,15 @@ _vte_pty_read_ptypair(int tunnel, int *p msg.msg_namelen = 0; msg.msg_iov = &vec; msg.msg_iovlen = 1; @@ -26,11 +23,11 @@ msghdr does not have the msg_control member, too. Needed for Solaris. for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; cmsg = CMSG_NXTHDR(&msg, cmsg)) { -@@ -861,6 +865,7 @@ _vte_pty_read_ptypair(int tunnel, int *p +@@ -683,6 +687,7 @@ _vte_pty_read_ptypair(int tunnel, int *p } } } +#endif } } - #else + #elif defined (I_RECVFD) diff --git a/x11/vte/patches/patch-ab b/x11/vte/patches/patch-ab deleted file mode 100644 index 5a1907adfcf..00000000000 --- a/x11/vte/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/12/13 17:54:15 xtraeme Exp $ - ---- src/vteapp.c.orig 2003-10-03 12:20:50.000000000 +0200 -+++ src/vteapp.c 2003-10-03 12:21:26.000000000 +0200 -@@ -392,6 +392,7 @@ - const char *font = NULL; - const char *terminal = NULL; - const char *command = NULL; -+ extern char *optarg; - const char *working_directory = NULL; - char **argv2; - int opt; |