Commit graph

6470 commits

Author SHA1 Message Date
Felix Palmen
85b9e25367 archivers/zpaqfranz: Add option for installing dir
bin/dir is just a shorthand for a subcommand of zpaqfranz. Installing it
would conflict with misc/gnuls, so make it optional and disabled by
default.

PR:		265651
Reported by:	diizzy (on IRC)
Approved by:	Franco Corbelli <franco@francocorbelli.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36292
2022-08-22 18:20:22 +02:00
Franco Corbelli
0207109c3a archivers/zpaqfranz: Add new port
Archiver with deduplication and snapshot freezing (aka: N zfs' snapshots
in one .zpaq file), just like 7z "merged" with Time Machine

PR:			265651
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36278
2022-08-21 21:19:01 +02:00
Tobias C. Berner
021c28353c KDE: Update KDE Frameworks to 5.97
Sunday, 14 August 2022

KDE today announces the release of KDE Frameworks 5.97.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.97.0/

PR:		265831
Exp-run by:	antoine
2022-08-21 18:48:37 +02:00
Daniel Engberg
5a2f556ccb archivers/zstd: Add LTO option
Add LTO option, this increases performance between 5-15% on my test
systems (arm64 and amd64) with optimized cflags (-03) enabled.

LTO is also enabled by default on Alpine Linux and OpenMandriva

PR:		265605
Approved by:	sunpoet (maintainer timeout, 2+ weeks)
2022-08-20 09:32:11 +02:00
Tobias C. Berner
116b90e550 KDE: Update KDE Gear to 22.08
Thursday, 18 August 2022

KDE Gear ⚙️ 22.08 has Landed!

KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.

Discover the most important changes added in the last four months to
software designed to make your life better!

Full announcement:
	https://kde.org/announcements/gear/22.08.0/
2022-08-18 18:20:59 +02:00
Yuri Victorovich
1e2ec9aa8c archivers/nfpm: Update 2.17.0 -> 2.18.0
Reported by:	portscout
2022-08-17 00:46:40 -07:00
Nuno Teixeira
840ecf7efb archivers/unmakeself: Adopt port 2022-08-15 20:49:09 +01:00
Nuno Teixeira
7b85796905 archivers/makeself: Use USES makeself
- use 'USES= makeself' to extract .run self-extractable script instead
   of executing it
2022-08-15 20:42:51 +01:00
Matthias Andree
714af13781 archivers/py-borgbackup: use fixed xxhash instead of avoiding it
This reverts commit 9db903a89b because
it does not fix the situation for lack of a PORTREVISION bump.
Let us use the opportunity to fix the real bug instead.

Now with xxhash fixed as of 0.8.1_2, drop 9db903a89, and
bump PORTREVISION so we flush out the old garbage packages.

A simple web search would have brought up that static_assert() is
a C11 convenience macro defined in <assert.h>, and a detailed
search would have turned up that this had been fixed in xxhash
before.

While here, add a smoke test to post-install.

Proper fix was
Reported by:	Thierry Dussuet <thierry.dussuet@protonmail.com>
PR:		265060
MFH:		2022Q3
2022-08-13 20:51:25 +02:00
Matthias Andree
875d7c7d19 *: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00
Jose G. Juanino
9db903a89b archivers/py-borgbackup: avoid dependency on xxhash port
- Instead, use the xxhash library provided in the same port

PR:	265060
Author:	Jose G. Juanino <jjuanino@gmail.com>
2022-08-13 17:23:51 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Richard Gallamore
73deae31bb archivers/py-rjsmin: Updated to 1.2.1
Changes: https://github.com/ndparker/rjsmin/blob/master/docs/CHANGES
2022-08-11 23:38:43 -07:00
Richard Gallamore
0eb03bb846 archivers/py-rcssmin: Updated to 1.1.1
Changes: http://storage.perlig.de/rcssmin/CHANGES-1.1.1
2022-08-11 23:37:59 -07:00
Alexey Dokuchaev
c8cf818032 archivers/ccmix: unbreak the build against unsigned-by-default char
On ARM, PowerPC, RISC-V (of the architectures supported by FreeBSD)
char type is unsigned by default, which causes the following build
error due to incorrect array declaration:

  mixkey/mix_dexoder.cpp:17:5: error: constant expression evaluates
  to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
