1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

623386 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
11add23844 net/rubygem-ovirt-engine-sdk: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:04 +02:00
Muhammad Moinur Rahman
5c996c4abb databases/libgda5: Fix build with llvm16
- Add missing USES=sqlite reported by poudriere testport

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:03 +02:00
Muhammad Moinur Rahman
34b2b20cc1 graphics/devil: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation

Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:03 +02:00
Muhammad Moinur Rahman
10a7ca632a devel/libbinio: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:03 +02:00
Muhammad Moinur Rahman
4c181e16f1 multimedia/bcmatroska2: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:03 +02:00
Muhammad Moinur Rahman
e3e88f28d0 x11-toolkits/xmhtml: Fix build with llvm16
- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:02 +02:00
Muhammad Moinur Rahman
a41dccaf8c japanese/mecab: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:02 +02:00
Muhammad Moinur Rahman
c42df690ad textproc/discount: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:02 +02:00
Muhammad Moinur Rahman
8a4ae08814 textproc/gdome2: Fix build with llvm16
- Add LICENSE GPLv2 LGPL21
- Pet portclippy
- Refresh patches
- Adopt port

Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:02 +02:00
Muhammad Moinur Rahman
9819041314 multimedia/py-librtmp: Fix build with llvm16
- Utilize USES=localbase

Sponsored by:	The FreeBSD Foundation
2023-06-24 20:10:01 +02:00
Dima Panov
faf12943ab
mail/exim: list AUTH_TLS in OPTIONS_GROUP_AUTH (+)
PR:	271881
2023-06-24 21:00:51 +03:00
Nuno Teixeira
23c911b722 devel/py-apptools: Update to 5.2.1
- Switch to DISTVERSION
 - Switch to pep517 build
 - Take maintainership

ChangeLog:	https://github.com/enthought/apptools/releases/tag/5.2.1
		https://github.com/enthought/apptools/blob/main/CHANGES.txt
2023-06-24 18:19:47 +01:00
Thierry Thomas
c164bb279f math/libRmath: upgrade to 4.3.1 2023-06-24 19:06:25 +02:00
Eugene Grosbein
2523d47727
security/gost-engine: use new OSVERSION == 1400092
Remove temporary hack in favor of OSVERSION check
for base OpenSSL version.
2023-06-24 23:58:01 +07:00
Vinícius Zavam
ad63312728
[NEW] security/webtunnel-tor: Pluggable Transport based on HTTPT
WebTunnel is a pluggable transport for Tor that attempts to imitate
  web browsing activities based on HTTPT, a Probe-Resistant Proxy.

  * https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel

Sponsored by:	TorBSD Diversity Project, TDP
Sponsored by:	The Tor Project
2023-06-24 16:54:02 +00:00
Pavel Timofeev
3fdf757e5c net/kafka: update to 3.5.0
ChangeLog: https://kafka.apache.org/blog#apache_kafka_350_release_announcement

PR:		272150
Reported by:	timp87@gmail.com (maintainer)
2023-06-24 18:53:19 +02:00
Philipp Ost
732bedf65e math/polymake: update to 4.10
ChangeLog: https://polymake.org/doku.php/news/release_4_10

interfaces

topcom:
 Extend interface to access other combinations of connected, fine, and regular
 support for topcom 1.x.

fulton

 weighted_projective_space: fix rays computation

group

 action_functions: migrate some code to C++

polytope

 compress incidence: fix lineality dim for some trivial polytopes https://github.com/oscar-system/Oscar.jl/issues/2403
 TRIANGULATION: fix weights computation
 poly2{lp,mps}:
  better handling of infeasible polytopes
  improve compatibility with other parsers

PR:		272098
Reported by:	bsd@philippost.de
2023-06-24 18:52:17 +02:00
Jaap Akkerhuis
6bda5186fa dns/nsd: Update to 4.7.0
ChangeLog: https://www.nlnetlabs.nl/news/2023/Jun/07/nsd-4.7.0-released/

4.7.0
================
FEATURES:
- Merge #263: Add bash autocompletion script for nsd-control.
- Fix #267: Allow unencrypted local operation of nsd-control.
- Merge #269 from Fale: Add systemd service unit.
- Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
- dnstap over TLS, default enabled. Configured with the
  options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
  dnstap-tls-client-key-file and dnstap-tls-client-cert-file.

BUG FIXES:
- Fix #239: -Wincompatible-pointer-types warning in remote.c.
- Fix configure for -Wstrict-prototypes.
- Fix #262: Zone(s) not synchronizing properly via TLS.
- Fix for #262: More error logging for SSL read failures for zone
  transfers.
