CVS: cvs.openbsd.org: ports

2023-07-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/07/23 23:23:05

Modified files:
geo/qgis   : Makefile distinfo 
geo/qgis/pkg   : PLIST 

Log message:
geo/qgis: update to 3.32.1



Re: qt6-multimedia: fix macppc

2023-07-23 Thread Rafael Sadowski
On Sat Jul 22, 2023 at 01:11:37AM +0200, Tobias Heider wrote:
> When trying to build qt6-multimedia I noticed the build fails because
> of missing Altivec support.  The included CMake file does some ppc
> specific CFLAG magic but matches on the wrong value.
> 
> The diff below unbreaks it for me.  I am not quite sure how the REV bump
> works with those multi package folders like qt.
> 
> ok?

ok rsadowski

> 
> diff /home/user/got/co/ports
> commit - 909b2aa1081bfe2fe1f22f676e8f2d248c8550d9
> path + /home/user/got/co/ports
> blob - 3604a2a6918ab0b4e4c509779d466b515d073d6c
> file + x11/qt6/qtmultimedia/Makefile
> --- x11/qt6/qtmultimedia/Makefile
> +++ x11/qt6/qtmultimedia/Makefile
> @@ -1,6 +1,7 @@
>  QT6NAME =QtMultimedia
>  COMMENT =Qt6 multimedia components
>  PKGSPEC =qt6-qtmultimedia-${QT6_PKGSPEC}
> +REVISION=0
>  
>  SHARED_LIBS +=  Qt6Multimedia 3.0 # 6.5
>  SHARED_LIBS +=  Qt6MultimediaQuick3.0 # 6.5
> blob - /dev/null
> file + x11/qt6/qtmultimedia/patches/patch-src_resonance-audio_CMakeLists_txt 
> (mode 644)
> --- /dev/null
> +++ x11/qt6/qtmultimedia/patches/patch-src_resonance-audio_CMakeLists_txt
> @@ -0,0 +1,22 @@
> +On OpenBSD CMAKE_SYSTEM_PROCESSOR returns powerpc on macppc.
> +Fixes missing altivec compilation error on macppc.
> +
> +Index: src/resonance-audio/CMakeLists.txt
> +--- src/resonance-audio/CMakeLists.txt.orig
>  src/resonance-audio/CMakeLists.txt
> +@@ -215,13 +215,13 @@ qt_internal_add_3rdparty_library(BundledResonanceAudio
> + )
> + 
> + # Required by pffft on certain PowerPC archs
> +-qt_internal_extend_target(BundledResonanceAudio CONDITION GCC AND 
> (${CMAKE_SYSTEM_PROCESSOR} MATCHES "(ppc|ppc64)$")
> ++qt_internal_extend_target(BundledResonanceAudio CONDITION GCC AND 
> (${CMAKE_SYSTEM_PROCESSOR} MATCHES "(ppc|ppc64|powerpc)$")
> + COMPILE_OPTIONS
> + -maltivec
> + )
> + 
> + # Required by eigen on certain PowerPC archs
> +-qt_internal_extend_target(BundledResonanceAudio CONDITION 
> (${CMAKE_SYSTEM_PROCESSOR} MATCHES "(ppc|ppc64)$")
> ++qt_internal_extend_target(BundledResonanceAudio CONDITION 
> (${CMAKE_SYSTEM_PROCESSOR} MATCHES "(ppc|ppc64|powerpc)$")
> + COMPILE_OPTIONS
> + -mvsx
> + )
> 



Re: UPDATE: Dolphin 20230523

2023-07-23 Thread Brad Smith
On Sat, Jul 22, 2023 at 09:28:43PM -0400, Brad Smith wrote:
> On Mon, Jun 05, 2023 at 10:34:00PM -0400, Brad Smith wrote:
> > On 2023-06-05 10:21 p.m., Thomas Frohwein wrote:
> > > On Sun, Jun 04, 2023 at 10:51:26PM -0400, Brad Smith wrote:
> > > > On Sun, Jun 04, 2023 at 09:45:36PM -0400, Thomas Frohwein wrote:
> > > > > On Sun, Jun 04, 2023 at 04:38:17PM +0200, Sol?ne Rapenne wrote:
> > > > > > On Wed, 2023-05-24 at 00:19 -0400, Brad Smith wrote:
> > > > > > > Here is an update to Dolphin 20230523 snapshot.
> > > > > > > 
> > > > > > > Rolling up 4 years worth of work. I don't see any sort of change 
> > > > > > > log.
> > > > > > > 
> > > > > > Nice, thanks!
> > > > > > 
> > > > > > It builds fine on amd64, and the GUI runs. The diff looks good. I 
> > > > > > can't
> > > > > > try dolphin more, but I'd be happy to commit if someone else is ok.
> > > > > > 
> > > > > Doesn't build here; also amd64:
> > > > > 
> > > > > /usr/ports/pobj/dolphin-5.0.0.20230523/dolphin-5.0.0.20230523/Source/Core/Core/HW/GBACore.cpp:308:11
> > > > > : error: no member named 'currentVideoSize' in 'mCore'
> > > > >m_core->currentVideoSize(m_core, , );
> > > > Try this updated diff. Looks like you have the mGBA port installed, but 
> > > > it's
> > > > not new enough.
> > > The new diff picks up graphics/glslang even though -DENABLE_VULKAN=OFF:
> > > 
> > > In file included from 
> > > /usr/ports/pobj/dolphin-5.0.0.20230523/dolphin-5.0.0.20230523/Source/Core/Vi
> > > deoCommon/Spirv.cpp:7:
> > > In file included from 
> > > /usr/ports/pobj/dolphin-5.0.0.20230523/dolphin-5.0.0.20230523/Externals/glsl
> > > ang/SPIRV/GlslangToSpv.h:42:
> > > In file included from 
> > > /usr/ports/pobj/dolphin-5.0.0.20230523/dolphin-5.0.0.20230523/Externals/glsl
> > > ang/SPIRV/SpvTools.h:50:
> > > In file included from 
> > > /usr/local/include/glslang/MachineIndependent/localintermediate.h:42:
> > > In file included from 
> > > /usr/local/include/glslang/MachineIndependent/../Include/intermediate.h:57:
> > > /usr/local/include/glslang/MachineIndependent/../Include/../Include/Types.h:903:14:
> > >  error: use of
> > > undeclared identifier 'EShLangMesh'
> > >  case EShLangMesh:
> > 
> > That's the internal copy being built, but then looks like it picks up on
> > port / package headers instead
> > of internal headers. I'll see what I can do. Thanks.
> 
> Rolled forward to a newer snap. The build issue with a system copy of glslang
> has been resolved as well as the CMake issue with a system copy of minizip.

Add a new build depends on Qt6Svg.


Index: Makefile
===
RCS file: /home/cvs/ports/emulators/dolphin/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- Makefile24 Apr 2023 11:40:38 -  1.19
+++ Makefile23 Jul 2023 23:50:01 -
@@ -1,69 +1,66 @@
 USE_WXNEEDED = Yes
-ONLY_FOR_ARCHS =   amd64
+ONLY_FOR_ARCHS =   aarch64 amd64
 
 COMMENT-main = Nintendo GameCube and Wii emulator with GUI
 COMMENT-nogui =Nintendo GameCube and Wii emulator
 
-V =5.0.0.20190621
-DISTNAME = dolphin-emu-${V}
-PKGNAME =  dolphin-${V}
-REVISION-main =4
-REVISION-nogui =   4
+V =5.0.0.20230722
+DISTNAME = dolphin-${V}
+CATEGORIES =   emulators
+MASTER_SITES = https://comstyle.com/source/
+EXTRACT_SUFX = .tar.xz
 
 MULTI_PACKAGES =   -main -nogui
 
-.include 
-
-GH_ACCOUNT =   dolphin-emu
-GH_PROJECT =   dolphin
-GH_COMMIT =981925a831e28d3967104e1a64dd8fa9b382660a
-
-CATEGORIES =   emulators
-
 # GPLv2+
 PERMIT_PACKAGE =   Yes
 
 cWANTLIB = EGL GL GLU ICE SDL2 SM X11 Xext Xi Xrandr avcodec \
-   avformat avutil c curl hidapi-libusb iconv intl lzo2 \
-   m mbedcrypto mbedtls mbedx509 miniupnpc png pthread \
-   pugixml sfml-network sfml-system sndio swscale \
-   usb-1.0 z ${COMPILER_LIBCXX}
+   avformat avutil bz2 c curl fmt hidapi-libusb iconv \
+   lzma lzo2 m mbedcrypto mbedtls mbedx509 miniupnpc \
+   minizip pthread pugixml sfml-network sfml-system \
+   speexdsp spng swscale swresample usb-1.0 zstd \
+   ${COMPILER_LIBCXX}
 
-WANTLIB-main = ${cWANTLIB} Qt5Core Qt5Gui Qt5Widgets
-WANTLIB-nogui =${cWANTLIB}
-
-COMPILER = base-clang ports-gcc base-gcc
+WANTLIB-main = ${cWANTLIB} Qt6Core Qt6Gui Qt6Widgets
+WANTLIB-nogui =${cWANTLIB}
 
 MODULES =  devel/cmake
-TEST_DEPENDS = devel/gtest
+
 BUILD_DEPENDS =devel/gettext,-tools \
-   devel/fmt
+   x11/qt6/qtsvg
 LIB_DEPENDS-nogui =archivers/lzo2 \
+   archivers/minizip \
+ 

CVS: cvs.openbsd.org: ports

2023-07-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/07/23 16:55:35

Modified files:
sysutils/py-vmomi: Makefile distinfo 
sysutils/py-vmomi/pkg: PLIST 
Removed files:
sysutils/py-vmomi/patches: 
   patch-tests_test_pbm_check_compatibility_py 

Log message:
Update py-vmomi 8.0.1.0.1 -> 8.0.1.0.2
Release notes: https://github.com/vmware/pyvmomi/releases/tag/v8.0.1.0.2



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/07/23 16:50:36

Modified files:
devel/py-identify: Makefile distinfo 

Log message:
Update py-identify 2.5.24 -> 2.5.26



Re: Gitea 1.20.0

2023-07-23 Thread Pavel Korovin
On 07/23, Stuart Henderson wrote:
> On 2023/07/23 16:05, Pavel Korovin wrote:
> > I think adding @ask-update makes sense only if there's an UPGRADE section in
> > README describing what setting is deprecated in which version, otherwise
> > I'll end up with multiple @ask-update for each version, or with @ask-update
> > for all versions with something misleading like: "check your config for
> > deprecated settings", but how people will know what's deprecated?
> 
> Users can't see a new pkg-readme on the running system until they've
> already agreed to accept the update.

Oops then,  my bad :)
 
> IMHO I would go with 4) - 1) and a short pkg/MESSAGE "if updating from
> before X.Y, see the pkg-readme for config options which are no longer
> supported". ("deprecated" is "still work but you should stop using them"
> rather than "no longer works and things break unless you remove them").
> 
> As I see it, @ask-update is mostly needed where you need to take steps
> _before_ the new version is installed (say, for postgresql if you're in
> a situation where you can't use pg_upgrade, e.g. using an extension,
> you need to run the old version in order to dump the db), Whereas if
> it's steps to be taken after updating, it doesn't really matter if
> people update first, they can still follow them.
 
