Re: kde support for DIST_TUPLES

2023-10-21 Thread Rafael Sadowski
On Sat Oct 21, 2023 at 06:32:04AM -0400, Thomas Frohwein wrote: > On Sat, Oct 21, 2023 at 12:06:04PM +0200, Rafael Sadowski wrote: > > Straightforwardly, this adds support for KDE so that it can be used in > > DIST_TUPLES. > > > > With help from Thomas successfully tested with: > > DIST_TUPLE =

audio/audacity: fix loading of ffmpeg libraries

2023-10-21 Thread Caspar Schutijser
Hi all, Here is a diff for a patch that got lost with an earlier update, similar to what espie@ fixed a couple of days ago for libmp3lame. As an example, with this, I can open a MKV file again successfully. Comments or OKs? Caspar Index: Makefile

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Mikhail
On Wed, Oct 18, 2023 at 10:28:47PM +0100, Stuart Henderson wrote: > On 2023/10/18 22:19, Mikhail wrote: > > [cc'ing maintainer] > > > > Inlined patch updates iperf3 to 3.15 (3 bug fixes, details here - > > https://github.com/esnet/iperf/releases/tag/3.15). > > > > I run iperf on public server

textproc/jq: drop getpw promise

2023-10-21 Thread Klemens Nanni
There since 2016 r1.2 "fix pledge to allow loading modules (and a contrived case of unset HOME)" but upstream "Avoid getpwuid for static linking" contained in 1.7 removed the last code requiring "getpw": https://github.com/jqlang/jq/commit/f1c49473a36bd5068031f2dca4f8cdc7c5dddb70 jq(1) still

Re: [update] devel/intellij to 2023.2.3

2023-10-21 Thread Rafael Sadowski
On Fri Oct 13, 2023 at 02:43:03AM +, Lucas Raab wrote: > Hello, > > Here's an update for intellij up to the latest. Works here, other tests? OK rsadowski > > changelog: > https://youtrack.jetbrains.com/articles/IDEA-A-2100661687/IntelliJ-IDEA-2023.2.3-232.10072.27-build-Release-Notes > >

Re: new textproc/goldendict 1.5.0

2023-10-21 Thread Rafael Sadowski
On Tue Oct 17, 2023 at 07:52:57PM +, Klemens Nanni wrote: > On Sat, Oct 14, 2023 at 05:50:49PM +, Klemens Nanni wrote: > > Nice port to browse online dictionaries, but also offline ones such as > > those downloadable from https://dict.org/. > > > > Looking up words works great for me,

[update] sysutils/detox 1.2.0 to 1.4.5 (was: sysutils/detox years out of date)

2023-10-21 Thread Stefan Hagen
Ray Kohler wrote (2023-10-20 20:12 CEST): > This software moved to https://github.com/dharple/detox a while ago > and development restarted.The old site (still around) is still listed > in the package DESCR, which surely made it easy to miss the new > versions. I haven't tried to build it myself.

Re: [update] sysutils/detox 1.2.0 to 1.4.5 (was: sysutils/detox years out of date)

2023-10-21 Thread Rafael Sadowski
On Sat Oct 21, 2023 at 10:15:42AM +0200, Stefan Hagen wrote: > Ray Kohler wrote (2023-10-20 20:12 CEST): > > This software moved to https://github.com/dharple/detox a while ago > > and development restarted.The old site (still around) is still listed > > in the package DESCR, which surely made it

[update] nextcloud 21.7.2

2023-10-21 Thread Landry Breuil
hi, cf https://nextcloud.com/changelog/#latest27 even if according to https://github.com/nextcloud/server/milestones there should be 27.1.3 soon... works fine here on 7.4, ok? Landry Index: Makefile === RCS file:

Re: [update] sysutils/detox 1.2.0 to 1.4.5 (was: sysutils/detox years out of date)

2023-10-21 Thread Stefan Hagen
Rafael Sadowski wrote (2023-10-21 10:28 CEST): > On Sat Oct 21, 2023 at 10:15:42AM +0200, Stefan Hagen wrote: > > Ray Kohler wrote (2023-10-20 20:12 CEST): > > > This software moved to https://github.com/dharple/detox a while ago > > > and development restarted.The old site (still around) is still

Re: [update] sysutils/detox 1.2.0 to 1.4.5 (was: sysutils/detox years out of date)

2023-10-21 Thread Stuart Henderson
I'd probably go with this, there doesn't seem any need to install two copies of the same sample files. Index: Makefile === RCS file: /cvs/ports/sysutils/detox/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile

kde support for DIST_TUPLES

2023-10-21 Thread Rafael Sadowski
Straightforwardly, this adds support for KDE so that it can be used in DIST_TUPLES. With help from Thomas successfully tested with: DIST_TUPLE = kde qt qt/qtbase ea7a183732c17005f08ca14fd70cdd305c90396d . OK? Index: dist-tuple.pattern

Re: [update] sysutils/detox 1.2.0 to 1.4.5 (was: sysutils/detox years out of date)

2023-10-21 Thread Stefan Hagen
Stuart Henderson wrote (2023-10-21 11:41 CEST): > I'd probably go with this, there doesn't seem any need to install two > copies of the same sample files. Sure, having the files can be a hint that these can be edited. But it's okay to leave them out. I'll commit your diff. > Index: Makefile >

Re: [new] cad/opencascade

2023-10-21 Thread Stuart Henderson
On 2023/10/21 12:33, Johannes Thyssen Tishman wrote: > Thanks ian@ and sthen@ for your feedback. I've updated the port > based on your feedback. Please find attached the updated port, a > patch for devel/quirks with the new entry in @stem_extensions and > the same patches for prusaslicer and kicad

Re: {Maintainer Update] lang/gleam 0.31.0

2023-10-21 Thread Stefan Hagen
Volker Schlecht wrote (2023-10-20 17:57 CEST): > Update lang/gleam to latest release. > > Simple diff with the rust-typical dependency churn. > > Builds and runs fine on amd64, nothing depends on it. > > ok? $ make test 2>&1 | grep "test result:" test result: ok. 34 passed; 0 failed; 0

Re: [new] cad/opencascade

2023-10-21 Thread Johannes Thyssen Tishman
Stuart Henderson wrote: > On 2023/10/20 11:53, Ian Darwin wrote: > > Thanks for picking this up and finishing it! > > I'm OK with your being opencascade maintainer. > > > > I built the opencascade and prusaslicer 2.5.2p1 and that seems to work as > > before. Didn't test kicad but it's a trivial

Re: kde support for DIST_TUPLES

2023-10-21 Thread Thomas Frohwein
On Sat, Oct 21, 2023 at 12:06:04PM +0200, Rafael Sadowski wrote: > Straightforwardly, this adds support for KDE so that it can be used in > DIST_TUPLES. > > With help from Thomas successfully tested with: > DIST_TUPLE = kde qt qt/qtbase ea7a183732c17005f08ca14fd70cdd305c90396d . > > OK? Is or

Re: kde support for DIST_TUPLES

2023-10-21 Thread Marc Espie
On Sat, Oct 21, 2023 at 06:32:04AM -0400, Thomas Frohwein wrote: > On Sat, Oct 21, 2023 at 12:06:04PM +0200, Rafael Sadowski wrote: > > Straightforwardly, this adds support for KDE so that it can be used in > > DIST_TUPLES. > > > > With help from Thomas successfully tested with: > > DIST_TUPLE =

Re: kde support for DIST_TUPLES

2023-10-21 Thread Omar Polo
On 2023/10/21 12:06:04 +0200, Rafael Sadowski wrote: > Straightforwardly, this adds support for KDE so that it can be used in > DIST_TUPLES. > > With help from Thomas successfully tested with: > DIST_TUPLE = kde qt qt/qtbase ea7a183732c17005f08ca14fd70cdd305c90396d . > > OK? I'd keep the list

Re: audio/audacity: fix loading of ffmpeg libraries

2023-10-21 Thread Antoine Jacoutot
On Sat, Oct 21, 2023 at 02:28:29PM +0200, Caspar Schutijser wrote: > Hi all, > > Here is a diff for a patch that got lost with an earlier > update, similar to what espie@ fixed a couple of days ago for > libmp3lame. As an example, with this, I can open a MKV file again > successfully. > >

Re: x11/openbox broken with 7.4 upgrade

2023-10-21 Thread Benoit Lecocq
On 18/10/2023 10:57, Stuart Henderson wrote: On 2023/10/17 23:07, Ghislain Mercier wrote: Hello, With yesterday's upgrade from 7.3 to 7.4, and more specifically with glib2 upgrading from 2.74.6 to 2.76.6, Openbox crashes when switching out of a fullscreen window (tested on 7.4

riscv64 bulk build report

2023-10-21 Thread jca
Bulk build on riscv64.ports.openbsd.org Started : Sun Oct 8 10:04:35 MDT 2023 Finished: Sat Oct 21 08:38:55 MDT 2023 Duration: 12 Days 22 hours 34 minutes Built using OpenBSD 7.4 (GENERIC.MP) #425: Fri Oct 6 04:41:52 MDT 2023 Built 10250 packages Number of packages built each day: Oct 8:

[update] www/py-werkzeug to 2.2.3

2023-10-21 Thread Lucas Raab
Hello, Here's an update that brings werkzeug up the minimum version required for flask to move from 2.1.3 to 2.2.5. RDEPs (where possible) have been make tested and the tests for werkzeug pass with only a couple failures. The watchdog tests can be prone to hanging. There's a new TDEP needed,

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Stuart Henderson
Err, sending that upstream is a bit premature. -- Sent from a phone, apologies for poor formatting. On 21 October 2023 15:53:34 Mikhail wrote: On Wed, Oct 18, 2023 at 10:28:47PM +0100, Stuart Henderson wrote: On 2023/10/18 22:19, Mikhail wrote: > [cc'ing maintainer] > > Inlined patch

Re: new textproc/goldendict 1.5.0

2023-10-21 Thread Klemens Nanni
On Sat, Oct 21, 2023 at 09:12:13AM +0200, Rafael Sadowski wrote: > I see two points to fix and one comment. > > - hidden dependencies? > > goldendict-1.5.0(textproc/goldendict): > Missing lib: Qt5Help.3 (/usr/local/bin/goldendict) (NOT REACHABLE) > Missing lib: Qt5Multimedia.3

Re: update jupyter_core to 5.4.0

2023-10-21 Thread Björn Ketelaars
On Sat 21/10/2023 15:31, Daniel Dickman wrote: > Here's an update of jupyter core to the latest version (5.4.0). This is > the start of updating the jupyter stack which is somewhat outdated. > > ok? Run tested on amd64 current while doing stuff in jupyter-notebook. OK bket@

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Mikhail
On Sat, Oct 21, 2023 at 06:38:57PM +0100, Stuart Henderson wrote: > Err, sending that upstream is a bit premature. Reasons? It works fine in my testing, also it's enabled only with --enable-openbsd-sandbox, so if something arise it's very easy for the users to check without this code. And during

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Stuart Henderson
It hasn't been properly reviewed to check if there are any syscalls which aren't covered by the pledge. I found the diskfile one which you missed, but haven't checked over nm output to look for more. -- Sent from a phone, apologies for poor formatting. On 21 October 2023 18:57:55 Mikhail

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Stuart Henderson
...also as was as syscalls, socket options could do with checking over too. If everything is in order then there's not much point adding a configure flag really, just check for pledge -- Sent from a phone, apologies for poor formatting. On 21 October 2023 19:01:33 Stuart Henderson wrote:

update jupyter_core to 5.4.0

2023-10-21 Thread Daniel Dickman
Here's an update of jupyter core to the latest version (5.4.0). This is the start of updating the jupyter stack which is somewhat outdated. ok? Index: Makefile === RCS file: /cvs/ports/devel/py-jupyter_core/Makefile,v retrieving

Re: kde support for DIST_TUPLES

2023-10-21 Thread Thomas Frohwein
On Sat, Oct 21, 2023 at 08:20:05PM -0400, Thomas Frohwein wrote: [...] > > That is there reason why it tasted with: > > > > DIST_TUPLE = kde qt qt/qtbase ea7a183732c17005f08ca14fd70cdd305c90396d . > > Please go ahead, sounds like a great use case for DIST_TUPLE! oh and I agree with op@: let's

Re: xmobar build failure

2023-10-21 Thread Greg Steuck
Theo Buehler writes: > The relevant bit seems to be this. Full log below. > > Warning: No remote package servers have been specified. Usually you would have > one specified in the config file. > Resolving dependencies... > Error: cabal: Could not resolve dependencies: > [__0] next goal: X11-xft

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-21 Thread Mikhail
On Sat, Oct 21, 2023 at 08:57:33PM +0300, Mikhail wrote: > On Sat, Oct 21, 2023 at 06:38:57PM +0100, Stuart Henderson wrote: > > Err, sending that upstream is a bit premature. > > Reasons? It works fine in my testing, also it's enabled only with > --enable-openbsd-sandbox, so if something arise

Re: kde support for DIST_TUPLES

2023-10-21 Thread Thomas Frohwein
On Sat, Oct 21, 2023 at 02:27:55PM +0200, Rafael Sadowski wrote: > On Sat Oct 21, 2023 at 06:32:04AM -0400, Thomas Frohwein wrote: > > On Sat, Oct 21, 2023 at 12:06:04PM +0200, Rafael Sadowski wrote: > > > Straightforwardly, this adds support for KDE so that it can be used in > > > DIST_TUPLES. >

[PATCH] www/unit: maintainer update to 1.31.1

2023-10-21 Thread Sergey A. Osokin
Hi, here's the patch to update www/unit for the recent version - 1.31.1. Could you please review and commit the patch. Thank you. -- Sergey A. Osokin Index: Makefile.inc === RCS file: /cvs/ports/www/unit/Makefile.inc,v retrieving

Re: [update] www/py-werkzeug to 2.2.3

2023-10-21 Thread Daniel Dickman
On Sat, 21 Oct 2023, Lucas Raab wrote: > There's a new TDEP needed, py-ephemeral_port_reserve, which is attached > and pretty basic. I need this port too. ok daniel@ to import (although there may be an extra "i" at the start of pkg/DESCR?)

Re: [update] www/py-werkzeug to 2.2.3

2023-10-21 Thread Lucas Raab
On Sat, Oct 21, 2023 at 04:36:56PM +, Lucas Raab wrote: > Hello, > > Here's an update that brings werkzeug up the minimum version required > for flask to move from 2.1.3 to 2.2.5. RDEPs (where possible) have been > make tested and the tests for werkzeug pass with only a couple failures. > The

sparc64 bulk build report

2023-10-21 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Oct 19 21:06:24 MDT 2023 Finished: Sat Oct 21 15:26:35 MDT 2023 Duration: 1 Days 18 hours 20 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #1907: Thu Oct 19 15:05:04 MDT 2023 Built 9002 packages Number of packages built each day:

Re: eza

2023-10-21 Thread lauf3y
Does any developer with CVS access can/want to publish it ? I personally don't have the rights to publish it, but I would be happy to publish it and maintain it if I can/need to. Congrats for OpenBSD 7.4 btw! lauf3y --- Original Message --- On Tuesday, October 10th, 2023 at 11:45 AM,

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2023/10/21 07:10:04 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2023.2.3 ok rsadowski@

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/10/21 07:41:45 Log message: Import opencascade, replacement for oce. Work by Johannes Thyssen Tishman, who becomes maintainer. Improved by sthen@, tested by me with one of the two consumers.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/10/21 07:45:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: oce->opencascade. suggested & ok sthen@

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/10/21 07:47:27 Modified files: cad/kicad : Makefile Log message: oce->opencascade, from Johannes Thyssen Tishman, ok sthen@

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/10/21 07:49:26 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-src_occt_wrapper_CMakeLists_txt Log message: oce->opencascade, from Johannes Thyssen Tishman, ok

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/10/21 07:55:10 Modified files: cad: Makefile Log message: Unhook oce, hook opencascade in its place

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/21 07:53:59 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-libraries_lib-ffmpeg-support_FFmpegFunctions_cpp Log

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/21 07:58:55 Modified files: devel/jdk/11 : Makefile distinfo Removed files: devel/jdk/11/patches: patch-make_autoconf_flags-ldflags_m4

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/10/21 00:54:37 Log message: Import textproc/urlscan 1.0.1 Urlscan is a small program that is designed to integrate with the "mutt" mailreader to allow you to easily launch a Web browser for

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/10/21 00:56:58 Modified files: textproc : Makefile Log message: Add urlscan dir

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/21 01:59:42 Modified files: x11/qt6: Makefile Log message: +qtspeech

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/21 03:23:25 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.68.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/21 03:21:49 Modified files: devel/meson: Makefile distinfo meson.port.mk Log message: Update to meson-1.2.3.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/21 03:23:35 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.68.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/21 03:23:49 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.68.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/21 04:39:45 Modified files: www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST Log message: www/nextcloud/27: MFC update to 27.1.2, ok

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/21 01:44:57 Log message: Import Qt speech 6.5.2 The module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/21 02:04:53 Modified files: x11/qt5/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/21 02:02:15 Modified files: x11/qt6/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/21 02:36:19 Modified files: telephony/baresip: Makefile.inc telephony/baresip/baresip: Makefile distinfo telephony/baresip/re: Makefile distinfo

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/21 03:33:45 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.4.

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/21 04:37:15 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.2, ok gonzalo@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/21 04:41:18 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4-dev-tools: add missing RDEP on xsltproc, reported by naddy@

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/21 05:29:53 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/pkg: PLIST Log message: Update opensearch 2.10.0 -> 2.11.0 Release notes:

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/21 05:30:55 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/pkg: PLIST Log message: Update opensearch-dashboards 2.10.0 -> 2.11.0 Release notes:

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/21 05:55:51 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/21 06:02:11 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: install Tor Browser icons instead of Firefox' and maybe fixes other branding issues too. Reported by

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/21 11:24:51 Modified files: devel/jdk/17 : Makefile distinfo devel/jdk/17/patches: patch-make_common_NativeCompilation_gmk Added files: devel/jdk/17/patches:

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/21 11:37:16 Modified files: net/unifi : Makefile Log message: unhook snappy-java again for now, missing pkg/DESCR reported by aja, but it probably needs more (special-purpose helper port,

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/21 17:43:38 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/21 15:58:44 Modified files: net/neochat: Makefile Log message: mark BORKEN: base clang/libcstd++ too old, uses too new C++20 code

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/21 15:57:18 Modified files: net/neochat: Makefile distinfo Log message: update to neochat 23.08.2 (fixes for newer libquotient)

CVS: cvs.openbsd.org: ports

2023-10-21 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/10/21 12:37:20 Modified files: sysutils/detox : Makefile distinfo sysutils/detox/pkg: PLIST Log message: Update detox from 1.2.0 to 1.4.5 Detox has moved to a new upstream. Changes: