[maintainer update] remind 4.2.3 -> 4.2.4

2023-03-15 Thread Martin Ziemer
This patch updates remind from 4.2.3 to 4.2.4.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/misc/remind/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile12 Feb 2023 07:04:31 -  1.64
+++ Makefile16 Mar 2023 05:37:06 -
@@ -1,7 +1,7 @@
 COMMENT=   scripting language for reminders, with a Tk front end
 
-DISTNAME=  remind-04.02.03
-PKGNAME=   remind-4.2.3
+DISTNAME=  remind-04.02.04
+PKGNAME=   remind-4.2.4
 
 CATEGORIES=misc
 
Index: distinfo
===
RCS file: /cvs/ports/misc/remind/distinfo,v
retrieving revision 1.34
diff -u -p -r1.34 distinfo
--- distinfo12 Feb 2023 07:04:31 -  1.34
+++ distinfo16 Mar 2023 05:37:07 -
@@ -1,2 +1,2 @@
-SHA256 (remind-04.02.03.tar.gz) = 0hY/ee3+ErqPNucD1ZcisK7WbzT7dmV/9vQKus/sOgA=
-SIZE (remind-04.02.03.tar.gz) = 495502
+SHA256 (remind-04.02.04.tar.gz) = 6NjM2UQdlLsnfHHvrzWofOICW77ZlUEHpcYv1+R3EcM=
+SIZE (remind-04.02.04.tar.gz) = 498608



[maintainer update] stumpwm-22.11

2023-03-15 Thread Timo Myyrä
Hi,

Here's simple update to stumpwm, works fine on amd64.

Timo

diff /usr/ports
commit - 8cec033a832648202f0f3a061ca9f3ad31fdd582
path + /usr/ports
blob - 40721ec514013238bb49ed422b4a3832a6495317
file + x11/stumpwm/Makefile
--- x11/stumpwm/Makefile
+++ x11/stumpwm/Makefile
@@ -1,6 +1,6 @@
 COMMENT=   easily hackable Common LISP window manager
 
-VERSION=   22.05
+VERSION=   22.11
 DISTNAME=  stumpwm-${VERSION}
 
 CATEGORIES=x11
blob - 3d06be6f7ebafe440b1f259177e96d767e81e5e1
file + x11/stumpwm/distinfo
--- x11/stumpwm/distinfo
+++ x11/stumpwm/distinfo
@@ -1,8 +1,8 @@
 SHA256 (alexandria-20220707-git.tgz) = 
jmFzEg3oeGx64P77qBAtgmIPrELpqt6VSvkTXghw1rE=
 SHA256 (cl-ppcre-2.1.1.tar.gz) = iWMRebcWSNnmxWWpKPaJap1XQqogg7nBtwX+C0XYXe8=
 SHA256 (clx-20220707-git.tgz) = FATKAKLy/BwEjrWiLRYXrvsLGi7qhO643QK4bsDlFc4=
-SHA256 (stumpwm-22.05.tar.gz) = 2EMwL5zlRmC8luTw2OlYTweoHUPEwmNX1aKcsHGUq64=
+SHA256 (stumpwm-22.11.tar.gz) = NpQPOywbpUIZqNOnhBA8+oP4TGUtHb19O3NgxV5e8CY=
 SIZE (alexandria-20220707-git.tgz) = 56838
 SIZE (cl-ppcre-2.1.1.tar.gz) = 159055
 SIZE (clx-20220707-git.tgz) = 459236
-SIZE (stumpwm-22.05.tar.gz) = 238196
+SIZE (stumpwm-22.11.tar.gz) = 280147



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 17:03:17

Modified files:
multimedia/motion: Makefile 
Added files:
multimedia/motion/patches: patch-data_motion-dist_conf_in 

Log message:
multimedia/motion: add a comment to the default config file pointing
out the possible need for access permissions on /dev/video0, and that
sysctl kern.video.record=1 may need to be set. ian@ suggested adding to
pkg/DESCR but I think it stands a little more chance of being seen here.



Re: nsh1.1 update diff attached

2023-03-15 Thread Tom Smyth
Thanks Stuart
Ihave created an issue for this ..  It makes sense...  it will be
implemented shortly ...

https://github.com/yellowman/nsh/issues/64

On Wed, 15 Mar 2023 at 22:54, Stuart Henderson  wrote:
>
> ps, most of the usual cisco-like CLIs will automatically insert a space
> after tab-completion finds a unique command, so e.g. you can do 'shrun"
> without typing an extra space; might be a useful addition for people
> coming from other systems.
>


-- 
Kindest regards,
Tom Smyth.



Re: nsh1.1 update diff attached

2023-03-15 Thread Stuart Henderson
ps, most of the usual cisco-like CLIs will automatically insert a space
after tab-completion finds a unique command, so e.g. you can do 'shrun"
without typing an extra space; might be a useful addition for people
coming from other systems.



Re: nsh1.1 update diff attached

