Commit graph

368375 commits

Author SHA1 Message Date
wiz
8e7c1637df doc: Updated x11/libXv to 1.0.12 2022-12-05 08:53:23 +00:00
wiz
da7d6ba1b3 libXv: update to 1.0.12.
Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      XvGetReq: remove trailing semicolon that caller is expected to provide
      Variable scope reductions
      Handle implicit conversion warnings from clang
      libXv 1.0.12

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
2022-12-05 08:53:14 +00:00
wiz
6124d30907 doc: Updated x11/libXScrnSaver to 1.2.4 2022-12-05 08:52:14 +00:00
wiz
53ac3b22d7 libXScrnSaver: update to 1.2.4.
Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Whitespace fixes
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Handle implicit conversion warnings from clang
      libXScrnSaver 1.2.4

Samanta Navarro (1):
      Fix typo in manual page
2022-12-05 08:52:03 +00:00
wiz
7fa3ba627b doc: Updated x11/libXres to 1.2.2 2022-12-05 08:50:35 +00:00
wiz
07cb4899c3 libXres: update to 1.2.2.
Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Reformat code to X.Org standard style
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions
      Resolve -Wsign-compare warnings from gcc
      Handle implicit conversion warnings from clang
      Use calloc instead of malloc to allocate arrays
      libXres 1.2.2
2022-12-05 08:50:26 +00:00
adam
b141511aa8 Updated devel/ccache, converters/py-chardet 2022-12-05 08:36:03 +00:00
adam
7cbe3ff979 py-chardet: updated to 5.1.0
chardet 5.1.0

Features

Add should_rename_legacy argument to most functions, which will rename older encodings to their more modern equivalents (e.g., GB2312 becomes GB18030)
Add capital letter sharp S and ISO-8859-15 support
Add a prober for MacRoman encoding
Add --minimal flag to chardetect command
Add type annotations to the project and run mypy on CI
Add support for Python 3.11

Fixes

Clarify LGPL version in License trove classifier
Remove support for EOL Python 3.6
Remove unnecessary guards for non-falsey values

Misc changes

Switch to Python 3.10 release in GitHub actions
Remove setup.py in favor of build package
Run tests on macos, Windows, and 3.11-dev
2022-12-05 08:35:47 +00:00
adam
2c901ccb38 ccache: updated to 4.7.4
Ccache 4.7.4

Bug fixes

Fixed an inode cache race condition.
The default temporary directory is now $XDG_RUNTIME_DIR/ccache-tmp instead of a hardcoded /run/user/<UID>/ccache-tmp. If XDG_RUNTIME_DIR is not set, <cache_dir>/tmp is used. This avoids creating /run/user/<UID> on systems that don’t have it if compiling as root.
Added a fallback in case posix_fallocate returns EINVAL when creating the inode cache file.
Connection timeout for an HTTP connection is now reported as a timeout instead of an error.
Temporary files found in the cache are no longer counted in --show-compression.
Removed duplicate magic header in output from --inspect.
Ccache now properly waits for all recompression jobs to finish when there is no f subdirectory in the cache.

Other minor improvements

Improved inode cache logging.

Documentation improvements

Removed stray parenthesis.
Improved description of how header files are handled.
Added a hint about using -fno-pch-timestamp for precompiled headers with Clang.
Removed obsolete description of compiler type “pump”.


More https://ccache.dev/releasenotes.html
2022-12-05 08:29:44 +00:00
taca
d803c17e67 security/mozilla-rootcerts-openssl: fix build problem
Update PLIST to fix build problem.
2022-12-05 06:27:22 +00:00
wiz
8d38ff50b1 doc: Updated x11/libXdamage to 1.1.6 2022-12-04 23:16:45 +00:00
wiz
06d595918d libXdamage: update to 1.1.6.
Alan Coopersmith (11):
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Variable scope reduction as recommended by cppcheck
      Mark two dpy parameters const as suggested by cppcheck
      XDamageCloseDisplay: Mark codes as unused
      Remove unnecessary casts from malloc() and free() calls
      Handle -Wconversion warnings from clang
      Handle -Wshorten-64-to-32 warnings from clang
      libXdamage 1.1.6
2022-12-04 23:16:35 +00:00
wiz
9af8077f11 goffice0.8: remove
Use goffice0.10 instead
2022-12-04 23:07:42 +00:00
wiz
f743be70fa cutter: remove default-off goffice option 2022-12-04 23:06:49 +00:00
js
91e149436c Add licenses/djgpp-license
This is GPL with extra permissions, so maybe should be added to the list of
default allowable licenses.
2022-12-04 22:44:43 +00:00
js
786299c628 doc: Added cross/i586-pc-msdosdjgpp-gcc version 11.2.0 2022-12-04 22:40:01 +00:00
js
d015646920 Add cross/i586-pc-msdosdjgpp-gcc 2022-12-04 22:39:43 +00:00
js
b22a3bda27 doc: Added cross/i586-pc-msdosdjgpp-sdk version 2.05 2022-12-04 22:38:38 +00:00
js
870d7db297 Add cross/i586-pc-msdosdjgpp-sdk 2022-12-04 22:37:27 +00:00
wiz
9637329ffe doc: Updated x11/libXcomposite to 0.4.6 2022-12-04 22:16:54 +00:00
wiz
90d6034dac libXcomposite: update to 0.4.6.
Alan Coopersmith (9):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Mark two dpy parameters const as suggested by cppcheck
      Remove unnecessary casts from malloc() and free() calls
      Wrap XComposite*CheckExtension() in do { ... } while(0)
      Handle implicit conversion warnings from clang
      XCompositeCloseDisplay: Mark codes as unused
      libXcomposite 0.4.6
2022-12-04 22:16:39 +00:00
wiz
aced5aaf44 magit: remove
Doesn't build in any bulk build I can find, package untouched since import
in 2012; use emacs package infrastructure (e.g. package.el) to install
a current version.
2022-12-04 22:12:07 +00:00
wiz
1ca5ee5f81 doc: Updated x11/xf86-video-r128 to 6.12.1 2022-12-04 22:05:07 +00:00
wiz
e655b60e61 xf86-video-r128: update to 6.12.1.
Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      R128RAMRec: constify name pointer
      xf86-video-r128 6.12.1

Niveditha Rau (1):
      Mark DriverRec exported in r128_probe.h to match r128_probe.c
2022-12-04 22:04:58 +00:00
js
fb3297da09 cross/i586-pc-msdosdjgpp-binutils: Fix prefix 2022-12-04 21:13:31 +00:00
wiz
afa0f34ef2 kubo: Improve DESCR 2022-12-04 20:39:02 +00:00
wiz
98d7dcb676 doc: Added filesystems/kubo version 0.17.0 2022-12-04 20:10:07 +00:00
wiz
2c67a2b829 filesystems/Makefile: + kubo 2022-12-04 20:09:54 +00:00
wiz
d083bd95c7 filesystems/kubo: import kubo-0.17.0
Packaged in wip by myself and bsiegert@

IPFS is a global, versioned, peer-to-peer filesystem. It combines
good ideas from previous systems such as Git, BitTorrent, Kademlia,
SFS, and the Web. It is like a single BitTorrent swarm, exchanging
git objects. IPFS provides an interface as simple as the HTTP web,
but with permanence built-in. You can also mount the world at /ipfs.
2022-12-04 20:09:12 +00:00
js
18a2f3654a doc: Added cross/i586-pc-msdosdjgpp-binutils version 2.39 2022-12-04 20:08:03 +00:00
js
64ec41899e Add cross/i586-pc-msdosdjgpp-binutils 2022-12-04 20:07:48 +00:00
js
4403376ec4 cross/ppc-morphos-gcc-9: Use autoconf269
The default autoconf changed in the meantime and GCC breaks loudly with
autoconf 2.70.
2022-12-04 20:07:12 +00:00
he
1b31516cbd gdb7: fix it so that it builds on NetBSD/macppc-current.
Also conditionalize use of <sys/user.h>, probably beneficial
for other NetBSD ports.
2022-12-04 19:04:21 +00:00
rhialto
258b2b7a48 lang/algol68g: fix the patch for the dlopen problem. 2022-12-04 18:30:38 +00:00
adam
151d838aee Updated devel/SDL2, www/py-yarl 2022-12-04 18:08:33 +00:00
adam
e436dafc46 py-yarl: updated to 1.8.2
1.8.2 (2022-12-03)
==================
This is the first release that started shipping wheels for Python 3.11.
2022-12-04 18:08:15 +00:00
adam
210cb9fc8f SDL2: updated to 2.26.1
2.26.1
This is a stable bugfix release, with the following changes:

