Commit graph

336627 commits

Author SHA1 Message Date
wiz
19cd73afe3 modular-xorg-server: update to 1.20.11
Christopher Chavez (1):
      XQuartz: recognize F16-F20 and Menu keys

Fabrice Fontaine (1):
      meson.build: KMS support also depends on dri2

Jeremy Huddleston Sequoia (36):
      xquartz: Remove support for Panther and earlier versions of macOS
      os: Remove support for Tiger and earlier versions of macOS
      xquartz: Remove support for Tiger and earlier versions of macOS
      xquartz: Remove support for Leopard and earlier versions of macOS
      xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopard
      xquartz: Remove support for SnowLeopard and earlier versions of macOS
      xquartz: Remove support for Lion and earlier versions of macOS
      xquartz: Remove support for Mountain Lion and earlier versions of macOS
      xquartz: Remove support for building for i386
      xquartz: Remove unused include of AvailabilityMacros.h from various sources
      xquartz: Remove support for older versions of libXplugin
      xquartz: Ensure that NSRunAlertPanel() is run on the main thread
      xquartz: Ensure we call into TIS on the main thread
      xquartz: Update the about box copyright to 2021
      xquartz: Apply Xcode 12.4 automatic updates to nibs
      xquartz: Fix applications menu table background color for dark mode
      xquartz: Apply spell check fixes from master for easier cherry-picking of changes in xquartz
      xquartz: Remove a workaround for AppKit versions older than Lion
      xquartz: Remove some dead code for compatibility with older nibs
      xquartz: Minor code modernization -- @autoreleasepool adoption
      xquartz: Use objc_autoreleasePoolPush / objc_autoreleasePoolPop directly in QuartzBlockHandler
      xqaurtz: Remove message_kit_thread() and use dispatch instead
      xquartz: Fold away array_with_strings_and_numbers and simplify with more modern Objective-C
      xquartz: Fold away some unnecessary hops to X11Controller through X11Application
      xquartz: Fold quartzCommon.h into quartz.h
      xquartz: Convert X11Application ivars into @properties
      xquartz: Convert X11Controller ivars into @properties
      xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.numberOfItems being correct in -awakeFromNib
      xquartz: Silence a compiler warning about missing internal methods on NSApplication
      xquartz: Fix build with sparkle enabled
      xquartz: Fix a compiler warning about const incompatible pointer assignment
      xquartz: Allocate each fbconfig separately
      xquartz: Don't process AppKit events if we haven't finished initializing
      xquartz: Add a launch trampoline to better integrate with modern versions of macOS
      xquartz: Don't include strndup.c any more since we no longer support 10.8 and older
      xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7

Jim DeLaHunt (1):
      Fix typo "XQaurtz" in Xquartz.man

Jon Turney (1):
      xquartz: Add stub ddxInputThread()

Mariusz Ceier (1):
      xwayland: Replace LogMessage with LogMessageVerb

Matt Turner (1):
      xserver 1.20.11

Matthieu Herrb (1):
      Fix XChangeFeedbackControl() request underflow

Michal Srb (1):
      xkb: Fix heap overflow caused by optimized away min.
2021-04-13 18:46:55 +00:00
wiz
9ea2ac1e6e gnumeric112: the package does not really handle python as an option
Remove non-working option. Can be added back if someone wants to do it.
2021-04-13 18:20:49 +00:00
rhialto
b54d909fd5 doc: Updated pkgtools/pkg_rolling-replace to 0.24.11 2021-04-13 17:52:18 +00:00
rhialto
5b2c612bfe pkg_rolling-replace: catch permission errors from pkg_admin
and print a friendlier warning message instead (only once).
Document that the mismatch state may not persist if permissions are
insufficient.
2021-04-13 17:51:21 +00:00
dholland
c40b549999 PR pkg/56100: security/libgcrypt fails on NetBSD/m68k
Extend the m68k assembler syntax probe to recognize NetBSD targets.
2021-04-13 17:38:12 +00:00
cirnatdan
407f5c7f4c doc: Updated x11/gnome-desktop3 to 40.0 2021-04-13 17:36:36 +00:00
cirnatdan
a388fae2bf gnome-desktop: Update x11/gnome-desktop3 to 40.0
============
Version 40.0
============

