[update] net/synapse 1.105.0

2024-04-17 Thread Renaud Allard
Hello, Here is a diff for net/synapse 1.105.0. Tested on amd64 Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.74 diff -u -p -r1.74 Makefile --- Makefile 15 Apr 2024 07:53:52 -

Re: UPDATE: games/minetest to 5.8.0

2024-04-17 Thread Anthony J. Bentley
izder456 writes: > > I am still looking to upgrade these. OK to merge? > > Whoops, forgot to attach the .diff with all the changes, here: Thanks for this diff. A few things: - USE_NOBTCFI required after switch to luajit (crashes on BTI hardware otherwise) - build fails due to missing include

[NEW] devel/py-derange

2024-04-17 Thread Job Snijders
Derange is a handy Python library to compose range objects from lists of integers: >>> import derange >>> derange.derange([1,2,3,20,21,22]) [range(1, 4), range(20, 23)] Read more here https://pypi.org/project/derange/ OK? Kind regards, Job py-derange.tgz Description:

Re: [NEW] devel/py-derange

2024-04-17 Thread Stuart Henderson
On 2024/04/17 11:59, Job Snijders wrote: > Derange is a handy Python library to compose range objects from lists of > integers: > > >>> import derange > >>> derange.derange([1,2,3,20,21,22]) > [range(1, 4), range(20, 23)] > > Read more here https://pypi.org/project/derange/ > > OK?

update textproc/miller --> 6.12.0

2024-04-17 Thread Paco Esteban
Hi ports@, This is an update of textproc/miller to its latest version 6.12.0 Upstream rewrote the tool in Go (previously C), so this is an entire different port really. Builds, tests pass and works for me on amd64. I had to override some targets as they do things not in the standard Go way. Ok

Re: [new] devel/py-cruft + dependencies devel/py-shellingham, devel/py-typer

2024-04-17 Thread Stuart Henderson
On 2024/04/16 22:44, Pavel Korovin wrote: > On 12/12, Pavel Korovin wrote: > > Dear all, > > > > Please find attached port for cruft along with its dependency, typer module. > > > > From cruft webpage: > > cruft allows you to maintain all the necessary boilerplate for packaging > > and building

Re: update textproc/miller --> 6.12.0

2024-04-17 Thread Stuart Henderson
On 2024/04/17 17:07, Paco Esteban wrote: > Hi ports@, > > This is an update of textproc/miller to its latest version 6.12.0 > Upstream rewrote the tool in Go (previously C), so this is an entire > different port really. > > Builds, tests pass and works for me on amd64. > I had to override some

[new] math/bitwise