I'm OK with your approach, the only thing which makes me feel bad is
the situation when the user runs 'pkg_add -u' and then finds that gitea
fails to start and something has to be done now to fix it.

-- 
With best regards,
Pavel Korovin



Re: Gitea 1.20.0

2023-07-23 Thread Stuart Henderson
On 2023/07/23 16:05, Pavel Korovin wrote:
> I think adding @ask-update makes sense only if there's an UPGRADE section in
> README describing what setting is deprecated in which version, otherwise
> I'll end up with multiple @ask-update for each version, or with @ask-update
> for all versions with something misleading like: "check your config for
> deprecated settings", but how people will know what's deprecated?

Users can't see a new pkg-readme on the running system until they've
already agreed to accept the update.

> From the recent security/gnupg update which broke yubikey setups,
> there's no @ask-update but there's an additional note in README.

I've veen pondering that one. Unless there's some indication that the
internal ccid driver does actually work in some cases on OpenBSD, I
think it maybe worth patching to disable it. 

> So I see 3 options:
> 1) Add UPGRADE section in README with the list of deprecated config
> options
> 2) 1) + @ask-update
> 3) 1) + @ask-update for each specific version (not sure if it even
> works)

IMHO I would go with 4) - 1) and a short pkg/MESSAGE "if updating from
before X.Y, see the pkg-readme for config options which are no longer
supported". ("deprecated" is "still work but you should stop using them"
rather than "no longer works and things break unless you remove them").

