Commit graph

11798 commits

Author SHA1 Message Date
ryoon
0e24ccf9b9 Import libxkbcommon-0.3.2 as x11/libxkbcommon.
xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's
mainly meant for client toolkits, window systems, and other system
applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more.

This package is required by Qt5.
2013-12-13 14:47:33 +00:00
ryoon
82bac9a413 Add qt5* packages 2013-12-13 14:38:59 +00:00
ryoon
5419c535dc Import Qt5 5.2.0rc1 packages and qt5 input module from uim
Only tested on NetBSD/amd64 6.99.28.

ToDo:
* inputmethod/qt5-ibus from Qt5 should be created
2013-12-13 14:38:34 +00:00
markd
3da04fcc1d Don't fail build with old MesaLib. Fixes PR pkg/48398. 2013-12-12 11:09:28 +00:00
obache
b200c25222 require bsd.prefs.mk befer refering ${OPSYS}. 2013-12-12 08:47:24 +00:00
prlw1
97f77ba5d2 Build fix for deprecated functions 2013-12-12 01:28:45 +00:00
markd
5ef72ecfec Fix Linux.PLIST to match reality. 2013-12-12 00:14:26 +00:00
markd
16cb723fea Populate .buildlink tree with *.pc files so that pkgconfig tests
work when using builtin.
2013-12-11 23:38:52 +00:00
wiz
424966a293 Update to 1.6.3:
mga release to fix XAA loading and running.

Alan Coopersmith (1):
      Remove mga_esc.c vestigal stub

Andy MacLean (1):
      Unbreak dual head (xinerama)

Dave Airlie (2):
      mga: fix XAA runtime
      mga: bump release to 1.6.3

Egbert Eich (3):
      Disable Linear Expansion on BE
      Restructure code to make it more readable
      Disable HW cursor by default on G200 server chips

Julien Cristau (1):
      Restrict kernel driver matching to g200 server chips

Tormod Volden (2):
      Fix dual head crash without XAA
      mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
2013-12-11 19:58:03 +00:00
jperkin
5199bb4982 Disable --with-links on Darwin. This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.
2013-12-11 15:45:33 +00:00
rodent
01f7391a79 +LICENSE; sort USE_TOOLS; 2013-12-11 12:23:53 +00:00
jperkin
aa4f3c65ac Add --disable-visibility on Darwin, fixes build. 2013-12-10 20:15:15 +00:00
prlw1
5e38af17b5 gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c) 2013-12-08 23:12:15 +00:00
prlw1
f2342e4ca9 Update gtk3 to 3.10.6
This is causing problems (3.9.6 to 3.9.8):

* We've started deprecating GtkStock apis. These apis will continue
  working until GTK+ 4, so there is no need to rush to replace them.
  For more information, see
  https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
  Wholly deprecated as part of this effort:
  GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem,
  GtkAction, GtkUIManager

Other highlights:

* Theme support
 - Always fall back to 'gnome' icon theme in addition to 'hicolor'
 - Respect deprecated gtk-button-images setting
 - Respect deprecated gtk-menu-images setting
* Accessibility improvements
 - Add accessible names to csd window buttons
 - Mark GtkLinkButton as visited when appropriate
 - Add a GtkListBoxRow accessible
* GtkLabel can now ellipsize just the last line,
  ellipsized in multi-line labels.
* GtkInfoBar now uses a GtkRevealer internally to slide in place.
  It is no longer necessary to do that manually.
* GtkHeaderBar can now add a window close button
* The fine adjustment mode for scrolling has been revamped to be
  easier discoverable, and visual feedback and autoscrolling has
  been added.
* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.
* The Wayland and X11 clipboard implementations can now coexist
* GtkInfoBar updates
 - Turn action area horizontal
 - Fix spacing
 - Add an easy way to add a close button
* Documentation
 - Modernize many screenshots
 - Redo the widget gallery
 - Improve 'Getting Started' tutorial
 - Add new application examples to tutorial
* Deprecations:
  tear-off menuitems,
  gtk-button-images,
  gtk-show-unicode-menu,
  gtk-show-input-method-menu,
  gtk-enable-mnemonics,
  gtk-auto-mnemonics,
  gtk-color-palette,
  gtk-can-change-accels,
  cursor blink settings,
  gtk-fallback-icon-theme,
  gtk-scrolled-window-placement,
  menu popup delay settings,
  gtk-menu-bar-accel,
  keynav tweaks,
  gtk-touchscreen-mode,
  gtk-icon-sizes,
  im style tweaks,
  gtk-file-chooser-backend,
  gtk-enable-tooltips,
  gtk-visible-focus,
  tooltip timeout tweaks,
  toolbar style tweaks