2023-03-15 Thread Stuart Henderson
Thanks, the port is looking good and I've done some quick basic testing
with no issues (I assume you're already happy in general with it) - committed.


On 2023/03/15 22:37, Tom Smyth wrote:
> Folks,
> 
> Please find attached diff which updates the nsh port to the latest
> release of nsh
> 1.1 on github
> 
> 
> I would like to give a big thanks to Chris Cappuccio, Stefan Sperling,
> my colleagues, Justin Donoghue, Alan McGrath & Scott Mc Donnell from
> my Alma Mater
> DCU who worked on this as part of their university work placement.
> a big shout out to Ingo@ who patiently guided me on mandoc and manual
> page writing.
> and last but not least Stuart and  Kurt Mosiejczuk for all their time,
> expertise and
> work and patience to get me started on ports.
> It was a pleasure to help document some of the output of the above
> people's effort and indeed the
> wider OpenBSD Community for their contributions to the OpenBSD network
> stack over the years...
> 
> the attached CVS diff updates the port with the upstream release v1.1
> Changes since last time
> Chris and Stefan have made a number of improvements to nsh since the last 
> update
> 
> 1) dhcpleased support
> 2) slaacd support
> 3) resolvd support
> 4) ndp control support
> 5) improved arp control on interfaces
> 6) improved bridge/ veb feature support
> such as protected ports etc...
> 7) improved diagnostics commands
> show arp
> show ndp
> show bridge
> show interface status
> 8) improved integration scripts
> 9) improved  reduced default configuration on new sysctls  (to omit
> default settings on OpenBSD sysctls)
> 10) improved arp control on interfaces (arp on, static arp, )
> 11) improved usability and alignment with other industry CLIs with the
> keyword "exit" used to exit interface configuration modes
> 12) nsh.8 manual page updated to include the new features, improved
> cross referencing
> 
> feedback ,comments, ideas, testers contributors welcome...
> 
> Thanks again,
> 
> Tom Smyth
> 
> 
> On Mon, 13 Mar 2023 at 12:34, Stuart Henderson  wrote:
> >
> > On 2023/03/13 12:12, Tom Smyth wrote:
> > > Hi Stuart
> > > ill have a look at this... and see what can be done on GH
> >
> > This or similar to tag the current state of the tree as v1.1
> >
> > git tag -a v1.1 -m "Release version v1.1"
> > git push origin v1.1
> >
> > Or if e.g. there was another commit upstream and you want to tag the
> > older commit as v1.1:
> >
> > git tag -a v1.1 5d9dbeb4e -m "Release version v1.1"
> > (and push)
> >
> > Then for the port you can remove DISTNAME and set GH_TAGNAME = v1.1
> > instead.
> >
> > > with Stefan and Chris
> > >
> > > Thanks
> > >
> > > On Mon 13 Mar 2023, 11:09 Stuart Henderson,  wrote:
> > >
> > > > On 2023/03/13 00:44, Tom Smyth wrote:
> > > > > Folks,
> > > > > please find attached, update for nsh to nsh1.1-20230312
> > > > > I would like to give a big thanks to Chris Cappuccio, Stefan Sperling,
> > > > > Justin Donoghue  and Kurt Mosiejczuk for all their time, expertise and
> > > > > work to help.
> > > >
> > > > Updating to newer code makes sense. Would it be worth tagging it
> > > > upstream so we don't need to use GH_COMMIT and the date in DISTNAME?
> > > >
> > > > > the attached CVS diff updates the port with the upstream release,
> > > > > Changes since last time
> > > > > Chris and Stefan have made a number of improvements to nsh since the
> > > > last update
> > > > >
> > > > > 1) dhcpleased support
> > > > > 2) slaacd support
> > > > > 3) resolvd support
> > > > > 4) ndp control support
> > > > > 5) improved arp control on interfaces
> > > > > 6) improved bridge/ veb feature support
> > > > > 7) improved diagnostics commands
> > > > > show arp
> > > > > show ndp
> > > > > show bridge
> > > > > show interface status
> > > > > 8) improved integration scripts
> > > > > 9) improved  reduced default configuration on new sysctls  (to omit
> > > > > default settings on OpenBSD sysctls)
> > > > > 10) improved arp control on interfaces (arp on, static arp, )
> > > > > 11) improved usability and alignment with other industry CLIs with the
> > > > > keyword "exit" used to exit interface configuration modes
> > > > >
> > > > >
> > > > > 12) nsh.8 manual page updated to include the new features, improved
> > > > > cross referencing
> > > > > etc.
> > > > >
> > > > > further updates to nsh.8 possible  but I wanted make sure at least
> > > > > this diff makes the cut before ports freeze ...
> > > > >
> > > > > a big shout out to Justin who helped identify where we could improve
> > > > > the show  commands / diagnostic commands based on his use of other
> > > > > networking platforms.
> > > > >
> > > > > --
> > > > > Kindest regards,
> > > > > Tom Smyth.
> > > >
> > > >
> > > >
> 
> 
> 
> -- 
> Kindest regards,
> Tom Smyth.

> Index: Makefile
> ===
> RCS file: /cvs/ports/shells/nsh/Makefile,v
> retrieving revision 1.45
> diff -u -p -r1.45 Makefile
> --- Makefile  22 Sep 

CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 16:51:16

Modified files:
shells/nsh : Makefile distinfo 

Log message:
update to nsh-1.1, from MAINTAINER Tom Smyth.



Re: nsh1.1 update diff attached

2023-03-15 Thread Tom Smyth
Folks,

Please find attached diff which updates the nsh port to the latest
release of nsh
1.1 on github


I would like to give a big thanks to Chris Cappuccio, Stefan Sperling,
my colleagues, Justin Donoghue, Alan McGrath & Scott Mc Donnell from
my Alma Mater
DCU who worked on this as part of their university work placement.
a big shout out to Ingo@ who patiently guided me on mandoc and manual
page writing.
and last but not least Stuart and  Kurt Mosiejczuk for all their time,
expertise and
work and patience to get me started on ports.
It was a pleasure to help document some of the output of the above
people's effort and indeed the
wider OpenBSD Community for their contributions to the OpenBSD network
stack over the years...

the attached CVS diff updates the port with the upstream release v1.1
Changes since last time
Chris and Stefan have made a number of improvements to nsh since the last update

1) dhcpleased support
2) slaacd support
3) resolvd support
4) ndp control support
5) improved arp control on interfaces
6) improved bridge/ veb feature support
such as protected ports etc...
7) improved diagnostics commands
show arp
show ndp
show bridge
show interface status
8) improved integration scripts
9) improved  reduced default configuration on new sysctls  (to omit
default settings on OpenBSD sysctls)
10) improved arp control on interfaces (arp on, static arp, )
11) improved usability and alignment with other industry CLIs with the
keyword "exit" used to exit interface configuration modes
12) nsh.8 manual page updated to include the new features, improved
cross referencing

feedback ,comments, ideas, testers contributors welcome...

Thanks again,

Tom Smyth


On Mon, 13 Mar 2023 at 12:34, Stuart Henderson  wrote:
>
> On 2023/03/13 12:12, Tom Smyth wrote:
> > Hi Stuart
> > ill have a look at this... and see what can be done on GH
>
> This or similar to tag the current state of the tree as v1.1
>
> git tag -a v1.1 -m "Release version v1.1"
> git push origin v1.1
>
> Or if e.g. there was another commit upstream and you want to tag the
> older commit as v1.1:
>
> git tag -a v1.1 5d9dbeb4e -m "Release version v1.1"
> (and push)
>
> Then for the port you can remove DISTNAME and set GH_TAGNAME = v1.1
> instead.
>
> > with Stefan and Chris
> >
> > Thanks
> >
> > On Mon 13 Mar 2023, 11:09 Stuart Henderson,  wrote:
> >
> > > On 2023/03/13 00:44, Tom Smyth wrote:
> > > > Folks,
> > > > please find attached, update for nsh to nsh1.1-20230312
> > > > I would like to give a big thanks to Chris Cappuccio, Stefan Sperling,
> > > > Justin Donoghue  and Kurt Mosiejczuk for all their time, expertise and
> > > > work to help.
> > >
> > > Updating to newer code makes sense. Would it be worth tagging it
> > > upstream so we don't need to use GH_COMMIT and the date in DISTNAME?
> > >
> > > > the attached CVS diff updates the port with the upstream release,
> > > > Changes since last time
> > > > Chris and Stefan have made a number of improvements to nsh since the
> > > last update
> > > >
> > > > 1) dhcpleased support
> > > > 2) slaacd support
> > > > 3) resolvd support
> > > > 4) ndp control support
> > > > 5) improved arp control on interfaces
> > > > 6) improved bridge/ veb feature support
> > > > 7) improved diagnostics commands
> > > > show arp
> > > > show ndp
> > > > show bridge
> > > > show interface status
> > > > 8) improved integration scripts
> > > > 9) improved  reduced default configuration on new sysctls  (to omit
> > > > default settings on OpenBSD sysctls)
> > > > 10) improved arp control on interfaces (arp on, static arp, )
> > > > 11) improved usability and alignment with other industry CLIs with the
> > > > keyword "exit" used to exit interface configuration modes
> > > >
> > > >
> > > > 12) nsh.8 manual page updated to include the new features, improved
> > > > cross referencing
> > > > etc.
> > > >
> > > > further updates to nsh.8 possible  but I wanted make sure at least
> > > > this diff makes the cut before ports freeze ...
> > > >
> > > > a big shout out to Justin who helped identify where we could improve
> > > > the show  commands / diagnostic commands based on his use of other
> > > > networking platforms.
> > > >
> > > > --
> > > > Kindest regards,
> > > > Tom Smyth.
> > >
> > >
> > >