2022-08-12 05:44:22 +00:00
Alexey Dokuchaev
dc2fd08d67 archivers/ccmix: new port had been added (+)
It's a command-line tool to create and extract from archive files in
the Westwood Studios MIX format and can handle all of the three main
variants used in classic Westwood games.

WWW: https://github.com/OmniBlade/ccmix
2022-08-11 17:23:14 +00:00
Alexey Dokuchaev
4d15788d0b archivers/libdeflate: update the port to version 1.13
Reported by:	portscout
2022-08-08 09:35:32 +00:00
Muhammad Moinur Rahman
62f3962943 lang/php81: Update version 8.1.8=>8.1.9
CLI:
- Fixed potential overflow for the builtin server via the
  PHP_CLI_SERVER_WORKERS environment variable.
- Fixed GH-8952 (Intentionally closing std handles no longer possible).
Core:
- Fixed bug GH-8923 (error_log on Windows can hold the file write lock).
- Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
Date:
- Fixed bug #80047 (DatePeriod doesn't warn with custom
  DateTimeImmutable).
FPM:
- Fixed zlog message prepend, free on incorrect address.
- Fixed possible double free on configuration loading failure. (Heiko
  Weber).
GD:
- Fixed bug GH-8848 (imagecopyresized() error refers to the wrong
  argument).
Intl:
- Fixed build for ICU 69.x and onwards.
OPcache:
- Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
  syntax of a valid file).
- Fixed bug GH-8030 (Segfault with JIT and large match/switch
  statements).
Reflection:
- Fixed bug GH-8943 (Fixed Reflection::getModifierNames() with readonly
  modifier).
Standard:
- Fixed the crypt_sha256/512 api build with clang > 12.
- Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David
  Carlier).
- Fixed bug GH-9017 (php_stream_sock_open_from_socket could return
  NULL).

Relnotes:	https://www.php.net/ChangeLog-8.php#8.1.9
Sponsored by:	Bounce Experts
2022-08-06 16:57:23 -05:00
Muhammad Moinur Rahman
33839ffd1d lang/php80: Update version 8.0.20=>8.0.22
- STRIP Binaries [1]

CLI:
- Fixed potential overflow for the builtin server via the
  PHP_CLI_SERVER_WORKERS environment variable.
Core:
- Fixed bug GH-8923 (error_log on Windows can hold the file write lock).
- Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
Date:
- Fixed bug #80047 (DatePeriod doesn't warn with custom
  DateTimeImmutable).
DBA:
- Fixed LMDB driver hanging when attempting to delete a non-existing
  key.
FPM:
- Fixed zlog message prepend, free on incorrect address.
- Fixed possible double free on configuration loading failure.
GD:
- Fixed bug GH-8848 (imagecopyresized() error refers to the wrong
  argument).
Intl:
- Fixed build for ICU 69.x and onwards.
OPcache:
- Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
  syntaxe of a valid file).
Standard:
- Fixed the crypt_sha256/512 api build with clang > 12.
- Uses CCRandomGenerateBytes instead of arc4random_buf on macOs.

Reported by:	sunpoet [1]
Approved by:	tz (private email)
Relnotes:       https://www.php.net/ChangeLog-8.php#8.0.22
Sponsored by:	Bounce Experts
2022-08-06 14:12:13 -05:00
Bernard Spil
57a153b696 archivers/libzip: Bump PORTREVISION on dependent ports 2022-08-05 17:58:34 +00:00
Bernard Spil
7df84dbe4a archivers/libzip: Update to 1.9.2
PR:		263996
Reported by:	brnrd
Submitted by:	dizzyy
Approved by:	rakuco
2022-08-05 17:55:41 +00:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Felix Palmen
0ac86ecea3 maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.

Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36029
2022-08-03 11:01:26 +02:00
Yuri Victorovich
108b757bb3 archivers/nfpm: Update 2.16.0 -> 2.17.0 2022-08-01 00:01:19 -07:00
Nuno Teixeira
05716c88ca archivers/innoextract: Adopt port 2022-07-26 16:31:59 +01:00
Nuno Teixeira
e29893d892 archivers/xarchiver: use PORTSCOUT to limit download tags
- use PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ to avoid tags like
   "identical_to_xfce_git_content"