* Initial support for scaled output (on high-dpi screens) has been
  added. While this can be built with cairo 1.12, it needs a cairo
  branch to work. Support for this has been added to the Wayland,
  OS X and Windows backends.
* GtkListBox:
 - handle double-clicks properly
 - add an example in gtk3-demo
* GtkSearchBar: a toolbar that will popup automatically when
  searches should be started, and dismissed when they are finished
* GtkListBox a vertical container that can sort and filter its
  children
* GtkStack has gained position dependent transitions (left-right
  and up-down)
* The Broadway GDK backend can be built on Windows now
* The GDK initialization code has been refactored. GdkDisplayManager
  is no longer backend-specific.
* The symbol exporting functionality has been refactored. We no longer
  use .symbols files, and instead rely on explicit header annotations
  for every exported symbol. the abicheck scripts are no longer used.
* The GDK drawing and scrolling has been simplified. We no longer use
  XCopyArea for scrolling, instead an offscreen cache is used. There
  is a new debug flag, GTK_DEBUG=pixel-cache for this.
* Window sizing issues have been addressed.
* Implement height-for-width for GtkEventBox and GtkCheckButton
* Custom titlebars can now be set from GtkBuilder files
* Optionally install tests, when configured with --enable-installed-tests.
  To run these tests, gnome-desktop-testing-runner can be used.
* Native input methods are supported on OS X now.

Many bug fixes and translation updates. For full details see:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6
2013-12-08 14:21:37 +00:00
prlw1
e58359f864 Update gtk2 to 2.24.22
XXX It would be good if someone could check OS X

* Look in /usr/share/gtk-2.0 for the default gtkrc file
* Support building with automake 1.14
* OS X: Various input handling fixes
 - Avoid a crash on first key press
 - Fall back from native input method to GtkIMContextSimple
 - Avoid beeping when using native input method
 - Reset preedit state when needed
* Look for gtkrc in /usr/share/gtk-2.0, in addition to to system config
  dirs
* Bug fixes:
 513812 Optimize gdk_cairo_set_source_pixbuf() alpha multiplication...
 536767 gtksignal.h includes gtk.h
 692548 Quartz: Cursor doesn't reset when the mouse leaves a toplev...
 695636 _gdk_windowing_create_cairo_surface() may return already fi...
 698758 Wrong limit for "Native Windows wider or taller than 65535 ...
 699236 Assert triggered during gdk_pixmap_new() if some failure ha...
 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
 701332 Patch for minor glitch in NSTextInput
 701571 1ad25dfb causes NSApp to not notice NSWindow destruction
 703789 gtk.immodules still referenced after switch to immodules.cache
 705181 Annoying beep on arrow keys when using IME on MacOS
 705182 Reset Cocoa IME state when immodule is reset
* Translation updates: Hungarian Thai
2013-12-08 14:04:39 +00:00
asau
1325c3f4f4 No utmp.h on FreeBSD, use utmpx.h instead. 2013-12-06 19:58:27 +00:00
wiz
4f3061020c Update to 300:
300: This release fixed a problem when running in XFCE4.

299: This release fixed an error in line drawing.

298: This release fixes several minor bugs and adds a new option
"-report-fonts" to show which fonts are actually loaded.
2013-12-06 13:36:48 +00:00
asau
3d87ec8096 Needs libiconv to build on FreeBSD.
Bump revision as precaution.
2013-12-06 11:16:56 +00:00
wiz
ec57bc9c20 Remove patch after update (hi morr) 2013-12-05 07:52:16 +00:00
wiz
d5ff95c03e Update to 2.4.50:
libdrm 2.4.50 has been released. It fixes a critical bug for Radeon
Southern Islands GPUs.

Keith Packard (1):
      intel: Track known prime buffers for re-use

Marek Olšák (1):
      Bump the version to 2.4.50

Michel Dänzer (1):
      radeon: Update unaligned offset for 2D->1D tiling transition on SI
2013-12-04 00:39:14 +00:00
markd
d41c3a066f Remove kdecmake.1 from PLIST as not installed if cmake > 2.8.12 and we
now require newer versions.  Fixes PR pkg/48393.  Bump PKGREVISION.
2013-12-03 18:56:38 +00:00
adam
6b37ea23ab Added x11/gtk-mac-integration version 2.0.5 2013-12-01 11:57:36 +00:00
adam
b9fd5d2e00 GTK+ Integration for the Mac OS X desktop, like the menubar, dock and app
bundles. This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
(GtkOSXApplication). PyGtk bindings are provided for both.
2013-12-01 11:56:41 +00:00
morr
1a119e4c37 Update to verion 9.19.
Changes:

