Commit graph

7560 commits

Author SHA1 Message Date
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
wiz
8b7cd985aa Turn gnomecanvas option on by defalt, monotone-viz needs it.
Bump PKGREVISION.
2007-06-15 21:39:54 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
drochner
88a5acaa6c update to 2.18.2
changes:
-bugfixes
-translation updates
2007-06-15 17:58:20 +00:00
drochner
1e0c9e941c update to 0.16.5
changes:
-bugfixes
-Minor optimization
- Rename --enable-debugging configure option to --enable-debug
- Remove false warnings about missing glyphs in the Xft backend
2007-06-15 17:57:26 +00:00
drochner
c58f040a6b update to 2.18.2
changes:
Several keyboard drawing bugs fixed
Crash on incorrect GObject usage fixed
Added 4 translations
2007-06-15 17:55:09 +00:00
drochner
a2e360a3e1 update to 2.10.13
changes:
* The GtkFileChooserDialog sizing code has been
  refactored.
* The DirectFB backend has seen various fixes.
-misc bugfixes
-translation updates
2007-06-15 17:50:27 +00:00
joerg
e553235782 Fix xinerama usage for non-native X11. 2007-06-15 17:33:40 +00:00
joerg
fc61709adb Fix conditional to also work for xorg. 2007-06-15 17:30:43 +00:00
jlam
94d65f602d Use SETUID_ROOT_PERMS instead of the custom setuid root permissions. 2007-06-15 14:29:41 +00:00
jlam
74ac1e5065 Fix whitespace problem. 2007-06-14 21:02:15 +00:00
tnn
f3b8c0b757 Fix a problem with patch-fe: Only use va_copy() for the va_list, not
for the av_list which is a type internal to xview.
2007-06-12 23:10:24 +00:00
joerg
01d038f493 Fix modular Xorg dependencies. 2007-06-12 20:59:31 +00:00
joerg
6af14d5008 Add a bunch of missing includes. Add missing libXt dependency for modular
Xorg.
2007-06-12 16:16:56 +00:00
wiz
1a95bab621 Fix typo in option name, found by dan@ 2007-06-12 04:43:28 +00:00
joerg
23bd7d6040 Needs xextproto. 2007-06-11 17:37:24 +00:00
sborrill
0bae19b91b Add desklaunch 2007-06-11 13:04:56 +00:00