2022-07-24 13:04:50 +01:00
Nuno Teixeira
d6e130ed5f archivers/xarchiver: Adopt/Update to 0.5.4.18
- switch to DISTVERSION
 - fix license type: GPLv2+ -> GPLv2
 - add missing dependencies: print/harfbuzz and gnome gdkpixbuf2

ChangeLog:	https://github.com/ib/xarchiver/compare/0.5.4.17...0.5.4.18
2022-07-22 23:09:14 +01:00
Tobias C. Berner
5564b3b420 science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b815 .

Reported by:	VVD <vvd@unislabs.com>
2022-07-20 16:35:24 +02:00
Tobias C. Berner
1ced9d288a archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreev Maxim
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Anes Mukhametov <anes@anes.su>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ayumi M <ayu@commun.jp>
  *  Carsten Larsen <cs@innolan.dk>
  *  Chin-San Huang <chinsan.tw@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Cyrille Lefevre <cyrille.lefevre@laposte.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Felix Palmen <felix@palmen-it.de>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Burchell <toxic@doobie.com>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  John Marino <marino@FreeBSD.org>
  *  José García Juanino <jjuanino@gmail.com>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kevin Golding <ports@caomhin.org>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Nathan Ahlstrom <nra@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Per Wigren
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Poul-Henning Kamp <phk@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@filez.com>
  *  Radim Kolar <hsn@netmag.cz>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yarodin <yarodin@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf <bf2006a@yahoo.com>
  *  chinsan <chinsan.tw@gmail.com>
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis <iblis.dif01@nctu.edu.tw>
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  mm
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
2022-07-20 16:20:49 +02:00
Tobias C. Berner
0d5d9e18b4 KDE: Update KDE Frameworks to 5.96
9th July 2022. KDE today announces the release of KDE Frameworks 5.96.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see

https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		265116
2022-07-18 09:48:52 +02:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Po-Chuan Hsieh
1723e3e0f7
archivers/zstd: Use .tar.zst instead of .tar.gz 2022-07-11 21:49:18 +08:00
Xin LI
7311acbb84 archivers/pxz: update to 136e5c2 . 2022-07-09 13:40:42 -07:00
Tobias C. Berner
7945adb0aa KDE: Update KDE Gear to 22.04.3
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

    * elisa: Fix the seek slider with newer versions of qqc2-desktop-style
    * konsole: Better recognition for URIs
    * korganizer: Fix a crash when completing a to-do in the summary view

Changelog: https://kde.org/announcements/changelogs/gear/22.04.3/
2022-07-07 23:49:42 +02:00
Po-Chuan Hsieh
d4ad885682
archivers/c-blosc2: Update to 2.2.0
Changes:	https://github.com/Blosc/c-blosc2/releases
2022-07-08 05:26:32 +08:00
Robert Clausecker
8ce2900d5a devel/schilybase: 2022 schilytools touchup
Following Jörg Schilling's death in 2021, this is a light touch up of
the port in preparation of future updates at the project's new home.

 - Jörg's domains have started to run out.  Change the WWW to our new
   project lest they point to some unrelated site.
 - Instead of building profiled libraries and then throwing them out,
   have -PROFILE not build these in the first place.
 - Enable symbol versioning for hardening against mismatched library
   versions.  While tested well on Linux, this option was never enabled
   on FreeBSD due to Jörg's lack of experience with the system.  Given
   that the toolchain is pretty much the same, little to now issues are
   to be expected.
 - Relax schilybase dependency to just LIB_DEPENDS to simplify partial
   upgrades.  This is reasonably safe now that symbol versioning has
   been enabled.

WWW:		https://codeberg.org/schilytools/schilytools

ChangeLog: https://codeberg.org/schilytools/schilytools

PR:	265040
Reported by:	fuz@fuz.su (maintainer)
2022-07-07 07:35:24 +02:00
Jose G. Juanino
2272379b7c archivers/py-borgbackup: Update to 1.1.18
Changes: https://github.com/borgbackup/borg/blob/1.1.18/docs/changes.rst#version-1118-2022-06-05