- work around perl 5.18.0 breakage in tabbed extension
  (reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
- fix regression that caused the double-click word selection to
  erroneously include a tab on the left of the selected word.
- implement FOCUS variable and focus_fade function in background
  expression, to allow focus-sensitive background images.
- add support for the set cursor style (DECSCUSR) control
  function.
- honour cursorColor also when the cursor style is underline.
- export some Color_xxx constants to Perl.

pkgsrc changes:
- remove patches/patch-src_perl_tabbed, it is upstream now
2013-11-30 23:24:10 +00:00
tsutsui
bfde160441 Update mlterm to 3.3.1.
Changes from doc/en/ReleaseNote:

ver 3.3.1
* Add "use_auto_detect" and "auto_detect_encodings" options.
  (auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
  auto detection of utf8, eucjp and sjis.)
* Support ESC $ on non-ISO2022 encodings such as UTF-8.
* Reset pending DCS sequence by pressing ESC key.
* Support iBus 1.5.
* Enable to specify the conversion engine name of iBus. (e.g. --im ibus:anthy)
* Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
* "unlimited" value is available for "logsize" option.
* Bug fixes:
  Fix the bug of convertion to sjis.
  Fix the bug which disabled threading scp.
  Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
2013-11-30 22:28:41 +00:00
wiz
bd9eea67da PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
taca
ccd96b6fdd Fix wrong parameter from [ruby-list:49643] in ruby-tk package.
Bump PKGREVISION.
2013-11-24 15:26:30 +00:00
dholland
8947021683 As this tries to install itself setuid on (some?) platforms, use
SPECIAL_PERMS so it actually works. Ride previous bump.
2013-11-24 05:57:43 +00:00
dholland
12b2a7aef0 Use C89. Always use mkstemp(). PKGREVISION -> 6. 2013-11-24 05:53:52 +00:00
gls
c84c93737c Re-add the patch I remove by mistake 2013-11-24 05:52:10 +00:00
gls
5d9e6ceef4 Patch is not required any more. 2013-11-24 05:39:25 +00:00
gls
1257ec3125 Update x11/x3270 to 3.3.13ga7
Upstream changes:
=================

Changes in version 3.3.13beta5, 4. September 2013

    [all] Corrected the CGCSGID for code page 1145 (spanish-euro).
    [all] Second try at getting pr3287/wpr3287 shut down and
 re-launched correctly.

Changes in version 3.3.13beta4, 23. August 2013

    [all] Corrected the start/stop of pr3287/wpr3287 printer sessions,
 so that a new one is not started until the previous one has completely
 exited.

Changes in version 3.3.13beta3, 6. August 2013

    None relevant to x3270

Changes in version 3.3.13alpha2, 30. July 2013

    [all] Fixed a crash when connecting to certain hosts using an SSL tunnel.
    [all] Fixed a crash in the Wait(n,seconds) action.

Changes in version 3.3.13alpha1, 11. July 2013

    [x3270] Combined the various text screen save/print options into a
 single menu option, which brings up a dialog box that allows snapshots,
 continuous saving, save to text, HTML or RichText or directly to the printer.
    [x3270] Added a -secure to simplify invoking secure mode.
    [all] Corrected a problem with interpreting the SuppressMap resource.
    [all] Added the -accepthostname command-line option and acceptHostname
 resource to allow accepting specific names and IP addresses in host
 certificates, or any name.
    [all] Turned off variable substitution for all actions under certain
 circumstances, such as inside macros. It mostly just caused confusion.
    [all] Added two pseudo-variables for filename substitutions:
 ${TIMESTAMP} becomes a microsecond-resolution timestamp and ${UNIQUE}
 guarantees that the filename is unique. Changed the default trace file
 names to use ${UNIQUE}.
    [all] Added a number of keywords to the Query action.
    [all] Made the Open (Connect) and Close (Disconnect) aliases available
 everywhere.
    [all] Added support for code page 803 (hebrew-old).
    [all] Added a -loginmacro command-line option, and made the existing
 loginMacro resource work on x3270.
    [all] Added output to scripts to the event trace file.
2013-11-23 19:12:23 +00:00
wiz
4e59f4225a Update to 2.4.49:
A new version of libdrm has been released. It adds support for 2D
tiling for Sea Islands Radeon GPUs and fixes bugs.

Ian Romanick (1):
      intel: Use memset instead of VG_CLEAR

Marek Olšák (3):
      radeon: implement 2D tiling for CIK
      radeon: handle P16 pipe configs for Hawaii
      Bump the version for release

Michel Dänzer (2):
      radeon: fix mipmap level 0 and 1 alignment for SI and CIK
      radeon: don't overallocate stencil by 4 on SI and CIK

Thomas Hellstrom (1):
      libdrm/mode: Update the encoder and connector defines
2013-11-23 07:29:11 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
wiz
e3961da892 Update to 0.32.4:
Log:
	Jakub Bogusz (1):
	      Fix the SSSE3 CPUID detection.

	Matt Turner (1):
	      Pre-release version bump to 0.32.4

	Søren Sandmann (2):
	      Post-release version bump to 0.32.3
	      test/utils.c: Make the stack unaligned only on 32 bit Windows
2013-11-18 19:42:57 +00:00
wiz
161319f96d Update to 2.4.48:
A new version of libdrm has been released. The main motivation for this
release is the addition of the reset status query ioctl for the Intel
kernel module.  Access to this ioctl will be necessary for Mesa 10.0.

Alex Deucher (2):
      radeon: add hawaii chip family
      radeon: add hawaii pci ids

Ben Widawsky (2):
      intel/bdw: Add broadwell chipset IDs
      intel/bdw: Handle gen8 bufmgr_init

Damien Lespiau (2):
      intel/bdw: Add gen8 to the decode init
      intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps

Dave Airlie (1):
      Revert "intel: Add support for GPU reset status query ioctl"

Ian Romanick (3):
      intel: Add support for GPU reset status query ioctl
      intel: Add support for GPU reset status query ioctl
      libdrm: bump to 2.4.48

Keith Packard (1):
      Add DRM_MODE_PAGE_FLIP_ASYNC define

Kenneth Graunke (3):
      intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.
      intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.
      intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.

Maarten Lankhorst (1):
      nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8
2013-11-16 13:58:04 +00:00
asau
ec3cd3b2a0 Make it work with pkgsrc X11.
Previously "package require Tktable" failed in wish.
2013-11-14 16:48:52 +00:00
joerg
ed155d306a Be more aggressive in the removal of -ansi. Bump revision. 2013-11-13 22:52:23 +00:00
wiz
79c24244b1 Update to 0.32.2:
0.32.2:
A new pixman release 0.32.2 is now available. This is a stable release
in the 0.32 series.

This release corrects the problem that the 0.32.0 tarball was missing
some files required to build the GTK+ based demo programs. Also included
is a fix for a build problem with MSVC.

0.32.0:
A new pixman release 0.32.0 is now available. This is new major release
with performance improvements for image scaling, and a large number of
bug fixes.
2013-11-13 19:41:44 +00:00
markd
9d15bd873d Build dependency on python. 2013-11-13 10:08:48 +00:00
wiz
eb1216996e Update to 0.1.1:
Release 0.1.1  (2013-11-12)
===========================

- Fix memleak with broken resource databases
- Check exact RENDER version that the server supports
- Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
- Use $(AM_V_GEN) when calling gperf
- Fail the build if gperf is needed, but not found
- handle read() errors
- Bugfix: Properly load cursor files where not all cursors are suitable
2013-11-12 21:27:45 +00:00
dholland
233a0af7f2 Adjust depends based on what verifypc said. Shouldn't make any functional
difference.
2013-11-11 20:16:38 +00:00
obache
abeb62771f prevent to use gmake-izm.
fixes PR pkg/48224.
2013-11-11 13:07:23 +00:00
joerg
0217a3d63c No custom operator new / delete. 2013-11-10 20:29:24 +00:00
wiz
8368ffc3b9 Update to 1.9.3.
1.9.3:
Fix up some portability and build issues in the FD passing code introduced
in 1.9.2.   Now builds & works on Solaris as well as Linux, can be enabled
or disabled via --enable-sendfds and --disable-sendfds flags to configure.

1.9.2:
This has minimal patches needed to support GE events and current
xcb-proto, and then the patches for DRI3 and Present.
2013-11-08 13:11:44 +00:00
wiz
69613c5a72 Update to 1.3.2:
Another round of fixes for the fd sending API's: improves portability,
fixes build failures on BSD & Solaris when building with the new API
disabled, and enables the new API for Solaris.
2013-11-08 13:10:16 +00:00
wiz
856606a21d Update to 1.9:
Lots of protocol cleanups, including updates to xinput and XKB, and the
new DRI3 and Present extensions.
2013-11-08 13:09:40 +00:00
wiz
92c4fd923b Update to 1.9:
Lots of protocol cleanups, including updates to xinput and XKB, and the
new DRI3 and Present extensions.
2013-11-08 13:09:09 +00:00
richard
d05c281284 pyversion.mk is needed if default python >=2.7 2013-11-08 12:53:03 +00:00
wiz
d725e32529 Upgrade to 1.3.1 with upstream patches (will be in 1.3.2).
Same changes as in the previous try except that the patches fix
the breakage :)
2013-11-07 22:50:50 +00:00
markd
e0ada5d61b remove kde4-l10n-si kde4-l10n-th 2013-11-07 13:43:11 +00:00
markd
6ffa2bdd36 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 13:35:56 +00:00
wiz
743a9ec803 revert 1.3.1, it breaks libFS, libXfont, libX11, ... 2013-11-07 10:48:15 +00:00
wiz
c095ce333a Update to 1.3.1:
1.3.1:
Here's a new 1.3.1 release of libXtrans. The only interesting change
is that it now requires applications to specify that they want FD
passing support by defining XTRANS_SEND_FDS; the X server will do that
only on Linux. When non-Linux FD passing support is integrated, we can
change what the X server does

