aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vte3/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
commitb93a80c99281466281db26011356c75bd54ea36c (patch)
treecb5a8a1108829deee66dbb334ff2a733162448c6 /x11-toolkits/vte3/files
parentb78527376a1d11bef820d5e9fe86d3c524ea6acf (diff)
downloadports-b93a80c99281466281db26011356c75bd54ea36c.tar.gz
ports-b93a80c99281466281db26011356c75bd54ea36c.zip
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
Notes
Notes: svn path=/head/; revision=408881
Diffstat (limited to 'x11-toolkits/vte3/files')
-rw-r--r--x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in12
-rw-r--r--x11-toolkits/vte3/files/patch-gnome-pty-helper_configure11
-rw-r--r--x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c10
-rw-r--r--x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c11
-rw-r--r--x11-toolkits/vte3/files/patch-src_vteseq.c10
5 files changed, 0 insertions, 54 deletions
diff --git a/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in b/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in
deleted file mode 100644
index d07c7bce3919..000000000000
--- a/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gnome-pty-helper/config.h.in.orig 2012-03-24 17:31:26.000000000 -0400
-+++ gnome-pty-helper/config.h.in 2012-03-24 17:31:43.000000000 -0400
-@@ -24,6 +24,9 @@
- /* Define to 1 if you have the `getutmpx' function. */
- #undef HAVE_GETUTMPX
-
-+/* Define to 1 if you have the `getutxid' function. */
-+#undef HAVE_GETUTXID
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure
deleted file mode 100644
index 737b74e59ca5..000000000000
--- a/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/configure.orig 2012-03-24 17:31:04.000000000 -0400
-+++ gnome-pty-helper/configure 2012-03-24 17:31:21.000000000 -0400
-@@ -5699,7 +5699,7 @@ fi
-
- fi
-
--for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname
-+for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname getutxid
- 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-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c
deleted file mode 100644
index ab80c5364b55..000000000000
--- a/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnome-pty-helper/gnome-pty-helper.c
-+++ gnome-pty-helper/gnome-pty-helper.c
-@@ -51,7 +51,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
--#include <utmp.h>
- #include <grp.h>
- #include "gnome-pty.h"
- #include "gnome-login-support.h"
diff --git a/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c
deleted file mode 100644
index fa2750ccd5ba..000000000000
--- a/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig 2012-03-24 17:30:46.000000000 -0400
-+++ gnome-pty-helper/gnome-utmp.c 2012-03-24 17:30:25.000000000 -0400
-@@ -152,7 +152,7 @@ update_wtmp (char *file, UTMP *putmp)
- #endif /* !HAVE_GETUTMPX */
-
-
--#if defined(HAVE_GETUTMPX)
-+#if defined(HAVE_GETUTMPX) || defined(HAVE_GETUTXID)
- static void
- update_utmp (UTMP *ut)
- {
diff --git a/x11-toolkits/vte3/files/patch-src_vteseq.c b/x11-toolkits/vte3/files/patch-src_vteseq.c
deleted file mode 100644
index e5afb288b0d8..000000000000
--- a/x11-toolkits/vte3/files/patch-src_vteseq.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006
-+++ src/vteseq.c Mon Jun 12 20:27:19 2006
-@@ -20,6 +20,7 @@
- #include "../config.h"
-
- #ifdef HAVE_SYS_SYSLIMITS_H
-+#include <sys/cdefs.h>
- #include <sys/syslimits.h>
- #endif
-