PR:	264953
2022-06-29 17:27:59 -07:00
Po-Chuan Hsieh
2300ceb142
archivers/p5-IO-Compress-Lzop: Update to 2.201
Changes:	https://metacpan.org/dist/IO-Compress-Lzop/changes
2022-06-30 05:49:32 +08:00
Po-Chuan Hsieh
9e0a121df4
archivers/p5-IO-Compress-Lzma: Update to 2.201
Changes:	https://metacpan.org/dist/IO-Compress-Lzma/changes
2022-06-30 05:49:31 +08:00
Po-Chuan Hsieh
bde03c155b
archivers/p5-IO-Compress-Lzf: Update to 2.201
Changes:	https://metacpan.org/dist/IO-Compress-Lzf/changes
2022-06-30 05:49:30 +08:00
Po-Chuan Hsieh
bf14b39bad
archivers/p5-IO-Compress: Update to 2.201
Changes:	https://metacpan.org/dist/IO-Compress/changes
2022-06-30 05:49:29 +08:00
Po-Chuan Hsieh
5168cc2dc2
archivers/p5-Compress-Raw-Zlib: Update to 2.202
Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2022-06-30 05:49:28 +08:00
Po-Chuan Hsieh
7a93acb1dc
archivers/p5-Compress-Raw-Lzma: Update to 2.201
Changes:	https://metacpan.org/dist/Compress-Raw-Lzma/changes
2022-06-30 05:49:27 +08:00
Po-Chuan Hsieh
7e40df4fe2
archivers/p5-Compress-Raw-Bzip2: Update to 2.201
Changes:	https://metacpan.org/dist/Compress-Raw-Bzip2/changes
2022-06-30 05:49:26 +08:00
Stefan Eßer
d11ee7cc64 Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by:	portmgr (implict)
2022-06-29 16:42:06 +02:00
Dave Cottlehuber
ab4964e6d9 */*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
databases/elixir-ecto
databases/elixir-geo
databases/elixir-mariaex
databases/elixir-postgrex
databases/elixir-timex_ecto
databases/erlang-couchbeam
databases/erlang-epgsql
databases/erlang-eredis
devel/elixir-apex
devel/elixir-bson
devel/elixir-cachex
devel/elixir-calendar
devel/elixir-combine
devel/elixir-conform
devel/elixir-connection
devel/elixir-coverex
devel/elixir-crontab
devel/elixir-csv
devel/elixir-decimal
devel/elixir-deppie
devel/elixir-dialyze
devel/elixir-distillery
devel/elixir-estree
devel/elixir-eternal
devel/elixir-exactor
devel/elixir-excoveralls
devel/elixir-exjsx
devel/elixir-exprotobuf
devel/elixir-gen_stage
devel/elixir-gettext
devel/elixir-inflex
devel/elixir-libring
devel/elixir-math
devel/elixir-msgpax
devel/elixir-nadia
devel/elixir-nats
devel/elixir-nimble_csv
devel/elixir-paratize
devel/elixir-plug
devel/elixir-poison
devel/elixir-quantum
devel/elixir-smppex
devel/elixir-timex
devel/elixir-trailing_format_plug
devel/elixir-tzdata
devel/elixir-unsafe
devel/erlang-bbmustache
devel/erlang-certifi
devel/erlang-cuttlefish
devel/erlang-erlware_commons
devel/erlang-gen_smtp
devel/erlang-getopt
devel/erlang-goldrush
devel/erlang-hut
devel/erlang-jobs
devel/erlang-jsx
devel/erlang-katana
devel/erlang-lager
devel/erlang-lager_syslog
devel/erlang-meck
devel/erlang-metrics
devel/erlang-parse_trans
devel/erlang-providers
devel/erlang-ssl_verify_fun
devel/erlang-unicode_util_compat
dns/erlang-idna
misc/elixir-mime
misc/elixir-uuid
misc/erlang-mimerl
misc/erlang-mimetypes
net/elixir-kafka_ex
net/elixir-oauth2
net/erlang-ranch
security/elixir-comeonin
security/elixir-comeonin_i18n
security/elixir-jose
security/erlang-fast_tls
security/erlang-jose
textproc/elixir-earmark
textproc/elixir-funnel
textproc/elixir-sweet_xml
textproc/erlang-edown
textproc/erlang-fast_xml
textproc/erlang-p1_utils
textproc/erlang-yamerl
www/elixir-html_entities
www/elixir-html_sanitize_ex
www/elixir-httpoison
www/elixir-httpotion
www/elixir-joken
www/elixir-maru
www/elixir-phoenix
www/elixir-phoenix_ecto
www/elixir-phoenix_html
www/elixir-phoenix_pubsub
www/elixir-webassembly
www/erlang-cowboy
www/erlang-cowlib
www/erlang-hackney
www/erlang-ibrowse
www/erlang-mochiweb
www/erlang-mochiweb-basho
www/erlang-webmachine

PR:		263694
Reviewed by:	olgeni@FreeBSD.org
Approved by:	erlang (with hat)
Sponsored by:	SkunkWerks, GmbH
2022-06-28 06:32:30 +00:00
Baptiste Daroussin
16d7a80e8a archiver/gnome-autoar: update to 0.4.3 2022-06-25 15:11:44 +02:00
Yuri Victorovich
066c78aa13 archivers/py-zstandard: Update 0.17.0 -> 0.18.0
Reported by:	portscout
2022-06-24 00:20:45 -07:00
Tobias C. Berner
b79b213264 KDE: Update KDE Frameworks to 5.94
12th June 2022. KDE today announces the release of KDE Frameworks
5.95.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		264651
2022-06-22 14:11:30 +02:00
Po-Chuan Hsieh
3eadce7973
archivers/p5-Compress-Raw-Zlib: Update to 2.200
Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2022-06-22 07:04:10 +08:00
Po-Chuan Hsieh
16b6e0f056
archivers/c-blosc2: Convert to USES=cmake:testing 2022-06-22 04:57:19 +08:00
Po-Chuan Hsieh
81cf455794
archivers/py-lz4: Convert to USE_PYTHON=pytest 2022-06-22 00:36:27 +08:00
Po-Chuan Hsieh
b907ec4506
archivers/c-blosc2: Remove bundled libraries 2022-06-22 00:32:41 +08:00
Jose Alonso Cardenas Marquez
c77c31909f lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
2022-06-20 20:17:20 -05:00
Jose Alonso Cardenas Marquez
b064c90bc8 archivers/peazip: update to 8.6.0
ChangeLog at:	https://github.com/peazip/PeaZip/releases/tag/8.6.0
2022-06-18 00:50:23 -05:00
Yuri Victorovich
f8aaa96a61 archivers/draco: Update 1.4.3 -> 1.5.2
Reported by:	portscout
2022-06-17 10:05:29 -07:00
Po-Chuan Hsieh
d4428bd985
archivers/unrar: Update to 6.12 2022-06-16 21:59:07 +08:00
Po-Chuan Hsieh
bab9aff6d2
archivers/rar: Update to 6.12
Changes:	https://www.rarlab.com/rarnew.htm
Security:	CVE-2022-30333
2022-06-16 21:59:06 +08:00
Po-Chuan Hsieh
ab04626576
*/Makefile: Sort SUBDIRs 2022-06-16 21:58:20 +08:00
Yuri Victorovich
664d192b35 archivers/nfpm: Update 2.15.1 -> 2.16.0
Reported by:	portscout
2022-06-14 19:01:32 -07:00
Alexey Dokuchaev
72bd27274b archivers/libdeflate: update the port to version 1.12.
Reported by:	portscout
2022-06-14 01:49:30 +00:00
Muhammad Moinur Rahman
214a6c5f5a */*: Ignore with php82 2022-06-12 19:08:05 -05:00
Muhammad Moinur Rahman
665b149d26 */*php82*: Welcome php 8.2.0 Alpha 1
Please DO NOT use this version in production, it is an early test
version.

