Commit graph

7576 commits

Author SHA1 Message Date
drochner
bba92af0d5 update to 2.18.3
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-20 12:11:21 +00:00
wiz
4950aa2dc6 Update to 2.10.14:
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-19 21:43:34 +00:00
jmmv
62a689a86f Given that this depends on ocaml at run time, don't bother to attempt to
delete the directories shared with it.
2007-07-18 13:13:04 +00:00
jmmv
9c17414729 Follow the procedure in ocaml and only register the stub libraries in the
platforms that are supposed to install them.  Fixes installation under
Mac OS X.
2007-07-18 13:10:44 +00:00
drochner
d9e41eb745 update to 0.14.6
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-17 10:48:32 +00:00
rillig
c7ed81f66b Fixed indentation to make pkglint happy. 2007-07-15 21:44:41 +00:00
kristerw
21a4cd070a Sort. 2007-07-14 22:36:25 +00:00
drochner
a8bb001879 update to 1.1.3
changes:
-build system fixes
-support xrestop
2007-07-13 18:01:16 +00:00
drochner
57411c7dfd +xf86-video-intel 2007-07-13 17:54:14 +00:00
drochner
8bb9fa971c import xf86-video-intel-2.1.0 which is the new driver for intel
graphics chips (successor of xf86-video-i810)
2007-07-13 17:50:11 +00:00
drochner
b2b36d8570 update to 2.10.2
changes:
-Several improvements to the Redmond theme.
-Bug fixes
-translation updates
2007-07-13 17:42:07 +00:00
drochner
08e70e1a31 update to 2.18.3
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-13 17:40:43 +00:00
drochner
8a8189625b update to 2.18.2
changes:
-fix fast-user-switching with multiple X servers
-translation update
2007-07-13 17:38:44 +00:00
drochner
88ce34b5ab remove unneeded dependency on popt, bump PKGREVISION 2007-07-13 15:53:42 +00:00
drochner
9e3133c103 update to 2.10.6
change: bugfix to codegen: return value check for void functions
2007-07-13 10:45:55 +00:00
drochner
04f887d4c9 include "pyversion.mk" for consistency 2007-07-13 10:42:44 +00:00
drochner
bcf4202551 update to 2.18.3
changes:
-panel: UI improvements and fixes for possible crashes
-clock: UI fixes
-translation updates
2007-07-12 19:41:57 +00:00
drochner
8d79843561 update to 2.18.3
changes:
-update contributor list
-translation updates

also take maintainership per PM from jmmv
2007-07-12 19:38:18 +00:00
joerg
8e39b27c96 Update libXi to 1.1.1: Fix _XiCheckExtInit to always drop the Display
lock.
2007-07-12 17:11:57 +00:00
joerg
b46f40e01c Update do libX11-1.1.2. Major changes include:
- 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-12 15:01:59 +00:00
joerg
dde6bcd150 Remove @dirrm for a shared directory. Ride on earlier version bump. 2007-07-12 14:48:21 +00:00
joerg
93ea7a8372 Update to xrandr-1.2.1. Add support to set properties and add/remove
modes and alter the list of modes for a display.
2007-07-12 14:43:45 +00:00
joerg
8cd42480a9 Update to xinit-1.0.4: Update documentation to better reflect reality.
Set WINDOWPATH in xinit. Kill compat code for pre-POSIX systems.
2007-07-12 14:32:49 +00:00
joerg
afd4426b6a Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.
2007-07-12 13:40:33 +00:00
joerg
9317e1cf48 Update to inputproto-1.4.2: Add symbolic constants for the dev_change
field.
2007-07-12 13:29:54 +00:00
joerg
4103c8cd39 Update to libXfont-1.3.0:
- 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-12 12:41:18 +00:00
joerg
bbd9111aea Update to libXcomposite-0.3.2: no code changes, just added documentation. 2007-07-12 12:30:56 +00:00
obache
5958b1de54 Update x11vnc to 0.9.2.
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-11 14:40:11 +00:00
drochner
9ca1bd8aac update to 2.10.5
changes:
-Allow None to gtk_rc_get_style_by_paths
-Fix defs file inconsistencies
-Documentation build fixes
-Code generator improvements
2007-07-06 18:46:22 +00:00
drochner
7e2b5d0bee update to 2.18.1
changes:
-A couple of crasher fixes.
-translation updates
2007-07-06 18:44:10 +00:00
drochner
bfa813b277 update to 0.16.6
changes: minor bugfixes
2007-07-06 18:42:30 +00:00
martti
3d9fa6f4c0 Fix build problems on Solaris 10 (pkg/36311). 2007-07-06 11:15:00 +00:00
adam
264e2a40f9 Changes 2.10.10:
* 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-05 11:08:08 +00:00
joerg
fa3e8e36f9 Wire down malloc(0) != NULL for more Xorg packages on NetBSD. 2007-07-03 13:35:49 +00:00
tnn
fe4909a2c5 Raymond Meyer reports on pkgsrc-users@ that graphics corruption is no
longer an issue on Solaris, so re-enable Xrender.
2007-07-02 20:06:43 +00:00
joerg
66c975189b When cross-compiling configure can't detect automatically
whether malloc(0) != NULL. Tell it that on NetBSD it is
always non-NULL.
2007-07-02 12:32:19 +00:00
joerg
e66a62bc01 Fix PLIST. Needs pkg-config. Both change the package, so bump revision. 2007-06-30 03:57:10 +00:00
jnemeth
d47f22e022 If we're going to use signal() and SIG_* then #include <signal.h>
oked by jmmv@
2007-06-29 17:50:20 +00:00
joerg
f24be610fc API depends of multimedia/totem/buildlink3.mk allows both totem and
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-26 14:47:55 +00:00
tnn
4999ea3775 Patch c / c++ linkage problem in lesstif headers that causes the build
of print/xpdf to fail when MOTIF_TYPE=lesstif and using gcc4.
Patch borrowed from Arch Linux. PKGREVISION++
2007-06-26 10:39:44 +00:00
jlam
515d88f7b8 Don't install the Makefiles from the doc/app-defaults directory, which
are useless.  Fixes the failed check-wrkref target in the latest bulk
build.

Bump PKGREVISION to 3.
2007-06-20 16:49:18 +00:00
joerg
08492918e0 Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users. 2007-06-19 09:39:10 +00:00
joerg
2f3808a51c Needs pkg-config. Use INSTALLATION_DIRS for all directories. 2007-06-18 16:16:38 +00:00
joerg
d4deee7a38 guile is forcing pthread linkage now. 2007-06-17 20:01:39 +00:00
jlam
1527cee98b Add default definition of ManPath to host.def so that packages that
use X.org Imake rules will honor the PKGMANDIR in effect when
xorg-cf-files was built.

Bump PKGREVISION to 2.
2007-06-17 19:33:54 +00:00
joerg
82fcaf358e Precreate share/doc as well. 2007-06-17 14:37:28 +00:00
kristerw
e603fe70c6 Sort. 2007-06-16 22:39:24 +00:00
obache
0c7f58ff82 Fixed PLIST when X11_TYPE=native. No need PLIST.icons trick anymore.
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-16 14:39:28 +00:00
sborrill
aea85293cb Add x11/deskmenu
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-16 13:09:37 +00:00
sborrill
a0b7f636fa 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-16 13:06:33 +00:00