pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/vte update to 0.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/276cccdbca6d
branches:  trunk
changeset: 527635:276cccdbca6d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 11 17:54:35 2007 +0000

description:
update to 0.16.1
This moves this pkg to the new stable gnome branch, too much to list here.

diffstat:

 x11/vte/Makefile         |   6 +++---
 x11/vte/PLIST            |   3 ++-
 x11/vte/distinfo         |  11 +++++------
 x11/vte/patches/patch-aa |  15 ++++++---------
 x11/vte/patches/patch-ab |  12 ------------
 5 files changed, 16 insertions(+), 31 deletions(-)

diffs (106 lines):

diff -r d60c2b65b75c -r 276cccdbca6d x11/vte/Makefile
--- a/x11/vte/Makefile  Wed Apr 11 17:52:42 2007 +0000
+++ b/x11/vte/Makefile  Wed Apr 11 17:54:35 2007 +0000
@@ -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@localhost
diff -r d60c2b65b75c -r 276cccdbca6d x11/vte/PLIST
--- a/x11/vte/PLIST     Wed Apr 11 17:52:42 2007 +0000
+++ b/x11/vte/PLIST     Wed Apr 11 17:54:35 2007 +0000
@@ -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/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 -r d60c2b65b75c -r 276cccdbca6d x11/vte/distinfo
--- a/x11/vte/distinfo  Wed Apr 11 17:52:42 2007 +0000
+++ b/x11/vte/distinfo  Wed Apr 11 17:54:35 2007 +0000
@@ -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 -r d60c2b65b75c -r 276cccdbca6d x11/vte/patches/patch-aa
--- a/x11/vte/patches/patch-aa  Wed Apr 11 17:52:42 2007 +0000
+++ b/x11/vte/patches/patch-aa  Wed Apr 11 17:54:35 2007 +0000
@@ -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 @@
                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 -r d60c2b65b75c -r 276cccdbca6d x11/vte/patches/patch-ab
--- a/x11/vte/patches/patch-ab  Wed Apr 11 17:52:42 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index