- Merge #265: Fix C99 compatibility issue.
- Fix #266: Fix build with --without-ssl.
- Fix for #267: neater variable definitions.
- Fix #270: reserved identifier violation.
- Fix to clean more memory on exit of dnstap collector.
- Fix dnstap to not check socket path when using IP address.
- Fix to compile without ssl with dnstap-tls code.
- Dnstap tls code fixes.
- Fix include brackets for ssl.h include statements, instead of quotes.
- Fix static analyzer warning about nsd_event_method initialization.
- Fix #273: Large TXT record breaks AXFR.
- Fix ixfr create from adding too many record types.
- Fix cirrus script for submit to coverity scan to libtoolize
  the configure script components config.guess and config.sub.
- Fix readme status badge links.
- make depend.
- Fix for build to run flex and bison before compiling code that needs
  the headers.
- Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
- For #279: Note that autoreconf -fi creates the configure script
  and also the needed auxiliary files, for autoconf 2.69 and 2.71.
- Fix unused variable warning in unit test, from clang compile.
- Fix #240: Prefix messages originating from verifier.
- Fix #275: Drop unnecessary root server checks.

PR:		272096
Reported by:	jaap@NLnetLabs.nl (maintainer)
2023-06-24 18:51:23 +02:00
Leo Vandewoestijne
d9bc749d8f dns/knot3: upgrade to 3.2.7
ChangeLog: https://www.knot-dns.cz/2023-06-06-version-327.html

Features:

 * knotd: new configuration option for preserving incoming IXFR changeset
   history (see 'zone.ixfr-by-one')

Improvements:

 * knotd: journal ensures the stored changeset's SOA serials are strictly
   increasing
 * knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment
   value
 * knotd, kdig: incoming transfer fails if a message has the TC bit set
 * knotd, kjournalprint: store or print the timestamp of changeset creation
 * kxdpgun: load only necessary number of queries (Thanks to Petr Špaček)
 * kxdpgun: print ratio of sent vs. requested queries (Thanks to Petr Špaček)
 * kxdpgun: print percentages as floats (Thanks to Petr Špaček)
 * kjournalprint: ability to print a changeset loop
 * kjournalprint: added changset serials information to '-z -d' output
 * packaging: RHEL9 requires libxdp like fedora since RHEL 9.2
 * doc: various improvements

Bugfixes:

 * knotd: journal loading can get stuck in a multi-changeset loop
 * knotd: missing RCU lock when reading zone through the control interface
 * knotd: server start D-Bus signaling doesn't work well if the zone file is
   missing, catalog zones are used, or in the async-start mode
 * knotd: test suite fails on 32bit architectures on musl 1.2 and newer
 * knotd: failed to process zero-length messages over QUIC
 * libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in
   the path

PR:		272088
Reported by:	freebsd@dns.company (maintainer)
2023-06-24 18:50:03 +02:00
Michiel van Baak Jansen
df27ab158e net-p2p/readarr: Update to 0.1.9.1905
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.1.9.1905

 * New: Improved page loading errors
 * Added padding to search tab to maintain visual consistancy
 * Automated API Docs update [skip ci]
 * Update translation files [skip ci]
 * Add skip ci to API docs update commit
 * Update cleansing rules for RSS TL feed and homedir for Mac
 * Update translations
 * Add HelpTextWarning support in FieldDefinition
 * Require ApiKey for all actions in SonarrImport
 * Fixed: Treat redirects as errors in Readarr Import List

PR:		272081
Reported by:	michiel@vanbaak.eu (maintainer)
2023-06-24 18:48:27 +02:00
Daniel Engberg
231505b7a0 x11-toolkits/gtk40: Remove broken FFmpeg option
This option is considered experimental by upstream and there's
little to no interest of maintaining it so remove it

Reference: https://gitlab.gnome.org/GNOME/gtk/-/issues/5581

