[141855] users/devans/GNOME-3/unstable/dports/gnome/vte

devans at macports.org devans at macports.org
Sat Dec 12 03:17:41 PST 2015


Revision: 141855
          https://trac.macports.org/changeset/141855
Author:   devans at macports.org
Date:     2015-10-29 13:33:15 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
GNOME-3/unstable: vte, update to version 0.43.0, configuration, add +debug variant.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-Makefile.am.diff

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-pty.cc.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile	2015-10-29 20:25:34 UTC (rev 141854)
+++ users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile	2015-10-29 20:33:15 UTC (rev 141855)
@@ -6,7 +6,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                vte
-version             0.42.1
+version             0.43.0
 set branch          [join [lrange [split $version .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -24,8 +24,8 @@
 
 use_xz              yes
 
-checksums           rmd160  1530e43f4f882852cd211e91c853b11e286c2bc6 \
-                    sha256  9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34
+checksums           rmd160  d9a1eb6d6d5cbb39e04f625d22e43315500750b8 \
+                    sha256  2f10ae4148633e9ee458639f72cf2929703d413b95eee416fd6f03db8c4d4ab9
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -41,7 +41,8 @@
 
 depends_run         port:gnome-themes-standard
 
-patchfiles          patch-src-Makefile.am.diff
+patchfiles          patch-src-Makefile.am.diff \
+                    patch-src-pty.cc.diff
 
 gobject_introspection yes
 
@@ -57,17 +58,22 @@
 
 configure.cmd       ./autogen.sh
 
-configure.args      --enable-glade-catalogue=no \
+configure.args      --disable-glade \
                     --disable-Bsymbolic \
+                    --without-pcre2 \
                     --enable-vala=yes
 
 configure.cflags-append -fstrict-aliasing
 
 variant glade description {Enable building of glade catalog items} {
     depends_lib-append  port:glade
-    configure.args-replace --enable-glade-catalogue=no --enable-glade-catalogue=yes
+    configure.args-delete --disable-glade
 }
 
+variant debug description {Enable building with debug support} {
+    configure.args-append   --enable-debug
+}
+
 # glade expects catalog modules and libraries to have a .so suffix
 
 post-destroot {

Modified: users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-Makefile.am.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-Makefile.am.diff	2015-10-29 20:25:34 UTC (rev 141854)
+++ users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-Makefile.am.diff	2015-10-29 20:33:15 UTC (rev 141855)
@@ -1,6 +1,6 @@
 --- src/Makefile.am.orig	2014-11-24 13:16:30.000000000 -0800
 +++ src/Makefile.am	2014-11-28 13:26:58.000000000 -0800
-@@ -286,8 +286,6 @@
+@@ -293,8 +293,6 @@
  	$(NULL)
  
  vte_ at VTE_API_MAJOR_VERSION@_ at VTE_API_MINOR_VERSION@_CFLAGS = \

Added: users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-pty.cc.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-pty.cc.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/vte/files/patch-src-pty.cc.diff	2015-10-29 20:33:15 UTC (rev 141855)
@@ -0,0 +1,11 @@
+--- src/pty.cc.orig	2015-10-29 12:42:57.000000000 -0700
++++ src/pty.cc	2015-10-29 12:43:47.000000000 -0700
+@@ -748,7 +748,7 @@
+ 	/* Set it to blocking. */
+         /* FIXMEchpe: why?? vte_terminal_set_pty does the inverse... */
+         flags = rv & ~(O_NONBLOCK);
+-        rv = fcntl(fd, F_SETFL, flags);
++//        rv = fcntl(fd, F_SETFL, flags);
+         if (rv < 0) {
+                 int errsv = errno;
+                 g_set_error(error, VTE_PTY_ERROR,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/af81c986/attachment.html>


More information about the macports-changes mailing list