-- 
Kindest regards,
Tom Smyth.
Index: Makefile
===
RCS file: /cvs/ports/shells/nsh/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile	22 Sep 2022 08:16:14 -	1.45
+++ Makefile	15 Mar 2023 22:26:19 -
@@ -1,11 +1,9 @@
 COMMENT =	network switch style shell
 
-DISTNAME =	nsh-1.0.20220919
 
 GH_ACCOUNT =	yellowman
 GH_PROJECT =	nsh
-GH_COMMIT =	fcad0f6af197ab0c96e2c5410c546ad90027f7a1
-
+GH_TAGNAME =v1.1
 CATEGORIES =	shells net
 HOMEPAGE =	https://www.nmedia.net/nsh/
 
Index: distinfo
===
RCS file: /cvs/ports/shells/nsh/distinfo,v
retrieving 

[update] www/freshrss to 1.21.0

2023-03-15 Thread aisha
Hi,
  Attached trivial update for freshrss to 1.21.0

Has a security fix for CVE-2023-22481.
Full feature changelog - 
https://github.com/FreshRSS/FreshRSS/releases/tag/1.21.0

Running it for a while and everything is going smoothly, would like to get it 
in 7.3 as its a security fix.

OK to update?

Aisha

diff --git a/www/freshrss/Makefile b/www/freshrss/Makefile
index 122a29c2395..f6d54142f8c 100644
--- a/www/freshrss/Makefile
+++ b/www/freshrss/Makefile
@@ -5,10 +5,9 @@ PKG_ARCH = *
 
 GH_ACCOUNT =   FreshRSS
 GH_PROJECT =   FreshRSS
-GH_TAGNAME =   1.20.2
+GH_TAGNAME =   1.21.0
 
 PKGNAME =  freshrss-${GH_TAGNAME}
-REVISION = 1
 
 HOMEPAGE = https://freshrss.org/
 
diff --git a/www/freshrss/distinfo b/www/freshrss/distinfo
index ba9c1b32465..ce000c494c2 100644
--- a/www/freshrss/distinfo
+++ b/www/freshrss/distinfo
@@ -1,2 +1,2 @@
-SHA256 (FreshRSS-1.20.2.tar.gz) = 2fqE38q4kWyOl302Ap7vWIYPcCkoTChH7HMke8iZiPc=
-SIZE (FreshRSS-1.20.2.tar.gz) = 4430346
+SHA256 (FreshRSS-1.21.0.tar.gz) = htn1lT++W9BK7hBdfJInIFXmgWuok7mhU6V151NcfXg=
+SIZE (FreshRSS-1.21.0.tar.gz) = 4435741
diff --git a/www/freshrss/pkg/PLIST b/www/freshrss/pkg/PLIST
index a9a763a8eed..74c510cc3b5 100644
--- a/www/freshrss/pkg/PLIST
+++ b/www/freshrss/pkg/PLIST
@@ -1,4 +1,8 @@
 www/freshrss/
+www/freshrss/.devcontainer/
+www/freshrss/.devcontainer/Dockerfile
+www/freshrss/.devcontainer/devcontainer.json
+www/freshrss/.devcontainer/postCreateCommand.sh
 www/freshrss/.dockerignore
 www/freshrss/.editorconfig
 www/freshrss/.eslintignore
@@ -431,6 +435,7 @@ www/freshrss/cli/.htaccess
 www/freshrss/cli/README.md
 www/freshrss/cli/_cli.php
 www/freshrss/cli/_update-or-create-user.php
+www/freshrss/cli/access-permissions.sh
 www/freshrss/cli/actualize-user.php
 www/freshrss/cli/check.translation.php
 www/freshrss/cli/create-user.php
@@ -454,6 +459,7 @@ www/freshrss/cli/list-users.php
 www/freshrss/cli/manipulate.translation.php
 www/freshrss/cli/prepare.php
 www/freshrss/cli/reconfigure.php
+www/freshrss/cli/sensitive-log.sh
 www/freshrss/cli/translation-update.sh
 www/freshrss/cli/update-user.php
 www/freshrss/cli/user-info.php
@@ -585,6 +591,8 @@ www/freshrss/docs/en/users/05_Configuration.md
 www/freshrss/docs/en/users/06_Mobile_access.md
 www/freshrss/docs/en/users/07_Frequently_Asked_Questions.md
 www/freshrss/docs/en/users/08_sharing_services.md
+www/freshrss/docs/en/users/09_refreshing_feeds.md
+www/freshrss/docs/en/users/10_filter.md
 www/freshrss/docs/fr/
 www/freshrss/docs/fr/contributing.md
 www/freshrss/docs/fr/developers/
@@ -592,7 +600,6 @@ www/freshrss/docs/fr/developers/01_First_steps.md
 www/freshrss/docs/fr/developers/02_Github.md
 www/freshrss/docs/fr/developers/03_Backend/
 www/freshrss/docs/fr/developers/03_Backend/01_Database_schema.md
-www/freshrss/docs/fr/developers/03_Backend/02_Minz.md
 www/freshrss/docs/fr/developers/03_Backend/03_External_libraries.md
 www/freshrss/docs/fr/developers/03_Backend/04_Changing_source_code.md
 www/freshrss/docs/fr/developers/03_Backend/05_Extensions.md
@@ -601,6 +608,9 @@ www/freshrss/docs/fr/developers/04_Frontend/
 www/freshrss/docs/fr/developers/04_Frontend/01_View_files.md
 www/freshrss/docs/fr/developers/04_Frontend/02_Design.md
 www/freshrss/docs/fr/developers/05_Release_new_version.md
+www/freshrss/docs/fr/developers/Minz/
+www/freshrss/docs/fr/developers/Minz/index.md
+www/freshrss/docs/fr/developers/Minz/migration.md
 www/freshrss/docs/fr/img/
 www/freshrss/docs/fr/img/doc.edit.png
 www/freshrss/docs/fr/img/logo_freshrss.png