As I see it, @ask-update is mostly needed where you need to take steps
_before_ the new version is installed (say, for postgresql if you're in
a situation where you can't use pg_upgrade, e.g. using an extension,
you need to run the old version in order to dump the db), Whereas if
it's steps to be taken after updating, it doesn't really matter if
people update first, they can still follow them.



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/07/23 14:37:44

Modified files:
fonts/spleen   : Makefile distinfo 

Log message:
Update spleen to 2.0.0.



Re: Gitea 1.20.0

2023-07-23 Thread Pavel Korovin
On 07/23, Pavel Korovin wrote:
> +Check the list of deprecated configuration options below, compare gitea
> +configuration file ${SYSCONFDIR}/gitea/app.ini with
> +${TRUEPREFIX}/gitea/share/gitea/conf/app.example.ini, and the configuration
^^
there's a typo, should be "and adjust the configuration accordingly"

-- 
With best regards,
Pavel Korovin



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/07/23 14:08:13

Modified files:
net/weechat: Makefile distinfo 
net/weechat/patches: patch-CMakeLists_txt 
 patch-doc_CMakeLists_txt 
 patch-src_plugins_lua_CMakeLists_txt 
 patch-tests_CMakeLists_txt 

Log message:
Update weechat to 4.0.2



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/07/23 13:22:00