Keith Packard (3):
      Revert "Remove 'Readv' interface"
      Add SEND_FDS version of Readv
      Update to version 1.3.1
Mark Kettenis (1):
      Don't include file descriptor passing code by default

1.3.0:
Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Remove unused TLI ("STREAMSCONN") code from xtrans
      Docs: convert function synopses to docbook funcsynopsis markup
      Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers

Colin Walters (1):
      autogen.sh: Implement GNOME Build API
Keith Packard (3):
      Remove 'Readv' interface
      Add APIs to send file descriptors through the network
      Update to version 1.3.0

Łukasz Stelmach (1):
      Add const qualifier to unix_nolisten
2013-11-07 10:19:47 +00:00
jperkin
edfa73a1f5 Support arpa/nameser_compat.h for OSX. 2013-11-04 09:38:26 +00:00
adam
5fbf43f8fc Changes 8.5.15:
Bug-fix release.
2013-11-02 20:22:02 +00:00
obache
7e55a5178c Use openpty(3) if available for NetBSD using ptyfs.
PR pkg/48313.

Bump PKGREVISION.
2013-11-02 07:32:28 +00:00
jaapb
5a6b3d4968 Updated x11/lablgtk to its newest version, 2.18. Changes include:
* update applications for 4.01
  * various fixes in windows port
  * add some GTK enumerations and update stock icon list
  * add properties GtkTreeView.enable_{tree,grid}_lines
  * add properties GtkEntry.{primary,secondary}_icon_{stock,name,pixbuf},
    see examples/entry2.ml for usage
  * add tags in GtkMovementStep
  * fix compatibility with ocaml 4.01 (?lab for non-optional arguments)
  * add handling of new modifiers
  * detect findlib during configuration
  * support DESTDIR with findlib-install
  * have old-install copy the META file too
  * cleanup the two phases of findlib-install
