summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-01-20Resort some entries in the generic area at top (before "begin darwin")reed1-30/+30
and a few directories at bottom (after "end i18n"). No real changes. (Just did this so I can compare easier later.)
2006-01-20pkglint cosmetics fixedadam2-25/+21
2006-01-20Make xorg-clients build on FreeBSD. Patch sent by Anders Nor Berle.xtraeme2-4/+4
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv3-6/+6
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Update to 0.12.2:jmmv4-24/+8
* Fix for serious update bug which made high magnification factors work poorly. * Fix for #167705, which improves our tracking of cursor changes.
2006-01-20Update to 2.8.0.7:jmmv5-46/+20
2.8.0.7 stuff: - Changes to peeking VT freeness in 2.13.0.1 broke virtual terminal support on BSD. This release corrects this problem. (Brian Cameron) - Correct Linux get VT logic so it returns the correct VT. (Frederic Crozat) - Now gdmlogin always uses GDK_RGB_DITHER_MAX when painting the background to ensure a nice background regardless of X configuration (e.g. X in 16bpp mode). (Frederic Crozat) - Now check for Xserver in prefix /usr. (J\303\274rg Billeter) - Fix configure for Darwin. (dmacks@netspace.org) - Fix compiler warnings. (Frederic Crozat, dmacks@netspace.org, Brian Cameron) - Ensure gnome.desktop and default.desktop have 644 perms. (Andrew Benton) - Translation updates (Takeshi AIHANA, Runa Bhattacharjee, Dan Damian, Theppitak Karoonboonyanan, Inaki Larranaga, Priit Laes, Roozbeh Pournader, Alexander Shopov, Marcel Telka, Miloslav Trmac) 2.8.0.6 stuff: - Fix problem with PostSession script not always getting executed when user kills the Xserver with ctrl-alt-backspace. This is caused because an xioerror is generated when the clients are killed and this needs to be ignored for the PostSession script to be processed. This problem tended not to manifest in GDM 2.6 since the call to kill the clients was made earlier. However, it was still a race condition in 2.6 and this fix ensures that the slave will never exit too early. (Jerry G. DeLapp) - The "OK" and "Cancel" buttons in gdmlogin and gdmgreeter now work consistantly. Now the gdmlogin "Cancel" button is active when the Username is requested and pressing it just clears the field, so it works like gdmgreeter. Also fixed a bug in gdmgreeter where a user could corrupt gdmgreeter's memory by hitting cancel after authentication, which could only happen if the PostLogin script caused a long enough delay to allow this to happen. (Brian Cameron) - No longer set tooltips for menu items in gdmlogin. They are distracting and do not work with accessibility. No GNOME programs use menu tooltips and it is not recommend. (Brian Cameron) - If slave does not respond to a SIGTERM, try a SIGKILL the second time. This resolves a problem where GDM sometimes stops managing a display because it just keeps waiting for the slave to die. See bug #113902. (Vaclav Smilauer). - GDM now uses VT_GETSTATE for peeking VT freeness - Now GDM warns correctly about caps lock if an alternate keymap is enabled. kbGetState is used instead of XkbGetIndicator State. (Sebastien Bacher) - Now set cursor and watch as soon as GTK+ is initialized and the configure file read, which shortens the amount of time the backgrounds is Xserver default grey. Cleaned up the code so that all programs use a common function to set the background. (Brian Cameron) - Fix reading of config file in gdmflexiserver so it properly reads in the available servers. (Christiaan Welvaart) - Fixed race condition where a variable used by the signal handlers was not being set until after the signal handlers were setup. Now it is set before avoiding a race. (Simon Bowden/Brian Cameron) - Define SoundProgram to be /usr/bin/autoplay on Solaris instead of /usr/bin/play, since /usr/bin/play doesn't exist on Solaris. - Check for XInput fixed in configure and add a check for libgen.h to avoid compiler warnings. (Brian Cameron) - Updated check in configure for socklen_t so it includes sys/socket.h to better support BSD platforms that define socklen_t there. (dmacks@netspace.org) - No longer link vicious-extensions with the gesture listeners, since they don't use vicious-extensions. - Translation updates (Takeshi AIHANA, Runa Bhattacharjee, Dan Damian, Maxim Dziumanenko, Laurent Dhima, Theppitak Karoonboonyanan, Priit Laes, Inaki Larranaga, Roozbeh Pournader, Ignacio Casal Quinteiro, Christian Rose, Ivar Smolin, Marcel Telka, Ilkka Tuohela, Miloslav Trmac)
2006-01-20Update to 2.12.2:jmmv3-10/+289
This is the second maintainance release of GNOME Applets, marked for stable consumption. Caution: small parts my be hazardous to young children. Fixes: - Build fixes in libgswitchit and trashapplet (Laszlo Peter) - Build fixes for stickynotes (Kjartan Maraas) - certain icons in drivemount no longer exploderize the panel (Michael Hofmann) - Compiler specific rounding fixes for mixer (Ronald S. Bultje) - Fix stickynotes crashers (Jaap A. Haitsma) Translations: - bg (Alexander Shopov) - fr (Laurent Bigonville) - nl (Wouter Bolsterlee) - eu (Inaki Larranaga) - et (Ivar Smolin) - sv (Christian Rose) - bn (Mahay Alam Khan) - fa (Masoud Ahmadzadeh, Meelad Zakaria) - th (Theppitak Karoonboonyanan)
2006-01-20Update to 2.12.2:jmmv2-7/+6
Panel * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Ivar Smolin (et) * Elnaz Sarbar (fa) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-01-20Update to 2.6.6:jmmv3-31/+6
* Applied cleanups and fixes for compiler warnings from bug #321140 to Clearlooks, Crux, HC, Metal, Mist, Redmond and Thinice engines [ patches by Kjartan Maraas ] * ISO C90 and compiler warnings fixed and more unused code removed from Crux [ Thomas Wood ] * ISO C90 fixes to thinice [ Thomas ]
2006-01-20Add missing file "share/xlock/xglockrc" to package list for thetron2-2/+5
"xlock" package, bump package revision.
2006-01-20Add option to build with PAM.markd3-3/+21
2006-01-19kjs heap overflow fix.markd2-3/+9
http://www.kde.org/info/security/advisory-20060119-1.txt Bump PKGREVISION.
2006-01-19xterm is not part of xorg-clients anymore, so remove it from thejoerg1-1/+3
description, but annotate where it can be found.
2006-01-19Update to xterm patchset 208.joerg2-6/+6
Changes include lastlogx support on NetBSD, portability fixes e.g. for openpty and bugfixes.
2006-01-19Revive patch-bc (updated) and patch-bl. The former gets the correctjoerg3-2/+57
readdir and getpwuid handling for DragonFly, avoids the mouse problems due to use of floating point math in a signal handler (xorg-server).
2006-01-19Revive former patch-am to get proper shared library names on DragonFly.joerg2-1/+15
2006-01-18Update meta-pkgs/xorg to 6.9.0.xtraeme60-2345/+1046
The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18Add and enable gst-plugins0.10-x11.jmmv1-1/+2
2006-01-18Initial import of gst-plugins0.10-x11, version 0.10.1:jmmv3-0/+27
This package is part of the 'base' plugins for GStreamer. It provides a set of plugins to access the X Window System.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv2-7/+7
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2006-01-17Changes 0.10.2:adam3-8/+9
The Backend can set UTF8 window titles where this is allowed.
2006-01-17Changes 0.10.2:adam4-9/+11
Mostly bug fixes.
2006-01-16Changes 8.4.12:adam7-58/+57
* Repeated [namespace import] of same command now permitted. * ${prefix}/share added to ::tcl_pkgPath on some systems. * [exec]'s >> redirection has improved append behavior. * [info globals] returned only existing variables. * Recognize some Solaris variations of the cp1251 encoding. * Addressed [file mkdir] race condition. * Support opening >2GB files on RHEL 3. * Corrections to $argv formatting when [encoding system] is multibyte. * http 2.5.2: Update URL encoding rules to RFC 3986. * Fixed issue in recursive file delete with NFS lock files. * Stopped crash after use of Tcl_TraceCommand(). * Win NT/XP: support unicode console. * Improved support for Tclkit to set [encoding system]. * Added Korean timezone abbreviations. * Windows: exit codes can now exceed -128..127 range. * [load] support on LynxOS. * Packages with incorrect index scripts now cause a warning to be logged. *** POTENTIAL INCOMPATIBILITY *** * [lsearch -regexp] now accepts backrefs in the RE. * [selection get] made compatible with OpenOffice.org. * Dialog support for widget names containing spaces. * Improved Tk window manager event interaction on OS X Aqua.
2006-01-16Changes 2.8.2:adam4-25/+30
* Gdk::Window::set_cursor(): Avoid leaking an extra Cursor instance. * Build: - Correctly find gmmproc on 64-bit systems. - Optionally don't build the documentation, for people in a hurry. - Windows: Check for mkifofs(). - For reduced-resources devices, optionally allow deprecated API to be left out of the library. * Documentation: - Generated Since and Deprecated lists of API. - Improved Expander documentation. - Corrections to DrawArea chapter in book.
2006-01-15Add ruby-gnome2-panelapplet.minskim1-1/+2
2006-01-15Import ruby-gnome2-panelapplet from pkgsrc-wip. Packaged by dieter Roelants.minskim3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
2006-01-15Add ruby-gnome2-gnome.minskim1-1/+2
2006-01-15Import ruby-gnome2-gnome from pkgsrc-wip. Packaged by dieter Roelants.minskim3-0/+24
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
2006-01-15Do not set BUILDLINK_DEPMETHOD of ruby-gnome2-pango to "build",minskim1-1/+2
because its files are required at run time by other packages depending on it. Patch from dieter Roelants in PR pkg/32518. Bump PKGREVISION of ruby-gnome2-gtk due to dependency change.
2006-01-15Use RUBY_SITEARCHLIBDIR and RUBY_DLEXT in PLIST to build on more platforms.minskim1-4/+4
Patches from dieter Roelants and Takahiro Kambe.
2006-01-15Remove unnecessary hunk, in the hope it improves the situation on Darwin.wiz2-11/+4
2006-01-13Add a freetype option for whoever wants it.joerg1-2/+9
2006-01-12Update to 6.3, provided by Leonard Schmidt in PR 32510.wiz2-12/+12
Add perl to TOOLS, since configure stops if it's not found. 6.3 Wed Jan 4 22:37:10 CET 2006 - SECURITY FIX: on systems using openpty, permissions were not correctly updated on the tty device and were left as world-readable and world-writable (likely in original rxvt, too), and were not restored properly. Affected are only systems where non-unix ptys were used (such as most BSDs, not GNU/Linux). (found, patched and debugged by Ryan Beasley). - meta8 support was forcefully enabled in most configurations. restored configurability of this (useless) feature (reported by Mikachu). - optionally embed a perl interpreter, which can be used for more intelligent/customized selection support, visual feedback, menus, tabs etc. See the the urxvtperl manpage, the -pe option, perl*-resources and keysym resources. Not everything is there yet. - try to be more clever about differing font sizes and their ascent. Not guarenteed to work, but works better in most cases now. - fix directory permissions on install. - implemented option to disable built-in line drawing characters and fall back to the font ones (patch by Martin Pohlack). - disabled sched_yield support: the linux version is just too useless (it schedules nice'd processes before the own one for extended periods). Too bad, it could reduce system time by a factor of 5 here. 6.2 Mon Jan 2 16:03:01 CET 2006 - implemented intensityStyles option which enables/disables bold/blink selecting high intensity foreground/background colours, suggested by Chuck Blake. - move iso14755 character feedback box out of the way if it would obscure the mouse cursor position. - replaced callback.h by a fixed version from gvpe that correctly returns the callback result (affects new -pty-fd semantics in urxvtc on a few architectures). Reported by darix. - include one trailing space in rectangular selections to indicate the inserted newline (yeah, weird, but visually more pleasing). - try to use sched_yield to (drastically) improve terminal data transfer efficiency. - further minor cleanups. 6.1 Tue Dec 27 13:23:40 CET 2005 - update iso8859-7 table (euro and drachma round-trip et al.). - fix a crash when the selection scrolls out of the scrollback while the user still drags. - selections that were partially scrolled out of the window were not drawn correctly. - lines newly scrolled in were not initialized properly, leading to extremely long lines and (hopefully) some segfaults. - iso14755 overlay position was wrong. - iso14755 overlay now displays rendition info, too. - use unicode white space class instead of hardcoded values for stripping whitespace. - do whitespace stripping on rectangular selections. - slight cleanups in src/features.h. 6.0 Sat Dec 24 13:58:56 CET 2005 - make it compile without SMART_RESIZE again. - enable slow link support by default. - fix relative cursor-positioning not respecting scrolling regions (also a bug in original rxvt). - initialize termios structure to zero when fetching it fails (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a partial patch). - bump max columns/rows to 10000 each. - bump max savelines to 10000000. - -pty-fd now passes the urxvtc fd to the urxvtd process. - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary. - major code cleanup (still not complete, though). - implement -hold option. - _major_ rewrite of internal buffer handling: - re-flow on resize, lines get wrapped instead of winged. - circular line buffer (substantially speeds up scrolling). - slightly less code + data memory usage per terminal. - slight overall speed improvements. - considerably improved code clarity. - partial-screen scrolls no longer end up in the scrollback buffer. 5.9 Sat Dec 17 21:53:17 CET 2005 - fix a bug in the menu code of unknown impact, found by darix. - clean up signal handling to be global, not per terminal (matters only for rxvtd). - fix small typoe in rxvt.1 (found by Mike Fabian). - don't crash when broken xft/fontconfig/freetype versions return bogus data, ignore the xft font instead (experienced on suse).
2006-01-12We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.jdc1-3/+1
Pointed out by salo@.
2006-01-12Remove manual app-default parameter again, now that the underlayingjoerg1-2/+1
issue has been solved. No package change, no revision bump.
2006-01-12Update to 2.8.10:wiz2-7/+7
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10 ================================================== * Derive GtkObject from GInitiallyUnowned instead of GObject, if possible. Note that this change is known to break versions of the GTK+ Perl bindings older than GTK+ Perl 2.13.4. [Tim Janik] * Add a setting to allow falling back to another icon theme before trying hicolor. [Rodney Dawes] * Require GLib 2.8.5 * Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi) * Bugs fixed: 137351 GtkEntryCompletion sometimes selects first completion item [Niklas Knutsson] 165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair] 317687 gnome-panel crash by clicking on settings 321548 speed up gtk_text_iter_set_visible_line_index [Paolo Borelli] 323843 Garbage in gtk_text_view_get_border_window_size() 323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance bug [Peter Lund] 324044 Documentation entry for GtkTreeView::row-activated [Davyd Madeley] 323504 Gtk-CRITICAL when dragging a launcher from the menu to the top panel [Kjartan Maraas] 323655 Improved support for Icon Naming Spec in unix filesystem backend [Rodney Dawes] 323995 hidden widgets distort the left/right/up/down focus order [Dan Winship] 324588 icon_view auto dnd and the item-activated signal [Dave Andreoli] 322475 icon view's horizontal layout doesn't respect item_width [Alex Graveley] 324815 Typo in gtkwindow.c [Ross Burton] 324996 Description about gtk_im_context_filter_keypress on API reference 323666 gdk_window_scroll doesn't invalidate if another top-level is above window [John Ehresman] 322264 gdk_drawable_get_visible_region win32 / x11 inconsistency [John Ehresman] 325358 word erase in text fields considers space as a separate word [Akkana Peck] 325443 gtk_drag_begin doesn't work unless given a motion event [Peter Harvey] 325723 gtk_ui_manager_get_toplevels does not return an empty list [Steve Chaplin] 305894 excessive memory use in gdk_pixbuf_new_from_file_XXX functions [Denis Vlasenko, Michael Natterer] 325199 The API reference for gtk_exit() states that it's deprecated but doesn't state the replacement function, if any [Ævar Arnfjörð Bjarmason] 325869 GtkViewPort not releasing signal handlers on destruction [Jorn Baayen] 325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION [Martyn Russell] 325817 FileChooserButton uses "Home" instead of directory name [Federico Mena Quintero] 326098 label alignment is wrong when width-chars is set [Benjamin Otte] 326200 translations in GtkActionGroup erroneously translated [Christian Stimming] 326429 in gtk.h, twice the same lines [Benoît Carpentier] 326064 Artifacts on some widgets [Andrew Conkling]
2006-01-12ggiterm links against multi-threaded library, ensure that it is linkedjoerg1-1/+4
explicitly with -pthread on DragonFly.
2006-01-10olwm needs EXTRA_LDFLAGS handling as well.joerg2-4/+12
2006-01-10Reset package revision after recent update.tron1-2/+1
2006-01-09Update xlockmore to 5.21. Changes:hubertf4-12/+8
* Removed random colors from petri mode. Found that it could cause a fatal * error on PseudoColor. (Will try to fix better on next release.) + PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an + initialization problem PAM_conv function and made cleaner and friendly. + BAD_PAM fixed. fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a OpenGL mode but it looks like it is. Try using with -mono also. Tom Schmidt found an as of yet unresolved Uninitialized Memory read, see Purify logs. dclock -binary option added thanks to Petey Leinonen (he saw the original on thinkgeek). Non-compatible routines for shared memory workaround for VMS when using libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen. mandelbrot options added thanks to Tim Auckland update from Jouk Jansen to avoid log of 0 -alpha adds detail to the interior of the set by displaying level sets of "closest return", ie how close does the orbit of z come back to its starting point z=0. These show minima around the center of each bud. -index is similar, but displays at which iteration the closest return occurs. These show a fibonacci branching structure from the base of each bud, ie each adjacent pair of domains surrounds a domain whose index is the sum of the indices of its neigbours. -lyap option for colours in the interior of the set according to an estimate of the Lyapunov exponent. (Not to be confused with real plane Lyapunov fractals). Also now allow -binary and -dem. New random mode for win32, compile with -DRANDOMMODE . It seems to bomb out if you run it for a while, so I did not make it the default. win32 changes from Tim Auckland: new configure dialog random mode done to enable win32 changes from Petey Leinonen: fixes for nose and life1d matrix mode works with the 2 following changes fixed XCopyArea() for destinations that are not windows (ie a bitmap) fixed XCreatePixmapFromBitmapData() so it always creates a pixmap regardless of depth ( creates the Windows bitmap with 1 bit depth), and apply the foreground and background colors. XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work: bat, bounce, dilemma, eyes, image, nose, pacman, shape, slip, star, starfish, wator, world unlock delay from lgx <lgxror AT gmail.com> [it was explained to me but still not sure why you would use it] + new update since BETA * new since BETA
2006-01-09Fix build on NetBSD systems:joerg3-11/+26
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist, but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it. For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce locked access via normal functions.
2006-01-08USE_TOOLS+=, not =, says pkglint.wiz1-2/+2
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme2-3/+4
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08Update xorg-libs to 6.8.2nb6abs3-8/+30
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2006-01-08Add ruby-gnome2-gtk.minskim1-1/+2
2006-01-08Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+30
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
2006-01-07Fix a number of buffer overflows in OpenMotif's UIL implementation.joerg4-2/+91
For non-propolice systems this might be exploitable when the user-provided data (e.g. certain filenames) or the locale files are manipulated. Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some additional cases are handled which have the same impact. Bump revision.
2006-01-07Remove unnecessary msgfmt configure environment settings and a duplicatedpeter1-8/+1
BUILD_USES_MSGFMT variable. Pointed out by the bulk build via wiz@.
2006-01-07Fix installation path of application defaults file "XLock" which ended uptron3-3/+6
in "${X11BASE}/lib/X11/app-defaults" instead of "${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents of binary package has been corrected.
2006-01-06Update to 2.12.2:wiz3-25/+7
=============== Version 2.12.2 =============== Misc * Fix build on Darwin (Mark) Translators * Ivar Smolin (et)