Modified files:
devel/llvm : Makefile 
devel/llvm/patches: 
patch-tools_clang_lib_Driver_ToolChains_Clang_cpp 

Log message:
Make sure -msign-return-address doesn't disable BTI support. (from base)

OK kettenis@



Re: Gitea 1.20.0

2023-07-23 Thread Pavel Korovin
On 07/23, Pavel Korovin wrote:
> So I see 3 options:
> 1) Add UPGRADE section in README with the list of deprecated config
> options
> 2) 1) + @ask-update
> 3) 1) + @ask-update for each specific version (not sure if it even
> works)

Attached the diff with the 2nd approach, OK?

-- 
With best regards,
Pavel Korovin
Index: Makefile
===
RCS file: /cvs/ports/www/gitea/Makefile,v
retrieving revision 1.98
diff -u -p -r1.98 Makefile
--- Makefile17 Jul 2023 15:05:57 -  1.98
+++ Makefile23 Jul 2023 18:09:07 -
@@ -1,6 +1,6 @@
 COMMENT =  compact self-hosted Git service
 
-VERSION =  1.20.0
+VERSION =  1.20.1
 DISTNAME = gitea-src-${VERSION}
 PKGNAME =  gitea-${VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/www/gitea/distinfo,v
retrieving revision 1.81
diff -u -p -r1.81 distinfo
--- distinfo17 Jul 2023 15:05:57 -  1.81
+++ distinfo23 Jul 2023 18:09:07 -
@@ -1,2 +1,2 @@
-SHA256 (gitea-src-1.20.0.tar.gz) = ME2ZYSeaHru/7wBFBmXLpf9dKpl0WrtrmAqmzw37tq4=
-SIZE (gitea-src-1.20.0.tar.gz) = 49049895
+SHA256 (gitea-src-1.20.1.tar.gz) = LYOCNZJiGuMM1ly1Sp+0F8Us8LtAXzH5NzJf2CLcHck=
+SIZE (gitea-src-1.20.1.tar.gz) = 49281655
Index: patches/patch-custom_conf_app_example_ini
===
RCS file: /cvs/ports/www/gitea/patches/patch-custom_conf_app_example_ini,v
retrieving revision 1.17
diff -u -p -r1.17 patch-custom_conf_app_example_ini
--- patches/patch-custom_conf_app_example_ini   17 Jul 2023 15:05:57 -  
1.17
+++ patches/patch-custom_conf_app_example_ini   23 Jul 2023 18:09:07 -
@@ -1,7 +1,7 @@
 Index: custom/conf/app.example.ini
 --- custom/conf/app.example.ini.orig
 +++ custom/conf/app.example.ini
-@@ -47,7 +47,7 @@
+@@ -44,7 +44,7 @@
  APP_NAME = ; Gitea: Git with a cup of tea
  ;;
  ;; RUN_USER will automatically detect the current user - but you can set it 
here change it if you run locally
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/gitea/pkg/PLIST,v
retrieving revision 1.34
diff -u -p -r1.34 PLIST
--- pkg/PLIST   17 Jul 2023 15:05:57 -  1.34
+++ pkg/PLIST   23 Jul 2023 18:09:07 -
@@ -1,3 +1,4 @@
+@ask-update gitea-<1.20.0 Check Upgrading section of the pkg README
 @newgroup _gitea:787
 @newuser _gitea:787:_gitea::Gitea Account:/var/gitea:/bin/sh
 @rcscript ${RCDIR}/gitea
Index: pkg/README
===
RCS file: /cvs/ports/www/gitea/pkg/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- pkg/README  9 Jan 2023 17:39:56 -   1.7
+++ pkg/README  23 Jul 2023 18:09:07 -
@@ -21,7 +21,6 @@ On OpenBSD, initial gitea configuration 
  - Server runs in "offline" mode, which means that external services such as
Gravatar/OpenID are not used
  - New repositories have "private" checkbox checked by default
- - Password hash algorithm changed from pbkdf2 to argon2
 
 Adjust these configuration settings according to your requirements.
 
@@ -40,10 +39,12 @@ Relevant configuration directives in ${S
 
# An HTTPS server using SSL/TLS
server "gitea.example.com" {
-   listen on $ext_addr tls port 443
-   tls certificate "/etc/ssl/gitea.example.com.pem"
-   tls key "/etc/ssl/private/gitea.example.com.key"
-   location "*" { fastcgi socket "/run/gitea/gitea.sock" }
+   root "/gitea"
+   listen on * tls port 443
+   log style forwarded
+   location match "/assets/(.*)" { request rewrite "/public/%1" }
+   location "/public/*" { no fastcgi }
+   location "*" { fastcgi socket "run/gitea/gitea.sock" }
}
 
 Relevant configuration directives in ${SYSCONFDIR}/gitea/app.ini:
@@ -62,3 +63,37 @@ Customizing gitea
 =
 For custom public files, templates, gitignores, labels, licenses and READMEs,
 please use ${LOCALSTATEDIR}/gitea/custom directory.
+
+Upgrading gitea
+===
+Upgrade procedure: https://docs.gitea.com/next/installation/upgrade-from-gitea
+
+Check the list of deprecated configuration options below, compare gitea
+configuration file ${SYSCONFDIR}/gitea/app.ini with
+${TRUEPREFIX}/gitea/share/gitea/conf/app.example.ini, and the configuration
+accordingly.
+
+Section| Option| Deprecated
++---+---
+indexer| ISSUE_INDEXER_QUEUE_TYPE  | 1.20.0
+indexer| ISSUE_INDEXER_QUEUE_DIR   | 1.20.0
+indexer| ISSUE_INDEXER_QUEUE_CONN_STR  | 1.20.0
+indexer| ISSUE_INDEXER_QUEUE_BATCH_NUMBER  | 1.20.0
+indexer| UPDATE_BUFFER_LEN | 1.20.0
+mailer | MAILER_TYPE  

CVS: cvs.openbsd.org: ports

2023-07-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/07/23 11:31:53

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

Log message:
Update to rust-openssl-tests 20230723



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/07/23 11:31:23

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20230721



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/07/23 11:27:07

Modified files:
security/c2sp-testvectors: Makefile distinfo 

Log message:
Update to c2sp-testvectors 20230723



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/07/23 10:10:06

Modified files:
textproc/ruby-rouge: Makefile distinfo 

Log message:
Update ruby-rouge to 4.1.2.



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/07/23 10:00:31

Modified files:
net/dbip   : Makefile.inc 
net/dbip/asn   : distinfo 
net/dbip/city  : distinfo 
net/dbip/country: distinfo 

Log message:
Update dbip to 2023.07.



Re: [Maintainer Update] archivers/zpaqfranz-58.6

2023-07-23 Thread Omar Polo
On 2023/07/19 22:55:46 +0200, tux0r  wrote:
> 58.5 seems to have had a broken file writing mechanism:
> https://github.com/fcorbelli/zpaqfranz/issues/62
> 
> Fixed. Patch attached.

committed, thanks!




CVS: cvs.openbsd.org: ports

2023-07-23 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/07/23 07:50:48

Modified files:
archivers/zpaqfranz: Makefile distinfo 

Log message:
update archivers/zpaqfranz to 58.6; diff from tux0r (maintainer), thanks!



Re: Gitea 1.20.0

2023-07-23 Thread Pavel Korovin
On 07/22, Jasper Lievisse Adriaanse wrote:
> You recently committed the update for gitea 1.20.0; I think you should add an 
> @ask-update marker because there are many
> deprecated options which need to be tweaked first otherwise the server breaks 
> on the next boot. The commit message doesn’t
> mention this at all (other than pointing to the raw changelog).

(cc'ing to ports@)

Hi Jasper,

Thanks for spotting the issue. I didn't pay attention for possible
breakages because I usually review logs and check package functionality after
upgrading it, and in case of gitea, when it blames some configuration options
are deprecated, I fix it JIT, that's why it didn't break on my prod/test
setups, and that's why I missed it.

I think adding @ask-update makes sense only if there's an UPGRADE section in
README describing what setting is deprecated in which version, otherwise
I'll end up with multiple @ask-update for each version, or with @ask-update
for all versions with something misleading like: "check your config for
deprecated settings", but how people will know what's deprecated?

https://docs.gitea.com/next/administration/config-cheat-sheet shows only
5 options as deprecated while there are many more:
https://github.com/go-gitea/gitea/pull/22992/commits/77732651b322183d92f6d8401ba1142181d8876c

>From the recent security/gnupg update which broke yubikey setups,
there's no @ask-update but there's an additional note in README.

So I see 3 options:
1) Add UPGRADE section in README with the list of deprecated config
options
2) 1) + @ask-update
3) 1) + @ask-update for each specific version (not sure if it even
works)

