summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-07-20update to 2.18.3drochner3-9/+11
changes: - Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so it works for the non-migratable case (for Xnest, XDMCP, etc.). - Use an unsigned char buffer in gdm_fdgetc - Just display the default "authentication failed" message when we receive PAM_AUTHINFO_UNAVAIL - Translation updates - Fix crashing issue with XDMCP logic. pkgsrc change: fix the substitution which is supposed to make the NetBSD logo appear on the default login screen, but do so for a NetBSD pkgsrc target only. Should fix PR pkg/34955 by Hauke Fath
2007-07-19Update to 2.10.14:wiz2-6/+6
Overview of Changes from GTK+ 2.10.13 to 2.10.14 ================================================ * Bugs fixed: 453365 gdk_pixbuf_get_file_info crashes on tif files 164809 Checkboxes with inconsistent status are not drawn properl... 426987 Panel freezes after upgrading gtk icon cache 435840 GTK_WIDGET_SAVED_STATE inconsistency 437281 gtk_button_set_image destroyes the old image 440040 Reference counting in GtkPrintOperation goes awry 448544 Refcount issues in GtkCellRendererSpin 451070 Broken CUPS SSL printing in gtk 2.10.13 112404 Problem with focus when closing transient window * Updated translations: Estonian (et) Russian (ru)
2007-07-18Given that this depends on ocaml at run time, don't bother to attempt tojmmv1-3/+3
delete the directories shared with it.
2007-07-18Follow the procedure in ocaml and only register the stub libraries in thejmmv6-14/+25
platforms that are supposed to install them. Fixes installation under Mac OS X.
2007-07-17update to 0.14.6drochner5-202/+33
changes: -bugfixes -translation updates -Isolated the X11 dependency, making easier to support others graphical environments -Improved the magnifier compositor performance, through the elimination of X11 sync calls -Create an applet to apply colorblind filters
2007-07-15Fixed indentation to make pkglint happy.rillig1-3/+3
2007-07-14Sort.kristerw1-2/+2
2007-07-13update to 1.1.3drochner2-8/+7
changes: -build system fixes -support xrestop
2007-07-13+xf86-video-inteldrochner1-1/+2
2007-07-13import xf86-video-intel-2.1.0 which is the new driver for inteldrochner4-0/+47
graphics chips (successor of xf86-video-i810)
2007-07-13update to 2.10.2drochner3-7/+11
changes: -Several improvements to the Redmond theme. -Bug fixes -translation updates
2007-07-13update to 2.18.3drochner3-8/+8
changes: -Add support for beryl in gnome-wm -Make it possible to save a session with multiple clients that are the same program -bugfixes -translation updates
2007-07-13update to 2.18.2drochner3-8/+8
changes: -fix fast-user-switching with multiple X servers -translation update
2007-07-13remove unneeded dependency on popt, bump PKGREVISIONdrochner1-2/+2
2007-07-13update to 2.10.6drochner2-6/+6
change: bugfix to codegen: return value check for void functions
2007-07-13include "pyversion.mk" for consistencydrochner1-1/+3
2007-07-12update to 2.18.3drochner3-9/+9
changes: -panel: UI improvements and fixes for possible crashes -clock: UI fixes -translation updates
2007-07-12update to 2.18.3drochner3-9/+19
changes: -update contributor list -translation updates also take maintainership per PM from jmmv
2007-07-12Update libXi to 1.1.1: Fix _XiCheckExtInit to always drop the Displayjoerg2-6/+6
lock.
2007-07-12Update do libX11-1.1.2. Major changes include:joerg5-97/+229
- fixed integer overflows [ patched before ] - fixed file descriptor leak - allow re-entrant Xlib calls from _XIOError for the sake of atexit handlers or ELF/C++ destructors - define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ] - Many constness and some 64bit issues fixed - Added man apge for XKB Add a NetBSD xsrc patch to unlock mutexes before destroying them.
2007-07-12Remove @dirrm for a shared directory. Ride on earlier version bump.joerg1-2/+1
2007-07-12Update to xrandr-1.2.1. Add support to set properties and add/removejoerg2-6/+6
modes and alter the list of modes for a display.
2007-07-12Update to xinit-1.0.4: Update documentation to better reflect reality.joerg2-6/+6
Set WINDOWPATH in xinit. Kill compat code for pre-POSIX systems.
2007-07-12Update to libXtst-1.0.1: Fix a memory leak after failing allocationsjoerg3-7/+18
and add man pages.
2007-07-12Update to inputproto-1.4.2: Add symbolic constants for the dev_changejoerg2-6/+6
field.
2007-07-12Update to libXfont-1.3.0:joerg2-6/+6
- Introduce catalogue FPE, which contains symlinks to font directories. Options like unscaled can be attached to it. Fix a bug in this code. - Remove lots of dead code and cleanup some warnings. Note: the second point does change the ABI, but as the code seems to have been unused, I'm not forcing a major bump that upstream didn't do.
2007-07-12Update to libXcomposite-0.3.2: no code changes, just added documentation.joerg3-8/+19
2007-07-11Update x11vnc to 0.9.2.obache2-8/+21
New in the 0.9.2 x11vnc release: A compile-time bug is fixed for when the OpenSSL library is not available or --without-ssl is supplied; previously the build would fail. One can configure x11vnc via "configure --with-system-libvncserver" to use a system installed libvncserver library instead of the one bundled in the release tarball. If UltraVNC file transfer or chat is detected, then VNC clients are "pinged" more often to prevent these side channels from becoming serviced too infrequently. In -unixpw mode in the username and password dialog no text will be echoed if the first character sent is "Escape". This enables a convenience feature in SSVNC to send the username and password automatically. miscellaneous new features and changes: When building from the CVS tree --with-x11vnc must be supplied if you want x11vnc to be built. The LibVNCServer release tarball no longer contains the x11vnc source.
2007-07-06update to 2.10.5drochner2-6/+6
changes: -Allow None to gtk_rc_get_style_by_paths -Fix defs file inconsistencies -Documentation build fixes -Code generator improvements
2007-07-06update to 2.18.1drochner3-8/+15
changes: -A couple of crasher fixes. -translation updates
2007-07-06update to 0.16.6drochner2-6/+6
changes: minor bugfixes
2007-07-06Fix build problems on Solaris 10 (pkg/36311).martti2-7/+13
2007-07-05Changes 2.10.10:adam3-7/+11
* RadioAction: Correct a reference-counting error in the "changed" signal. * RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with the full version of add_item(). * Menu: Fix memory problems during destruction by handling attached widgets as we already handle child widgets. * Correctly ifdef-out initialization of deprecated classes. * Build: Cope with newer m4 versions. * Documentation: FAQ: Emphasize that libglademm is preferred to glademm.
2007-07-03Wire down malloc(0) != NULL for more Xorg packages on NetBSD.joerg3-3/+21
2007-07-02Raymond Meyer reports on pkgsrc-users@ that graphics corruption is notnn1-3/+1
longer an issue on Solaris, so re-enable Xrender.
2007-07-02When cross-compiling configure can't detect automaticallyjoerg1-1/+7
whether malloc(0) != NULL. Tell it that on NetBSD it is always non-NULL.
2007-06-30Fix PLIST. Needs pkg-config. Both change the package, so bump revision.joerg2-4/+7
2007-06-29If we're going to use signal() and SIG_* then #include <signal.h>jnemeth3-3/+16
oked by jmmv@
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-2/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-26Patch c / c++ linkage problem in lesstif headers that causes the buildtnn3-2/+23
of print/xpdf to fail when MOTIF_TYPE=lesstif and using gcc4. Patch borrowed from Arch Linux. PKGREVISION++
2007-06-20Don't install the Makefiles from the doc/app-defaults directory, whichjlam2-7/+7
are useless. Fixes the failed check-wrkref target in the latest bulk build. Bump PKGREVISION to 3.
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg31-31/+93
2007-06-18Needs pkg-config. Use INSTALLATION_DIRS for all directories.joerg1-4/+3
2007-06-17guile is forcing pthread linkage now.joerg1-1/+4
2007-06-17Add default definition of ManPath to host.def so that packages thatjlam2-3/+5
use X.org Imake rules will honor the PKGMANDIR in effect when xorg-cf-files was built. Bump PKGREVISION to 2.
2007-06-17Precreate share/doc as well.joerg1-2/+2
2007-06-16Sort.kristerw1-2/+2
2007-06-16Fixed PLIST when X11_TYPE=native. No need PLIST.icons trick anymore.obache2-29/+2
Bump PKGREVISION. PLIST.icons was made based on PR 34178, But entries noted in PLIST.icons were mis-installed from ${WRKDIR}/.buildlink directory, which contained x11 headers, also *.xbm and *.xpm files. Depending on x11 had been removed since rev 1.17 of Makefile. Installed from ${WRKSRC}/.* directories is avoided since rev 1.19 of Makefile.
2007-06-16Add x11/deskmenusborrill1-1/+2
DeskMenu is a root menu program which is activated by clicking the root window. It is configured from a .deskmenurc file in your home directory. DeskMenu is useful for window managers which do not provide a menu such as Oroborus.
2007-06-16DeskMenu is a root menu program which is activated by clicking the rootsborrill4-0/+48
window. It is configured from a .deskmenurc file in your home directory. DeskMenu is useful for window managers which do not provide a menu such as Oroborus.