Improved audio resampling quality
Fixed crash if SDL_GetPointDisplayIndex() or SDL_GetRectDisplayIndex() are called before SDL_VideoInit()
Fixed building with older Xcode and macOS SDK
Fixed building when not using shared Wayland libraries
2022-12-04 18:07:47 +00:00
adam
c4bbaa8c98 Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools 2022-12-04 18:00:11 +00:00
adam
29a688fd02 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.51.1
Release v1.51.1

Python

Revert "Build with System OpenSSL on Mac OS arm64


Release v1.51.0

Core

Bump core version 202211082118.
c-ares DNS resolver: fix logical race between resolution timeout/cancellation and fd readability.
[log] Longer space for filenames.
c-ares DNS resolver: remove unnecessary code in SRV callback.
Correct the domain-socket client address read out from the ServerContext.
outlier detection: remove env var protection.
EventEngineFactoryReset - remove custom factory and reset default engine.
[tls] Remove support for pthread tls.

C++

Added version macros to gRPC C++.
OpenCensus: Move measures, views and CensusContext to include file.
GcpObservability: Add experimental public target.

C#

Fix msbuild failing when '@' is present in path (2nd attempt).
Revert "Fix msbuild failing when '@' is present in path".
Fix msbuild failing when '@' is present in path.

PHP

fixing php 8.2 deprecations.

Python

Fix lack of cooldown between poll attempts.
Build with System OpenSSL on Mac OS arm64.
Remove enum and future.
[Remove Six] Remove dependency on six.
Update xds-protos package to pull in protobuf 4.X.
2022-12-04 17:59:08 +00:00
wiz
9b68085c2f calibre: fix dependency pattern 2022-12-04 17:51:26 +00:00
pin
e2c5b975bd doc: Updated graphics/kvantum to 1.0.7 2022-12-04 17:43:50 +00:00
pin
c36e1b12cd graphics/kvantum: update to 1.0.7
- A rare crash is prevented when a busy progress-bar is destroyed. The credit
   goes to @NaofumiHonda for finding the triggering conditions.
2022-12-04 17:43:28 +00:00
pin
447bd975c3 doc: Updated textproc/git-delta to 0.15.1 2022-12-04 17:42:44 +00:00
pin
5748d34a8a textproc/git-delta: update to 0.15.1
- Explicitly request xz compression by @dandavison in #1249
2022-12-04 17:42:24 +00:00
pin
701da9f208 doc: Updated editors/tp-note to 1.19.7 2022-12-04 17:41:33 +00:00
pin
0857d54345 editors/tp-note: update to 1.19.7
- Capitalize '{{username}}', fix: 'tel:' is not local
2022-12-04 17:41:05 +00:00
adam
967cff060e Updated devel/protobuf, devel/py-protobuf 2022-12-04 17:40:48 +00:00
pin
5f35ecc5c8 doc: Updated editors/featherpad to 1.3.4 2022-12-04 17:40:17 +00:00
pin
c2495e0946 editors/featherpad: update to 1.3.4
A potential cause of crash is removed (by initializing the variables of
TextEdit and TabBar before any event is triggered).

Also:
● The Paste item of the Edit menu is enabled/disabled appropriately.
● The single quote is covered as the digit separator in C++(≥14) syntax
  highlighting.
● Enabled instant tooltips and corrected context menus on Wayland.
2022-12-04 17:39:56 +00:00
pin
bbc039bc2f doc: Updated editors/feathernotes to 1.1.0 2022-12-04 17:39:16 +00:00