2024-04-17 Thread Paco Esteban
Hi ports@, This is a port for bitwise (https://github.com/mellowcandle/bitwise). $ cat pkg/DESCR Bitwise is multi base interactive calculator supporting dynamic base conversion and bit manipulation. It's a handy tool for low level hackers, kernel developers and device drivers

Re: [new] math/bitwise

2024-04-17 Thread Stuart Henderson
On 2024/04/17 18:35, Paco Esteban wrote: > Hi ports@, > > This is a port for bitwise (https://github.com/mellowcandle/bitwise). > > $ cat pkg/DESCR > > Bitwise is multi base interactive calculator supporting dynamic base > conversion and bit manipulation. It's a handy tool for low level

Switch from devel/kf5 to kf6/{extra-cmake-modules,breeze-icons}

2024-04-17 Thread Rafael Sadowski
I would like to replace devel/kf5/extra-cmake-modules and breeze-icons with the kf6 version. This is the recommended way and for me the first step to continue working cleanly. - Only one version of extra-cmake-modules can be installed. The KF6 version is backwards compatible and should also

Re: Switch from devel/kf5 to kf6/{extra-cmake-modules,breeze-icons}

2024-04-17 Thread Landry Breuil
Le Wed, Apr 17, 2024 at 07:25:51PM +0200, Rafael Sadowski a écrit : > I would like to replace devel/kf5/extra-cmake-modules and breeze-icons > with the kf6 version. > > This is the recommended way and for me the first step to continue working > cleanly. > > - Only one version of

Re: NEW: www/internetarchive

2024-04-17 Thread Anthony J. Bentley
Hi, > The internetarchive package provides a command-line tool named 'ia', > as well as a Python module for programmatic access to Archive.org. > > > Would have been fun to put it under archivers/, but I decided > against it. > > ok? Updated RUN_DEPENDS. -- Anthony J. Bentley

Update: databases/ruby-sqlite3 2.0.0

2024-04-17 Thread Jeremy Evans
Update to the latest release of ruby sqlite3. Changelog located at https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md The gem no longer ships tests, so remove test code from the port. Tested manually on amd64. I plan on committing this next week unless I hear objections.

Re: [new] math/bitwise

2024-04-17 Thread Jeremie Courreges-Anglas
On Wed, Apr 17, 2024 at 06:35:57PM +0200, Paco Esteban wrote: > Hi ports@, > > This is a port for bitwise (https://github.com/mellowcandle/bitwise). > > $ cat pkg/DESCR > > Bitwise is multi base interactive calculator supporting dynamic base > conversion and bit manipulation. It's a

Re: Switch from devel/kf5 to kf6/{extra-cmake-modules,breeze-icons}

2024-04-17 Thread Rafael Sadowski
On Wed Apr 17, 2024 at 07:34:57PM +0200, Landry Breuil wrote: > Le Wed, Apr 17, 2024 at 07:25:51PM +0200, Rafael Sadowski a écrit : > > I would like to replace devel/kf5/extra-cmake-modules and breeze-icons > > with the kf6 version. > > > > This is the recommended way and for me the first step to

Re: Switch from devel/kf5 to kf6/{extra-cmake-modules,breeze-icons}

2024-04-17 Thread Landry Breuil
Le Wed, Apr 17, 2024 at 07:52:11PM +0200, Rafael Sadowski a écrit : > On Wed Apr 17, 2024 at 07:34:57PM +0200, Landry Breuil wrote: > > Le Wed, Apr 17, 2024 at 07:25:51PM +0200, Rafael Sadowski a écrit : > > > I would like to replace devel/kf5/extra-cmake-modules and breeze-icons > > > with the

Re: NEW: www/internetarchive

2024-04-17 Thread Stuart Henderson
On 2024/04/17 12:14, Anthony J. Bentley wrote: > Hi, > > > The internetarchive package provides a command-line tool named 'ia', > > as well as a Python module for programmatic access to Archive.org. > > > > > > Would have been fun to put it under archivers/, but I decided > > against it. > > > >

Re: [UPDATE] OCaml 4.14.1 -> 4.14.2

2024-04-17 Thread Volker Schlecht
Dave Voutila writes: OCaml 4.14.2 is a bugfix release that includes some of our patches and tweaks upstreamed thanks to miod@: My arm64 build went rather far, but I get a build error with math/coq I didn't investigate further yet, so I don't exclude the possibility that something in my tree

converters/k2pdfopt: unbreak/update to 2.55

2024-04-17 Thread Caspar Schutijser
Hi, At the end of the email is a diff that unbreaks and updates converters/k2pdfopt to 2.55. I borrowed quite some patches from Debian to get it to work. See here (I also added comments in the patch files themselves): https://sources.debian.org/patches/k2pdfopt/2.55+ds-2/ The Debian-patched

Re: [UPDATE] OCaml 4.14.1 -> 4.14.2

2024-04-17 Thread Theo Buehler
> > > - Do we keep an empty patches directory or no? I'd presume yes. > > I don't think so, we should remove it if empty. You can't remove directories in cvs. The -P flag to the update command prunes them on the client side.

Re: NEW: www/internetarchive

2024-04-17 Thread Anthony J. Bentley
Stuart Henderson writes: > On 2024/04/17 12:14, Anthony J. Bentley wrote: > > > The internetarchive package provides a command-line tool named 'ia', > > > as well as a Python module for programmatic access to Archive.org. > > > > > > > > > Would have been fun to put it under archivers/, but I

[NEW] audio/furnace

2024-04-17 Thread Frederic Cambus
Hi ports@, Here is a new port: audio/furnace >From DESCR: Furnace is a tool which allows you to create music using sound chips ("chiptune"), most from the 8/16-bit era. It has a large selection of features and sound chips. From the NES, SNES and Genesis to ES5506, VIC-20 or even Arcade,

Re: [UPDATE] OCaml 4.14.1 -> 4.14.2

2024-04-17 Thread Yozo TODA
Dave Voutila writes: > ping. > > Dave Voutila writes: > > > OCaml 4.14.2 is a bugfix release that includes some of our patches and > > tweaks upstreamed thanks to miod@: I confirmed that I can make a package on ocaml-non-native architecture setting (on amd64). Moreover, there's no problem to

Re: [NEW] Icinga DB and Icinga DB Web

2024-04-17 Thread Stuart Henderson
On 2024/04/11 23:04, Alvar Penning wrote: > Hi again, > > For the record, I have been running the two ports without any problems > since my last mail. > > Today both Icinga DB and Icinga DB Web have been updated and I have > updated my ports as well. Please feel free to check out the attached >

UPDATE: mpv 0.38.0

2024-04-17 Thread Brad Smith
Here is an update to mpv 0.38.0. https://raw.githubusercontent.com/mpv-player/mpv/master/RELEASE_NOTES Index: Makefile === RCS file: /cvs/ports/multimedia/mpv/Makefile,v retrieving revision 1.99 diff -u -p -u -p -r1.99 Makefile ---

Re: UPDATE: mpv 0.38.0

2024-04-17 Thread Jose Maldonado
El Wed, 17 Apr 2024 22:09:06 -0400 Brad Smith escribió: > Here is an update to mpv 0.38.0. > > https://raw.githubusercontent.com/mpv-player/mpv/master/RELEASE_NOTES > > > Index: Makefile > === > RCS file:

Re: UPDATE: OpenVDB 11.0.0

2024-04-17 Thread Brad Smith
ping. On 2024-04-03 2:31 a.m., Brad Smith wrote: Here is an update to OpenVDB 11.0.0. Version 11.0.0 - November 1, 2023 OpenVDB: Improvements: - Removed use of boost::any in favor of std::any. [Contributed by Brian McKinnon] Bug Fixes: - Fix potential crash

Re: 回复: 回复: x11/lxqt: Update to 1.2.0

2024-04-17 Thread Landry Breuil
Le Thu, Apr 27, 2023 at 07:24:08AM +, wen heping a écrit : > Thank you ! > > I shall recheck it again and update to 1.3. https://lxqt-project.org/release/2024/04/15/release-lxqt-2-0-0/ switches to QT6. Le Thu, Apr 27, 2023 at 07:24:08AM +, wen heping a écrit : > Thank you ! > > I shall

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2024/04/17 00:27:59 Modified files: wayland/xwayland: Tag: OPENBSD_7_5 Makefile distinfo Log message: Update to xwayland 23.2.6.

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2024/04/17 03:38:42 Modified files: games/freeciv : Makefile distinfo Log message: update to freeciv-3.0.10

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 01:17:50 Modified files: net/synapse: Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.105.0, from MAINTAINER Renaud Allard

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2024/04/17 05:51:38 Modified files: net/libaccounts-qt: Makefile Added files: net/libaccounts-qt/patches: patch-accounts-qt_pro Log message: Unbreak the build with docs It's easier to

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Job Snijders
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2024/04/17 06:23:26 Modified files: devel : Makefile Log message: +py-derange

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 07:04:05 Modified files: x11/mate/pluma : Makefile Log message: add missing LDEP on mate-desktop and sync WANTLIB

Re: CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
On 04/17, Pavel Korovin wrote: > CVSROOT: /cvs > Module name: ports > Changes by: p...@cvs.openbsd.org2024/04/17 07:02:36 > > Modified files: > www/opensearch-dashboards: Makefile distinfo > www/opensearch-dashboards/patches: > >

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:36:14 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.88

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:47:28 Modified files: devel/ninja: Makefile Log message: add a comment noting some known breakage with ninja 1.22 (chromium iridium fcitx were failing due to being unable to find

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2024/04/17 04:45:52 Modified files: games/blobby : Makefile distinfo games/blobby/pkg: PLIST Added files: games/blobby/patches: patch-deps_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 06:58:38 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/patches:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Job Snijders
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2024/04/17 06:19:22 Log message: Import derange Derange is a Python library to compose range objects from lists of integers. OK sthen@ Status: Vendor Tag: job Release

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2024/04/17 04:07:39 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-meson_build Log message: Update to gjs-1.80.2.

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:07:31 Modified files: textproc/apertium-dicts/oci-fra: Makefile Log message: disable oci-fra apertium dicts on 32-bit archs, it uses too much memory to build

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 07:02:36 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/patches:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 07:33:57 Modified files: devel/py-setuptools: Makefile devel/py-hatchling: Makefile devel/py-poetry-core: Makefile devel/meson-python: Makefile lang/python

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2024/04/17 09:08:04 ports/devel/kf6/extra-cmake-modules/patches Update of /cvs/ports/devel/kf6/extra-cmake-modules/patches In directory cvs.openbsd.org:/tmp/cvs-serv4694/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2024/04/17 09:16:02 Modified files: devel/kf6/breeze-icons: Makefile devel/kf6/breeze-icons/pkg: PLIST Log message: Enable BINARY_ICONS_RESOURCE Only KDE god knows why this is not

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2024/04/17 10:11:41 Modified files: games/bluemoon : Makefile distinfo games/bluemoon/patches: patch-bluemoon_c Added files: games/bluemoon/patches: patch-Makefile Log message: Update

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 07:14:30 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.16.5 -> 2.16.6 Changelog:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 07:35:35 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.8.10

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2024/04/17 09:05:28 Modified files: net/libaccounts-qt: Makefile distinfo Log message: Update libaccounts-qt to 1.17

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2024/04/17 10:22:59 Modified files: emulators/mame : Makefile Added files: emulators/mame/patches: patch-3rdparty_lzma_C_CpuArch_c Log message: mame: fix the build on arm64 and remove

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 08:34:43 Modified files: geo/py-laspy : Makefile distinfo geo/py-laspy/pkg: PLIST Log message: geo/py-laspy: update to 2.5.3

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 09:20:51 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-CMakeLists_txt patch-man_osm2pgsql_1

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2024/04/17 10:09:59 Modified files: textproc/yq: Makefile textproc/yq/pkg: PLIST Log message: yq: regenerate PLIST to fix the build. Pointed out by ajacoutot@ and naddy@, thanks!

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 08:44:25 Modified files: geo/py-geoif : Makefile distinfo geo/py-geoif/pkg: PLIST Log message: geo/py-geoif: update to 1.4.0

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 08:44:52 Modified files: geo/pygeoapi : Makefile distinfo geo/pygeoapi/pkg: PLIST Log message: geo/pygeoapi: update to 0.16.1

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2024/04/17 09:09:15 Added files: devel/kf6/extra-cmake-modules/patches: patch-find-modules_FindInotify_cmake

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 08:46:08 Modified files: geo/py-osmium : Makefile distinfo Log message: geo/py-osmium: update to 3.7.0

Re: CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
On 2024/04/17 09:06, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2024/04/17 09:06:14 > > Modified files: > security/py-fastecdsa: Makefile > Removed files: > security/py-fastecdsa/patches: >

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 09:06:14 Modified files: security/py-fastecdsa: Makefile Removed files: security/py-fastecdsa/patches:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 09:48:12 Modified files: textproc/miller: Makefile distinfo Log message: update textproc/miller to 6.12.0 tweaks and ok sthen@

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 09:48:47 Added files: textproc/miller: modules.inc Log message: forgot to add modules.inc for textproc/miller

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:23:51 ports/games/0ad/patches Update of /cvs/ports/games/0ad/patches In directory cvs.openbsd.org:/tmp/cvs-serv9607/patches Log Message: Directory /cvs/ports/games/0ad/patches added to the

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 11:37:43 Modified files: audio/libmpdclient: Makefile distinfo audio/libmpdclient/pkg: PLIST Log message: audio/libmpdclient: update to 2.22. adds support for MPD protocol 0.24.0

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2024/04/17 11:54:04 Modified files: x11/tabbed : Makefile distinfo x11/tabbed/patches: patch-Makefile patch-config_def_h x11/tabbed/pkg : PLIST Removed files:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 12:05:46 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-etc_clamd_conf_sample Log message: update to clamav-1.3.1 CVE-2024-20380: Fixed a possible

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2024/04/17 12:05:14 Modified files: x11/st : Makefile distinfo Log message: update to 0.9.1

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2024/04/17 10:43:47 Modified files: textproc/clo++ : Makefile Log message: clo++: remove defunct HOMEPAGE.

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2024/04/17 11:10:13 Modified files: mail/opensmtpd-filters/spamassassin: Makefile distinfo Removed files: mail/opensmtpd-filters/spamassassin/patches:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:36:44 Modified files: print/ocrmypdf : Makefile distinfo print/ocrmypdf/pkg: PLIST Log message: update to ocrmypdf-16.2.0

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 11:46:39 Modified files: net/amfora : Makefile distinfo modules.inc Log message: update net/amfora to 1.10.0 While here, taking maintainer.

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 11:57:02 Modified files: security/nss : Makefile Log message: security/nss: unbreak packaging with DEBUG=-g first step towards enabling DEBUG_PACKAGES..

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 11:15:45 Modified files: math : Makefile Log message: hook math/bitwise

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:28:14 Modified files: devel/py-hatchling: Makefile Log message: revert unwanted change, spotted tb@

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:48:16 Modified files: x11/freerdp: Makefile distinfo Log message: update to freerdp-2.11.6 CVE-2024-32041 [Low[ OutOfBound Read in zgfx_decompress_segment CVE-2024-32039 [Moderate]

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:50:55 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c patch-lib_isc_netmgr_netmgr_c Log message: update

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:50:57 Modified files: net/isc-bind : Tag: OPENBSD_7_5 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_7_5 patch-bin_dig_dig_c

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 12:56:11 Log message: Import py-cruft Cruft is a Python utility to create and maintain projects from cookiecutter templates. Tweaks and ok sthen@ Status:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 12:57:35 Log message: Import py-shellingham Shellingham is a Python library that detects shell the Python executable is running in. ok sthen@ Status: Vendor

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 12:59:04 Modified files: devel : Makefile Log message: +py-cruft, py-shellingham py-typer

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 12:58:24 Log message: Import py-typer Typer is a Python library for building CLI applications. Tweaks and ok sthen@ Status: Vendor Tag: pvk Release Tags:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:06:31 Modified files: mail/rspamd: Makefile Log message: use system fmt, now that it's new enough. from Brad

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:07:24 Modified files: mail/rspamd: Makefile distinfo Log message: switch DIST_TUPLE back to GH_* so that portroach works

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:15:05 Modified files: infrastructure/db: user.list Log message: reserve 898 for _icingadb

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:42:30 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.25.2

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:49:40 Modified files: print/py-pikepdf: Makefile distinfo Log message: update to py3-pikepdf-8.15.1

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:49:02 Modified files: x11/freerdp: Tag: OPENBSD_7_5 Makefile distinfo Log message: update to freerdp-2.11.6 CVE-2024-32041 [Low[ OutOfBound Read in zgfx_decompress_segment

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 12:06:08 Modified files: security/clamav: Tag: OPENBSD_7_5 Makefile distinfo security/clamav/patches: Tag: OPENBSD_7_5 patch-etc_clamd_conf_sample Log

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/04/17 11:14:16 Log message: Import math/bitwise Bitwise is a terminal based calculator and bit manipulator. Tweaks jca@, sthen@ ok jca@ Status: Vendor Tag: paco

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 11:40:06 Modified files: devel/py-hatchling: Makefile devel/py-hatchling/pkg: PLIST Log message: update to py3-hatchling-1.24.0

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:04:43 Modified files: devel/fmt : Makefile distinfo devel/fmt/patches: patch-test_gtest-extra-test_cc devel/fmt/pkg : PLIST Added files: devel/fmt/patches:

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:05:05 Modified files: emulators/dolphin: Makefile distinfo Log message: update to dolphin-5.0.0.20230924, from Brad, fixes with new fmt

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:05:23 Modified files: graphics/openimageio: Makefile graphics/openimageio/pkg: PLIST Log message: regen openimageio plist for new fmt, from Brad

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 13:13:16 Modified files: net/icinga : Makefile.inc Log message: make HOMEPAGE conditional, part of a diff from Alvar Penning

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 13:52:30 Modified files: security/nss : Makefile Log message: security/nss: fix inverted logic in previous "The yes needs the no to win against the no"

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/04/17 14:12:34 Modified files: databases/barman: Makefile distinfo Log message: databases/barman: update to 3.10.0. see https://github.com/EnterpriseDB/barman/blob/release/3.10.0/NEWS

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2024/04/17 14:44:58 Modified files: textproc/yq: Makefile distinfo Log message: Update yq to 3.3.1.

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2024/04/17 15:55:32 Modified files: games/zelda3 : Makefile distinfo games/zelda3/patches: patch-zelda3_ini games/zelda3/pkg: PLIST games/zelda3-data: Makefile distinfo Added

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 17:27:57 ports/net/icinga/icingadb-web/pkg Update of /cvs/ports/net/icinga/icingadb-web/pkg In directory cvs.openbsd.org:/tmp/cvs-serv57438/icingadb-web/pkg Log Message: Directory

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 17:28:00 ports/net/icinga/icingadb/pkg Update of /cvs/ports/net/icinga/icingadb/pkg In directory cvs.openbsd.org:/tmp/cvs-serv36237/icingadb/pkg Log Message: Directory

  1   2   >