- No changes

===============
Version 40.rc
===============

- bg-slide-show: Always parse date/time integers in base 10
- thumbnail: Fix thumbnailing of CBZ with UTF-8 filenames
- thumbnail: Fix non-working thumbnailer in Flatpak
- Translation updates

===============
Version 40.beta
===============

- xkbinfo: Update iso639Ids but not iso3166Ids correctly in evdev
- Translation updates

==============
Version 40.alpha
==============

- Add support for x-large and xx-large thumbnail sizes (!99, Bastien Nocera)
- Make it easier to profile thumbnailers (!94, Bastien Nocera)
- thumbnailer: Cache GStreamer's plugin registry (!93, Bastien Nocera)
- Sandbox thumbnailers in Flatpaks (!92, Bastien Nocera)
- Change default input source to anthy for Japanese (#181, Takao Fujiwara)
- xkbinfo: use libxkbregistry to parse the rules files (!79, Peter Hutterer)
- Translation updates
2021-04-13 17:35:45 +00:00
adam
15fdf29ffa Updated multimedia/mp4v2, www/py-pylint-django 2021-04-13 16:35:56 +00:00
adam
b6422c29a8 py-pylint-django: updated to 2.4.3
Version 2.4.3 (09 Apr 2021)
---------------------------

- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
  ``get`` and ``post`` (Nicolás Quiroz)
- Typo fixes for
  `<https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
2021-04-13 16:35:36 +00:00
adam
a7cb14e592 mp4v2: updated to 4.1.6
4.1.6:
Unknown changes
2021-04-13 16:32:09 +00:00
fcambus
31f3e2c108 doc: Updated audio/libopenmpt to 0.5.8 2021-04-13 15:53:27 +00:00
fcambus
4fcf77b5cd libopenmpt: update to 0.5.8.
### libopenmpt 0.5.8 (2021-04-11)

 *  [**Sec**] Possible null-pointer dereference read caused by a sequence of
    `openmpt::module::read`, `openmpt::module::set_position_order_row` pointing
    to an invalid pattern, and another `openmpt::module::read` call. To trigger
    the crash, pattern 0 must not exist in the file and the tick speed before
    the position jump must be lower than the initial speed of the module.
    (r14530)

 *  [**Bug**] `libopenmpt.pc` did not list required system libraries `ole32.lib`
    and `rpcrt4.lib` on Windows in `Libs.Private` field for static builds.
 *  [**Bug**] libopenmpt 0.5.7 broke seeking in some subsongs.

 *  The built-in LFO plugin did not load the correct initial LFO frequency.
 *  IT command S7x (instrument control) is now supported when seeking with
    sample sync enabled.
 *  libopenmpt_ext `play_note` was cutting of channels even when there were
    plenty of free channels to use.

 *  mpg123: Update to v1.26.5 (2021-03-22).
2021-04-13 15:53:14 +00:00
nia
1f797c201c doc/TODO: remove srp_client 2021-04-13 15:49:20 +00:00
nia
6db6300f5b doc: Updated security/honeyd to 1.5c 2021-04-13 15:43:35 +00:00
nia
ac81f93ac2 honeyd: update to 1.5c, fix build with "new" libevent
i would post a changelog, but loading the honeyd forum fails with this:

SQL ERROR [ mysql4 ]

Table './phpbb2/phpbb3_sessions' is marked as crashed and should be repaired [145]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.

This release is from 2007.
2021-04-13 15:42:27 +00:00
nia
2d911ebaa0 doc: Removed security/sfs 2021-04-13 15:20:59 +00:00
nia
95837a61bd remove security/sfs
upstream has disappeared, this doesn't build with modern C++ compilers,
and i can't find any other packages from which to steal packages to fix
it in any other packaging systems.
2021-04-13 15:19:55 +00:00
nia
bdf7974d80 doc: Removed security/srp_client 2021-04-13 15:16:58 +00:00
nia
5cff77dd41 remove security/srp_client
development appears stalled upstream and this does not support current
openssl or SSP.
2021-04-13 15:15:45 +00:00
nia
e9321c22ae templates: match pkgsrc website
- downsize logo to 150px
- add slight padding to edges of screen
2021-04-13 15:04:03 +00:00
nia
c3861079b1 vala: set default DEPMETHOD to 'build' 2021-04-13 13:34:17 +00:00
cirnatdan
3f341e3fa9 doc/pkgsrc.*: regen 2021-04-13 12:55:26 +00:00
wiz
b80c8a0c07 gupnp: add vala build dependency now that it does not inherit it from gssdp any longer 2021-04-13 11:36:59 +00:00
wiz
e158247127 doc: Updated multimedia/libbluray to 1.3.0 2021-04-13 11:02:42 +00:00
wiz
0514aa53a7 libbluray: update to 1.3.0.
2021-04-05: Version 1.3.0
- Add bd_event_name().
- Add return value to bd_refcnt_inc().
- Add cache for parsed clpi file data.
- Add player setting for JRE location (JAVA_HOME).
- Improve FreeBSD BD-J support.
- Improve portability.
- Improve JVM and .jar file probing.
- Fix handling of non-ASCII .iso filenames in Windows (update libudfread to 1.1.2).
- Fix leak.
2021-04-13 11:02:33 +00:00
cirnatdan
106a6f87db doc: GNOME and freedesktop.org GitLab links
GNOME and freedesktop.org no longer use Bugzilla for issue tracking.
Both projects switched to Git and GitLab for development.
2021-04-13 11:01:17 +00:00
wiz
6920714393 doc: Updated net/gssdp to 1.0.3nb13 2021-04-13 10:59:17 +00:00
wiz
5365d0f8cd gssdp: make vala build dependency
Bump PKGREVISION.
2021-04-13 10:59:08 +00:00
pin
028fe15958 doc: Updated sysutils/xplr to 0.4.3 2021-04-13 10:54:29 +00:00
pin
62c8ace6cf sysutils/xplr: update to 0.4.3
Changes & fixes:
-Added new UI variables (see this).
-Fixed crashing when visiting restricted directories.
-Improved scrolling behavior.
-Improved symlink support.
-Improved clear behavior in number mode.
-Added xplr.desktop (@maximbaz).
2021-04-13 10:54:07 +00:00
pin
7f78a64f04 doc: Updated audio/ncspot to 0.6.0 2021-04-13 10:53:05 +00:00
pin
d3a2b07b00 audio/ncspot: update to 0.6.0
Maintenance:
-Refactorings + dependency updates
-Sort artist albums by year
-Store user state in binary CBOR format
-The state structure is growing a little too complex to store it as a TOML.
User state is now stored at ~/.config/ncspot/userstate.cbor.
-Improve synchronization of playback times
-Implement track preloading
-Don't save tracks AND album when saving an album (#488)

Features:
-(Re)store currently playing track + shuffle state from previous session (#448)
-Show display name owning the current library (#470)
-Add logout command (#470)
-Pagination for artist albums (#477)
-Split artist albums/singles into separate panel
-Play top tracks by artist instead of all tracks by artist
-Pagination for Podcast episodes
-Show tracks + duration of album, playlist, queue in the title bar (#475)
2021-04-13 10:52:43 +00:00
nia
c0d22c3660 wdm: fix build with newer WindowMaker
patch from FreeBSD Ports
2021-04-13 10:35:27 +00:00
wiz
59c666063b doc: Updated graphics/librsvg to 2.50.3 2021-04-13 10:28:10 +00:00
wiz
a9d4f53f7a librsvg: update to 2.50.3.
Version 2.50.3

- #601 - Compute correct bounds for objects with stroke-width=0.

- #545 - Fix MacOS build (Ignacio Casal Quinteiro, Christian Hergert).

- Fix test suite on Rust 1.49 (Sven Neumann).

Version 2.50.2

- #642 - Fix dx/dy offsets in nested <tspan> elements.

Version 2.50.1

- #615: SVG2: Support a chain of uri() filters in the "filter" property
  (John Ledbetter, Sven Neumann).

- #483: Support CSS selectors for attribute matching, like rect[attr^="prefix"]

- #554: Fixed the geometry_for_layer() APIs to not ignore the passed viewport.

- Fixed CSS "import" so it allows only files from the same base directory
  (Lars Schmertmann).

- #623 - The pkg-config files (*.pc) do not define the 'svgz_supported' and
  'css_supported' variables anymore.  These variables were hardcoded
  to 'true' and unchanged since 2011.

- #624 - The source repository no longer produces a librsvg-uninstalled.pc file.

Version 2.50.0

- The following is a summary of changes between 2.48.x and 2.50.0.  For
  full details, please see the 2.49.x release notes below.

- This release requires at least Rust 1.40.

- Windows builds now support ARM64, thanks to Chun-wei Fan.

- Librsvg now consumes much less memory for large SVG files.  The limit for
  the maximum number of elements in an SVG is bigger now at 1 million
  elements (this limit exists to avoid unbounded memory consumption by
  maliciously large files, and is plenty to render even very detailed
  maps).  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for making
  this possible.

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- Many new features from SVG2:

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Many bug fixes and little optimizations; see the 2.49.x release notes for
  details.  Thanks to Paolo Borelli, Daniel Kolesa, Ernestas Kulik.
  Sven Neumann, Bastien Orivel, Jordan Petridis, Emile Snyder.

- Special thanks to Sven Neumann for fixing all the cargo-clippy lints.

Version 2.49.5

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Cleanups of the basic drawing and paint-handling code (Paolo Borelli).

- Many style fixes per cargo-clippy (Sven Neumann).

- Improved documentation on the library's internals.

Version 2.49.4

- Support ARM64 Windows builds (Chun-wei Fan).

- #165 - Draw zero-length paths with square caps correctly (Bastien Orivel).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #609 - Support the transform attribute again in clipPath (Sven Neumann).

- Update Criterion benchmarks (Ernestas Kulik).

- Update to newer dependencies (Bastien Orivel).

- Many style fixes per cargo-clippy (Dunja Lalic, Sven Neumann).

Version 2.49.3

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- #605 - Compute 'bolder' and 'lighter' font-weight correctly.

- #219 - Make the path parser have a tokenizer/parser (Emile Snyder).

- Fixes for the CI after the gitlab.gnome.org changes (Jordan Petridis).

- Fixed some typos in the documentation (codespell is awesome!).

Version 2.49.2

- Fix failing tests.

Version 2.49.1

- (#604) - Fix build on big-endian machines.  Thanks to Daniel Kolesa
  for testing this repeatedly.

Version 2.49.0

- Memory consumption of parsed SVG data is greatly reduced.  Property
  values, path data, and text nodes now use much less memory than
  before.  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for
  their contributions.

- With that reduction in memory consumption, librsvg can now load up
  to 1 million XML elements.  This is a hard limit to avoid malicious
  files consuming arbitrary amounts of memory.

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- Sven Neumann has written a fantastic test suite for rsvg-convert(1).
  Now we can modify this program with confidence.

- Many, many cleanups (Paolo Borelli).

- #594 - Only compute locale information for elements that need it.

- As usual, thanks to Bastien Orivel for keeping dependent crates updated.

- Fix Windows builds without PangoFT2.

- Benchmarks of internal functions work now.  You can run "cargo bench"
  in librsvg/ and rsvg_internals/.

Version 2.48.5

- #577 - Support multiple fonts in the font-family property (Bastien Orivel).
  Previously in font-family="Foo, Bar, Baz" only Foo would get used.

- #591 - Catch overflow when rendering files with a huge viewBox.

- #593 - Don't panic with an empty objectBoundingBox for a mask.

- #596 - Fix introspection data for rsvg_handle_set_stylesheet (Sutou Kouhei).

- Fixes to the librsvg_crate documentation (Abraham Toriz).

- Loading raster images for inclusion in an SVG and producing
  GdkPixbufs is now faster.

Version 2.48.4

- #590 - Fix regression when rendering masks.

- #588 - Fix panic when a big viewBox creates an invalid transform.

- #592 - Fix invalid argument to g_log_structured_array()
2021-04-13 10:28:00 +00:00
nia
badc7b7a47 lhs: fix build. 2021-04-13 10:26:57 +00:00
nia
695a099b2a open-vm-tools: fix for latest glib 2021-04-13 10:19:24 +00:00
wiz
5f8d96e476 doc: Updated x11/libxkbcommon to 1.2.1 2021-04-13 10:11:21 +00:00
wiz
3f54c440eb libxkbcommon: update to 1.2.1.
libxkbcommon 1.2.1 - 2021-04-07
==================

- Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key
  types with missing level names, like the one used by the `numpad:mac` option
  in xkeyboard-config. Regressed in 1.2.0.
2021-04-13 10:11:12 +00:00
wiz
7562280418 libxkbcommon: remove gmake from tools, uses meson 2021-04-13 10:10:22 +00:00
wiz
50a3c0c408 doc: Updated textproc/yelp-xsl to 3.32.1nb1 2021-04-13 10:03:01 +00:00
wiz
c2224f75fb yelp-xsl: mark python as build dependency only
Bump PKGREVISION.
2021-04-13 10:02:53 +00:00
wiz
7dcd4e015f doc: Updated x11/qt5-qtdeclarative to 5.15.2nb2 2021-04-13 10:01:46 +00:00
wiz
5803b1a62b qt5-qtdeclarative: mark python as build dependency
Bump PKGREVISION.
2021-04-13 10:01:36 +00:00
wiz
28861d3cf3 doc: Updated print/poppler-glib to 21.04.0nb2 2021-04-13 09:46:43 +00:00
wiz
9fed4f3251 poppler-glib: make python build dependency only
Bump PKGREVISION.

Fix some pkglint while here.
2021-04-13 09:46:33 +00:00
adam
a7b3057867 Updated audio/faudio, sysutils/ansible-base 2021-04-13 09:16:52 +00:00
adam
2dec8517fa ansible-base: updated to 2.10.8
v2.10.8
=======

Minor Changes
-------------
- module payload builder - module_utils imports in any nested block (eg, ``try``, ``if``) are treated as optional during module payload builds; this allows modules to implement runtime fallback behavior for module_utils that do not exist in older versions of Ansible.

Bugfixes
--------
- Fix adding unrelated candidate names to the plugin loader redirect list.
- Strategy - When building the task in the Strategy from the Worker, ensure it is properly marked as finalized and squashed. Addresses an issue with ``ansible_failed_task``. (https://github.com/ansible/ansible/issues/57399)
- ansible-test - The ``--export`` option for ``ansible-test coverage`` is now limited to the ``combine`` command. It was previously available for reporting commands on which it had no effect.
- ansible-test - The ``ansible-test coverage combine`` option ``--export`` now exports relative paths. This avoids loss of coverage data when aggregating across systems with different absolute paths. Paths will be converted back to absolute when generating reports.
- ansible-test - ensure unit test paths for connection and inventory plugins are correctly identified for collections (https://github.com/ansible/ansible/issues/73876).
- apt - fix policy_rc_d parameter throwing an exception when restoring original file (https://github.com/ansible/ansible/issues/66211)
- debug action - prevent setting facts when displaying ansible_facts (https://github.com/ansible/ansible/issues/74060).
- find - fix default pattern when use_regex is true (https://github.com/ansible/ansible/issues/50067).
- restrict module valid JSON parsed output to objects as lists are not valid responses.
- setup - fix error handling on bad subset given.
- setup, don't give up on all local facts gathering if one script file fails.
- su become plugin - ensure correct type for localization option (https://github.com/ansible/ansible/issues/73837).
2021-04-13 09:16:34 +00:00
adam
ffabb98ec1 faudio: updated to 21.04
21.04

New Features:
* Added support for SDL_GetAudioDeviceSpec, coming in a future SDL release
* FACT: Implemented accurate Fast/Slow/SinCos RPC curve types
* Added support for XMA2 audio, for Xbox 360 data

Fixes:
* Voice filters/effects should be processed even when SendCount is 0
* FACT:
  - Fix parsing/calculation of filter Q factors
  - Enforce STOPPING flag for fade-outs or RPC releases
  - Various fixes for parsing big-endian SoundBanks
2021-04-13 09:15:06 +00:00
wiz
829b2c3b09 gnumeric112: remove files that are in python PLIST from main PLIST 2021-04-13 09:11:27 +00:00