2013-11-01 21:41:45 +00:00
wiz
30da8c0ea3 + dri3proto 2013-11-01 20:42:44 +00:00
wiz
1d8f4669d5 Import dri3proto-1.0 as x11/dri3proto.
The DRI3 extension provides mechanisms to translate between direct
rendered buffers and X pixmaps. When combined with the Present
extension, a complete direct rendering solution for OpenGL is
provided.

The direct rendered buffers are passed across the protocol via
standard POSIX file descriptor passing mechanisms. On Linux, these
buffers are DMA-BUF objects.

DRI3 also includes a mechanism to translate between Linux Futexes
and X Sync extension Fences. This provides a synchronization
mechanism which can be used to serialize access to shared render
buffers.
2013-11-01 20:42:32 +00:00
wiz
751e6b4104 + presentproto 2013-11-01 20:37:19 +00:00
wiz
29b721325b Import presentproto-1.0 as x11/presentproto.
The Present extension provides a way for applications to update
their window contents from a pixmap in a well defined fashion,
synchronizing with the display refresh and potentially using a more
efficient mechanism than copying the contents of the source pixmap.
2013-11-01 20:36:57 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
wiz
35c22f3c4c Update to 1.8.0:
1.8.0:

Consider this the NetBSD release, bringing the driver closer to sync with
the NetBSD source directory. Non-BSD platforms should not be affected by
these changes.

Peter Hutterer (1):
      keyboard 1.8.0

Thomas Klausner (25):
      Added some missing keysyms to the ADB keymap.
      Map the Sun keyboard "help" key.
      Added keysym for Power keys.
      Added keysyms for extra keys on Sun Type 6 USB keyboard.
      Fixes for the ADB map.
      More ADB fixes.
      Add translation table for AT/PS2 pseudo XT scancodes.
      Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast.
      Add a couple mappings for keys found on Sun keyboards.
      Fix scan code 50 key on non-US-USB keyboards.
      Add a basic map for an LK201 keyboard.
      Set the version for the keyboard.
      Fix a shadowing warning, and add const.
      Recognize WSKBD_TYPE_MAPLE for dreamcast.
      Add default device for Protocol "wskbd".
      Add WSKBD_TYPE_LK201.
      Make OpenKeyboard() warn instead of error out.
      Fix wskbd handling when VT switching.
      Improve auto-detection.
      Move WSCONS case inside switch statement.
      Add some NetBSD feature detection code.
      Do not assume type in WS_*_MAP_SIZE macros.
      Factor out common code.
      Check open() return value.
      Whitespace fixes.