port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.

Sponsored by:	Bounce Experts
2022-06-11 16:02:49 -05:00
Tobias C. Berner
8747d18a3b KDE: Update KDE Gear to 22.04.2 (June bugfix release)
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

 *   ark: Support ‘7zip’ as well as ‘p7zip’.
 *   konsole: Fix scroll position jumps regression.
 *   okular: Fix crash while undoing with the menu on an empty
     annotation.

Distro and app store packagers should update their application packages.

Full Changelog:	https://kde.org/announcements/changelogs/gear/22.04.2/
2022-06-10 22:06:27 +02:00
Po-Chuan Hsieh
8a847db139
archivers/py-zopfli: Convert to USE_PYTHON=pytest 2022-06-09 18:58:06 +08:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Hung-Yi Chen
9b382c112b
archivers/php-lz4: Update to 0.4.3
PR:		261788
Approved by:	maintainer timeout
2022-06-06 18:22:04 +08:00
Hung-Yi Chen
976d79331f
archivers/php-zstd: Update to 0.11.0
PR:		261787
Approved by:	maintainer timeout
2022-06-06 18:21:00 +08:00
Po-Chuan Hsieh
c25304e4ad
archivers/p5-IO-Compress-Lzma: Remove patch file after cf33840b7f 2022-06-03 17:00:27 +08:00
Jason E. Hale
4f6992db72 archivers/libunrar6: Update to 6.1.7
Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the
source.
2022-05-28 00:10:13 -04:00
Max Brazhnikov
4685d51b3e archivers/ark: Remove needless workaround
p7zip has been removed, 7z executable is now installed by archivers/7-zip.
2022-05-25 11:21:39 +03:00
Max Brazhnikov
c62a4ee6a8 archivers/p7zip: remove deprecated port
The port is unmaintained for years and has known vulnerabilities.
Use archivers/7-zip instead.

