50 Commits

Author SHA1 Message Date
ajacoutot
85110fec51 Merge upstream's fix for vte crash.
ok jasper@
2014-08-10 08:05:35 +00:00
naddy
206193e0e5 Fix segfault in gnome-terminal-server process.
This fix from espie@; ok ajacoutot@ jasper@ robert@

(The tree is still locked.)
2014-07-30 14:30:54 +00:00
jasper
e4762bd9f8 update to vte3-0.36.3 2014-06-24 07:01:24 +00:00
ajacoutot
309444d431 Merge some changes from upstream that fix a couple of annoying bugs. 2014-05-22 17:02:05 +00:00
jasper
4de68b049b update to vte3-0.36.2 2014-05-13 08:49:27 +00:00
jasper
fa051871b2 update to vte-0.36.1 2014-04-26 22:28:32 +00:00
ajacoutot
0199ceb89c Add MODGNU_CONFIG_GUESS_DIRS. 2014-04-05 07:17:23 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
2100c2cdff start to make MODGNOME_TOOLS resemble the name of the tools actually used.
rename 'gi' to 'gobject-introspection'.

discussed with aja@
2014-04-01 15:31:45 +00:00
jasper
008c17fb45 update to vte3-0.36.0 2014-03-27 08:14:16 +00:00
ajacoutot
84b584ab61 Add comment for next upgrade. 2014-03-18 13:48:31 +00:00
ajacoutot
c02691798d Install the pty helper which is needed for *-terminal and utmp. 2014-01-17 14:17:37 +00:00
ajacoutot
3ae17b4c1d Committed upstream. 2013-10-15 11:26:56 +00:00
ajacoutot
fc15e6a039 Fix patch. 2013-10-15 10:54:24 +00:00
ajacoutot
f9beabe548 Forgot to cvs add. 2013-10-15 08:12:07 +00:00
ajacoutot
d608ddf144 Update to vte3-0.34.9. 2013-10-15 08:11:42 +00:00
ajacoutot
ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00
ajacoutot
620df99715 Update to vte-0.34.8. 2013-09-17 05:58:09 +00:00
jasper
9d99b8e1af update to vte3-0.34.7 2013-07-07 18:52:59 +00:00
jasper
c9974c5da4 - update to vte3-0.34.6 2013-06-11 06:41:34 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
ajacoutot
6ff60092e3 Add a spawn flag to not inherit the parent environment (from upstream). 2013-05-29 21:50:30 +00:00
jasper
aa6e40d02f allow regress tests to finish 2013-05-14 09:06:39 +00:00
jasper
1bead0c0ae update to vte3-0.34.5 2013-05-14 06:30:54 +00:00
ajacoutot
a24f325efa goi -> gi (gnome MODULE change). 2013-04-16 13:17:00 +00:00
jasper
12bbfc3add update to vte3-0.34.4 2013-04-15 18:56:07 +00:00
jasper
95ed7efc49 - update to vte-0.34.3 2013-03-26 09:43:06 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
ajacoutot
463a641c07 Add comment about --disable-Bsymbolic. 2013-01-24 07:31:58 +00:00
ajacoutot
5f499734df Unbreak runtime by using posix_openpt; I'm not quite sure how I missed this
in my tests...
2012-12-13 19:37:50 +00:00
jasper
1419a22726 - update to vte-0.34.2 2012-11-13 08:24:52 +00:00
jasper
25ef599e04 - update to vte-0.34.1 2012-10-16 08:34:14 +00:00
jasper
831b895a62 - update to 0.34.0 2012-09-17 08:05:04 +00:00
jasper
5da10430d2 - update to 0.32.2, includes a fix for an issue which mosh has been assigned
CVE-2012-2385.
2012-05-29 20:30:03 +00:00
jasper
02f3d87d79 - update to 0.32.1
* bug fixes
2012-04-17 07:52:20 +00:00
ajacoutot
bfa789b82c Update to vte3-0.32.0. 2012-03-23 13:25:00 +00:00
ajacoutot
c78896072c Sync with mpi@ patches from upstream. 2012-03-09 06:45:16 +00:00
mpi
60973badf6 Make use of openpty(3) to allocate a pseudo-tty instead of the
gnome-pty-helper.

ok ajacoutot@, landry@
2012-02-24 10:44:55 +00:00
sthen
a5fce98ac8 sync WANTLIBs and bump 2012-02-21 22:36:43 +00:00
espie
5ee810f609 update fix: vte2 should *not* update to vte3.
parts of gnome want vte3, and yet some other stuff (py-vte) still wants vte2.
if we let vte2->vte3 because of gnome, then py-vte will complain, and the
update won't happen.

considering we've set things up so vte2 and vte3 can coexist, the thing to do
is have vte2 update to vte2-newer, let gnome3 pick and install vte3 as well,
keeping py-vte happy and ending with a fully updated machine.

On the way, need to tell quirks AND vte about vte-pyhelper, which vanished
into vte2/vte3 (and again, pick one).

(triggers a bug in pkg_add caching which requires -current, btw ;( )

Solves update issue reported by Mikolaj.

Ports STILL fully locked, this making it in as a vital update thing,
(no don't ask, your silly little update won't make it)

okayed by naddy@
2012-02-06 22:07:09 +00:00
landry
6eb752069d Add @pkgpath devel/vte,-pty-helper to allow seamless updates from
a september pkg snapshot, bump REVISION.
ok ajacoutot@
2011-12-21 15:47:45 +00:00
jasper
0a4e337db1 - update to 0.30.1 2011-10-17 11:38:42 +00:00
ajacoutot
9c26d4c4d2 WANTLIB. 2011-10-17 06:41:43 +00:00
ajacoutot
dc4f6bf048 It seems the @conflict marker format changed... 2011-10-02 16:11:11 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
jasper
d6afa123c7 fix the other conflict marker too.. 2011-09-26 15:17:25 +00:00
ajacoutot
98afa6b86e Fix conflict marker. 2011-09-26 15:10:34 +00:00
jasper
b216479d54 missing conflict marker 2011-09-26 14:41:57 +00:00
jasper
d026e5f5ae import vte 0.30.0 (gtk3 only) 2011-09-26 14:31:33 +00:00