Commit graph

13615 commits

Author SHA1 Message Date
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
wiz
56c27c5563 libxkbcommon: update to 0.8.0.
libxkbcommon 0.8.0 - 2017-12-15
==================

- Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on
  keysyms. This is useful in some odd cases, but working with the Unicode
  representations should be preferred when possible.

- Added Unicode conversion rules for the signifblank and permille keysyms.

- Fixed a bug in the parsing of XKB key type definitions where the number
  of levels were determined by the number of level *names*. Keymaps which
  omit level names were hence miscompiled.

  This regressed in version 0.4.3. Keymaps from xkeyboard-config were not
  affected since they don't omit level names.

- New API:
  xkb_keysym_to_upper()
  xkb_keysym_to_lower()
2018-01-10 10:43:27 +00:00
wiz
0ba97cdb39 gtksourceview3: update to 3.24.6.
News in 3.24.6
--------------
* New syntax highlighting definition file for: logcat.
* Improvements to the syntax highlighting of: Python and reStructuredText.
* Improvements to the Visual Studio builds.
* Translation updates.
2018-01-10 10:01:52 +00:00
rillig
4aa7103301 Fixed pkglint warnings, bumped PKGREVISION.
* Added license declaration
* Moved documentation out of the deprecated share/doc/html
* Documented patch
2018-01-07 19:27:56 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
jperkin
625a220b09 xfce4-notifyd: Requires gdbus-codegen. 2018-01-04 16:29:36 +00:00
jperkin
7b33b78f23 xf86-video-vboxvideo: Set DRIVER_MAN_SUFFIX on SunOS. 2018-01-03 11:50:39 +00:00
rillig
5c6493ca12 Added missing LICENSE variable. 2018-01-02 22:54:26 +00:00
rillig
5e0d9ead9f Added missing LICENSE variable (gnu-lgpl-v2). 2018-01-02 22:51:36 +00:00
rillig
cee768949c Replaced pkgsrc-specific patches with a SUBST block.
This reduces the number of pkglint errors for this package, since all
remaining patches are properly commented now.

No functional change, except for a smaller binary package.
2018-01-02 21:11:10 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
wiz
193ad7219e xf86-input-joystick: update to 1.6.3nb1.
Adapt to NetBSD current changes regarding USB HID.
From bouyer.
2017-12-27 14:13:55 +00:00
wiz
856412b203 xf86-video-openchrome: fix HOMEPAGE 2017-12-24 10:19:02 +00:00
wiz
014abfdcad lx*: use consistent HOMEPAGE, follow redirect 2017-12-24 09:59:46 +00:00
wiz
fd4ff7e231 modular-xorg-server: update to 1.19.6.
Yet another collection of fixes from master. There will likely be at
least one more 1.19.x release in 2018 as there are still a number of
unreviewed patches pending. Until then, happy new year.
2017-12-20 22:40:48 +00:00
wiz
83ca0f8bd5 libdrm: update to 2.4.89.
libdrm release with leasing and syncobj api updates, updated amdgpu
marketing ids, amdgpu tests, updated uapi headers, and etnaviv updates.
2017-12-18 20:46:52 +00:00
jperkin
3e5a9e7b87 blt: Use GCC for linking on SunOS, fixes SSP. 2017-12-18 15:06:26 +00:00
hauke
cbccace970 Unbreak package by culling extern declarations doubling as function
prototypes. Since NetBSD headers have moved to #including what they
reference, <string.h> is everywhere, which turns the externs from
annoying into harmful.
2017-12-12 20:42:41 +00:00
tsutsui
a82f6e5159 mlterm: update to 3.8.4.
Changes noted in doc/en/RelaseNote:

ver 3.8.4
* Support DECSLPP, DECSCPP, DECBBSM, DECRQTSR, DECCTR, DECRQPSR, DECSNLS, DECSTGLT, DECRSPS,
  DECSR, CSI 7 t, CSI 9;1 t, CSI ? Pm s, CSI ? Pm r, CSI 34 [hl], CSI 53 m and CSI 55 m.