@@ -619,6 +629,7 @@ www/freshrss/docs/fr/img/users/status.filter.0.7.png
 www/freshrss/docs/fr/img/users/status.filter.0.8.png
 www/freshrss/docs/fr/img/users/token.1.png
 www/freshrss/docs/fr/index.md
+www/freshrss/docs/fr/internationalization.md
 www/freshrss/docs/fr/users/
 www/freshrss/docs/fr/users/01_Installation.md
 www/freshrss/docs/fr/users/02_First_steps.md
@@ -750,8 +761,16 @@ www/freshrss/lib/favicons.php
 www/freshrss/lib/http-conditional.php
 www/freshrss/lib/lib_date.php
 www/freshrss/lib/lib_install.php
-www/freshrss/lib/lib_opml.php
 www/freshrss/lib/lib_rss.php
+www/freshrss/lib/marienfressinaud/
+www/freshrss/lib/marienfressinaud/lib_opml/
+www/freshrss/lib/marienfressinaud/lib_opml/LICENSE
+www/freshrss/lib/marienfressinaud/lib_opml/README.md
+www/freshrss/lib/marienfressinaud/lib_opml/composer.json
+www/freshrss/lib/marienfressinaud/lib_opml/src/
+www/freshrss/lib/marienfressinaud/lib_opml/src/LibOpml/
+www/freshrss/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php
+www/freshrss/lib/marienfressinaud/lib_opml/src/LibOpml/LibOpml.php
 www/freshrss/lib/phpgt/
 www/freshrss/lib/phpgt/cssxpath/
 www/freshrss/lib/phpgt/cssxpath/LICENSE
@@ -866,7 +885,6 @@ www/freshrss/p/themes/BlueLagoon/BlueLagoon.css
 www/freshrss/p/themes/BlueLagoon/BlueLagoon.rtl.css
 www/freshrss/p/themes/BlueLagoon/README.md
 www/freshrss/p/themes/BlueLagoon/icons/
-www/freshrss/p/themes/BlueLagoon/icons/bookmark.svg
 

Re: [NEW] lang/gleam

2023-03-15 Thread Volker Schlecht

Thanks Omar!

I'll put this and the remaining erlang.port.mk changes on the back 
burner and resubmit after 7.3


On 3/15/23 15:09, Omar Polo wrote:

On 2023/03/12 17:57:17 +0100, Volker Schlecht  
wrote:

One ping just in case - if nobody else is interested, I'll shut up about
that one.


The port looks fine to me, plus all the tests are passing.  Played a
bit with it following the tour on the website; not exactly my thing
but it's always nice to have more languages to play with in the port
tree! :)

nitpick: the README.md doesn't seem terrificantly informative so I'd
drop it from the do-install.  I'd drop the LICENSE too as I'd really
like to avoid wasting bytes on the disk for it, but the point 4 of the
Apache license states that "You may reproduce and distribute copies of
the Work [...] with or without modifications, and in source or object
form, provided that you meet the following conditions" and the very
first one is to give other recipients of the work a copy of the
license.  shrug.

Reattaching a tarball that don't install the README and indents the
continuation lines in the post-patch target.  It's ok op@ to import.

Thanks!






CVS: cvs.openbsd.org: ports

2023-03-15 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/03/15 11:44:17

Modified files:
databases/ports-readmes-dancer: Makefile distinfo 

Log message:
best practice: runs locate --
update included jquery.js



Re: Slowing down for 7.3

2023-03-15 Thread Christian Weisgerber
Christian Weisgerber:

> We are approaching the release of OpenBSD 7.3.  It is time to slow
> down ports work.

No more imports of new ports, please.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: x11/kitty: Failed to create GLFW temp window

2023-03-15 Thread Stuart Henderson
On 2023/03/05 17:14, Stuart Henderson wrote:
> Same with kitty 0.26.5 and 0.27.1 (the latter is tricky to handle in
> ports because it wants to download some go modules at build time).

Here's a ports diff for kitty 0.27.1 (with a vendored tarball for the go
dependencies). There are some issues though, e.g. the ssh "kitten" and
tests report "incorrect own on pwfile" (seems to be some issue with shm;
0.26.4 does that too), "kitten icat" spews some control chars, I didn't
try much else.

IIRC you need to uninstall the existing version before building.

I'm not a kitty user myself so if anyone is interested then just take
this as a starting point.

Index: Makefile
===
RCS file: /cvs/ports/x11/kitty/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile13 Mar 2023 12:55:18 -  1.24
+++ Makefile15 Mar 2023 16:35:35 -
@@ -3,12 +3,10 @@ ONLY_FOR_ARCHS =  aarch64 amd64 i386

 COMMENT =  fast, feature full, GPU-based terminal emulator

-# 0.27.1 runs the newly built kitty binary during build, but expects
-# it to be in the path (try PORTPATH=${WRKSRC}/linux-package/bin:${PATH})
-# build also fails if you have an older version of kitty installed -
-# it also wants to download go modules during build
-MODPY_EGG_VERSION =0.26.5
+MODPY_EGG_VERSION =0.27.1
 DISTNAME = kitty-${MODPY_EGG_VERSION}
+DISTFILES =${DISTNAME}${EXTRACT_SUFX} \
+   kitty-vendor-${MODPY_EGG_VERSION}.tar.gz:0
 CATEGORIES =   x11
 HOMEPAGE = https://sw.kovidgoyal.net/kitty/

@@ -21,6 +19,7 @@ WANTLIB += fontconfig freetype harfbuzz
 WANTLIB += util xcb xkbcommon xkbcommon-x11 z ${MODPY_WANTLIB}

 MASTER_SITES = 
https://github.com/kovidgoyal/kitty/releases/download/v${MODPY_EGG_VERSION}/
+MASTER_SITES0 =https://spacehopper.org/mirrors/
 EXTRACT_SUFX = .tar.xz

 # C11
@@ -29,6 +28,7 @@ COMPILER =base-clang ports-gcc
 CFLAGS +=  "-DOPENSSL_clear_free=freezero"

 MODULES =  lang/python
+
 MODPY_DISTUTILS_BUILD =linux-package
 MODPY_SETUP_ARGS +=--verbose \
--ignore-compiler-warnings \
@@ -50,24 +50,42 @@ LIB_DEPENDS =   audio/libcanberra \
net/librsync \
x11/dbus \
x11/xkbcommon
+BUILD_DEPENDS =lang/go

 TEST_ENV = CI=true \
TMPDIR=${WRKDIR}/tmp \
-   KITTY_CACHE_DIRECTORY=${WRKDIR}/tmp/cache
+   KITTY_CACHE_DIRECTORY=${WRKDIR}/tmp/cache \
+   PYTHONPATH=${WRKSRC}
+
+# runs newly-built binary during build
+PORTPATH = ${WRKSRC}/linux-package/bin:${PATH}
+PORTHOME = ${WRKDIR}