1.7.0:

No big changes, but since we removed AM_MAINTAINER_MODE might as well bump
the minor release number.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Peter Hutterer (2):
      Use sigsafe logging for keyboard debug messages
      keyboard 1.7.0
2013-11-01 01:22:48 +00:00
wiz
ef0139077c Add a comment. 2013-10-31 00:42:51 +00:00
wiz
b97dc528da Since this package is only used on NetBSD, pull over all patches from
xsrc. Bump PKGREVISION.
2013-10-31 00:07:23 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
tsutsui
ae3bb98953 Update mlterm to 3.3.0.
pkgsrc changes:

 - remove obsolete post-3.2.2 fixes
 - adjust patches per changes in original files

Changes from doc/en/ReleaseNote:

ver 3.3.0
* Support framebuffer on NetBSD/x68k. (Thanks to NetBSD/x68k developers)
* Support Android. (Experimental)
* Update the colormap instead of searching the closest color when
  OSC 4 ; c ; spec changes RGB of the color number on framebuffer.
* Support OSC ? 80 h (disable sixel scrolling).
* Support U+XXXX-XXXX key in 'font' configuration file.
* Add "unicode_noconv_areas" (a.k.a --ucsnoconv) option.
* Add "allow_scp" (a.k.a --scp) option.
* Remove SWITCH_OSC52. (Use "proto:allow_osc52=switch" instead.)
* OSC 5383 reqests challenge sequence.
* Bug fixes:
  #70 (Thanks to Thomas Wolff)
  Fix the bug which disabled redrawing the margin area on framebuffer.
  Fix the bug of the transparent color of sixel graphics on win32.
  OSC 4 has an effect on RGB of the window background color.
  Send a sixel next line character (-) following a sixel dump.
  Fix the bug which disabled Mod+XXX shortcut key settings on win32.
  Fix the bug which erased the end character of each line in scrolling if DECSLRM
  set the right margin at the right end is fixed.
  Fix the bug of DL/IL which scrolled the screen instead of inserting or deleteing
  lines from the cursor position.
  Fix keypad '5' key (VK_CLEAR) on win32.
  Fix the bug of ignoring the next character after sixel graphics data.
  Fix the bug which makes the window smaller than necessary in resizing.
  Support wsdisplay of the BBGGRR format on NetBSD/OpenBSD. (Thanks to @oshimyja san)
2013-10-28 13:26:07 +00:00
joerg
a89d4eef5a Wants pkg-config and the Qt build tools. 2013-10-27 20:38:50 +00:00
jperkin
eba22e778e Do not enable aqua on OSX when using modular X11, avoids file conflicts
with libX11.  Bump PKGREVISION.
2013-10-25 10:21:57 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
jperkin
fa8a9a0882 Fix build on SunOS. Initial patch from Thomas Merkel. 2013-10-24 10:10:21 +00:00
obache
44fbd30f43 Update eekboard to 1.0.8.
* switch to use gtk3
* add introspection support
2013-10-23 12:27:26 +00:00
mef
e1f46be6a6 Fix following problem for X11_TYPE= (undefined), NetBSD/amd64 6.1.2.
dsimple.c:117:14: error: 'XCB_CONN_CLOSED_MEM_INSUFFICIENT' undeclared
Adds following constraint.
+BUILDLINK_API_DEPENDS.libxcb+=  libxcb>=1.9
Thanks wiz@.
2013-10-22 14:33:03 +00:00
jperkin
786d8465e2 Disable optimisation on OSX, as a workaround for QTBUG-5986. 2013-10-22 14:27:24 +00:00
joerg
192bd32db2 Pass -R with -Wl, prefix. 2013-10-20 17:46:52 +00:00
joerg
91a1638af7 Use default optimizer flags. 2013-10-20 17:46:15 +00:00
joerg
cb9b6c3c17 Use COMPILER_RPATH_FLAG, it is passed to CC. 2013-10-20 17:45:26 +00:00
markd
711a4186d8 Add appmenu-qt 2013-10-19 21:04:27 +00:00
markd
9358dce2c1 Add appmenu-qt 0.2.6
Allows Qt applications to export menus over DBus to a menu applet.
Partially based on PR pkg/48289.
2013-10-19 21:03:37 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
shattered
6164deb3d4 Update to 3.5. Changes:
- Mode_switch and ISO_Level3_Shift should now work better even
  without XTEST extension.