* Support DECSASD, DECSSDT unless vertical mode is enabled.
* Support 90-degree rotation of alphabet glyphs in vertical mode (cjk alone) on framebuffer,
  wayland and android if freetype is enabled.
* Support sticky shift key of skk im module, and change the format of skk option from
  "skk:[dictionary]" to "skk:dict=[dictionary],sskey=[sticky shift key]".
* Add "use_vertical_cursor" and "click_interval" to OSC 5379, 5380 and 5381.
* Add "ot_features" and "ot_script" to OSC 5380 and 5381.
* Add "Features" and "Script" buttons to "Encoding" tab of mlconfig.
* Add "Underline pos (pixels)" and "Baseline pos (pixel)" to "Font" tab of mlconfig.
* Add "Double click interval (msec)", "Send keys to all windows" and
  "Trim trailing CR/LF in pasting" to "Others" tab of mlconfig.
* Add doc/en/ControlSequences which lists escape/control sequences which mlterm supports.
* Change the default value of "use_vertical_cursor" option from false to true.
* Drop "CSI ? 9500 [hl]".
* Improve processing sixel graphics on pseudo color framebuffer.
* Merge patches:
  https://sf.net/p/mlterm/patches/_discuss/thread/f5dc445d/0fc3/attachment/fix_spelling.diff
* Bug fixes:
  Fix impossibility of keyborad and pointer input after switching virtual consoles on wayland.
  Fix unexpectedly having privilege in opening a shell on startup of mlterm built with brlapi.
  Fix Pl, Pc and Pp of XCPR and CPR.
  Fix corruption of TBC (CSI g), CTC (CSI W) and DECATC(CSI ,}).
2017-12-08 14:12:43 +00:00
maya
964bedc046 bump for print/poppler major bump
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-08 08:52:56 +00:00
adam
9e0f254cdc libuuid, libblkid, mcookie: updated to 2.31
util-linux v2.31:
blkid: improve man page wording
blkid: more info about ambivalent results to the man page
blkid: cleanup man page info about lsblk

pkgsrc:
unified libuuid, libblkid, and mcookie
libuuid: also installs uuidgen
2017-12-08 08:03:35 +00:00
joerg
07a0b89343 Revert last, qt5-websockets is not spelled like that. 2017-12-05 19:57:46 +00:00
adam
c980d47947 Fixed typo 2017-12-04 08:40:48 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
c11f1ed8ff xf86-video-vboxvideo: clean up Makefile 2017-11-30 15:54:25 +00:00
wiz
cb388af4bb x11/Makefile: + xf86-video-vboxvideo 2017-11-30 15:53:48 +00:00
wiz
736790657c x11/xf86-video-vboxvideo: import xf86-video-vboxvideo-1.0.0
This is the VirtualBox video driver for X.org.
2017-11-30 15:53:19 +00:00
wiz
1df7341c86 libXfont: update to 1.5.4.
Matthieu Herrb (1):
      libXfont 1.5.4

Michal Srb (1):
      Open files with O_NOFOLLOW. (CVE-2017-16611)
2017-11-28 14:59:27 +00:00
wiz
06c9964350 libXfont2: update to 2.0.3.
Matthieu Herrb (1):
      libXfont2 2.0.3

Michal Srb (1):
      Open files with O_NOFOLLOW. (CVE-2017-16611)
2017-11-28 14:58:26 +00:00
wiz
50253012eb libXcursor: update to 1.1.15.
Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use strdup() instead of malloc(strlen())+strcpy()
      Fix some clang integer sign/size mismatch warnings

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

Matthieu Herrb (1):
      libXcursor 1.1.15

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

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

Tobias Stoeckmann (1):
      Fix heap overflows when parsing malicious files. (CVE-2017-16612)

shubham shrivastav (1):
      Insufficient memory for terminating null of string in _XcursorThemeInherits