-# needed for 'make test'
+# needed for 'make test'; lots of failures though
 USE_GMAKE =Yes

 pre-test:
mkdir -p ${WRKDIR}/tmp/cache
+   cp ${WRKSRC}/linux-package/bin/kitty ${WRKSRC}/kitty/launcher/

 do-install:
${INSTALL_PROGRAM} \
-   ${WRKSRC}/linux-package/bin/kitty ${PREFIX}/bin/
+   ${WRKSRC}/linux-package/bin/{kitty,kitten} ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/lib/kitty
${INSTALL_MAN} ${WRKSRC}/linux-package/man/man1/kitty.1 \
${PREFIX}/man/man1/
@cp -R ${WRKSRC}/linux-package/lib/kitty/*  ${PREFIX}/lib/kitty/
@cp -R ${WRKSRC}/linux-package/share/*  ${PREFIX}/share/
+
+vendor: patch
+   cd ${WRKSRC}; \
+   ${_PBUILD} chmod -R ug=rwX,o=rX .; \
+   go mod tidy; \
+   go mod vendor; \
+   chmod -R ug=rwX,o=rX vendor; \
+   cd ..; \
+   ${_PBUILD} tar czf kitty-vendor-${MODPY_EGG_VERSION}.tar.gz \
+   kitty-${MODPY_EGG_VERSION}/vendor; \
+   scp kitty-vendor-${MODPY_EGG_VERSION}.tar.gz naiad:mirrors/

 .include 
Index: distinfo
===
RCS file: /cvs/ports/x11/kitty/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo13 Mar 2023 12:55:18 -  1.9
+++ distinfo15 Mar 2023 16:35:35 -
@@ -1,2 +1,4 @@
-SHA256 (kitty-0.26.5.tar.xz) = VUSlgDFP7HcRGHzigWKQm17P9ngAcURP6W+5f4vlya0=
-SIZE (kitty-0.26.5.tar.xz) = 4749988
+SHA256 (kitty-0.27.1.tar.xz) = 5XZyxboZc74TlUjrdy/xPXnCmw7WfLvkQYyHtvGxqQE=
+SHA256 (kitty-vendor-0.27.1.tar.gz) = 
pleXvY5n9Fk91V8EhKYDVEJ5eiCgZBEL420iUYLaivw=
+SIZE (kitty-0.27.1.tar.xz) = 5045588
+SIZE (kitty-vendor-0.27.1.tar.gz) = 1605984
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/x11/kitty/patches/patch-setup_py,v
retrieving revision 1.10
diff -u -p -r1.10 patch-setup_py
--- patches/patch-setup_py  23 Nov 2022 14:45:21 -  1.10
+++ patches/patch-setup_py  15 Mar 2023 16:35:35 -
@@ -5,7 +5,7 @@ disable wayland, 

CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 09:50:43

Modified files:
mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
mail/mozilla-thunderbird: MFC update to 102.9.0.

see https://www.thunderbird.net/en-US/thunderbird/102.9.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-11/



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 09:49:38

Modified files:
mail/mozilla-thunderbird: Makefile distinfo 
mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
mail/mozilla-thunderbird: update to 102.9.0.

see https://www.thunderbird.net/en-US/thunderbird/102.9.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-11/



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/03/15 09:29:59

Modified files:
net/tg_owt : Makefile distinfo 

Log message:
update to latest tg_owt



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/15 09:23:30

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-422.0.0.



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/15 09:13:22

Modified files:
x11/gtk+4  : Makefile distinfo 
x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c 

Log message:
Update to gtk+4-4.10.1.



Re: [UPDATE] lang/node 18.15.0

2023-03-15 Thread Stuart Henderson
On 2023/03/14 16:38, A Tammy wrote:
> 
> On 3/12/23 14:40, Volker Schlecht wrote:
> > Updates lang/node to the latest release 18.15.0
> > https://github.com/nodejs/node/releases/tag/v18.15.0
> >
> > Builds and runs fine on amd64, i386 and arm64.
> >
> > AFAICT no changes with an obvious risk for other platforms.
> > As usual, quite a bit of PLIST churn due to npm.
> 
> Builds fine for me on arm64. Ran simple scripts and they worked.
> 
> OK aisha, will commit tonight if no one has any issue.
> 

Please hold off until after release for this unless you've built the
ports which depend on it on the archs where they work - it's used by all
the main web browsers in the ports tree and if it introduced a problem
building those which is too late to fix for release, it would not be
very funny.



Re: [NEW] lang/gleam

2023-03-15 Thread Omar Polo
On 2023/03/12 17:57:17 +0100, Volker Schlecht  
wrote:
> One ping just in case - if nobody else is interested, I'll shut up about 
> that one.

The port looks fine to me, plus all the tests are passing.  Played a
bit with it following the tour on the website; not exactly my thing
but it's always nice to have more languages to play with in the port
tree! :)

nitpick: the README.md doesn't seem terrificantly informative so I'd
drop it from the do-install.  I'd drop the LICENSE too as I'd really
like to avoid wasting bytes on the disk for it, but the point 4 of the
Apache license states that "You may reproduce and distribute copies of
the Work [...] with or without modifications, and in source or object
form, provided that you meet the following conditions" and the very
first one is to give other recipients of the work a copy of the
license.  shrug.

Reattaching a tarball that don't install the README and indents the
continuation lines in the post-patch target.  It's ok op@ to import.

Thanks!




gleam.tar.gz
Description: GNU Zip compressed data


CVS: cvs.openbsd.org: ports

2023-03-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/03/15 07:35:33

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20230315



Re: [update] devel/rebar3 3.20.0

2023-03-15 Thread Omar Polo
On 2023/03/12 17:55:27 +0100, Volker Schlecht  
wrote:
> Ping

I remember testing this diff some time ago.  All the consumers are
happy and the regress suite is passing.

Committed, thanks!



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/15 07:15:13

Modified files:
devel/rebar3   : Makefile distinfo 
devel/rebar3/patches: patch-rebar_config 
Added files:
devel/rebar3/patches: 
  patch-apps_rebar_src_rebar_prv_escriptize_erl 
  patch-vendor_relx_priv_templates_bin 
  patch-vendor_relx_priv_templates_extended_bin 
Removed files:
devel/rebar3/patches: 
  patch-_build_default_lib_relx_priv_templates_bin 
  
patch-_build_default_lib_relx_priv_templates_extended_bin 
  patch-src_rebar_prv_escriptize_erl 

Log message:
update devel/rebar3 to 3.20.0

diff from Volker Schlecht, thanks!
maintainer timeout



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 06:55:26

Modified files:
devel/py-wheel : Makefile distinfo 
devel/py-wheel/pkg: PLIST 

Log message:
update to py3-wheel-0.40.0, which moves to building with flit_core,
cleaning up the bootstrap mechanism. tested building from a clean
system & building a few hundred py3-* ports.



Re: [Update] editors/emacs.28.2

2023-03-15 Thread lux
On Tue, 2023-03-14 at 14:12 +0100, Jeremie Courreges-Anglas wrote:
> On Sun, Mar 12 2023, "lux"  wrote:
> > Hi ports@:
> >    
> >    Here is a patch for Emacs.28.2, fixed CVE-2022-45939, CVE-2022-
> > 48337, CVE-2022-48338 and CVE-2022-48339.
> 
> Committed with a few tweaks (REVISION bump, links to upstream
> commits,
> refreshed patches).
> 

> From lux @ shellcodes dot org
^^

Thank you, but my email is lx@shellcodes dot org :-)



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 06:06:23

Modified files:
security/openssl/3.1: Makefile 

Log message:
skip PORTROACH limit for the highest version subdir



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 06:04:57

Modified files:
security/openssl/3.0: Makefile 

Log message:
tighter PORTROACH version spec



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 05:01:17

Modified files:
net/arouteserver: Makefile distinfo 

Log message:
update to arouteserver-1.20.0, includes support for building configurations
using RFC9234 ("Route Leak Prevention and Detection Using Roles") with recent
BIRD/OpenBGPD versions.



Re: remove multimedia/ogmrip

2023-03-15 Thread Pascal Stumpf
On Wed, 15 Mar 2023 02:26:34 -0700, Nam Nguyen wrote:
> Nam Nguyen writes:
> 
> > I propose removing devel/ogmrip. stsp@ had problems with ogmrip
> > segfaulting on startup. Upstream says it is dead. jca@ had suggested
> > multimedia/dvdbackup as an alternative.
> >
> > see:
> > https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
> > https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf
> >
> > I was able to get past the segfault with a series of patches here
> > renaming / to - since gconf dislikes / in names.
> > https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/
> >
> > However, runtime fails at extracting from an iso file. According to the
> > discussions above:
> > 1) the upstream author says the project is dead.
> > 2) it also does not work on linux.
> >
> > ok to remove?
> 
> I just realized I forgot to check consumers. multimedia/shrip would need
> to be removed, too.

Yup, it's dead.  OK pascal@.

> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/quirks/Makefile,v
> retrieving revision 1.1504
> diff -u -p -u -p -r1.1504 Makefile
> --- Makefile  10 Mar 2023 08:35:49 -  1.1504
> +++ Makefile  15 Mar 2023 09:25:34 -
> @@ -3,7 +3,7 @@ CATEGORIES =  devel databases
>  DISTFILES =
>  
>  # API.rev
> -PKGNAME =quirks-6.120
> +PKGNAME =quirks-6.121
>  PKG_ARCH =   *
>  MAINTAINER = Marc Espie 
>  
> Index: files/Quirks.pm
> ===
> RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
> retrieving revision 1.1515
> diff -u -p -u -p -r1.1515 Quirks.pm
> --- files/Quirks.pm   10 Mar 2023 08:35:49 -  1.1515
> +++ files/Quirks.pm   15 Mar 2023 09:25:34 -
> @@ -1812,6 +1812,8 @@ setup_obsolete_reason(
>   6 => 'ap-utils',
>   6 => 'kibana',
>   6 => 'elasticsearch',
> + 3 => 'ogmrip',
> + 3 => 'shrip',
>  );
>  
>  # though it's not yet used, these should be pkgnames, so that eventually
> 



Re: [Update] devel/difftastic 0.45

2023-03-15 Thread Omar Polo
On 2023/03/12 17:51:37 +0100, Volker Schlecht  
wrote:
> Ping

played with some C files, still wors :)

Committed, thanks!



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/15 04:26:43

Modified files:
devel/difftastic: Makefile crates.inc distinfo 
devel/difftastic/patches: patch-Cargo_lock patch-Cargo_toml 

Log message:
update devel/difftastic to 0.45

diff from MAINTAINER Volker Schlecht, thanks!



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/03/15 04:14:35

Modified files:
security/openssl/3.1: Makefile 
security/openssl/3.1/patches: 
  patch-Configurations_unix-Makefile_tmpl 

Log message:
openssl/3.1: fix pkgconfig files to say 31



Re: remove multimedia/ogmrip

2023-03-15 Thread Antoine Jacoutot
On Wed, Mar 15, 2023 at 09:39:40AM +, Klemens Nanni wrote:
> 15.03.2023 09:26, Nam Nguyen пишет:
> > Nam Nguyen writes:
> > 
> >> I propose removing devel/ogmrip. stsp@ had problems with ogmrip
> >> segfaulting on startup. Upstream says it is dead. jca@ had suggested
> >> multimedia/dvdbackup as an alternative.
> >>
> >> see:
> >> https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
> >> https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf
> 
> Thanks for digging these out, the homepage has no hint whatsoever that
> this project is dead and repology.org shows lots of distro packages, so
> you'd assume it works...
> 
> >> I was able to get past the segfault with a series of patches here
> >> renaming / to - since gconf dislikes / in names.
> >> https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/
> >>
> >> However, runtime fails at extracting from an iso file. According to the
> >> discussions above:
> >> 1) the upstream author says the project is dead.
> >> 2) it also does not work on linux.
> >>
> >> ok to remove?
> > 
> > I just realized I forgot to check consumers. multimedia/shrip would need
> > to be removed, too.
> 
> OK kn

One less comsumer of devel/gconf2 is always good.
ok aja

-- 
Antoine



Re: UPDATE: Gobuster-3.5.0

2023-03-15 Thread Omar Polo
On 2023/03/14 16:26:20 +0100, "Gonzalo L. Rodriguez"  wrote:
> Hello,
> 
> Update for Gobuster to 3.5.0:
> 
> https://github.com/OJ/gobuster/releases/tag/v3.5.0
> 
> OK? Comments?
> 
> Cheers.-

ok op



Re: UPDATE: Artty-1.4.3

2023-03-15 Thread Omar Polo
On 2023/03/14 13:17:34 +0100, "Gonzalo L. Rodriguez"  wrote:
> 
> Hi,
> 
> Update for Artty to 1.4.3:
> 
> https://github.com/mjwhitta/artty/releases/tag/v1.4.3
> 
> OK? Comments?

ok op@




Re: [new] lang/lfe

2023-03-15 Thread Omar Polo
On 2023/03/13 19:53:17 +0100, Volker Schlecht  
wrote:
> [...]
> > but what's the impact of the change?  If an update grows more
> > dependencies rebar will still try to fetch them at build time?  Isn't
> > it better to keep the deps block remvoal (which I guess triggers an
> > error during the build)?
> 
> My thinking was that when that happens, I'd rather see a failure with 
> the URL of the missing dependency rather than just the erlang equivalent
> of a "missing include".

agreed, but not everyone is using PORTS_PRIVSEP so keeping that would
make easier to spot missing dependencies.  Admittedly it's not a big
deal anyway, hopefully before committing one tests and eventually
it'll fail in bulk builds...

> [...]

I've committed part of your diff (the `rebar' cleanup and the typo)
and I'm reattaching a slightly tweaked version of your diff for
MODERL_MODULES (MODERL_DIST_SUBDIR was defined but not used ;-) and
also an updated lang/lfe distinfo as an example consumer.

The recap is: would be nice to have a MODERL_MODULES mechanism for
fetching erlang libs like we have for go and rust.  The proposed
lang/lfe would use it for fetching tests depends.  Everything except
for a tiny bit change was done by Volker and the lfe port is
originally by Renato Aguiar, thanks!

I'd like to hear from some other porter what they think about this.

Index: erlang.port.mk
===
RCS file: /cvs/ports/lang/erlang/erlang.port.mk,v
retrieving revision 1.32
diff -u -p -r1.32 erlang.port.mk
--- erlang.port.mk  15 Mar 2023 09:21:20 -  1.32
+++ erlang.port.mk  15 Mar 2023 09:28:15 -
@@ -118,15 +118,39 @@ pre-configure:
 .if ${CONFIGURE_STYLE:L} == "rebar3"
 # Some modules bundle their own rebar escript, force them to use the system
 # rebar instead.
-# While here, remove the deps{} block from rebar.config, we cannot download
-# dependencies on the fly (blocked by systrace) and it obfuscates dependency
-# management from the ports Makefile.
 .  if ! target(pre-build)
 pre-build:
@cp -f ${REBAR_BIN} ${WRKSRC}/rebar3
-   @perl -pi -e 'BEGIN{undef $$/;} s/{deps,.*?]}.//smg' 
${WRKSRC}/rebar.config
 .  endif
 .endif
+
+# Add possibility to include additional build or test dependencies from 
+# https://hex.pm. Ripped from go.port.mk and devel/rebar3.
+MASTER_SITE_ATHENS =   https://repo.hex.pm/tarballs/
+
+MODERL_MASTER_SITEN =  9
+MASTER_SITES${MODERL_MASTER_SITEN} ?= ${MASTER_SITE_ATHENS}
+MODERL_DIST_SUBDIR ?=  hex_modules
+
+.  for _m _v in ${MODERL_MODULES}
+MODERL_DISTFILES += 
${MODERL_DIST_SUBDIR}/{}${_m}-${_v}.tar:${MODERL_MASTER_SITEN}
+.  endfor
+
+.  if ! empty(MODERL_MODULES)
+.for _m _v in ${MODERL_MODULES}
+MODERL_SETUP_WORKSPACE += mkdir -p ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+   tar xf ${FULLDISTDIR}/${_m}-${_v}.tar -C 
${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+   mkdir -p ${WRKSRC}/_checkouts/${_m}; \
+   mkdir -p ${WRKSRC}/_build/default/lib; \
+   tar xzf ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}/contents.tar.gz 
-C ${WRKSRC}/_checkouts/${_m}; \
+   cp -r ${WRKSRC}/_checkouts/${_m} ${WRKSRC}/_build/default/lib/;
+.endfor
+MODERLANG_post-extract += ${MODERL_SETUP_WORKSPACE}
+.  endif
+
+.  if defined(MODERL_DISTFILES)
+DISTFILES += ${MODERL_DISTFILES}
+.  endif
 
 # Regression test handling:
 # If nothing is explicitly set, then MODERL_TEST=Yes and default




lfe.tar.gz
Description: GNU Zip compressed data


Re: remove multimedia/ogmrip

2023-03-15 Thread Klemens Nanni
15.03.2023 09:26, Nam Nguyen пишет:
> Nam Nguyen writes:
> 
>> I propose removing devel/ogmrip. stsp@ had problems with ogmrip
>> segfaulting on startup. Upstream says it is dead. jca@ had suggested
>> multimedia/dvdbackup as an alternative.
>>
>> see:
>> https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
>> https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf

Thanks for digging these out, the homepage has no hint whatsoever that
this project is dead and repology.org shows lots of distro packages, so
you'd assume it works...

>> I was able to get past the segfault with a series of patches here
>> renaming / to - since gconf dislikes / in names.
>> https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/
>>
>> However, runtime fails at extracting from an iso file. According to the
>> discussions above:
>> 1) the upstream author says the project is dead.
>> 2) it also does not work on linux.
>>
>> ok to remove?
> 
> I just realized I forgot to check consumers. multimedia/shrip would need
> to be removed, too.

OK kn



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/03/15 03:38:11

Modified files:
net/samba  : Makefile distinfo 

Log message:
Update to samba-4.17.6

Release notes:
https://www.samba.org/samba/history/samba-4.17.6.html

Tests and ok Ian McWilliam (co-maintainer) and bket@



Re: remove multimedia/ogmrip

2023-03-15 Thread Nam Nguyen
Nam Nguyen writes:

> I propose removing devel/ogmrip. stsp@ had problems with ogmrip
> segfaulting on startup. Upstream says it is dead. jca@ had suggested
> multimedia/dvdbackup as an alternative.
>
> see:
> https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
> https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf
>
> I was able to get past the segfault with a series of patches here
> renaming / to - since gconf dislikes / in names.
> https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/
>
> However, runtime fails at extracting from an iso file. According to the
> discussions above:
> 1) the upstream author says the project is dead.
> 2) it also does not work on linux.
>
> ok to remove?

I just realized I forgot to check consumers. multimedia/shrip would need
to be removed, too.

Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1504
diff -u -p -u -p -r1.1504 Makefile
--- Makefile10 Mar 2023 08:35:49 -  1.1504
+++ Makefile15 Mar 2023 09:25:34 -
@@ -3,7 +3,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-6.120
+PKGNAME =  quirks-6.121
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1515
diff -u -p -u -p -r1.1515 Quirks.pm
--- files/Quirks.pm 10 Mar 2023 08:35:49 -  1.1515
+++ files/Quirks.pm 15 Mar 2023 09:25:34 -
@@ -1812,6 +1812,8 @@ setup_obsolete_reason(
6 => 'ap-utils',
6 => 'kibana',
6 => 'elasticsearch',
+   3 => 'ogmrip',
+   3 => 'shrip',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/15 03:21:20

Modified files:
lang/erlang: erlang.port.mk 

Log message:
post devel/rebar removal cleanup for erlang.port.mk

- no port has CONFIGURE_STYLE=rebar anymore, only rebar3
- symlink/copy rebar3, not rebar
- typo

from Volker Schlecht, thanks!



Re: Update fonts/jetbrains-mono to version 2.304

2023-03-15 Thread Omar Polo
committed (with the license fixed as well), thanks!

On 2023/03/12 16:41:29 -0400, Josiah Frentsos  wrote:
> Index: Makefile
> ===
> RCS file: /cvs/ports/fonts/jetbrains-mono/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile  11 Mar 2022 19:00:21 -  1.4
> +++ Makefile  12 Mar 2023 20:34:07 -
> @@ -1,6 +1,6 @@
>  COMMENT =monotype font for developers
>  
> -V =  2.242
> +V =  2.304
>  DISTNAME =   ${TYPEFACE}-$V
>  PKGNAME =jetbrains-mono-$V
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/fonts/jetbrains-mono/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  27 Feb 2022 22:14:14 -  1.3
> +++ distinfo  12 Mar 2023 20:34:07 -
> @@ -1,2 +1,2 @@
> -SHA256 (JetBrainsMono-2.242.zip) = 
> TjFbTvF2zn/8lxsUmXvcj2RuPR5bkT0ey6OjsQtKGp8=
> -SIZE (JetBrainsMono-2.242.zip) = 4099695
> +SHA256 (JetBrainsMono-2.304.zip) = 
> b2N2xu0pYOqKljzXOH7J124/YpElvDPR/c1+twEve78=
> +SIZE (JetBrainsMono-2.304.zip) = 5622857




CVS: cvs.openbsd.org: ports

2023-03-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/15 03:09:12

Modified files:
fonts/jetbrains-mono: Makefile distinfo 

Log message:
update fonts/jetbrains-mono to 2.304; from Josiah Frentsos, thanks!



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/03/15 03:02:06

Modified files:
net/openvpn: Makefile distinfo 
net/openvpn/patches: patch-configure 

Log message:
Update to openvpn-2.6.1

ChangeLog:
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn26



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 02:44:16

Modified files:
security/nss   : Makefile distinfo 

Log message:
security/nss: update to 3.89, required by gecko 112

see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_89.html



remove multimedia/ogmrip

2023-03-15 Thread Nam Nguyen
I propose removing devel/ogmrip. stsp@ had problems with ogmrip
segfaulting on startup. Upstream says it is dead. jca@ had suggested
multimedia/dvdbackup as an alternative.

see:
https://sourceforge.net/p/ogmrip/discussion/258033/thread/cd664501/?limit=25#511a
https://sourceforge.net/p/ogmrip/discussion/258033/thread/b01310a252/?limit=25#c9bf

I was able to get past the segfault with a series of patches here
renaming / to - since gconf dislikes / in names.
https://www.namtsui.com/cgi-bin/cvsweb/ports/multimedia/ogmrip/patches/

However, runtime fails at extracting from an iso file. According to the
discussions above:
1) the upstream author says the project is dead.
2) it also does not work on linux.

ok to remove?

Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1504
diff -u -p -u -p -r1.1504 Makefile
--- Makefile10 Mar 2023 08:35:49 -  1.1504
+++ Makefile15 Mar 2023 08:11:44 -
@@ -3,7 +3,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-6.120
+PKGNAME =  quirks-6.121
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1515
diff -u -p -u -p -r1.1515 Quirks.pm
--- files/Quirks.pm 10 Mar 2023 08:35:49 -  1.1515
+++ files/Quirks.pm 15 Mar 2023 08:11:44 -
@@ -1812,6 +1812,7 @@ setup_obsolete_reason(
6 => 'ap-utils',
6 => 'kibana',
6 => 'elasticsearch',
+   3 => 'ogmrip',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 02:29:17

Modified files:
geo/gdal   : Makefile distinfo 

Log message:
geo/gdal: update to 3.6.3.

see https://github.com/OSGeo/gdal/blob/v3.6.3/NEWS.md



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/03/15 01:51:21

Modified files:
www/chromium   : Makefile 
www/chromium/patches: patch-v8_include_v8config_h 
www/iridium: Makefile 
www/iridium/patches: patch-v8_include_v8config_h 
www/ungoogled-chromium: Makefile 
www/ungoogled-chromium/patches: patch-v8_include_v8config_h 

Log message:
restrict usage of preserve_most to clang 17 to fix weird runtime issues

commit ab12885a59d86d43a624ffaf6d56ca0d34e8e8bb
Author: Clemens Backes 
Date:   Tue Feb 21 14:38:08 2023 +0100

Restrict usage of preserve_most to clang 17

Before https://reviews.llvm.org/D143425, preserve_most was broken for
methods/functions with return value(s). This CL thus restricts the use
of the preserve_most attribute to clang version >= 17, so we can start
using preserve_most more widely.



Re: NEW: devel/p5-OpenAI-API

2023-03-15 Thread Mikolaj Kucharski
Hi all,

On Tue, Mar 14, 2023 at 04:56:48AM -0500, Todd T. Fries wrote:
> I missed the update, thanks!
> 
> A single line added to the Makefile seems useful of 'make test' is to succeed:
> 
>   TEST_DEPENDS=   devel/p5-Test-RequiresInternet
> 
> Otherwise, still works with https://github.com/toddfries/coai so ..
> 
> New version p5-OpenAI-API,4.tgz attached.
> 
> Thanks,
> 

- include above change from Todd
- bump version to OpenAI::API to 0.27
- regen distinfo
- regen plist

New version p5-OpenAI-API,5.tgz attached.

-- 
Regards,
 Mikolaj


p5-OpenAI-API,5.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 01:32:11

Modified files:
www/firefox-esr: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
www/firefox-esr: MFC update to 102.9.0

see https://www.mozilla.org/en-US/firefox/102.9.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-10/



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 01:31:42

Modified files:
www/firefox-esr: Makefile distinfo 
www/firefox-esr-i18n: Makefile.inc distinfo 

Log message:
www/firefox-esr: update to 102.9.0.

see https://www.mozilla.org/en-US/firefox/102.9.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-10/



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/15 01:30:24

Modified files:
www/firefox-i18n: Makefile.inc distinfo 
www/mozilla-firefox: Makefile distinfo 
www/mozilla-firefox/patches: patch-toolkit_xre_glxtest_cpp 

Log message:
www/mozilla-firefox: update to 111.0.

see https://www.mozilla.org/en-US/firefox/111.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-09/



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 00:32:51

Modified files:
security   : Makefile 

Log message:
+pizauth



CVS: cvs.openbsd.org: ports

2023-03-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/15 00:31:49

Log message:
import security/pizauth, from Laurence Tratt (upstream/maintainer), ok kn@

pizauth is a simple program for requesting, showing, and refreshing OAuth2
access tokens. pizauth is formed of two components: a persistent server 
which
interacts with the user to request tokens, and refreshes them as necessary; 
and
a command-line interface which can be used by programs such as fdm, 
neomutt, or
msmtp to authenticate with OAuth2.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20230315

N ports/security/pizauth/Makefile
N ports/security/pizauth/distinfo
N ports/security/pizauth/crates.inc
N ports/security/pizauth/pkg/DESCR
N ports/security/pizauth/pkg/PLIST

No conflicts created by this import