summaryrefslogtreecommitdiff
path: root/x11-toolkits/vte (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to 0.11.11Alexander Nedotsukov2004-05-065-21/+28
| | | | Notes: svn path=/head/; revision=108509
* Drop the coalescence timeout from 50 to 15 to compromise between actualJoe Marcus Clarke2004-04-182-2/+2
| | | | | | | | | | | | rendering speed, and typing speed. The previous setting caused some jerkiness during key repeat. Basically, this gives the feeling of better terminal responsiveness. Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=107386
* * Teach vte about posix_openpt()Joe Marcus Clarke2004-04-084-14/+52
| | | | | | | | | | | * Attempt to speed up terminal rendering a bit [1] * Don't leave children shells linger after logging out of GNOME [2] Submitted by: Jean-Yves Lefort <jylefort@brutele.be> [2] Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=122656 [1] Notes: svn path=/head/; revision=106511
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104470
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Revert previous commit. I pulled the trigger too soon. Setuid root isJoe Marcus Clarke2003-12-231-2/+2
| | | | | | | needed to update utmp. Notes: svn path=/head/; revision=96503
* Install gnome-pty-helper setgid to tty instead of setuid to root.Joe Marcus Clarke2003-12-232-3/+3
| | | | Notes: svn path=/head/; revision=96502
* Add USE_GL.Joe Marcus Clarke2003-11-081-0/+1
| | | | Notes: svn path=/head/; revision=93337
* Correct the locale dir.Joe Marcus Clarke2003-09-302-7/+17
| | | | Notes: svn path=/head/; revision=89869
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-1810-35/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Update to 0.10.29.Joe Marcus Clarke2003-06-113-5/+4
| | | | Notes: svn path=/head/; revision=82731
* Update to 0.10.28.Joe Marcus Clarke2003-05-134-2/+17
| | | | Notes: svn path=/head/; revision=80884
* Update to 0.10.27.Joe Marcus Clarke2003-04-294-12/+8
| | | | Notes: svn path=/head/; revision=79886
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-6/+1
| | | | Notes: svn path=/head/; revision=79439
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Fix a bug in vte where the terminal would lock up sometimes when doing longJoe Marcus Clarke2003-04-042-46/+16
| | | | | | | | | ls's or viewing scripts in /usr/bin/dialog. Tested by: Mezz bsdforums.org <reigncracks@hotmail.com> Notes: svn path=/head/; revision=78123
* Update to 0.10.26.Joe Marcus Clarke2003-03-042-2/+2
| | | | Notes: svn path=/head/; revision=76885
* Update to 0.10.25.Joe Marcus Clarke2003-02-252-2/+2
| | | | Notes: svn path=/head/; revision=76440
* Update to 0.10.23.Joe Marcus Clarke2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76072
* * Update to 0.10.22Joe Marcus Clarke2003-02-204-3/+6
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=75959
* Fix vte after recent Xft2 -> Xft conversion.Joe Marcus Clarke2003-02-181-4/+0
| | | | Notes: svn path=/head/; revision=75809
* Update to 0.10.20.Joe Marcus Clarke2003-02-152-2/+2
| | | | Notes: svn path=/head/; revision=75594
* Update to 0.10.19.Joe Marcus Clarke2003-02-133-2/+3
| | | | Notes: svn path=/head/; revision=75472
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-074-4/+18
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Update to 0.10.11.Joe Marcus Clarke2003-01-182-2/+2
| | | | Notes: svn path=/head/; revision=73452
* Update to 0.10.10.Joe Marcus Clarke2003-01-153-2/+5
| | | | Notes: svn path=/head/; revision=73153
* Update to 0.10.8.Joe Marcus Clarke2003-01-083-2/+12
| | | | Notes: svn path=/head/; revision=72721
* Update to 0.10.7.Joe Marcus Clarke2003-01-017-13/+55
| | | | Notes: svn path=/head/; revision=72084
* Update to 0.10.4, and fix build with GNOME 2.0.x.Joe Marcus Clarke2002-11-152-7/+3
| | | | Notes: svn path=/head/; revision=70163
* Add Xft as a dependency. Bump PORTREVISION.Joe Marcus Clarke2002-11-091-1/+5
| | | | Notes: svn path=/head/; revision=69780
* Update to 0.10.3.Joe Marcus Clarke2002-11-083-10/+3
| | | | Notes: svn path=/head/; revision=69735
* This patch should have been removed in the last commit.Joe Marcus Clarke2002-10-261-23/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68857
* Update to 0.9.2.Joe Marcus Clarke2002-10-224-4/+18
| | | | Notes: svn path=/head/; revision=68609
* Correct pathname to patchKris Kennaway2002-10-201-1/+1
| | | | Notes: svn path=/head/; revision=68443
* s/malloc.h/stdlib.h/ to fix build on -CURRENT.Joe Marcus Clarke2002-10-171-0/+2
| | | | | | | Submitted by: Juan Salaverria <rael@vectorstar.net> Notes: svn path=/head/; revision=68175
* Add vte, a GNOME 2 terminal widget with improved accessibility and I18NJoe Marcus Clarke2002-10-068-0/+168
support. Notes: svn path=/head/; revision=67446