2017-11-28 14:57:20 +00:00
maya
a7ccc1bae9 Makefile: +mrxvt 2017-11-27 08:07:31 +00:00
maya
a472f6edfe mrxvt: re-add after adding a patch for CVE-2017-7483 from x11/rxvt
bump PKGREVISION relative to removed version
2017-11-27 08:05:24 +00:00
wiz
b49b6b3475 *: use py-cairo's bl3.mk file where previously it used cairo:link
Needed when e.g. pkg-config is used to detect py-cairo.
2017-11-25 08:58:55 +00:00
wiz
37ff97a3da *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
wiz
ea0a6db48b gtkmm3: update to 3.22.2.
3.22.2 (stable):

Gtk:
* Editable, RecentChooser, Scale: Fix memory leaks.
  (Kjell Ahlstedt) Bug #783360
* PrintJob: Fix a call to Glib::throw_exception().
  (Kjell Ahlstedt)

Documentation:
* Gdk::RGBA: Update ctor(ustring) docs from GTK+
  (Daniel Boles) Bug #784483


3.22.1 (stable):

Unusually for a stable micro release, this release has some deprecations
compared to 3.22.0, to match similar deprecations in GTK+ 3.22.x.

Gtk:
* Container: Deprecate the child property.
  The underlying C property was deprecated in GTK+ 3.22.2.
  (Kjell Ahlstedt) Bug #773642.
* FileChooserDialog: Deprecate the constructors that take a backend
  parameter.
  (Kjell Ahlstedt)
* Menu: Deprecate popup().
  The underlying C functions were deprecated in GTK+ 3.22.2.
  (Kjell Ahlstedt) Bug #773642
* Widget:
  - Deprecate is_composited() and signal_composited_changed().
    The underlying C functions were deprecated in GTK+ 3.22.3.
  - Deprecate drag_dest_set_proxy().
    The underlying C functions was deprecated in GTK+ 3.22.3.
  (Kjell Ahlstedt) Bug #773642.
* Window: Deprecate set_wmclass().
  The underlying C functions was deprecated in GTK+ 3.22.2.
  (Kjell Ahlstedt) Bug #773642.

Gdk:
* Screen: Deprecate get_number(), get_width(), get_height(), get_width_mm(),
  get_height_mm(), make_display_name(), get_n_monitors(), get_primary_monitor(),
  get_monitor_geometry(), get_monitor_workarea(), get_monitor_at_point(),
  get_monitor_at_window(), get_monitor_width_mm(), get_monitor_height_mm(),
  get_monitor_plug_name(), get_monitor_scale_factor(), get_active_window().
  The underlying C functions were deprecated in GTK+ 3.22.2.
  (Kjell Ahlstedt) Bug #773642
* Visual: Deprecate get_system(), get_best(), get_best_depth(), get_best_type().
  The underlying C functions were deprecated in GTK+ 3.22.3.
  (Kjell Ahlstedt) Bug #773642
* Window:
  - Deprecate process[_all]_updates().
    The underlying C functions were deprecated in GTK+ 3.22.7.
  - Deprecate set_background(), get_background_pattern(), set_debug_updates().
    The underlying C functions were deprecated in GTK+ 3.22.2.
  (Kjell Ahlstedt)

Documentation:
* Box: Correct the constructor documentation.
  (Daniel Boles)
* CellLayout: Improve docs of get_first_cell() funcs
  (Daniel Boles)
* Frame: Fix the documentation of set_label_align().
  (Daniel Boles) Bug #774249
* Label: Improve h/valign constructor documentation and
  the improve the parameter names.
  (Daniel Boles) Bug #774652
* TreeModel: Improve docs of foreach*() functions
  (Daniel Boles)
* Minor cleanup of examples and demos.
  (Daniel Boles)
* demo: Don't call Notebook::remove_page() with invalid index.
  (Daniel Boles)

Build:
* Update the Visual Studio builds.
  (Chun-wei Fan)
* GtkMainConnectionNode: Remove unused method.
  (Kjell Ahlstedt)
2017-11-24 15:24:12 +00:00
wiz
afea1a0f93 mcookie: update to 2.31.
no change.
2017-11-23 20:27:20 +00:00
wiz
7068e4649b gtksourceview3: update to 3.24.5.
News in 3.24.5
--------------
* Bug fix in gtk_source_view_indent_lines().
* Improvements to the Visual Studio builds.
* Improvements to the syntax highlighting of: Vala.
* Translation updates.