PR:	260866
2022-05-25 11:00:14 +03:00
Piotr Kubaj
72d1c51826 archivers/c-blosc2: fix build on powerpc64
/usr/bin/cc -DBLOSC_SHARED_LIBRARY -DUSING_CMAKE -Dblosc2_shared_EXPORTS -I/wrkdirs/usr/ports/archivers/c-blosc2/work/.build/blosc -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/include -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/include -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/blosc -I/usr/local/include -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing -std=gnu99 -D_XOPEN_SOURCE=600 -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing -fPIC -fvisibility=hidden -Wall -Wextra -pthread -MD -MT blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -MF blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o.d -o blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -c /wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/blosc2-zfp.c
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.      Program arguments: /usr/bin/cc -DBLOSC_SHARED_LIBRARY -DUSING_CMAKE -Dblosc2_shared_EXPORTS -I/wrkdirs/usr/ports/archivers/c-blosc2/work/.build/blosc -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/include -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/include -I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/blosc -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu99 -D_XOPEN_SOURCE=600 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -fvisibility=hidden -Wall -Wextra -pthread -MD -MT blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -MF blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o.d -o blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -c /wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/blosc2-zfp.c
1.      <eof> parser at end of file
2.      Optimizer
cc: error: clang frontend command failed with exit code 138 (use -v to see invocation)
FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)
Target: powerpc64-unknown-freebsd13.1
2022-05-24 21:55:20 +00:00
Yuri Victorovich
2f04af21ed archivers/libzippp: Update 5.0-1.8.0 -> 5.1-1.8.0
Reported by:	portscout
2022-05-24 12:51:17 -07:00
Alexey Dokuchaev
5e8df7f30b archivers/libdeflate: update the port to version 1.11.
Reported by:	portscout
2022-05-24 18:58:44 +00:00
Max Brazhnikov
cf33840b7f archivers/7-zip: provide compatibility link
- Provide 7z as a link to 7zz binary and mark conflict with p7zip
- Do not copy license file along with docs
2022-05-24 20:25:38 +03:00
Tobias C. Berner
ac6754ec21 KDE: Update KDE Frameworks to 5.94
Saturday, 14 May 2022

KDE today announces the release of KDE Frameworks 5.94.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog:	https://kde.org/announcements/frameworks/5/5.94.0/
PR:		263968
Exp-run by:	antoine
2022-05-20 06:10:32 +02:00
Loïc Bartoletti
2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00
Po-Chuan Hsieh
c0fb55c341
archivers/p5-Compress-Raw-Zlib: Update to 2.105
- Add more TEST_DEPENDS
- Add post-patch: to remove bundled library

Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2022-05-14 23:11:40 +08:00
Po-Chuan Hsieh
499cb9b94e
archivers/p5-Compress-Raw-Zlib: Update to 2.104
Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2022-05-14 04:39:37 +08:00
Tobias C. Berner
f177104d29 KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)
Thursday, 12 May 2022. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * dolphin: The terminal panel will keep in sync with quick folder
   changes now
 * kate: Fix crash on session restore
 * kalendar: Fix ’next week’ button in the week’s view