-- 
With best regards,
Pavel Korovin



CVS: cvs.openbsd.org: ports

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

Modified files:
math/calc  : Makefile distinfo 
math/calc/pkg  : PLIST 

Log message:
update to calc-2.14.2.0



CVS: cvs.openbsd.org: ports

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

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

Log message:
update to py3-esptool-4.6.2



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/py-pip   : Makefile distinfo 

Log message:
update to py3-pip-23.2.1



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/py-wheel : Makefile distinfo 

Log message:
update to py3-wheel-0.41.0



CVS: cvs.openbsd.org: ports

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

Modified files:
textproc/py-docutils: Makefile distinfo 
textproc/py-docutils/pkg: PLIST 

Log message:
update to py3-docutils-0.20.1



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/07/23 02:48:08

Modified files:
graphics/shotwell: Makefile distinfo 

Log message:
Update to shotwell-0.32.2.



Re: graphics/gimp/snapshot build failure

2023-07-23 Thread Antoine Jacoutot
On Sun, Jul 23, 2023 at 10:39:04AM +0200, Christian Weisgerber wrote:
> graphics/gimp/snapshot failed to build in my latest amd64 bulk build.
> Missing dependency on x11/gnome/gjs?

Yes, that was fixed yesterday :-)

> 
> 
> >>> Building on amd64-1 under graphics/gimp/snapshot
>BDEPENDS = 
> [graphics/libmypaint;graphics/gegl04;devel/appstream-glib;devel/desktop-file-utils;devel/glib2;devel/pango;graphics/lcms2;print/ghostscript/gnu;graphics/jasper;graphics/libwmf;devel/iso-codes;graphics/mypaint-brushes;archivers/lzip/lzlib;graphics/libjxl;math/cfitsio;graphics/cairo;net/glib2-networking;multimedia/libheif;archivers/bzip2;archivers/libarchive;graphics/openexr;devel/dwz;print/poppler;devel/harfbuzz;graphics/aalib;lang/vala;textproc/libxslt;shells/bash;devel/gettext,-tools;devel/meson;x11/gtk+3;graphics/babl;lang/python/3.10;textproc/gi-docgen;graphics/libgexiv2;archivers/xz;lang/luajit;graphics/png;print/poppler-data;x11/gnome/librsvg;graphics/tiff;graphics/gdk-pixbuf2;graphics/jpeg;devel/gobject-introspection]
>DIST = [graphics/gimp/snapshot:gimp-2.99.16.tar.xz]
>FULLPKGNAME = gimp-2.99.16
>RDEPENDS = 
> [archivers/libarchive;graphics/jpeg;graphics/openexr;print/poppler;devel/harfbuzz;devel/gobject-introspection;devel/xdg-utils;x11/gtk+4,-guic;graphics/cairo;net/glib2-networking;graphics/tiff;archivers/bzip2;multimedia/libheif;graphics/gdk-pixbuf2;graphics/png;graphics/mypaint-brushes;print/poppler-data;archivers/lzip/lzlib;x11/gnome/librsvg;graphics/libjxl;math/cfitsio;graphics/libgexiv2;devel/iso-codes;archivers/xz;x11/gtk+3;graphics/jasper;graphics/libwmf;lang/python/3.10;graphics/babl;devel/pango;print/ghostscript/gnu;graphics/lcms2;devel/glib2;graphics/libmypaint;graphics/aalib;devel/appstream-glib;graphics/gegl04;devel/desktop-file-utils]
> (Junk lock obtained for amd64-1 at 1690083063.67)
> >>> Running depends in graphics/gimp/snapshot at 1690083063.70
>last junk was in security/libpwquality
> /usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 appstream-glib-0.8.2 
> babl-0.1.106 bash-5.2.15 cfitsio-4.2.0 desktop-file-utils-0.26 
> gdk-pixbuf-2.42.10 gegl04-0.4.46 ghostscript-10.01.2 gi-docgen-2023.1p0 
> glib2-2.76.4 glib2-networking-2.76.1 gobject-introspection-1.76.1 
> gtk+3-3.24.38 harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 
> lcms2-2.14 libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
> libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
> luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
> pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 tiff-4.5.1 
> vala-0.56.9
> was: /usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 
> appstream-glib-0.8.2 babl-0.1.106 bash-5.2.15 bzip2-1.0.8p0 cairo-1.17.8p0 
> cfitsio-4.2.0 desktop-file-utils-0.26 dwz-0.15 gdk-pixbuf-2.42.10 
> gegl04-0.4.46 gettext-tools-0.21.1 ghostscript-10.01.2 gi-docgen-2023.1p0 
> glib2-2.76.4 glib2-networking-2.76.1 gobject-introspection-1.76.1 
> gtk+3-3.24.38 harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 
> lcms2-2.14 libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
> libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
> luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
> pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 python-3.10.12 
> tiff-4.5.1 vala-0.56.9 xz-5.4.3
> /usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 appstream-glib-0.8.2 
> babl-0.1.106 bash-5.2.15 cfitsio-4.2.0 desktop-file-utils-0.26 
> gdk-pixbuf-2.42.10 gegl04-0.4.46 ghostscript-10.01.2 gi-docgen-2023.1p0 
> glib2-2.76.4 glib2-networking-2.76.1 gobject-introspection-1.76.1 
> gtk+3-3.24.38 harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 
> lcms2-2.14 libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
> libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
> luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
> pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 tiff-4.5.1 
> vala-0.56.9
> Updating font cache: ok
> >>> Running show-prepare-results in graphics/gimp/snapshot at 1690083076.11
> ===> graphics/gimp/snapshot
> ===> Building from scratch gimp-2.99.16
> ===> gimp-2.99.16 depends on: lzlib-* -> lzlib-1.13
> ===> gimp-2.99.16 depends on: libarchive-* -> libarchive-3.6.2p0
> ===> gimp-2.99.16 depends on: desktop-file-utils-* -> desktop-file-utils-0.26
> ===> gimp-2.99.16 depends on: iso-codes-* -> iso-codes-4.15.0
> ===> gimp-2.99.16 depends on: jasper-* -> jasper-3.0.3
> ===> gimp-2.99.16 depends on: mypaint-brushes-* -> mypaint-brushes-1.3.1
> ===> gimp-2.99.16 depends on: glib2-networking-* -> glib2-networking-2.76.1
> ===> gimp-2.99.16 depends on: poppler-data-* -> poppler-data-0.4.12
> ===> gimp-2.99.16 depends on: gettext-tools-* -> gettext-tools-0.21.1
> ===> gimp-2.99.16 depends 