- Fixed a problem that "Always on Top" not work at startup.
2013-10-17 16:44:40 +00:00
jperkin
afb53b2f96 Avoid multi-line comments after #define, they confuse g-ir-scanner from
gobject-introspection on OSX Snow Leopard.  Fixes build.
2013-10-16 10:59:13 +00:00
obache
3828d2eefa Update MASTER_SITES and HOMEPAGE. 2013-10-15 12:11:28 +00:00
joerg
938da3c732 Ignore unused constants for clang. 2013-10-14 14:41:23 +00:00
wiz
8ad58d7923 Use current tarball. The original upload did not match the release
announcement. This has been fixed, the matching distfiles are now available.

The contents did not change at all (says Ben, and diff.

Set DIST_SUBDIR and update distinfo.
2013-10-13 08:27:08 +00:00
wiz
07e748e86c Update to 1.0.8:
I am proud to announce xauth-1.0.8, a minor maintenance release
containing mostly bug fixes, where I want to highlight two of them:

  * Fix a long standing problem that for ssh tunneled connections a
    display variable of the form: localhost:<N>.<M> leads to correct
    authorization when an X client is started but "xauth list $DISPLAY"
    returns nothing.

  * Fix for: If using GDM with XDMCP, then ssh is not able to start X11
    clients on the remote side. You get a "No xauth data; using fake
    authentication data for X11 forwarding." from SSH.

  --Tilmann Bubeck



Alan Coopersmith (3):
       Remove unused TLI ("STREAMSCONN") code from xauth
       Remove unused DECnet ("DNETCONN") code from xauth
       Assume signal handlers return void, as C89 requires

Dr. Tilmann Bubeck (11):
       Fix various compiler warnings raised by modern gcc (4.8.1).
       More fixes for compiler warnings regarding the use of "const".
       Added black box tests for basic functionality started with "make check".
       Rework match_auth_dpy() to be easier to read and maintain (hopefully).
       Fix warning raised by "-Wshadow".
       Added command "version" and command line arg "-V" to show version of xauth.
       Improved README to explain "make check".
       version bump to 1.0.8
       Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8
       Rewrote test_xauth to C to make automake and "make distclean" happy.
       Second version bump to 1.0.8

Egbert Eich (5):
       Don't crash when running past the end of the chain
       Look for FamilyLocal if inet or inet6 address is loopback
       Look for FamilyLocal if inet or inet6 address is loopback
       Handle v4-mapped inet6 addresses correctly
       Make matching algorithm mimic XauGet*AuthByAddr

Jeremy Huddleston Sequoia (2):
       Revert "Look for FamilyLocal if inet or inet6 address is loopback"
       Silenece lack of noreturn warning

Jon TURNEY (1):
       Include Xwinsock.h rather than sys/socket.h on WIN32

Thomas Klausner (1):
       Use copystring to create non-const string.]
2013-10-11 20:36:20 +00:00
wiz
fb7d6b6a50 Update to 2.4.47:
Alex Deucher (2):
      radeon: add berlin pci ids
      radeon: pad CS to 8 DW

Ben Widawsky (1):
      libdrm: bump to 2.4.47

Chia-I Wu (1):
      intel: silence valgrind warnings for unsynchronized maps

Damien Lespiau (3):
      drm: Synchronize the stereo 3D mode flags from the kernel headers
      drm: Sync the DRM_SET_CLIENT_CAP ioctl definition
      drm: Introduce a drmSetClientCap() wrapper

Daniel Kurtz (1):
      libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic

Emil Velikov (6):
      tests/*version: add missing string.h header
      tests/modetest: silence compiler warning about uninitialised variables
      freedreno: use local drm.h over the system one
      freedreno: set automake options to include subdir-objects
      intel: Update package name and description in libdrm_intel.pc
      configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE

Ilia Mirkin (2):
      modetest: add a -D option to specify a device to be used
      modetest: allow setting a scaling factor when showing plane

Imre Deak (1):
      libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC

Kristian Høgsberg (1):
      intel: Set bo size from lseek if kernel supports it

Laurent Pinchart (23):
      modetest: Fix warnings
      modetest: Remove extern declarations of opt(arg|ind|err|opt)
      modetest: Sort command line arguments
      modetest: Add a command line parameter to select the driver
      modetest: Add a command line parameter to drop master after mode set
      modetest: Retrieve all resources in one go
      modetest: Don't limit mode set and planes to two instances
      modetest: Add a command line parameter to set properties
      modetest: Allow specifying plane position
      modetest: Print the plane ID when setting up a plane
      modetest: Remove the -m argument
      modetest: Create a device structure
      modetest: Compute CRTC pipe number as needed
      modetest: Remove the struct connector_arg encoder field
      modetest: Store the crtc in the connector_arg structure
      modetest: Store the mode in the crtc structure
      modetest: Give the CRTC ID to the -P option
      modetest: Split mode setting and plane setup
      modetest: Rename struct connector_arg to struct pipe_arg
      modetest: Support pipes with multiple connectors
      modetest: Try all possible encoders for a connector
      modetest: Fix line stride in SMPTE YUV packet pattern generator
      modetest: Allocate NV buffers large enough for the two planes

Marek Olšák (1):
      radeon: fix pitch alignment for non-power-of-two mipmaps on SI

Michel Dänzer (1):
      radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK

Rob Clark (5):
      tests: add tilcdc to modetest/vbltest
      freedreno: support either kgsl or msm
      freedreno: add support for msm drm
      tests: add msm
      freedreno: add missing NOSYNC flag
2013-10-11 18:19:54 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
wiz
3c6fde3907 Fix CVE-2013-4396.
From a4d9bf1259ad28f54b6d59a480b2009cc89ca623 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon, 16 Sep 2013 21:47:16 -0700
Subject: [PATCH] Avoid use-after-free in dix/dixfonts.c: doImageText()

Save a pointer to the passed in closure structure before copying it
and overwriting the *c pointer to point to our copy instead of the
original.  If we hit an error, once we free(c), reset c to point to
the original structure before jumping to the cleanup code that
references *c.

Since one of the errors being checked for is whether the server was
able to malloc(c->nChars * itemSize), the client can potentially pass
a number of characters chosen to cause the malloc to fail and the
error path to be taken, resulting in the read from freed memory.

Since the memory is accessed almost immediately afterwards, and the
X server is mostly single threaded, the odds of the free memory having
invalid contents are low with most malloc implementations when not using
memory debugging features, but some allocators will definitely overwrite
the memory there, leading to a likely crash.

Reported-by: Pedro Ribeiro <pedrib@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>


Bump PKGREVISION.
2013-10-08 20:33:54 +00:00
wiz
0b47928ff7 Update to 1.2.1:
Alan Coopersmith (2):
      config: Add missing AC_CONFIG_SRCDIR
      Combine usage message strings

Edward Sheldrake (1):
      Fix reading backlight level on 64-bit systems (bug 63205)

Julien Cristau (1):
      man: replace hyphens with minus signs

Matt Turner (1):
      xbacklight 1.2.1
2013-10-08 10:45:06 +00:00
wiz
65054fd55c Update to 2.3.7:
xf86-video-savage-2.3.7 provides a small bugfix for video playback
on MX/IX/SuperSavage (not sure if anyone noticed).

Otherwise just the usual catch-up to the ever-changing xserver, build
and run on 1.14, and default to EXA now that the xserver does not
support XAA anymore.

== Changes since 2.3.6 ==

Alexander Grothe (1):
      Drop miInitializeBackingStore() call

Dave Airlie (2):
      savage: move compat-api.h down to proper place.
      savage: fix default accel arch when built with no XAA

Tormod Volden (5):
      Really fix default accel arch when built with no XAA
      exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
      Fix building with TRACEON defined
      Fix video window height on MX/IX/SuperSavage
      xf86-video-savage: bump to version 2.3.7
2013-10-04 20:54:17 +00:00
wiz
4e55e75eae Update to 2.10.1:
The release 2.10 of xkeyboard-config did not really happen because of
the technical issues, so I am happy to present 2.10.1

Most of the work in that release was made by Benno Shulenberg, who did
some massive cleanups of the codebase.

Other people contributed various layouts fixes and code improvements.

Traditional credits go to the TP for the quality translations.
2013-10-04 08:19:37 +00:00
wiz
30662db6e0 Update to 6.9.2:
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.

Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html

All credits go to Connor Behan for keeping this driver alive!

Connor Behan (4):
      Remove call to obsolete miInitializeBackingStore()
      Swap pixmap bytes for a solid picture on big endian host
      Minor spacing changes
      Specify NULL for the platform probe function

Tormod Volden (1):
      r128: bump to version 6.9.2
2013-10-03 08:31:23 +00:00
wiz
0d448b06c9 Update to 0.4.4:
A single commit to let the driver build against xserver 1.14.

Adam Jackson (1):
      Remove mibstore.h

Julien Cristau (1):
      Bump to 0.4.4
2013-09-30 20:07:56 +00:00
wiz
12d1600688 Remove xf86-video-radeonhd, replaced by xf86-video-ati in 2009 or so. 2013-09-30 17:01:50 +00:00
wiz
2ff8d657ea Remove xf86-video-vga, desupported since xorg-server-1.5. 2013-09-30 17:00:15 +00:00
wiz
7f5ead85ea Remove xf86-video-nsc, desupported since xorg-server-1.5.1. 2013-09-30 16:59:10 +00:00