The full changelog can be found at
https://kde.org/announcements/changelogs/gear/22.04.1/
2022-05-13 14:33:03 +02:00
Po-Chuan Hsieh
531ede7fae
archivers/c-blosc2: Update to 2.1.1
Changes:	https://github.com/Blosc/c-blosc2/releases
2022-05-13 19:39:12 +08:00
Antoine Brodin
4c59f8eca2 archivers/py-python-snappy: update to 0.6.1 2022-05-10 13:30:12 +00:00
Yuri Victorovich
85bbd2ee2e archivers/py-zstd: Update 1.5.2.4 -> 1.5.2.5
Reported by:	portscout
2022-05-03 16:34:25 -07:00
Thierry Thomas
d0b8974922 archivers/apache-commons-compress: adding a Java library to work with various archivers 2022-05-01 22:09:06 +02:00
Guido Falsi
4b80c4a929 archivers/thunar-archive-plugin: Update to 0.5.0 2022-04-30 19:39:37 +02:00
Jesper Schmitz Mouridsen
ca536dfc5c archivers/lxqt-archiver: Update to 0.6.0 2022-04-30 11:12:23 +02:00
Jason W. Bacon
4452c178c2 archivers/vbz-compression: Update to 1.0.2
Upstream support for Apple silicon and static libs

Reported by:    portscout
2022-04-29 07:41:01 -05:00
Piotr Kubaj
3358e40ac1 archivers/pxz: check for omp.h on all architectures 2022-04-27 13:22:25 +00:00
Daniel Engberg
920a27b810 archivers/libarchive: Update to 3.6.1
Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.6.1

PR:		263189
Reviewed by:	glewis
2022-04-24 14:10:13 +02:00
Guido Falsi
9015b31199 archivers/file-roller: Add missing dependencies and fix build when NAUTILUS off
Poudriere reports two linked libraries missing from file-roller
dependencies.

The one on libhandy causes it to fail to build when the NAUTILUS
option is disabled. The libhandy library happens to be already
installed by nautilus when that is present as a dependency, but the
port fails to find it when nautilus and its dependencies are not
already present in the system or poudriere jail at build time.

Reported by:	poudriere QA testing
Approved by:	portmgr (fixit blanket)
2022-04-23 18:54:27 +02:00
Yuri Victorovich
2fe49c437e archivers/py-zstd: Update 1.5.1.0 -> 1.5.2.4
Reported by:	portscout
2022-04-22 20:52:22 -07:00
Neel Chauhan
9c8094340c archivers/file-roller: Update to 3.42.0 2022-04-22 12:08:31 -07:00
Piotr Kubaj
6cf6f1b1fa archivers/unarchiver: enable on powerpc64 2022-04-21 17:11:10 +00:00
Tobias C. Berner
cbf73704b3 KDE: Update KDE Frameworks to 5.93
10th April 2022. KDE today announces the release of KDE Frameworks 5.93.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and
well tested libraries with friendly licensing terms.

For an introduction see
https://kde.org/products/frameworks/

Full Changelog:
	https://kde.org/announcements/frameworks/5/5.93.0/

PR:		263207
Exp-run by:	antoine
2022-04-21 15:28:16 +02:00
Tobias C. Berner
e250aeb4a1 KDE: Update KDE Gear to 22.04
Thursday, 21 April 2022

Welcome to KDE Gear ⚙️ 22.04!

Skip to What’s New

KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.

Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.

If you want to see a full list of everything we have done, check out the
complete changelog.

WARNING: There’s a lot!

All the details can be found here:
	https://kde.org/announcements/gear/22.04.0/
2022-04-21 13:26:44 +02:00
Robert Clausecker
8eef28cadd archivers/advancecomp: update to 2.3
A patch release with no code changes to the previous
2.1-6-g7b08f7a development version used.

Switch to release tarball while we are at it.

Changelog:	https://github.com/amadvance/advancecomp/releases/tag/v2.3

PR:		263304
2022-04-20 15:48:31 +02:00
Yuri Victorovich
a8021d1897 archivers/zchunk: Update 1.2.1 -> 1.2.2
Reported by:	portscout
2022-04-19 21:04:32 -07:00
Yuri Victorovich
44c5860e33 archivers/nfpm: Update 2.15.0 -> 2.15.1
Reported by:	portscout
2022-04-19 20:49:50 -07:00
Robert Clausecker
6a9ffb1def archivers/zpaq: fix build on armv6/armv7
The ARM EABI has an unsigned char type. Fix the build
by using explicitly signed chars in the relevant place.

PR:		263389
2022-04-19 09:56:35 +02:00