graphics/gimp/snapshot build failure

2023-07-23 Thread Christian Weisgerber
graphics/gimp/snapshot failed to build in my latest amd64 bulk build.
Missing dependency on x11/gnome/gjs?


>>> Building on amd64-1 under graphics/gimp/snapshot
 BDEPENDS = 
[graphics/libmypaint;graphics/gegl04;devel/appstream-glib;devel/desktop-file-utils;devel/glib2;devel/pango;graphics/lcms2;print/ghostscript/gnu;graphics/jasper;graphics/libwmf;devel/iso-codes;graphics/mypaint-brushes;archivers/lzip/lzlib;graphics/libjxl;math/cfitsio;graphics/cairo;net/glib2-networking;multimedia/libheif;archivers/bzip2;archivers/libarchive;graphics/openexr;devel/dwz;print/poppler;devel/harfbuzz;graphics/aalib;lang/vala;textproc/libxslt;shells/bash;devel/gettext,-tools;devel/meson;x11/gtk+3;graphics/babl;lang/python/3.10;textproc/gi-docgen;graphics/libgexiv2;archivers/xz;lang/luajit;graphics/png;print/poppler-data;x11/gnome/librsvg;graphics/tiff;graphics/gdk-pixbuf2;graphics/jpeg;devel/gobject-introspection]
 DIST = [graphics/gimp/snapshot:gimp-2.99.16.tar.xz]
 FULLPKGNAME = gimp-2.99.16
 RDEPENDS = 
