Commit graph

14833 commits

Author SHA1 Message Date
gutteridge
5359450c9c xfce4-settings: update to 4.14.2
Change log:

4.14.2
======
- display: Fix icon name for primary indicator
- display: Initialize crtc->scalex/y (Bug #15971)
- appearance: Only show themes that support Gtk3 (Bug #15849)
- color: Fix crash in add-profiles dialog (Bug #15876)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese
  (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English
  (Canada), English (United Kingdom), Finnish, French, Galician, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
  Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
  (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Uighur, Ukrainian
2020-01-29 04:58:48 +00:00
gutteridge
171d739f21 xfce4-session: while here, update archive site to https 2020-01-29 04:56:19 +00:00
gutteridge
abee1b9612 xfce4-panel: update to 4.14.3
Change log:

4.14.3
======
- Always provide files for vala binding in dist tarball

4.14.2
======
- plugins: Fix enter/leave opacity w/o compositing (Bug #14577)
- tasklist: Fix drag&drop in deskbar mode (Bug #16298)
- appmenu: Use panel's icon size
- appmenu: Listen to icon theme changes (Bug #15861)
- prefs: Plug memory leaks (Bug #16016)
- Replace GtkStock icon
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
  Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
  (Australia), English (United Kingdom), Estonian, Finnish, French,
  Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian,
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
  Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese
  (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese
2020-01-29 04:55:21 +00:00
gutteridge
babc0eb3fe xfce4-session: update to 4.14.1
Change log:

4.14.1
======
- Fix session crash at logout (Bug #16105)
- settings: Don't make 'saved sessions' tab reorderable
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
  Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
  English (United Kingdom), Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
  Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
  (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese
2020-01-29 04:45:19 +00:00
adam
8f253f5878 qt5: updated to 5.14.1
Compared to Qt 5.14.0, the new Qt 5.14.1 contains around 220 bug fixes including security issue fixes for both Qt (CVE-2020-0570) and 3rd party components (CVE-2019-19244, CVE-2019-19603, CVE-2019-19242, CVE-2019-19645, CVE-2019-19646 & CVE-2019-19880). Also in QtWebEngine there are many CVE fixes from Chromium. For details of the most important changes, please check the Change files of Qt 5.14.1.
2020-01-27 18:36:30 +00:00
wiz
ab26eb8b0c libxkbcommon: update to 0.10.0.
libxkbcommon 0.10.0 - 2020-01-18
===================

- (security) Fix quadratic complexity in the XKB file parser. See commit
  message 7c42945e04a2107827a057245298dedc0475cc88 for details.

- Add $XDG_CONFIG_HOME/xkb to the default search path. If $XDG_CONFIG_HOME
  is not set, $HOME/.config/xkb is used. If $HOME is not set, the path is not
  added.

  The XDG path is looked up before the existing default search path $HOME/.xkb.

  Contributed by Peter Hutterer <@who-t.net>.

- Add support for include statements in XKB rules files.

  This is a step towards making local XKB customizations more tenable and
  convenient, without modifying system files.

  You can now include other rules files like this:

      ! include %S/evdev

  Two directives are supported, %H to $HOME and %S for the system-installed
  rules directory (usually /usr/share/X11/xkb/rules).

  See commit message ca033a29d2ca910fd17b1ae287cb420205bdddc8 and
  doc/rules-format.txt in the xkbcommon source code for more information.

  Contributed by Peter Hutterer <@who-t.net>.

- Downgrade "Symbol added to modifier map for multiple modifiers" log to a
  warning.

  This error message was too annoying to be shown by default. When working on
  keymaps, set `XKB_LOG_LEVEL=debug XKB_LOG_VERBOSITY=10` to see all possible
  messages.

- Support building on Windows using the meson MSVC backend.

  Contributed by Adrian Perez de Castro <@igalia.com>.

- Fix bug where the merge mode only applied to the first vmod in a
  `virtual_modifiers` statement. Given

      augment virtual_modifiers NumLock,Alt,LevelThree

  Previously it was incorrectly treated as

      augment virtual_modifiers NumLock;
      virtual_modifiers Alt;
      virtual_modifiers LevelThree;

  Now it is treated as

      augment virtual_modifiers NumLock;
      augment virtual_modifiers Alt;
      augment virtual_modifiers LevelThree;

- Reject interpret modifier predicate with more than one value. Given

      interpret ISO_Level3_Shift+AnyOf(all,extraneous) { ... };

  Previously, extraneous (and further) was ignored. Now it's rejected.

- Correctly handle capitalization of the ssharp keysym.

- Speed up and improve the internal `xkeyboard-config` tool. This tool
  compiles all layout/variant combinations in the xkeyboard-config dataset
  and reports any issues it finds.

  Contributed by Peter Hutterer <@who-t.net>.

- Speed up "atoms" (string interning). This code goes back at least to X11R1
  (released 1987).
2020-01-27 10:53:28 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
nia
d18862a352 gtk-sharp3: Add buildlink3 2020-01-26 13:52:55 +00:00
nia
7345ffcacc x11: Add gtk-sharp3
.NET language binding for the GTK+3 toolkit.
2020-01-26 13:45:11 +00:00
rhialto
39b3533c6c Make it aware of .api files wich may be installed in different qt5/qsci*
directories depending on Python version.
2020-01-26 12:54:15 +00:00
rhialto
234e32ac9d Python-version some more files to avoid conflicts.
This package installs once per python version. A few files were not
versioned and caused conflicts.  These files now have the python version
number in their path.
2020-01-26 12:53:34 +00:00
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
jaapb
3f5a9455b9 Added options to x11/ocaml-lablgtk3 2020-01-24 14:50:42 +00:00
jaapb
4060ef6397 Added ocaml-lablgtk3 to Makefile SUBDIRs 2020-01-24 14:07:59 +00:00
jaapb
7f2b0fdef9 Added x11/ocaml-lablgtk3, an update of the OCaml Gtk bindings for Gtk3 2020-01-24 14:07:02 +00:00
ryoon
a549d7e0e7 qt5-qtbase: Use PLIST.Darwin instead of nonunix PLIST option
Pointed by adam@. Thank you.
2020-01-22 14:06:08 +00:00
ryoon
e3a9c6039a qt5-qttools: Remove some entries in PLIST.Darwin
Pointed by adam@. Thank you.
2020-01-22 14:03:53 +00:00
ryoon
51c09c5d2c qt5-qttools: Fix packageing on NetBSD 2020-01-22 13:30:31 +00:00
ryoon
4df7d01645 qt5-qtmultimedia: Fix packageing on NetBSD 2020-01-22 13:28:53 +00:00
ryoon
01dedfb42e qt5-qtbase: Add nonunix PLIST option for inverted unix option 2020-01-22 13:27:03 +00:00
adam
58309f88df qt5-qtdeclarative: add new patch 2020-01-21 21:39:09 +00:00
adam
2448e377a9 qt5: updated to 5.14.0
New Features in Qt 5.14

Qt 3D Module
Overhauled the threading architecture. This includes the removal of the aspect thread.
Overhauled the frontend/backend node sync.
Enabled QTransform to have access to the world matrix.
Introduced Scene3DView.
Scene3D is now in sync with QtQuick, and can render as an underlay without an FBO.

Qt Bluetooth Module
Introduced a new, optional Win32 backend with support for Windows 7 and 8. This backend is not built by default, nor is it part of the pre-built packages.
QLowEnergyController: Introduced AuthorizationError.
Added the ability to include multiple manufacturer data entries per manufacturer ID.

Qt Core Module
Added support in QCalendar for calendars other than Gregorian, by implementation of suitable backends.
Added backends to implement the Gregorian, Jalali (Persian), Islamic Civil, Milankovic, and Julian calendars. We look forward to other contributions.
Added QColorConstants, a namespace providing constexpr QColor instances that don't cost any runtime overhead.

Qt GUI Module
Updated High-DPI support:
Introduced non-integer scale factors (for example, a scale factor of 150%) that applications can opt-in to use. Use QGuiApplication::highDpiScaleFactorRoundingPolicy or QT_SCALE_FACTOR_ROUNDING_POLICY to set the rounding policy.
Added the QT_ENABLE_HIGHDPI_SCALING environment variable, enabling high-DPI scaling based on display DPI. This replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), and corresponds to the Qt::AA_EnableHighDpiScaling application attribute.
Added cross-platform support for the QT_FONT_DPI environment variable, for the purpose of developing and testing with specific DPI values.
Added color-space support for images; reading and writing color-spaces from JPEG, PNG, WebP and TIFF images, and performing color-space transformation on images.
Improvements to QTextDocument and QTextTable styling:
Added per-edge border styling via QTextTableCellFormat.
Added border-collapse mode.
Added support for (partial) HTML table style import and export.
Added support for reading and writing Markdown format to QTextDocument, as an alternative to HTML.

Qt Multimedia Module
Added QVideoFrame::Format_YUV422P.
Introduced support for the GStreamer OpenGL plugin.

Qt Network Module
Introduced the HTTP/2 Configuration API.
Introduced network connectivity monitoring.
Added support for Kerberos proxy authentication.

Qt QML Module
Added qmlRegisterSingletonInstance() function. This allows to expose a QObject as a singleton to QML, without having to create a factory function as required by qmlRegisterSingletonType(). It is meant as a type safe replacement of setContextProperty() in common usages.
Added qmlRegisterAnonymousType() as a replacement for qmlRegisterType(). It allows to specify the URI and major version, which enables better tooling support.
Added an experimental -U option to qmllint. When set, access to unqualified identifiers generates warnings.

Qt Quick Module
Added a preview of the graphics API independent scenegraph renderer as an opt-in feature. This allows running qualifying Qt Quick applications on top of Vulkan, Metal, or Direct3D 11, instead of OpenGL. Currently supported platforms:
Windows 10 (Direct3D)
Linux with X11/xcb (Vulkan)
macOS (Metal or Vulkan with MoltenVK)
Android 7.0+ (Vulkan)
Added support for the Markdown format (including CommonMark and GitHub dialects) to Text and TextEdit as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes in a TextEdit.
Switched TextEdit to use an I-beam cursor by default, and a pointing-hand cursor when hovering over a checkbox or a link. Default cursors can be overridden.
Added WheelHandler, an event handler for the mouse wheel, and optionally for emulated mouse wheel events coming from a trackpad.
Added BoundaryRule in Qt.labs.animation: a PropertyValueInterceptor that restricts the range of values a numeric property can have, applies "resistance" when overshooting a value, and provides the ability to animate it back to its normal range. It's particularly useful in combination with WheelHandler, providing physics similar to Flickable.
Added currentFrame and frameCount properties to Image and BorderImage, just as AnimatedImage has; for example, this allows choosing an individual icon from an .ICO file that contains multiple icons.
Added PathPolyline and PathMultiline as additional ways of drawing and/or filling arbitrary polygons and sets of polygons with Qt Quick Shapes.

Qt Serial Bus Module
Added operators to compare QCanBusDevice::Filter for equality or inequality.
Added the QCanBusDevice::OperationError and QCanBusDevice::TimeoutError codes to signal operation and timeout errors.
Added the QCanBusDevice::busStatus() function to query the bus status from the CAN bus device.
Added the QCanBusDevice::resetController() function to release the CAN controller from bus off state.
SocketCAN: Added the configuration parameter QCanBusDevice::ProtocolKey to use another protocol inside the protocol family PF_CAN.
SocketCAN: If libsocketcan is available, the CAN bus bitrate can be retrieved and set at runtime.
PeakCAN: Added support for PCAN-USB devices on macOS by using the MacCAN library.
Exposed the underlying QIODevice used for Modbus communication. This enables, for example, setting the serial port hardware flow control (RTS/CTS).

Qt Test Module
Introduced initMain() function to perform any initialization that must happen before QApplication exists.

Qt WebEngine Module
Updated to Chromium 77.
Added a new API to control the life-cycle of QWebEnginePage.

Qt Widgets Module
Added support for the Markdown format (including CommonMark and GitHub dialects) to QTextEdit and QTextBrowser as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes if the widget is editable. QTextBrowser::setSource() detects Markdown based on the file extension.
2020-01-21 20:25:36 +00:00
nia
6fbe145a36 gnome-desktop3: Update buildlink3 to match .pc file 2020-01-20 01:55:47 +00:00
tnn
ea68c91bfc move patch that seems to be in the wrong package
(Hi Joerg)
2020-01-18 23:59:51 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
gutteridge
c92405235b xscreensaver: fix PLISTs
Fix PLIST and PLIST.opengl that were garbled in the previous update
such that builds without the opengl option failed to package. (No bump
to PKGREVISION, since builds with default options were unaffected.)
2020-01-18 20:00:26 +00:00
wiz
4fdf4c2dd4 modular-xorg-server: update to 1.20.7.
A variety of bugfixes, primarily in modesetting, glamor, and Solaris
support. This release also contains support for choosing the DRI driver
via EGL_MESA_query_driver. Thanks to all who contributed with testing
and fixes!

Aaron Plattner (1):
     modesetting: Check whether RandR was initialized before calling rrGetScrPriv

Alan Coopersmith (5):
     os-support/solaris: Drop ExtendedEnabled global variable
     Add ddxInputThread call from os layer into ddx layer
     Add xf86OSInputThreadInit call from common layer into os-support layer
     os-support/solaris: Set IOPL for input thread too
     ospoll: Fix Solaris ports implementation to build on Solaris 11.4

Kenneth Graunke (2):
     glamor: Add a function to get the driver name via EGL_MESA_query_driver
     modesetting: Use EGL_MESA_query_driver to select DRI driver if possible

Matt Turner (1):
     xserver 1.20.7

Michel Dänzer (5):
     modesetting: Call glamor_finish from drmmode_crtc_set_mode
     xfree86/modes: Call xf86RotateRedisplay from xf86CrtcRotate
     modesetting: Clear new screen pixmap storage on RandR resize
     xwayland: Do flush GPU work in xwl_present_flush
     glamor: Only use dual blending with GLSL >= 1.30

Peter Hutterer (1):
     Xi: return AlreadyGrabbed for key grabs > 255
2020-01-15 14:24:03 +00:00
joerg
1e892d454a Don't force LTO. 2020-01-12 23:00:26 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
khorben
6a07db241a deforaos-keyboard: update to 0.4.0
Changes since 0.3.1:
- Defaults to Gtk+ 3 (like libDesktop)
- Experimental support for the German and French layouts
2020-01-12 07:08:02 +00:00
nia
532444c732 gtk3: This needs sed -i to build with wayland
Some smaller linux toolchests don't provide it.
So make sure gsed is used on such systems.
2020-01-11 21:39:18 +00:00
pho
065830ed4a Fix build on NetBSD 8.1 2020-01-11 14:47:18 +00:00
pho
ce1d64dd46 Remove HASKELL_ENABLE_SHARED_LIBRARY=no 2020-01-11 14:20:29 +00:00
pho
c32000852f No packages depending on this should build .so 2020-01-11 14:19:18 +00:00
pho
e224322704 Remove unnecessary .include 2020-01-11 13:50:07 +00:00
pho
18bf2b8ce4 Add missing dependencies on several X11 libraries 2020-01-11 13:45:37 +00:00
khorben
c9b4cae3cd deforaos-locker: update to 0.4.1
Changes since 0.4.0:
- Defaults to Gtk+ 3 (like libDesktop)
- Extended demo API
2020-01-10 23:24:16 +00:00
khorben
28684fcbcb deforaos-panel: update to 0.4.0
Changes since 0.3.6:
- Default to Gtk+ 3 (like libDesktop)
- New applets: leds, suspend, and shutdown
- Documentation for settings(1)
- Extended applet API
- Fixes to the cpu and wpa_supplicant applets
- Support for FreeBSD in the swap applet
2020-01-10 23:21:17 +00:00
khorben
c9231c2578 deforaos-libdesktop: update to 0.4.0
Changes since 0.2.2:
- Defaults to Gtk+ 3
- Improvements to the compatibility layer
- New MimeHandler API
2020-01-10 22:53:13 +00:00
maya
fd12ddc6a3 slim: already depends on dbus, don't add it a second time. 2020-01-10 19:26:31 +00:00
maya
163b9c2276 slim: seems to require global dbus in order to successfully start things.
Make the rc.d script depend on dbus to have successful startup.
Add PREFIX/bin to path, so it works better with pkgsrc environments even
in the base xsrc case.

Bump PKGREVISION.
2020-01-10 19:13:33 +00:00
adam
63bd310205 gtk3: fix building on macOS with Quartz backend 2020-01-08 14:57:29 +00:00
joerg
d09da23a9e Always extract the full Python distfile for modules.
This retires an old "optimisation" that over time has created more
problems than it solved, including various questions from users about
the ignored patch failures.
2020-01-08 13:44:41 +00:00
nia
93a461fdc8 kitty: Update to 0.15.1
0.15.1 [2019-12-21]

    Fix a crash/incorrect rendering when detaching a window in some circumstances

    hints kitten: Add an option kitty +kitten hints --ascending to control if the hints numbers increase or decrease from top to bottom

    Fix background_opacity incorrectly applying to selected text and reverse video text

    Add a new option tab_bar_background to specify a different color for the tab bar

    Add a new option active_tab_title_template to specify a different template for active tab titles

    Fix lines at the edge of the window at certain windows sizes when drawing images on a transparent window

    Fix window not being rendered for the first time until some input has been received from child process
2020-01-08 12:31:45 +00:00
ryoon
f5af1d6751 gtk3: Do not overwrite suggested options to enable wayland support 2020-01-06 05:08:42 +00:00
gutteridge
f451ab0c9a xfce4-terminal: update to 0.8.9.1
Change log:

0.8.9.1
=======
- Fix "Open terminal here" functionality that was broken in release 0.8.9
  (bug #16307)
2020-01-06 00:00:51 +00:00
gutteridge
d465a8a2fd xfce4-tumbler: update to 0.2.8
Change log:

0.2.8
======
- Fix thumbnail orientation (Bug #15011)
- prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory (Bug #15858)
- Translation Updates: Galician, Portuguese, Slovenian, Spanish
2020-01-05 23:02:25 +00:00
gutteridge
8019099ea0 xfce4-terminal: update to 0.8.9
Change log:

0.8.9
=====
- Respect the "Working Directory" setting when opening initial window (the
  current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
  will know the (translated) name and icon for the application. This is visible
  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
  which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
  window size when showing or hiding widgets such as tabbar, toolbar, menubar
  on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
  color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
  map on exit prevents users from disabling the Alt+N shortcuts by setting them
  to "" in accels.scm. The shortcuts that had been disabled got overridden on
  the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
  #15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
  otherwise, it won't be able to unmaximize the window once it's shown again.
  (bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
  from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
  tab, allowing to undo close tab, and checking for a running process. (bug
  #15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
  Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak,
  Slovenian
2020-01-05 21:48:31 +00:00
gutteridge
d666db02eb xfce4-exo: update to 0.12.11
Remove pkgsrc patch now that it's applied in an upstream release.

Change log:

0.12.11
======
- General:
  - Bump documentation dates
  - Add *.mo to .gitignore
- Bug Fixes:
  - Revert padding patches that add too much padding in the Thunar
    compact view (Xfce #16196)
2020-01-05 19:24:28 +00:00
nia
b2e0c18886 *: Enable Wayland where supported in GTK and Firefox.
Bump PKGREVISIONs
2020-01-05 17:55:21 +00:00
nia
46afe8c4fb x11: Remove gnome-mag.
Another old GNOME 2 component. This is no longer part of GNOME.
2020-01-04 13:53:29 +00:00
nia
ec447dc7f7 x11: Remove gnopernicus
GNOME 2 component. No release since 2006, no longer part of GNOME.
2020-01-04 13:49:59 +00:00
adam
68f5fc909b py-Tk: PY_PATCHPLIST is redundant 2020-01-03 06:24:42 +00:00
gutteridge
59c159772c libmatekbd: tweak $DISTNAME
Prepare to bump the default $VERSION in meta-pkg/mate to 1.22.2 (now
the most common version amongst the packages and the effective release
we're at).
2020-01-02 22:43:42 +00:00
gutteridge
fad8ff73dd mate-desktop: librsvg is no longer a tool dependency
For regular builds (the targets pkgsrc uses), librsvg is no longer a
requirement.
2020-01-02 19:00:48 +00:00
markd
4f2c8c6819 py-Tk: remove previous - Adam fixed it more generally 2020-01-02 18:59:05 +00:00
gutteridge
9653beaf0c mate-terminal: avoid NULL pointer dereference
This fixes a bug that caused significant application crashes.
2020-01-02 18:55:57 +00:00
pho
1bcf64f7e1 Fix build with GHC 7.10.x 2020-01-02 16:52:57 +00:00
pho
d8bc5ca376 Update to X11-1.9.1
No changelogs are provided by the upstream.
2020-01-02 16:48:30 +00:00
hauke
b729072b52 Upgrade xscreensaver{,-demo} to 5.43
(5.40 started complaining, and we are not Debian ;)

From upstream's changelog:

 5.43	01-Jul-2019

    New hacks, GravityWell, DeepStars.
    GLPlanet now supports the Mercator projection.
    Bouncing Cow has mathematically ideal cows (spherical, frictionless).
    Foggy toasters.
    Unknown Pleasures can now use an image file as a clip mask.
    Updated webcollage for recent changes.
    macOS: Fixed BSOD fonts on UWQHD+ displays.
    X11: Added some sample unlock dialog color schemes to the .ad file.
    X11: On systemd systems, closing your laptop lid might actually
    lock your screen now, maybe.
    X11: 'sonar' can ping without being setuid by using setcap.

5.42	28-Dec-2018

    macOS: Fixed Sparkle auto-updater.

5.41	26-Dec-2018

    X11: Those new font-loading fallback heuristics work again. Oops.
    iOS, Android: Plugged many memory leaks at exit.
    New hack, handsy.
    Fixed noof from displaying minimalistically.
    Rewrote unknownpleasures to be faster, and a true waterfall graph.
    BSOD Solaris improved. DVD added.
    Linux: If the xscreensaver daemon is setuid, then we can implore
    the kernel's out-of-memory killer to pretty please not unlock the
    screen.
    macOS: Upgraded Sparkle (the "Check for Updates" library).
    macOS: Screen saver settings work again on 10.14.
2020-01-02 10:29:00 +00:00
nia
d9c307f8dc x11: Remove fast-user-switch-applet
Dead gnome2 panel applet. This is no longer part of GNOME.
2020-01-01 14:02:48 +00:00
nia
6a6d9df879 x11: Remove grandr_applet - GNOME 2 panel applet with dead upstream 2020-01-01 14:01:00 +00:00
markd
bf717ff1ac py-kde4: remove - no longer builds. nothing in pkgsrc uses it. 2019-12-31 20:22:41 +00:00
wiz
969f25ebb3 gtk3+: update to 3.24.13.
Overview of Changes in GTK+ 3.24.13
===================================

* listbox: Fix header row reuse

* wayland: Fix handling of tablets

* theme:
 - Adwaita: Fix menu rounding
 - Adwaita: Various improvements for the Emoji chooser
 - Adwaita: Refresh check and radio buttons
 - HighContrast: Fix entry colors

* input:
 - Properly handle bubbling of scroll events
 - Handle modifier key events properly
 - Run key controllers in the bubble phase
 - Do not use VIQR for Vietnamese by default

* statusicons: Render sharply on hi-dpi

* wayland: Fix handling of selection ownership

* win32:
 - Set WS_BORDER for fullscreen GL windows if requested
 - Fix clipboard handling

* quartz:
 - Handle titlebar events properly
 - Handle page up/down key events properly

* broadway: Fix (lack of) clipboard handling

* Translation updates:
 Catalan
 Chinese (Taiwan)
 Croatian
 Danish
 French
 German
 Hungarian
 Indonesian
 Russian
 Swedish
2019-12-31 12:21:00 +00:00
gutteridge
42508adf75 mozo: update to mozo 1.22.2
Change log:

mozo 1.22.2

  * Translations update
  * Add Undo and Redo buttons
  * moveItem: Remove redundant code, add missing check for move mode when merging entries
  * Change DragAction to MOVE
  * undo/redo: Handle missing files
  * Fix item drag & drop creating copies, fix undo, redo and a crash when refreshing
  * Fix DeprecationWarning ABCs from 'collections'
  * Fix DeprecationWarning: cgi.escape is deprecated
  * Fix drag and drop of .desktop file
2019-12-30 23:45:51 +00:00
gutteridge
1990a1600b mate-indicator-applet: update to mate-indicator-applet 1.22.1
Change log:

mate-indicator-applet 1.22.1

  * Translations update
  * Resize indicator icons to fit panel
2019-12-30 23:44:16 +00:00
gutteridge
f7e8e41a95 mate-menus: update to mate-menus 1.22.1
Change log:

mate-menus 1.22.1

  * Translations update
  * Use datadir and libdir when install gir files
2019-12-30 23:02:47 +00:00
gutteridge
af6a4ba900 mate-screensaver: update to mate-screensaver 1.22.2
Change log:

mate-screensaver 1.22.2

  * Translations update
  * remove old HAL remnants
  * Ensure lock on suspend and unlock on resume
  * drop libXxf86 dependency
2019-12-30 22:57:31 +00:00
gutteridge
82d9fcce2b mate-desktop: update to mate-desktop 1.22.2
(pkgsrc TBD: review rsvg-convert dependency.)

Change log:

mate-desktop 1.22.2

  * Translations update
  * make 'rsvg-convert' optional
2019-12-30 22:51:10 +00:00
gutteridge
2c34da0040 mate-control-center: update to mate-control-center 1.22.2
Change log:

mate-control-center 1.22.2

  * tx: sync with transifex
  * fv: thumbnailer: add font/collection to the supported mimetypes
  * font-viewer: Add font/ttf and font/otf mime types
  * drop libXxf86 dependency
  * appearance.ui (cursor size scale)
  * Fix the icon sizes in Preferred Applications selector
  * add icon for the font viewer window
  * Fix grammar mistake
2019-12-30 22:48:17 +00:00
gutteridge
a9c7f481de mate-applets: update to mate-applets 1.22.2
Change log:

mate-applets 1.22.2

  * update translations
  * geyes: avoid memory leak
  * multiload: Use /proc/diskstats for NVMe drives
  * treat output as utf8 when limiting width.
  * Make cpufreq builds independent from kernel header version.
  * command: use MaCommand object
  * Make command applet run commands asynchronously
  * cpufreq: support kernel 5.1.0
  * weather: align Gtk_Box to center
  * multiload: filter-out non-local disks and user mounts
2019-12-30 22:36:19 +00:00
gutteridge
3e31b0952d mate-session-manager: update to mate-session-manager 1.22.3
Change log:

mate-session-manager 1.22.3

  * Translations update
  * Fix timeout with gnome-keyring 3.34
  * Remove GNOME_KEYRING_LIFETIME_FD

mate-session-manager 1.22.2

  * Translations update
  * Fix mate-session-properties vertical scaling
  * Don't add apps repeatedly
  * Add Show hidden checkbox and gsettings flag.
  * Hide NoDisplay Apps in Startup Applications
2019-12-30 22:31:08 +00:00
gutteridge
ea6a5d0641 mate-settings-daemon: update to mate-settings-daemon 1.22.1
Change log:

mate-settings-daemon 1.22.1

  * update translations
  * Hide MATE Settings Daemon from Startup Applications capplet
  * plugins: drop libXxf86 dependency
  * locate-pointer: Do not grab pointer button when trying to locate
2019-12-30 22:29:45 +00:00
gutteridge
3ce085b643 mate-panel: update to mate-panel 1.22.2
Change log:

mate-panel 1.22.2

  * update translations
  * When determining whether the pos is in the applet, use ad->cells to calc.
  * panel-toplevel: fix applets placement on expanded vertical panel
  * panel-toplevel: fix coding style and spacing a bit
  * Fix Makefile.am to install in a given prefix path
  * Revert "menu-bar: transfer focus correctly on alt-F1"
  * fix reloading the default layout after panel reset
  * fix random crashes on panel reset
  * Fix panel applet keyboard focus trap
2019-12-30 22:26:46 +00:00
taca
3b3bf03d33 x11/ruby-tk-gem: fix build problem on native X11
Fix build problem on native X11.

Bump PKGREVISION since PLIST is changed.
2019-12-29 16:59:24 +00:00
dbj
9670281840 x11/qt5-qtbase: fix darwin compile when headers not in /usr/include 2019-12-24 06:21:20 +00:00
dbj
8dd80295bf x11/qt5-qtbase: fix compile macosx < 10.13
define kIOSurfaceSuccess if it's not already defined
2019-12-24 06:20:41 +00:00
joerg
ae96cc4ff7 Don't conflict with newer glib. 2019-12-22 22:30:58 +00:00
joerg
08179ea452 Needs libXmu no longer exposed by Mesa. Fix concurrent build. 2019-12-20 00:03:11 +00:00
kamil
b94e51bc12 + qt5ct 2019-12-16 12:08:41 +00:00
kamil
e1a0462123 x11/qt5ct: import qt5ct-0.41
This program allows users to configure Qt5 settings
(theme, font, icons, etc.) under DE/WM without Qt integration.
2019-12-16 12:08:02 +00:00
gutteridge
c6bed0f9b9 xfce4-exo: update to 0.12.10
Also add an upstream patch to adjust a minor display padding issue.

Change log:

0.12.10
=======
- Bug Fixes:
  - Fix typeahead search regression (Xfce #16191)
- Translation Updates:
  Spanish

0.12.9
======
- Bug Fixes:
  - Explicitly depend on gio-unix-2.0 (Xfce #15825)
  - Fix alignment of multi-line filenames when text beside icons (Xfce #16107)
  - Fix cursor missing in search popup widget (Xfce #16068)
  - Fix desktop item creation on symbolic link directories
  - Fix excess clickable area of multiline filenames (Xfce #16075)
  - Fix issues with displaying icon view contents (Xfce #14737)
  - Fix prelight deactivation (Xfce #11806)
  - Hide search widget when doing a fullscreen resize (Xfce #15106)
  - Make user-created launchers executable by default
- Translation Updates:
  Croatian, English (United Kingdom), French, Galician, Korean,
  Slovenian, Swedish
2019-12-16 00:44:34 +00:00
gutteridge
c9fab415c1 lxrandr: update to 0.3.2
Change log:

0.3.2
-------------------------------------------------------------------------
* Fixed crash in some rare cases with unusual monitor name so it failed
  to detect monitor and crashed instead.
* Fixed case with dot in monitor name.
* Some translations updates.
2019-12-15 23:52:58 +00:00
gutteridge
1a39d34aca lxsession: update to 0.5.4
Change log:

0.5.4
-------------------------------------------------------------------------
* Fixed some spelling errors in messages.
* Dropped attempt to run dbus-launch in code. Actually due to code error
  it was never ran but in fact, it should be never even tried.
* Some translations updates.
2019-12-15 23:51:25 +00:00
nia
6c7bdd23f6 x11: Add picom. Replaces compton.
A lightweight compositor for X11 (previously a compton fork)
2019-12-15 14:05:47 +00:00
nia
be85813d8c kitty: Update to 0.15.0
Various pkgsrc changes aiming to reduce the complexity of this package
and make it less error-prone, in spite of the very weird homebrew build
system.

0.15.0 [2019-11-27]

    Add a new action detach_window that can be used to move the current window into a different tab (#1310)

    Add a new action launch that unifies launching of processes in new kitty windows/tabs.

    Add a new style powerline for tab bar rendering, see tab_bar_style (#2021)

    Allow changing colors by mapping a keyboard shortcut to read a kitty config file with color definitions. See the FAQ for details (#2083)

    hints kitten: Allow completely customizing the matching and actions performed by the kitten using your own script (#2124)

    Wayland: Fix key repeat not being stopped when focus leaves window. This is expected behavior on Wayland, apparently (#2014)

    When drawing unicode symbols that are followed by spaces, use multiple cells to avoid resized or cut-off glyphs (#1452)

    diff kitten: Allow diffing remote files easily via ssh (#727)

    unicode input kitten: Add an option kitty +kitten unicode_input --emoji-variation to control the presentation variant of selected emojis (#2139)

    Add specialised rendering for a few more box powerline and unicode symbols (#2074 and #2021)

    Add a new socket only mode for allow_remote_control. This makes it possible for programs running on the local machine to control kitty but not programs running over ssh.

    hints kitten: Allow using named groups in the regular expression. The named groups are passed to the invoked program for further processing.

    Fix a regression in 0.14.5 that caused rendering of private use glyphs with and without spaces to be identical (#2117)

    Wayland: Fix incorrect scale used when first creating an OS window (#2133)

    macOS: Disable mouse hiding by default as getting it to work robustly on Cocoa is too much effort (#2158)
2019-12-14 22:08:10 +00:00
wiz
13bcc5f626 libXpm: update to 3.5.13.
Lest we be accused that users have to wait many years to get fixes out,
let's quickly release the branch before the calendar turns over over again
so it's just some years. The actual fixes here are some found by static
analysers, and a build fix for Windows (which, curiously, is dated to 2012
so clearly we're at the top of the game here). Nothing overly exciting, but
covscan, parfait, etc. should be a bit happier now.

Alan Coopersmith (3):
      After fdopen(), use fclose() instead of close() in error path
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (1):
      parse: simplify error paths in xpmParseColors()

Dave Bodenstab (1):
      Windows build fixes

Emil Velikov (1):
      autogen.sh: use quoted string variables

Fabrice Fontaine (1):
      Allow usage when fork() is not available

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (3):
      autogen.sh: use exec instead of waiting for configure to finish
      parse: avoid memleak on error with STRLCAT/STRLCPY
      libXpm 3.5.13
2019-12-13 10:42:36 +00:00
mrg
c7ae59f536 port this to arm64, and maybe fix the other ports in the
MachineStackMarker.cpp.  i didn't compile i386, arm or
mips with this, but it has a chance of working vs the
existing freebsd-derived patch.

XXX: someone extend this to all our CPUs, please.  i
     only fixed the existing maybe claimed support.
2019-12-13 09:48:02 +00:00
markd
05cb2fed24 py-Tk: python38 needs Modules/clinic available to build 2019-12-12 10:46:15 +00:00
nia
1cb3a6538c modular-xorg-server: Sync with current NetBSD xsrc
Match the modesetting driver on x86 and ARM NetBSD.

from maya

Bump PKGREVISION
2019-12-10 17:27:05 +00:00
wiz
144989c1a6 xf86-video-sis: update to 0.12.0.
This release is a maintenance release to support X.Org X Server 1.20.

Kevin Brace (4):
      Do not call xf86DisableRandR() for X Server 1.20
      Fix for xf86InterceptSigIll() discontinuation in X Server 1.20
      Enable SISGAMMARAMP macro on X.Org X Server
      Version bumped to 0.12.0
2019-12-04 11:22:19 +00:00
adam
8b0e8613ca py-qt4: fix PKGNAME; update HOMEPAGE 2019-12-01 14:53:56 +00:00
adam
e31b6169ff py-qt4: couple more fixes 2019-12-01 14:46:29 +00:00
adam
d588505565 py-qt4: updated to 4.12.3
v4.12.3:
- This is planned to be the last ever release of PyQt4.
- Bug fixes.

v4.12.2:
- A private copy of the sip module called PyQt4.sip is required.
- SIP v4.19.12 is now required.  SIP v5 is not supported.

Pkgsrc:
- Correct distinfo for x11 and mac.
2019-12-01 14:30:44 +00:00
adam
edac54da9c qt4-libs: fix building on Darwin 2019-12-01 13:28:09 +00:00
markd
0b98cffa54 kde-runtime4: disable building khelpcenter 2019-11-30 21:39:08 +00:00
wiz
44553e8ba4 xkbprint: update to 1.0.5.
Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xkbprint(1): Some (typographical) corrections to the manual

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matt Turner (1):
      xkbprint 1.0.5

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-11-26 10:05:08 +00:00
wiz
f54b7eba3c modular-xorg-server*: update to 1.20.6
1.20.6

A variety of bugfixes across the board, primarily in Xwayland and PRIME.
This release also includes GLX vendor selection support. Thanks to all
who contributed with testing and fixes!

Aaron Plattner (3):
     GLX: Set GlxServerExports::{major,minor}Version
     xfree86: Call ScreenInit for protocol screens before GPU screens
     os: Don't crash in AttendClient if the client is gone

Adam Jackson (7):
     xwayland: Expand the RANDR screen size limits
     miext/sync: Fix needless ABI change
     glx: Fix previous context validation in xorgGlxMakeCurrent
     meson: Fix another reference to "gl" 9.2.0
     meson: Apparently 1.2 is < 1.2.0
     mi: Add a default no-op miSourceValidate
     dix: Call SourceValidate before GetImage

Alex Goins (5):
     xsync: Add resource inside of SyncCreate, export SyncCreate
     randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardown
     modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primary
     modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slave
     modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()

Alexander Tsoy (1):
     configure: Set libdrm flags correctly if only XORG is enabled

Alexander Volkov (1):
     shm: Use memfd_create when possible

Andres Rodriguez (1):
     xf86: Disable unused crtc functions when a lease is revoked

Carlos Garnacho (4):
     xwayland: Reset scheduled frames after hiding tablet cursor
     xwayland: Separate DamagePtr into separate window data
     xwayland: Refactor surface creation into a separate function
     xwayland: Handle the case of windows being realized before redirection

Eric Anholt (2):
     shm: reindent shm_tmpfile to follow our standards.
     shm: Pick the shm dir at run time, not build time.

Hans de Goede (1):
     glamor/xwayland: Define EGL_NO_X11

Kyle Brenneman (3):
     GLX: Add a per-client vendor mapping.
     GLX: Use the sending client for looking up XID's
     GLX: Add a function to change a clients vendor list.

Marco Trevisan (Treviño) (1):
     Xi: Use current device active grab to deliver touch events if any

Marvin Schmidt (1):
     build: glx: Lower gl version to work with libglvnd

Matt Roper (1):
     dri2: Sync i965_pci_ids.h from mesa

Matt Turner (3):
     dix: Assert noPanoramiXExtension is false in PanoramiX code
     xfree86: Test presence of isastream()
     xserver 1.20.6

Michel Dänzer (2):
     Revert "present/scmd: Check that the flip and screen pixmap pitches match"
     miext/sync: Make struct _SyncObject::initialized fully ABI compatible

Olivier Fourdan (7):
     xwayland: Avoid a crash on pointer enter with a grab
     xwayland: Check status in GBM pixmap creation
     glamor: Make pixmap exportable from `gbm_bo_from_pixmap()`
     xwayland: Update screen pixmap on output resize
     xwayland: Do not free a NULL GBM bo
     compiler.h: Do not include sys/io.h on ARM with glibc
     present/wnmd: Relax assertion on CRTC on abort_vblank()

Samuel Thibault (2):
     Fix crash on XkbSetMap
     Fix crash on XkbSetMap

Sven Joachim (1):
     modesetting: Fix broken manpage in autoconf build

1.20.5

Minor bugfix release to fix some input, Xwayland, glamor, and Present
issues. Thanks to all who contributed fixes and testing.

Adam Jackson (1):
      xserver 1.20.5

Michel Dänzer (3):
      Revert "gitlab-ci: Only run docker-image stage if relevant source files change"
      xwayland/present: Destroy sync_callback in xwl_present_cleanup
      present/scmd: Check that the flip and screen pixmap pitches match

Olivier Fourdan (2):
      xwayland: search for a render node to use
      glamor: pixmap FBO may not be allocated

Peter Hutterer (2):
      xwayland: fix a realloc OOM error case
      dix: leave last.valuators alone on slave switch

Ray Strode (1):
      dix: ensure work queues are cleared on reset
2019-11-26 10:02:42 +00:00
wiz
4627035f64 modular-xorg-server: really remove unused libxkbui dependency 2019-11-26 09:13:11 +00:00
wiz
fb13a0e7e0 libdmx: remove
pkgsrc didn't supply a DMX enabled X server, so client support is
not useful either.
2019-11-26 09:07:16 +00:00
wiz
7aa17a15bc xdpyinfo: remove dmx support
Bump PKGREVISION.
2019-11-26 09:05:15 +00:00
wiz
25d77e4dbf libxkbui: remove
Only used by xorgcfg, which was long removed from modular-xorg-server.
2019-11-25 22:37:17 +00:00
wiz
9591987e3a modular-xorg-*: remove libxkbui bl3.mk
Unused for years (was only used by removed xorgcfg).

Bump PKGREVISION.
2019-11-25 22:32:52 +00:00
wiz
9bbffeae08 xorgproto: update to 2019.2nb3.
Do not install legacy headers any longer. The modular-xorg meta package
builds without them now.
2019-11-25 10:07:43 +00:00
wiz
b8607987df libXevie: remove
The X server stopped supporting this a long time ago.
2019-11-25 09:52:14 +00:00
wiz
a458d7325d libXxf86misc: remove
Unused in pkgsrc, and the server side support code was removed 11 years
ago.
2019-11-24 22:01:36 +00:00
wiz
1b31faee41 xdpyinfo: remove libXxf86misc inclusion
xdpyinfo compiles without it, and the server side support code was
removed 11 years ago.

Bump PKGREVISION.
2019-11-24 21:57:31 +00:00
wiz
8d6d2155d0 xscreensaver*: remove libXxf86misc inclusion
xscreensaver compiles without it, and the server side support code was
removed 11 years ago.

Bump PKGREVISION.
2019-11-24 21:54:52 +00:00
wiz
36e20348b4 xset: remove libXxf86misc inclusion
xset compiles without it, and the server side support code was
removed 11 years ago.

Bump PKGREVISION.
2019-11-24 21:54:08 +00:00
wiz
76742499e9 kde-workspace4: remove libXxf86misc inclusion
The cmake script checks for it, but it's not actually used anywhere.

Bump PKGREVISION.
2019-11-24 21:50:04 +00:00
wiz
7dbb1eeb46 mate-control-center: remove libXxf86misc inclusion
The configure script checks for it, but it's not actually used anywhere

Bump PKGREVISION.
2019-11-24 21:47:57 +00:00
wiz
c7372e1fca modular-xorg-server*: Remove libXxf86misc inclusion
It is not actually used. Bump PKGREVISION.
2019-11-24 21:43:39 +00:00
gdt
7446c90edf x11/qwt6-qt5: Fix two minor build problems
Use bsdtar, to avoid installing pax droppings and failing the PLIST check.

Skip the shlib check on a plugin, on the theory that the plugin
expects the missing library to already have been loaded, and this
appears to be the case when used in qgis.  Should perhaps be addressed
upstream, if someone really understands what is going on.
2019-11-24 01:31:38 +00:00
mef
95c11294c4 (x11/kirigami2) Fix build, x11/qt5-qttools/buildlink3.mk added 2019-11-23 13:17:24 +00:00
nia
99d79a9bbf xorgproto: Force consistent man page installation for SunOS/etc
It appears to attempt to detect whether the system uses "Sys-V"-style
man categories by checking for a specific file in /usr/share/man.

This doesn't seem to be particularly accurate and causes problems with
varying PLISTs on pkgsrc depending on the system's filesystem layout.

So just force a consistent category number for "misc" pages for every OS,
for now...
2019-11-23 11:41:20 +00:00
ryoon
8f20f4a390 Fix installation of lib/mlterm/libzmodem.*. Fix packaging 2019-11-23 10:31:37 +00:00
tsutsui
5d83b4d7ec mlterm: update to 3.8.9.
pkgsrc changes:
- remove patches applied in the upstream

Upstream changes noted in doc/en/ReleaseNote:

ver 3.8.9
* Support zmodem. (See doc/en/README.tarnsfer)
* Add "send_file" and "zmodem_start" to OSC 5379.
* Add receive_directory / --recvdir option.
* Support xdg-shell-v6 (unstable) on wayland.
* Support copy&paste via X11 primary selection on wayland.
* Hide the mouse cursor in inputting keys by default on xlib and win32.
* ~/.mlterm/font accepts UTF-8 on windows.
* Change the default value of "font_size_range" option from 1-100 to 1-10000.
* Clear a window and scroll out all lines on resizing only if
  the value of --sr / "scroll_on_resizing" option is true.
* Set _NET_WM_PID property.
* Revive -N/"app_name" option which sets WM_CLASS property.
  (WM_CLASS was disabled at 3.8.6)
* Add a percent or number argument without '+' and '-' to "vresize_screen" and
  "hresize_screen" of OSC 5379.
* Add "RESET" (which resets the parser of mlterm) as a shortcut key.
* Add vte 0.58 API symbols to libvte compatible library.
* Merge patches:
  https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
  https://sourceforge.net/p/mlterm/patches/24/
* Bug fixes:
  Fix memory leaks of libptymosh.so
  Fix https://sourceforge.net/p/mlterm/mailman/message/36633222/ (Enbugged at 3.8.8)
  Fix segfault of mlterm for java by race condition.
  Fix unexpected invalidation of --mdi=false option. (Enbugged at 3.8.8)
  Fix uninitialized memory access of mlimgloader.exe for win32.
  Fix broken images of some sixel graphics. (Enbugged at 3.8.5)
2019-11-22 18:06:47 +00:00
tnn
56c73343b7 compton: fix build w/ -D_FORTIFY_SOURCE=2 2019-11-20 23:04:23 +00:00
markd
532d342b6e kde-workspace4: add explicit dependency on cln now that qalculate doesn't 2019-11-20 22:39:26 +00:00
gutteridge
2369515b82 x11/enlightenment: fix typo in MESSAGE.NetBSD 2019-11-20 22:19:06 +00:00
wiz
5ad6a7c935 xfwp: remove
Another obsolete technology demonstration.
2019-11-19 14:21:26 +00:00
wiz
c83d0a4645 xrx: remove
This was a technology demonstration from the 1990s that didn't take off.
2019-11-19 14:09:34 +00:00
adam
186acb1c28 py-qt5: updated to 5.13.2
PyQt v5.13.2 has been released. This is a minor bug-fix and feature release. There are corresponding releases of the other PyQt dependent packages. All packages can now be built with SIP v5. All wheels bundle Qt v5.13.2.
2019-11-18 19:44:51 +00:00
taca
7176f18e7a Remove USE_RAKE
Remove USE_RAKE.  It was used to control dependency to ruby-rake package
befor ruby 2.0 days.  Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
2019-11-18 16:20:22 +00:00
gutteridge
d99aa2056d x11/enlightenment: drop redundant sentence in DESCR 2019-11-18 04:51:59 +00:00
ng0
ae39cdc26e xplanet: remove parts in description not required. 2019-11-17 12:01:02 +00:00
ng0
662fe65786 xplanet: Update to version 1.3.1
* Add 2017 leap second patch from upstream as well as
  fix output bug when num_times is 2 patch.
* Fix build with clang

Upstream Changelog from SVN:

Don't outline symbol for markers where outlined=false
fix marker bug when range is a small value
update gif code to giflib-4.2.0
update gif code to 5.0.0
fix arc bug at close ranges, update default night image
update version number
use distance from limb plane instead of planet center when deciding when to draw annotations
reapply marker fix
fix limb distance bug
Add -label_altitude option
fix radius bug
Fix label bug
use GetTempPath() for windows
add windows directory
add string.h to png.c
use JPL's leapsecond kernel definitions for ET-UTC
add deltaT expression for pre 1838
fix UTC bug
Update MS Windows desktop size
update comments in config file
updates for cygwin
set default desktop file type to PNG
add 2015 leap second
release 1.3.1
2019-11-16 17:36:28 +00:00
ryoon
542710dce1 Fix conflict with vlcXvMC.h provided by libXvMC 1.0.12, bump PKGREVISION 2019-11-15 10:01:35 +00:00
wiz
b0b2569805 evieext: remove, it's part of xorgproto now
Noted by taca.
2019-11-15 09:18:16 +00:00
nia
2016245a57 qt5-qtwayland: Fix build 2019-11-14 23:07:20 +00:00
wiz
f8de1e4d43 xf86-input-elographics: update to 1.4.2.
Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Add README.md to EXTRA_DIST

Jaska Kivela (1):
      Added axis inversion functionality.

Matt Turner (1):
      elographics 1.4.2

Peter Hutterer (1):
      Handle DEVICE_ABORT on input ABI 19.1
2019-11-14 11:09:49 +00:00
wiz
5d6561a51b xf86-video-sis: update to 0.11.0.
This is a maintenance release of SiS DDX for X.Org X Server.
There are still about 4 more compilation warnings with the code, but fixing them will require some effort that I am not willing to invest at this time.
The remaining compilation warnings are all "const char*" to "char*" type warnings involving text strings.

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com

--
Adam Jackson (1):
      Remove reference to ->virtualFrom

Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Remove obsolete B16 & B32 tags in struct definitions
      Update configure.ac bug URL for gitlab migration

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-sis: remove the GlxSetVisualConfigs stub and friends

Fabrice Fontaine (1):
      configure.ac: fix cross-compilation

Kevin Brace (10):
      Minor adjustment to the compilation order
      Add conditional compilation directives to suppress compilation warnings
      Elimination of many "variable set but not used" compilation warnings
      Eliminate set but not used variable compilation warnings
      Suppress logical operation and parenthesis related compilation warnings
      Eliminate swap macro related unused variable compilation warnings
      Eliminate constant related compilation warnings for native functions
      Convert EXA support preprocessor macro to USE_EXA
      Convert text format specifier type to unsigned short
      Version bumped to 0.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-11-14 11:08:32 +00:00
wiz
6a6d2c032d xf86-video-s3: update to 0.7.0.
This is a maintenance release of S3 DDX for X.Org X Server.
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com

--
Alan Coopersmith (7):
      When checking malloc for success, it helps to use == NULL, instead of =
      s3_bios.c: Simplify code for choosing between 16000 & 16000 for RefClock
      Remove unused BIOS size & address macros
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Fix malformed list syntax.

Gaetan Nadon (1):
      Remove mibstore.h

Kevin Brace (5):
      Discontinue the use of xf86PciInfo.h
      Use const char for xf86GetOptValString return type
      Eliminate set but not used variable compilation warnings
      Eliminate unused variable compilation warning
      Version bumped to 0.7.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-11-14 11:07:12 +00:00
wiz
271cd82edc xinput: update to 1.6.3.
/me blows the dust off this git repo

xinput 1.6.3 is now available, incorporating the best of the last (checks
calendar) four years. Most of this is buildsystem tidyup that mattered back
then but is less exciting now in these modern times.

The only user-visible change is that xinput will now print a warning when
run against XWayland in the hope that this will reduce the number of
confused users or misguided bugs. Or both, ideally.

Alan Coopersmith (2):
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (8):
      Switch to using "#if HAVE_XI..." exclusively
      autogen.sh: drop maintainer mode
      autogen.sh: use exec instead of waiting for configure to finish
      man: document an example for a set-prop call
      property: plug a memory leak
      test-xi2: add an extra NULL-check
      Warn if you're running against an XWayland server
      xinput 1.6.3
2019-11-14 11:05:20 +00:00
wiz
cd394f0bcb xwininfo: update to 1.1.5.
Alan Coopersmith (4):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Clear -Wsign-compare warnings from gcc 7.3
      xwininfo 1.1.5

David Hill (1):
      In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.

Stéphane Aulery (1):
      Improve manpage and -h option
2019-11-14 11:04:00 +00:00
wiz
e788dbb958 xman: update to 1.1.5.
Alan Coopersmith (8):
      Change fall through comment in ScrollByL.c to match gcc's requirements
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Delete unused function Name() from tkfuncs.c
      Make CreateManpageWidget use String type for name argument
      Change fallback_resources from char * to String type
      Pass -D_CONST_X_STRING to make libXt declare String as const char *
      xman 1.1.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Julien Cristau (1):
      If we have man-db, don't try and emulate man's pipeline

Matthieu Herrb (1):
      Fix typo in manual page.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-11-14 11:03:19 +00:00
wiz
e99418054c xbacklight: update to 1.2.3.
Alan Coopersmith (4):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      atof_or_die: Also die if nothing was converted
      xbacklight 1.2.3

Roberto Ricci (1):
      exit if conv. from string to double fails

Roman Donchenko (1):
      Properly round the new brightness value
2019-11-14 11:00:38 +00:00
wiz
4a77d29296 setxkbmap: update to 1.3.2.
Alan Coopersmith (4):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Correct error messages for missing/invalid file passed to -config
      setxkbmap 1.3.2

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-11-14 10:59:38 +00:00
wiz
cd7f596117 xauth: update to 1.1.
This release fixes a race condition where an existing authority file
would be unlinked (possibly causing other clients to fail to connect), and fixes sorting and merging of authority file entries.

Adam Jackson (2):
      process: Close a window where no authority file would exist
      xauth 1.1

Alan Coopersmith (3):
      Change fall through comment in process.c to match gcc's requirements
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Michal Srb (2):
      Merge only entries with equal dpy and protoname.
      Sort entries from most specific to most generic.
2019-11-14 10:39:27 +00:00
wiz
87c25d5216 xrandr: update to 1.5.1.
Aaron Plattner (1):
      man: Document the new --filter option

Adam Simpkins (1):
      xrandr: fix crash if some modes cannot be found

Alan Coopersmith (2):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Giuseppe Bilotta (8):
      xrandr: document that we accept '--dpi output'
      xrandr: suppress misleading indentation warning
      xrandr: allow a single value for --scale
      xrandr: stricter --scale argument parsing
      xrandr.man: grammar tuning
      xrandr: allow single value for --gamma
      xrandr.man: document the monitor manipulation options
      xrandr: gamma and scaling factors must be positive

Matt Turner (2):
      Build xz tarballs instead of bzip2
      xrandr 1.5.1

Mihail Konev (1):
      autogen: add default patch prefix

Pablo De La Garza (1):
      xrandr: Add a "--filter" flag

Pali Rohár (2):
      Document format of --dpi option in non-ambiguous way
      Document that --dpi and --fbmm options set DPI of whole X screen

Peter Hutterer (2):
      autogen.sh: use exec instead of waiting for configure to finish
      init the name to 0

Vladimir Panteleev (1):
      xrandr: Fix deleting inactive monitors
2019-11-14 10:30:43 +00:00
wiz
bdb55f8ecd libXfont2: update to 2.0.4.
This minor maintenance release cleans up issues found by Coverity and gcc,
as well as additional hardening through the use of APIs with stronger bounds
checking.

Adam Jackson (1):
      fontfile: Remove unused 'bc' slot from _FontEntry

Alan Coopersmith (15):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Add some unit testing utilities
      Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
      Use bounds checking string functions everywhere
      Add reallocarray fallback if not provided by libc nor libbsd
      Convert multiplying realloc calls to use reallocarray instead
      Convert multiplying malloc calls to use mallocarray instead
      fontxlfd.c: tell gcc that switch fallthrough is intentional
      stubs/atom.c: check for ResizeHashTable failure
      ComputeScaledProperties: check for valid pointers before making atoms
      CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
      fs_read_glyphs: check if rep is null before dereferencing
      Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs
      libXfont2 2.0.4

Maya Rashish (1):
      Fix whitespace

Rin Okuyama (1):
      avoid -Wformat errors from clang when building with -DDEBUG
2019-11-14 10:27:41 +00:00
wiz
6648d1ffd3 xf86-video-ati: update to 19.1.0.
I'm pleased to announce the 19.1.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.20.

There are no big changes in this release, just fixes and other minor
improvements.

Thanks to everybody who contributed to this release in any way!


NOTE:

As of September, I'm no longer working for AMD but for Red Hat's
graphics/input infrastructure team. I'm hoping that someone from my
former team at AMD will step up to maintain this driver.


Flora Cui (1):
      dri2: reply to client for WaitMSC request in any case

Michel Dänzer (9):
      Retry get_fb_ptr in get_fb
      dri3: Always flush glamor before sharing pixmap storage with clients
      dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
      Remove dri2_drawable_crtc parameter consider_disabled
      present: Check that we can get a KMS FB for flipping
      Don't disable page flipping completely with SW cursor
      Don't set up black scanout buffer if LeaveVT is called from CloseScreen
      Don't unreference FBs of pixmaps from different screens in LeaveVT
      Bump version for 19.1.0 release
2019-11-14 10:24:36 +00:00
wiz
4542a5ce4d xf86-video-amdgpu: update to 19.1.0.
I'm pleased to announce the 19.1.0 release of xf86-video-amdgpu, the
Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.13-1.20.

There are no big changes in this release, just fixes and other minor
improvements.

Thanks to everybody who contributed to this release in any way!


NOTE:

As of September, I'm no longer working for AMD but for Red Hat's
graphics infrastructure team. I'm hoping that someone from my former
team at AMD will step up to maintain this driver.


Flora Cui (1):
      dri2: reply to client for WaitMSC request in any case

Michel Dänzer (13):
      Retry get_fb_ptr in get_fb
      dri3: Always flush glamor before sharing pixmap storage with clients
      dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
      Remove dri2_drawable_crtc parameter consider_disabled
      present: Check that we can get a KMS FB for flipping
      Don't disable page flipping completely with SW cursor
      gitlab-ci: Use templates from wayland/ci-templates
      present: Also check pixmap pitch in check_flip with current xserver
      present: Don't check pixmap pitch in check_flip with current DC
      present: Don't check pixmap pitch in check_flip with non-DC >= 3.34
      Don't set up black scanout buffer if LeaveVT is called from CloseScreen
      Don't unreference FBs of pixmaps from different screens in LeaveVT
      Bump version for the 19.1.0 release
2019-11-14 10:22:16 +00:00
ryoon
cdb3a2b49f Remove conflicted header file. Bump PKGREVISION
* XKBgeom.h is provided by libX11-1.6.9 now. Remove it from xorgproto.
2019-11-14 09:44:30 +00:00
wiz
cfebeb7be9 xorgproto: update to 2019.2.
2019.2:
This release moves more header files to the legacy set. Note that this
means libX11 older than 1.6.9 and libXvMC older than 1.0.12 will not
build without some legacy headers installed.

Adam Jackson (2):
      Move remaining xlib-entwined headers to LEGACY
      xorgproto 2019.2

Jon Turney (1):
      Move windowswmproto to legacy

2019.1:
This release boasts a bunch of cleanup work and a few new keysyms. No
functional changes to any of the protocols.

Adam Jackson (3):
      randrproto: Fix missing #undef RRLease
      Remove COPYING-panoramixproto
      composite: Fix the documentation for the unredirection requests

Alan Coopersmith (9):
      Remove trailing whitespace from header files
      Remove the use of no-op B16 & B32 bitfield macros in headers
      Assorted typo fixes in headers
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.am
      keysymdef.h: Update repo info in comments
      Update URLs for protocol specs to use xorgproto repo now
      Restore generation of specs from docbook in autotools builds

Hans de Goede (1):
      XF86keysym: Add XF86XK_RotationLockToggle

Jeremy Puhlman (1):
      Remove libdir from pc files.

Jian-Hong Pan (1):
      XF86keysym: Add XF86XK_MonBrightnessCycle

Jon Turney (1):
      .gitignore more autotools artifacts

Julien Cristau (3):
      PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacy
      Fix MAN_SUBSTS libdir replacements
      Remove more build files

Keith Packard (1):
      screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element

Matthieu Herrb (1):
      Remove RCS Ids

Peter Hutterer (2):
      Fix comment for XK_Ocaron
      xorgproto 2019.1

Roman Kapl (1):
      Improve the ButtonInfo description.

Thomas E. Dickey (1):
      Update Xalloca.h to reduce compiler warnings:
2019-11-13 22:13:29 +00:00
wiz
88230f0682 libXvMC: update to 1.0.12.
This release fixes the pkgconfig data to not refer to libXv, adds a
pkgconfig file for libXvMCW, and prepares for a future xorgproto
release. There should be no functional changes.

Adam Jackson (3):
      pkgconfig: Remove xv from xvmc.pc
      vld: Provide <X11/extensions/vldXvMC.h> ourself
      libXvMC 1.0.12

Dylan Baker (1):
      Add a pkgconfig file for libXvMCW
2019-11-13 22:09:08 +00:00
wiz
383bf1a314 xkeyboard-config: update to 2.28.
2.28	28 commits
	Translations updated
2.27	Big change: dropping intltool
	24 commits
	Translations updated
2019-11-13 22:07:02 +00:00
wiz
0ca2b5c8df libXt: update to 1.2.0.
Alan Coopersmith (3):
      Get rid of some extraneous ; at the end of C source lines
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (3):
      Fix leaks detected by covscan
      dummy fix for covscan
      Fix covscan complain

Emil Velikov (1):
      autogen.sh: use quoted string variables

Fabrice Fontaine (1):
      libXt: util: don't link makestrs with target cflags

Jeremy Huddleston Sequoia (1):
      darwin: Don't build libXt with -flat_namespace

Jon Turney (2):
      Fix WHITEFILL after const fixes
      Provide suseconds_t typedef on Win32

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Rin Okuyama (1):
      avoid -Wformat errors from clang when building with -DDEBUG

Thomas E. Dickey (134):
      fix build when XT_GEO_TATTLER is defined
      fix bug introduced by
      workaround for obsolete macro/command ".ny", in the manpages since late
      trim undefined symbol "D" from ".Ds" macros in manpages.
      fix typo from last step
      split-up lines longer than 80 columns in manpages
      cleanup undefined macros in manpages
      trim down the "De" macro by removing the parts that used never-defined registers
      fix typo from last change
      None of the versions of the "Ds" macro (going back to X11R4) worked with
      update the "Ds" macro in the other files, for consistency
      Use standard size_t type in the casts for length-parameter of memcpy, memmove
      bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.
      This cleans up the "easy" warning fixes which can be made using my
      The ".BR" macro is used to join bold/regular text.
      restore fixed-pitch formatting of code-examples
      eliminate casts of NULL for String* and Cardinal*, since those are unnecessary
      Referring to the xterm FAQ
      The last commit removed "IN" macro, but not the lines which used it.
      This is a minimal change which compiles when predefining _CONST_X_STRING,
      Allow all of the "argv" strings to be writable, since those arrays may
      resolve const-mismatches in internal functions of Intrinsic.c
      resolve const-mismatches in Shell.c
      fix gcc warnings in Display.c
      fix shadowing warning for widgetClass parameter; no binary-change
      fix const-mismatches in TMparse.c
      fix const-mismatches in TMprint.c
      fix const-mismatches in Tmstate.c
      change return-type to avoid const-mismatches
      updated manual pages' C prototypes to agree with the header-files.
      avoid using C keyword "default" as parameter name
      fix minor regression in prototype updates
      remove some debris...
      fix: some ASCII characters were mangled into Unicode look-alikes
      by the way - an overdue notification
      update several function prototypes to use void-return or void-parameter,
      modify function prototypes in spec to correspond to updates made in headers
      updated return-type for XtFindFile, also due to _CONST_X_STRING
      corrected prototype for XtAppSetFallbackResources; error in spec
      correct prototype for XtDisplay; error in spec
      correct prototype for XtInitialize; error in spec
      The conversion to xml's funcdef dropped one or more parameters from several
      change ambiguous String's to char* or const-char*, as well as adding the
      fix a typo
      whitespace-fixes, plus convert examples to standard C
      add (with an external script "markup-literallayout") <code> tags
      use DOCTYPE consistently in included xml files, to allow using named entities
      modify xml-files to use named-entities, for easier manipulation
      corrected some nested list formatting
      fix ``fake quotes''
      fill in titles for some references to ICCCM and X11 documents
      use programlisting tag rather than workaround for literallayout font.
      use consistent labeling for xref's
      use lineannotation tag to solve font mismatches for xref's inside
      formatted sample code to fit in 80 columns
      whitespace/formatting fixes
      use lineannotation tag
      whitespace/formatting fix
      use lineannotation tag
      The conversion to xml overlooked the nroff document's use of "\%" for
      trim spurious backslashes from translation of nroff to docbook xml
      use ldquo/rdquo/ndash where appropriate
      correct an error from the original document's depiction of escape_char
      use ldquo/rdquo/ndash where appropriate
      update manpage prototype for XtFindFile()
      Add --disable-const and --enable-geo-tattler options for new/updated features.
      remove calls to "IN" macro, which was recently removed from header
      fix cut/paste error in description of --enable-geo-tattler configure option
      update xorg's documentation-urls
      The interface changes made recently have to be documented, and due to the
      summarize X11R6.3 and X11R6.4 changes
      finish summarizing X11R6 vs documentation updates
      begin section on the conversion to standard C
      fill in background for wide-prototypes
      fill in prototype information for a code example, as well as for
      add some missing "typedef" keywords for prototyped function-pointers.
      fill in a few missing typedef keywords, and a missing "*" in prototype, as well as minor clarification of "XtIs<class>"
      minor tweak to work around docbook's limited formatting
      move MenuPopdown and MenuPopup to section to distinguish these actions from C prototypes (and use the "Xt" prefix for these names as implemented since X11R4).
      add #include for <X11/Intrinsic.h> to manpages, per convention
      summarize the const-changes in X11R7+
      updated the acknowledgements section, and added a few notes to the release-7 section
      bump to 1.1.5.1 (actually 1.2.0 should be the target)
      adapt change from libXaw for inserting the package version into the spec
      restore the last 3-4 pages of "Registering a New Resource Converter",
      improved markup for the restored pages
      ignore the generated file used for version-number
      fixes for typos and formatting glitches
      fix gcc warnings when assigning into a bit-field by first masking the value
      fix 5 more simple gcc warnings
      use "const void *" rather than "char *" for memcmp, etc
      XtAppProcessEvent expects XtInputMask parameter, which is unsigned-long
      fixes for gcc warnings, no object-change
      if Xalloca.h is corrected to use size_t param, one change is still needed in
      eliminate an unnecessary cast which gave a gcc warning and add a null-pointer check
      add casts to fix compiler warnings
      Add related fix from
      Proposed revision of XtAppMainLoop() in
      update manpage for changes to XtAppMainLoop()
      updated spec to correspond to the current implementation of XtAppMainLoop
      add a note pointing out the change in design
      manpage style fix: sentences should end at the end of a line
      remove an #include used in debugging
      add casts to quiet compiler warnings with Solaris 11.4 / gcc 7.3.0
      fixes cppcheck "style" warnings (mostly variable-scope)
      ensure XWindowChanges value is initialized before updating it (clang --analyze)
      fix unused-assignment warnings (clang --analyze)
      fix most clang --analyze warnings about null-pointers
      use explicit pointer check to eliminate a clang --analyze warning in VarGet.c
      use _X_NORETURN, works for gcc and clang
      trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN"
      bump to 1.1.5.2 to reflect noreturn-changes
      bump to 1.1.5.2 to reflect noreturn-changes
      fix compiler-warning when DEBUG is defined
      add prototype for DEBUG-function
      build-fix and compiler-warnings when TRACE_TM is defined
      build- and compiler-warning fixes when XTTRACEMEMORY is defined
      fix compiler warnings when _TRACE_HEAP is defined
      fix compiler warnings when WHITEFILL is defined
      add superscript-markup in range definitions
      drop "session" resource XtNsession / XtCSession, which was listed in X11R6 but never defined in headers
      fix fake-quotes in manpages
      fix a syntax mess introduced by R6.6 ifdef'ing
      correct markup for header- and library-filenames; they are not functions
      fix formatting errata
      use strdup in two places; remove a bogus "else" from X11R6.4 changes
      reduce ifdef/ifndef inconsistency for USE_POLL
      fix some punctuation errata
      fix some more errata, plus reformat a list for consistency
      update to 1.1.5.3 to reflect documentation updates/review
      update for proposed release as 1.2.0
      fix a typo
      force a version-bump
      add a dependency on makestrs to help with parallel builds

Walter Harms (27):
      no need to check XFree arguments
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      no need to check args for free
      resolv:assignment discards 'const' qualifier from pointer target
      alloc+bzero == calloc
      resolv:shadows a global declaration
      no need to check XFree arguments
      resolv:assignment discards 'const' qualifier from pointer target
      Replace last two uses of .Pn with .ZN
      replace .ZN with .BR
      remove space after < for include filename
      replace the use of .Ds/.De macro with the std. RS/.RE macro
      FIX: add missing .fi
      remove in-text macros
      Remove unused macros to ease maintenance
      Fix input starvation in XtMainLoop() closes bug #7
      save one indent level
      no need to check argument for X(t)Free
      no need to check arument for XtFree()
      remove useles else
      fix documentation to refect reality..
      make _XtWaitForSomething accept always the same number of arguments
      remove dead code
2019-11-13 22:01:53 +00:00
wiz
b7de5822c0 libX11: update to 1.6.9.
1.6.9

A collection of build and documentation fixes, one preparatory change
for a new xorgproto release, and a fix for a deadlock bug in _XReply.
Thanks to all who contributed.

Adam Jackson (3):
      makekeys: Detach ourselves from X headers entirely
      xkb: Provide <X11/extensions/XKBgeom.h> ourselves
      libX11 1.6.9

Dmitry Osipenko (1):
      Fix lockup in _XReply() caused by recursive synchronization

Ross Burton (1):
      src/util/Makefile: explicitly reset LINK to not use libtool

Thomas E. Dickey (6):
      the last commit overlooked some fake-quote pairs
      another fake-quote fix
      trim trailing whitespace from manpages
      split lines at sentence endings
      fix a substitution error from recent commit, e.g, "s/^\.EE/XDe/"
      improve some formatting

Walter Harms (8):
      note that we can handle kbd==NULL
      remove in-text macros
      replace home grown .ZN with std, .B and .BR
      fix TBL format
      Replace home-grown .Ds .De macro with man page .EX/.EE macro
      remove all private macro defines
      get rid of ``fake quotes''
      fix ``fake quotes'' in text

1.6.8

Adam Jackson (2):
      _XDefaultIOError: Reformat to be less ugly
      _XDefaultIOError: Do better at detecting explicit shutdown

Alan Coopersmith (23):
      Remove documentation of obsolete B16 & B32 tags in specs/libX11
      Update README for gitlab migration
      Import reallocarray() from OpenBSD
      Convert main src directory to use reallocarray()
      Convert src/XKB to use reallocarray()
      Convert src/xcms to use reallocarray()
      Add some missing allocation failure checks in src/xcms
      Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArray
      Replace Xmalloc+strcpy pairs with strdup calls
      Convert src/xlibi18n to use reallocarray()
      Fix out-of-tree builds after commit 8a62e26515e528bb47917ec4a55cc2b492419eeb
      Remove no-longer-used name variable in _XGetAtomName
      Fix implicit conversion warnings in _XlcCreateDefaultCharSet
      Avoid use-after-free in _XimProtoSetIMValues()
      Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMask
      XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeys
      specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry()
      specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows()
      specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys()
      specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys()
      XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris
      Include reallocarray.h in tarballs so "make distcheck" passes
      Add missing close paren to XrmGetStringDatabase synopsis in man page

Albert Astals Cid (2):
      compose.dir: Add ast_ES.UTF-8
      locale.dir: Add ast_ES.UTF-8

Jon Turney (4):
      Add autoconf checks for headers we include for FIONREAD
      Remove makekeys dependency on X headers
      Use EXEEXT_FOR_BUILD for makekeys
      Avoid using libtool wrapper for makekeys

Josh Triplett (1):
      compose.dir.pre: Give the C.UTF-8 locale a full set of UTF-8 compose sequences

Matt Turner (2):
      Use AC_SYS_LARGEFILE
      libX11 1.6.8

Matthias Dieter Wallnöfer (5):
      locale.dir.pre - fix the de_LI latin15 locale
      Update locale.alias.pre - introduce the de_LI aliases (equivalent to de_CH)
      compose.dir.pre - add de_IT locale
      locale.dir.pre - add the de_IT locale
      locale.alias.pre - add the de_IT locale

Pavel Labath (1):
      Fix a leak in XCreateFontSet

Ran Benita (1):
      Compose.man: fix escaped hexadecimal char description

Samuel Thibault (1):
      Braille: Fix typing quickly

Tapani Pälli (1):
      Protect colormap add/removal with display lock

ojab (1):
      Compose sequences for rouble sign
2019-11-13 21:59:51 +00:00