summaryrefslogtreecommitdiff
path: root/x11/xfce4-terminal
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-08x11/xfce4-terminal: PR#46926 PR#45448 Fix 100% CPU usagemarino3-3/+82
Patch provided by Dave Tyson has multiple confirmations that it fixes the issue of 100% CPU usage simply from opening terminal window.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz1-2/+2
by Obache.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-09-09Set MAKE_JOBS_SAFE=no, needed on at least NetBSD/amd64 5.99.55 gcc-4.5.3abs1-1/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-11-29Update to 0.4.2. Changes:snj3-25/+70
0.4.2 ===== - Fix broken background image when compositing is disabled. - Use new xdt-autogen macros. - Translation updates 0.4.1 ===== - Install documentation in @docdir@. - Don't die on dbus exit. - Use the initial title in tabs if the dynamic title is set to hidden. - Silence the build. - Disable mnemonics in GtkSettings. - Translation updates 0.4.0 ===== - Don't show the set title dialog when double-clicking on the scrollbar. - Don't build the menubar when not enabled on startup. - Various small code cleanups. - Translation updates 0.2.99.1 ======== - Do not save properties that are the same as the default value (and not hidden) in the rc file. This makes startup a bit faster. - Remove vte-title-workaround and show the vte title in the go menu (so without the initial title). - Documentation updates. 0.2.90 ====== - Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14. - Use environ variables provided by GLib for better compatibility. - Use new VTE api. - Don't set contents change on window resize. - Fix segfault in special tab configuration. - Monitor config files using GIO to avoid polling for file changes. - Check for case problems when creating the symlink. - Add hidden option to disable middle-click tab close. - Property handle the button accelerators in the compose dialog. - Convert the preferences dialog into GtkBuilder. - Use stock icons and remove unused icons. - Allow editing of shortcuts from the menu. - Make the tab close button smaller. - Fix compilation problems on Solaris. - Update fullscreen action if changed by the wm. - Add commandline option to set the window icon. - Refactor the usage help so it's easier to understand. Also add the --maximize option. - Allow '-character in links. - Add hidden option for the cursor shape. - Convert preferences dialog in Gtkbuilder and make it fit better inside Xfce using the titled dialog. - Fix compiler warnings, code cleanups and improvements. - Support for the erase tty key binding, requires vte 0.20.4. - A lot of updated translations.
2009-09-16Upgrading Xfce to 4.6.1.reed4-19/+16
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-06-11Bump PKGREVISION for vte-0.20.5.wiz2-3/+4
2009-06-04bump PKGREV. for vte lib major changedrochner1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-18Bump BUILDLINK_{API,ABI}_DEPENDS.hira1-2/+2
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18Add missing entires to PLIST. Bump PKGREVISION.hira2-3/+7
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira2-6/+6
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-07Updated Xfce to 4.4.2martti5-249/+43
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-08-23Updated x11/xfce4-terminal to 0.2.6nb1martti4-4/+220
Fixed "URL handling allows remote shell command execution" bug: http://bugzilla.xfce.org/show_bug.cgi?id=3383
2007-04-12This is the Terminal emulator application. Terminal is a lightweight andmartti5-0/+185
easy to use terminal emulator for the X windowing system, with some new ideas and features that makes it unique among X terminal emulators.