[archivers/libarchive;graphics/jpeg;graphics/openexr;print/poppler;devel/harfbuzz;devel/gobject-introspection;devel/xdg-utils;x11/gtk+4,-guic;graphics/cairo;net/glib2-networking;graphics/tiff;archivers/bzip2;multimedia/libheif;graphics/gdk-pixbuf2;graphics/png;graphics/mypaint-brushes;print/poppler-data;archivers/lzip/lzlib;x11/gnome/librsvg;graphics/libjxl;math/cfitsio;graphics/libgexiv2;devel/iso-codes;archivers/xz;x11/gtk+3;graphics/jasper;graphics/libwmf;lang/python/3.10;graphics/babl;devel/pango;print/ghostscript/gnu;graphics/lcms2;devel/glib2;graphics/libmypaint;graphics/aalib;devel/appstream-glib;graphics/gegl04;devel/desktop-file-utils]
(Junk lock obtained for amd64-1 at 1690083063.67)
>>> Running depends in graphics/gimp/snapshot at 1690083063.70
   last junk was in security/libpwquality
/usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 appstream-glib-0.8.2 
babl-0.1.106 bash-5.2.15 cfitsio-4.2.0 desktop-file-utils-0.26 
gdk-pixbuf-2.42.10 gegl04-0.4.46 ghostscript-10.01.2 gi-docgen-2023.1p0 
glib2-2.76.4 glib2-networking-2.76.1 gobject-introspection-1.76.1 gtk+3-3.24.38 
harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 lcms2-2.14 
libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 tiff-4.5.1 
vala-0.56.9
was: /usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 
appstream-glib-0.8.2 babl-0.1.106 bash-5.2.15 bzip2-1.0.8p0 cairo-1.17.8p0 
cfitsio-4.2.0 desktop-file-utils-0.26 dwz-0.15 gdk-pixbuf-2.42.10 gegl04-0.4.46 
gettext-tools-0.21.1 ghostscript-10.01.2 gi-docgen-2023.1p0 glib2-2.76.4 
glib2-networking-2.76.1 gobject-introspection-1.76.1 gtk+3-3.24.38 
harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 lcms2-2.14 
libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 python-3.10.12 
tiff-4.5.1 vala-0.56.9 xz-5.4.3
/usr/sbin/pkg_add -aI -Drepair OpenEXR-3.1.9 aalib-1.4p7 appstream-glib-0.8.2 
babl-0.1.106 bash-5.2.15 cfitsio-4.2.0 desktop-file-utils-0.26 
gdk-pixbuf-2.42.10 gegl04-0.4.46 ghostscript-10.01.2 gi-docgen-2023.1p0 
glib2-2.76.4 glib2-networking-2.76.1 gobject-introspection-1.76.1 gtk+3-3.24.38 
harfbuzz-8.0.1 iso-codes-4.15.0 jasper-3.0.3 jpeg-2.1.5.1v0 lcms2-2.14 
libarchive-3.6.2p0 libgexiv2-0.14.1p0 libheif-1.15.2 libjxl-0.8.2 
libmypaint-1.6.1p1 librsvg-2.56.3 libwmf-0.2.8.4p6 libxslt-1.1.38 
luajit-2.0.5pl20210608p0 lzlib-1.13 meson-1.2.0v0 mypaint-brushes-1.3.1 
pango-1.50.14 png-1.6.39 poppler-23.05.0 poppler-data-0.4.12 tiff-4.5.1 
vala-0.56.9
Updating font cache: ok
>>> Running show-prepare-results in graphics/gimp/snapshot at 1690083076.11
===> graphics/gimp/snapshot
===> Building from scratch gimp-2.99.16
===> gimp-2.99.16 depends on: lzlib-* -> lzlib-1.13
===> gimp-2.99.16 depends on: libarchive-* -> libarchive-3.6.2p0
===> gimp-2.99.16 depends on: desktop-file-utils-* -> desktop-file-utils-0.26
===> gimp-2.99.16 depends on: iso-codes-* -> iso-codes-4.15.0
===> gimp-2.99.16 depends on: jasper-* -> jasper-3.0.3
===> gimp-2.99.16 depends on: mypaint-brushes-* -> mypaint-brushes-1.3.1
===> gimp-2.99.16 depends on: glib2-networking-* -> glib2-networking-2.76.1
===> gimp-2.99.16 depends on: poppler-data-* -> poppler-data-0.4.12
===> gimp-2.99.16 depends on: gettext-tools-* -> gettext-tools-0.21.1
===> gimp-2.99.16 depends on: luajit-* -> luajit-2.0.5pl20210608p0
===> gimp-2.99.16 depends on: vala-* -> vala-0.56.9
===> gimp-2.99.16 depends on: bash-* -> bash-5.2.15
===> gimp-2.99.16 depends on: gi-docgen-* -> gi-docgen-2023.1p0
===> 

CVS: cvs.openbsd.org: ports

2023-07-23 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2023/07/23 02:21:18

Modified files:
security/rhash : Makefile distinfo 
security/rhash/patches: patch-Makefile patch-configure 
Added files:
security/rhash/patches: patch-librhash_Makefile 

Log message:
Update to rhash-1.4.4

Changes: https://github.com/rhash/RHash/releases/tag/v1.4.4

Bump major as obsolete functions have been removed. Remove myself as
MAINTAINER.

Tested in combination with the only consumer: cmake.



CVS: cvs.openbsd.org: ports

2023-07-23 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/07/23 02:14:11

Removed files:
www/chromium/patches: 
  
patch-third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c 
www/iridium/patches: 
 
patch-third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c 
www/ungoogled-chromium/patches: 

patch-third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c 

Log message:
this patch sneaked back in in the previous update but it is not needed anymore