PR:		271145
Approved by:	desktop (maintainer timeout, 6+ weeks)
2023-06-24 18:36:14 +02:00
Daniel Engberg
1965c3fbe8 audio/libtremor: Unbreak, deprecate and set expiration date to 2023-09-30
We only support hardware with a fpu and libraries that do use float
instructions perform better. Last active developent occurred over 10
years ago.
2023-06-24 18:24:35 +02:00
Daniel Engberg
bbb1a2d41c audio/rioutil: Deprecate and set expiration date to 2023-09-30
The supported portable devices were released about 20 years ago with
custom batteries and/or non replacable.
2023-06-24 18:16:44 +02:00
Daniel Engberg
7128113a51 audio/ample: Deprecate and set expiration date to 2023-09-30
Abandonware, last release 19 years ago and this basically works like a
http server that injects some metadata.
2023-06-24 18:14:34 +02:00
Daniel Engberg
cf5392a6bf audio/ccaudio2: Deprecate and set expiration date to 2023-09-30
No active development since 2011 and no users in tree
2023-06-24 18:12:58 +02:00
Christian Weisgerber
36f2c088f3 devel/got: update to 0.90
User-visible changes:
- make 'got add *' more forgiving about versioned paths on the command line
- make 'got merge' forward branches if there are no changes to merge
- teach 'gotadmin cleanup' to remove redundant pack files
2023-06-24 15:21:18 +00:00
Gleb Popov
57bf75dc7f lang/ghc: Pass CC and CXX to Hadrian to fix build in lang/gcc presence.
PR:		271928
Reported by:	John Hein <jcfyecrayz@liamekaens.com>, Mark Evenson <evenson.not.org@gmail.com>
2023-06-24 18:03:11 +03:00
Franco Fichtner
618276ffef www/phalcon: Update to 5.2.2
PR:		272156
Reported by:	maintainer
2023-06-24 22:41:15 +08:00
Wen Heping
a399334bc5 astro/py-astropy: Update to 5.3 2023-06-24 22:41:15 +08:00
Daniel Engberg
d66dd9fac7 audio/aacgain: Mark BROKEN, deprecate and set expiration date to 2023-09-30
Unfetchable and deprecated way of adjusting playback volume, use
audio/rsgain which utilizes ReplayGain instead.

Approved by:	multimedia (with hat on)
2023-06-24 16:39:04 +02:00
Daniel Engberg
0eed19bbe4 audio/flac123: Update to 2.1.0
Changelog: https://github.com/flac123/flac123/blob/v2.1.0/ChangeLog

Approved by:	multimedia (with hat on)
2023-06-24 16:39:03 +02:00
Daniel Engberg
26996d7063 devel/ticcutils: Use upstream release archive and minor fixes
PR:		272175
2023-06-24 07:28:35 -07:00
Dimitry Andric
a71db64dbe net-im/libpurple: fix build with clang 16
PR:		272103
2023-06-24 10:19:44 -04:00
Yuri Victorovich
d64dd583b9 math/onednn: Update 3.1.1 → 3.2
Reported by:	portscout
2023-06-24 07:16:48 -07:00
Dima Panov
45201bc747
mail/exim: add OPTION to enable TLS authenfication (+)
PR:	271881
2023-06-24 16:45:26 +03:00
Dima Panov
e04767da99
databases/adodb5: update to 5.22.6 release (+)
Maintenance release focusing mainly on PHP 8 compatibility.
The Date/Time library was deprecated and will be removed in 5.23.0.

Changelog:	https://github.com/ADOdb/ADOdb/blob/v5.22.6/docs/changelog.md
2023-06-24 16:39:29 +03:00
Dima Panov
399e1b7e12
databases/py-mysqlclient: update to 2.2.0 release (+)
Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.2.0
2023-06-24 16:38:02 +03:00
Matthew Seaman
b7e65e7b6f sysutils/py-hcloud: update to 1.22.0
Switch to pep517 build

Changes:	https://github.com/hetznercloud/hcloud-python/releases/tag/v1.22.0
Changes:	https://github.com/hetznercloud/hcloud-python/releases/tag/v1.21.0
Reported by:	repology, portscout
2023-06-24 13:51:42 +01:00
Matthew Seaman
ab050d7eda devel/py-pyupgrade: update to 3.7.0
Changes:	https://github.com/asottile/pyupgrade/compare/v1.27.0...v3.7.0
Approved by:	maintainer
PR:		272106
2023-06-24 13:49:53 +01:00
Muhammad Moinur Rahman
8a069382b3 net-im/libpurple: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:43 +02:00
Muhammad Moinur Rahman
b5e5c2010f games/libretro-bluemsx: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:43 +02:00
Muhammad Moinur Rahman
453636c527 net/{py-}libdnet: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation

Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:43 +02:00
Muhammad Moinur Rahman
c1bc8c8d0a graphics/gdchart: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:43 +02:00
Muhammad Moinur Rahman
64e9410f07 databases/pxlib: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:43 +02:00
Muhammad Moinur Rahman
80c9446118 graphics/pixen: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:42 +02:00
Muhammad Moinur Rahman
7839f3d866 devel/tla: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:42 +02:00
Muhammad Moinur Rahman
9b0e49b745 lang/cim: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:42 +02:00
Muhammad Moinur Rahman
859eb5a605 science/gtamsanalyzer: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:42 +02:00
Muhammad Moinur Rahman
a62cb1f670 devel/py-fam: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 14:03:41 +02:00
Thomas Zander
ced4dbad8d
Update gstreamer1 to upstream release 1.22.4
PR:		272141, 272100
2023-06-24 13:39:42 +02:00