News in 3.24.4
--------------
* Fix bug when GtkSourceView:indent-width and :tab-width are equal.
* New syntax highlighting definition files for: Swift, Maxima and Kotlin.
* Improvements to the syntax highlighting of: CSS.
* Various other small improvements.
* Translation updates.
2017-11-23 20:07:15 +00:00
wiz
decd1d7fdc gtk3+: update to 3.22.26.
Overview of Changes in GTK+ 3.22.26
===================================

* Bugs fixed:
 789630 Distribute protocol/server-decoration.xml in tarballs
 787142 input/IME: Defer the emit of the "commit" signal
 789134 icon-browser: Centre Copy button in dialog again
 789678 AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0
 788898 Inspector: better default split of CSS nodes/props
 789733 Fix GtkEntry:has-frame not working
 789213 gdk/win32: Fix Win32 GL Context switching
 785176 placessidebar: add starred location item

* Translation updates:
 Arabic
 Brazilian Portuguese
 Czech
 Dutch
 German
 Norwegian bokmål
 Polish
 Slovak
 Swedish
2017-11-23 19:40:21 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
tsutsui
317a50741f ruby-gnome2: update to 3.2.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.1: 2017-11-19

This is a memory related bug fix release.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#initialize})): Stopped to copy data for frozen
      (({String})).

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed memory leaks for output parameters.
      [GitHub#1113][Reported by Will Bryant]

==== Ruby/GIO2

  * Improvements

    * (({Gio::InputStream#read_all})): Made workable.
      [GitHub#1110][Reported by Paul van Tilburg]

    * (({Gio::InputStream#read})): If the given size is (({nil})),
      read until EOF or error. It's compatible with Ruby's IO objects.

==== Ruby/GTK3

  * Improvements

    * Marked top-level windows automatically.
      [GitHub#1103][Reported by cedlemo]

=== Thanks

  * Paul van Tilburg

  * cedlemo

  * Will Bryant
2017-11-22 17:05:52 +00:00
minskim
4ac43e8f0c x11/qt5-qtwebkit: Make this build on macOS 2017-11-21 17:00:28 +00:00
tsutsui
44e0749c4f ruby-gnome2: update to 3.2.0.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.0: 2017-11-07

This is a bug fix release for Ruby/Poppler.

=== Changes

==== Ruby/GLib

  * Improvements

    * (({GLib::IOChannel#create_watch})): Supported.
      [GitHub#1106][Reported by kspt-johs]

    * (({GLib::IOChannel#create_watch})): Supported.

==== Ruby/GTK3

  * Improvements

    * Added a sample.
      [GitHub#1109][Patch by cedlemo]

==== Ruby/Poppler

  * Improvements

    * (({Poppler#Document#size})): Added again.

    * (({Poppler#Document#pages})): Added again.

  * Fixes

    * Updated dependencies.
      [GitHub#1107][Reported by OBATA Akio]

    * (({Poppler#Document#initialize(:data => data)})): Added
      workaround. It should be fixed in upstream.

=== Thanks

  * kspt-johs

  * OBATA Akio

  * cedlemo
2017-11-19 10:38:38 +00:00
wiz
45490a4a59 tzosdclock: comment out dead sites. 2017-11-15 22:20:43 +00:00
wiz
39cc6147ca tile: comment out dead sites. 2017-11-15 22:20:14 +00:00
wiz
e148bdfad3 mxterm: comment out dead sites 2017-11-15 22:14:31 +00:00
minskim
fe54640331 x11/qt5-qtbase: Apply upstream fix to build with macOS-10.13 SDK
Bump PKGREVISION.
2017-11-13 17:36:11 +00:00
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
khorben
08f3106d89 Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.

This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).

As discussed on tech-pkg@
2017-11-12 15:36:57 +00:00
jaapb
9b1688b082 Added patch to x11/ocaml-lablgtk for compilation with ocaml 4.05 2017-11-09 10:57:57 +00:00