Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
upstream changes:
- No changelog available
pkgsrc changes:
- Add patch to include <sys/time.h> so gettimeofday() actually works
- Regen patches for changed line numbers
anyway). It fails to link under Mac OS X because it tries to call
various symbols that are apparently now hidden. No changes to the
binary package on other platforms.
* Fix a side-effect introduced by the fix for bug 586330 that
caused all stock buttons to lose their mnemonics.
* Bugs fixed:
582025 Accelerators fail for submenus
150951 collapsed save dialog needs to indicate filesystem...
527583 GtkAssistant should set buttons as default widget
588484 Iconview DnD fails when Destination is empty
* Updated translations:
Gujarati
Hindi
xkbcomp wanted a release. This version does not have a lot of new features
but enough code was modified to justify the 1.1.0 bump.
The most interesting feature is the ability to configure the xkb data dir at
configure time rather than being forced to the hardcoded default.
Other changes include a few bug fixes, cleanups, comments and a run of
'indent' over the repository. The latter may require distribution patches
to be adjusted.
Cheers,
Peter
Alan Coopersmith (5):
Check for strdup & strcasecmp before assuming we need to provide our own
Remove X_NOT_POSIX #ifdefs
Remove #if 0'd typedef that appears nowhere else.
sprintf -> snprintf conversions
Use temporary buffer for generating Uxxx names to avoid overflow
Dan Nicholson (1):
Allow the default XKB config root to be set from configure
Matthieu Herrb (1):
Minimal man page addition for new -i option.
Paulo Cesar Pereira de Andrade (2):
Correct make distcheck and most gcc and sparse warnings.
Correct a remaining of a wrong change to make some DEBUG_VAR's static.
Peter Hutterer (13):
Remove RCS tags.
Add a few explanatory comments.
Indent fixes.
If we're not using XkbDesc, don't require it as a parameter.
Add some explanatory comments
Silence valgrind warnings.
Remove useless longestPath variable.
More comments.
Don't pass useless handlers around in HandleIncludeKeycodes.
Remove unused merge parameter from HandleKeyNameVar.
Don't overwrite previously assigned type indices with useless ones.
Check for NULL strings before calling strdup.
Bump to 1.1.0.
Alan Coopersmith (9):
Add README with pointers to mailing list, bugzilla & git repos
Move API doc from xorg-doc/doc/FSlib.doc
Make FSlib.txt prototypes match those in headers.
Fix server name handling in IOError messages during connection setup
Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
Constify FSErrorList
Strip out-of-date RCS/CVS & SCCS version tags
Move CWARNFLAGS to Makefile.am for easier build-time overriding
Version 1.0.2
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and compiler warnings.
Peter Korsgaard (1):
bcopy -> memmove
Adam Jackson (1):
libXt 1.0.6
Alan Coopersmith (3):
Solaris builds need to pass -intelabi to makestrs, even on SPARC
Update ac_define_dir.m4 to 2008-04-12 version
Add README with pointers to mailing list, bugzilla & git repos
Alan Hourihane (4):
Link with winsock for WIN32 platforms
fix logic inverted problem
less speed, more haste
Set a blank default search path for WIN32
Andreas Luik (1):
Recalculate fd_set more aggressively (bug #808)
[was patch-ag]
Ben Byer (1):
added -flat_namespace to CFLAGS for Darwin
Colin Harrison (4):
Add __MINGW32__
Fix some build issues for Win32 platforms
Xming specific configuration file settings
Reduce the path searches on mingw
Daniel Stone (1):
configure.ac: Minor thinko
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Jeremy Huddleston (1):
darwin: Don't use poll() on versions of darwin before darwin10
John McKernan (2):
Sun bug #1237023: Dtterm crashes in XtDisplayAccelerators()
Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translati=
on Mgr.
John Tapsell (1):
configure.ac: Use native compiler for build tools
Jon TURNEY (1):
Cygwin/X: Build fix
Julien Cristau (1):
Allow C++ apps to build using libXt
Matthieu Herrb (2):
Sync XtGetErrorDatabaseText() prototype with reality.
nuke RCS Ids
Paulo Cesar Pereira de Andrade (1):
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
Peter Breitenlohner (1):
X.Org Bug 17942: libXt manpage formatting
Adam Jackson (1):
libXaw 1.0.6
Alan Coopersmith (1):
Add README with pointers to mailing list, bugzilla & git repos
Jeremy Huddleston (1):
Fixed compile/install on darwin
Paulo Cesar Pereira de Andrade (2):
Compile warning fixes.
Changed AsciiSrc widget to use only binary selection transfers.
Peter Breitenlohner (1):
xaw6 doesn't depend on xpm
Adam Jackson (1):
Remove X_NOT_STDC_ENV usage. (#6527)
Alan Coopersmith (4):
Revert "Change masculine to ordmasculine in Compose file comments"
Use AC_USE_SYSTEM_EXTENSIONS instead of hand-rolled check for _GNU_SOURCE
Correct return type in XkbGetKeyboard man page
Drop ancient USG SysV #ifdefs
Caolan McNamara (1):
man: missing space in XAllocColor man page
Christoph Pfister (1):
X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)
James Cloos (3):
[nls] Remove combining_ keysyms from the Compose files
[nls] Remove extraneous instances of UCS Combining Characters in Compose sequences.
[nls] Replace remaining UCS Combining Characters in Compose sequences.
Julien Cristau (4):
Fix fi_FI.UTF-8, again
nls: remove duplicated en_US* aliases
nls: remove broken sd_IN.UTF-8 alias
nls: remove more duplicated aliases
Peter Hutterer (3):
XWindowEvent/XCheckWindowEvent must not return GenericEvents.
XMaskEvent/XCheckMaskedEvents must not check for GenericEvents.
Bump to 1.2.2
Theppitak Karoonboonyanan (3):
CharSet-to-CompoundText Conversion Failed for Thai Locales
Thai XIM not filters when NumLock or CapsLock is on
Thai XIM not retrieve MB surrounding on UTF-8 LC
parag (2):
libX11: Add new Indic language information to nls directory files. #21560
nls: Add pa_PK locale information and make pa_IN as default for pa.
- New ARGB formats with 10 bits per channel [Ben Skeggs]
- ARM updates [Adrian Bunk, Guillaume Letellier, Jonathan
Morton, Siarhei Siamashka]
- The final bits of refactoring [Søren Sandmann Pedersen]
- Misc. bug fixes [Michel Dänzer, Benjamin Otte, Søren Sandmann Pedsen]
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Paulo Cesar Pereira de Andrade (1):
Ansification and compile warning fixes.
Peter Hutterer (5):
Remove RCS tags.
Indent consistently.
Adding some explanatory comments.
Check return value of calloc and realloc. #18759 and #18760
Bump to 1.1.0
New in the 0.9.8 x11vnc release:
Better reliability for the Java Viewer applet when connecting
through a Web Proxy via HTTPS. A proxy hostname
and port can be specified via applet parameters.
Proxy Authentication via Auth-Basic is supported.
More x11vnc printout in -ssl is provided to help
troubleshoot this mode and other ssl connections.
Stability improvements to -threads mode. Running x11vnc this
way is more reliable now. Threaded operation sometimes
gives better interactive response and faster updates. The
threaded mode now supports multiple VNC viewers using
the same VNC encoding (some only on Linux or enabled
at build time.) The threaded mode can also yield
a performance enhancement in the many client case
(e.g. class-room broadcast.) We have tested with 30 to
50 simultaneous clients. See also -reflect.
miscellaneous new features and changes:
x11vnc automatically tries to work around an Xorg server bug
involving infinitely repeating keys when turning off key
repeating. Use -repeat if the automatic workaround fails.
Also, the environment variable X11VNC_IDLE_TIMEOUT
(seconds) is provided.
In -reflect mode the environment variable X11VNC_REFLECT_PASSWORD
is provided.
The -clip mode works under -rawfb.
The -nounixpw option can disable unixpw mode if an earlier option
enables it (e.g. -svc).
Scroll detection is skipped for windows with 'OpenOffice' in
their name.
Changes in 1.6.2
================
Alan Hourihane (1):
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Arkadiusz Miskiewicz (1):
xfree86: remove duplicate header entries in Makefile.am
Eric Anholt (1):
xinerama: Put the proto version in the code instead using proto headers.
Keith Packard (3):
Build against DRI_TEX_BUFFER_VERSION 1
dri2: Preserve compatibility with 1.6 DRI2 API/ABI
Bump to version 1.6.2
Changes in 1.6.1.902
====================
Adam Jackson (5):
vfb: Fix depth setup.
EDID: Be more cautious about finding vendor blocks.
EDID: Add modes from Established Timings III descriptor to mode pool
pci: Dump vendor/devices ids in the printed device list
EDID: Fix timing class names to match the spec
Alan Coopersmith (5):
XkbSetNamedIndicator should ignore SD's without LED's
Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
Don't leak canonical module name and patterns if module is built-in
Don't leak default font path when appending built-ins
Resync COPYING file with notices in code base as of xorg-server-1.6.1
Dave Airlie (1):
randr12: looking up these bits if randr isn't initialised is bad.
Eamon Walsh (2):
xselinux: Relax ownership restriction on SetSelectionUseContext.
xace: Fix a bad device access hook call.
Federico Mena Quintero (1):
dix/randr: Add missing fields to SRR*NotifyEvent()
Ian Romanick (9):
DRI2: Add fake front-buffer to request list for windows
DRI2: Do not send the real front buffer of a window to the client
DRI2: Synchronize the contents of the real and fake front-buffers
DRI2: Don't leave empty entries in private->buffers
DRI2: Add missing front-buffer flush callback.
DRI2: Add interface for drivers to query DRI2 extension version
DRI2: Implement protocol for DRI2GetBuffersWithFormat
DRI2: Force allocation of real-front buffer for non-windows as well
Use a #define instead of a magic number
Jeremy Huddleston (1):
Fix a couple off-by-one array boundary checks.
Jerome Glisse (1):
DRI2: update DRI2 private drawable width & height according to X drawable
Jon TURNEY (2):
Remove long-gone '-co' option from Xserver man page
Remove references to rgb.txt from files section of Xserver and Xorg man
pages
Julien Cristau (1):
Change default for ExaOptimizeMigration to false
Keith Packard (2):
Make RANDR 'set' timestamps follow client specified time. Bug 21987.
Bump version to 1.6.1.902
Kristian Høgsberg (1):
Support setTexBuffer2 in AIGLX.
Michel Dänzer (2):
EXA: Take GC client clip type into account for migration.
EXA: Always damage glyph cache pixmap manually after uploading a glyph.
Peter Hutterer (7):
os: don't malloc memory in LogVMessageVerb.
Xi: fix copy/paste error causing sizeof against wrong struct.
Xi: don't double-swap the XListDeviceProperties reply.
xfree86: restore default off for DontZap
dix: ensure Activate/DeactivateGrab has a valid value.
kdrive: set Activate/Deactivate grab for input devices (#21591)
xfree86: fix SWCursor check in xf86CursorSetCursor.
Tomas Janousek (1):
Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.