CVS: cvs.openbsd.org: ports

2021-11-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/11/09 00:42:28 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Added files: devel/qt-creator/patches:

Re: [new] devel/luarocks: lua package manager

2021-11-08 Thread Omar Polo
Upstream released today 3.8.0 which includes the patch, I'm attaching an updated tarball. Omar Polo writes: > Hello ports@, > > please find attached the tarball for luarocks: > > % pkg_info | grep luarocks > luarocks5.1-3.7.0 package manager for lua 5.1 > luarocks5.2-3.7.0 package manager

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/11/09 00:39:08 Modified files: net/thingsd: Makefile net/thingsd/pkg: thingsd.rc net/i2pd : Makefile net/i2pd/pkg : i2pd.rc sysutils/tenshi:

Re: NEW: x11/xtrlock

2021-11-08 Thread Stuart Henderson
ALL_TARGET=xtrlock (see the target in Makefile.no-imake). The password-checking code will need modifying to work with OpenBSD. -- Sent from a phone, apologies for poor formatting. On 9 November 2021 05:10:38 Lewis ingraham wrote: Hello I am trying to port this application, however I keep

Re: update productivity/taskwarrior to 2.6.1

2021-11-08 Thread Rafael Sadowski
On Mon Nov 08, 2021 at 07:49:59PM +0100, Paco Esteban wrote: > Hi ports@, > > This is an update for productivity/taskwarrior to its latest version 2.6.1 > > Changes on the software are many, specially on the 2.6.0 version. You > can find them all here: >

Re: [sparc64] Fix build of graphics/cairo

2021-11-08 Thread George Koehler
On Sun, 7 Nov 2021 20:11:52 + Stuart Henderson wrote: > On 2021/11/07 12:14, Kurt Miller wrote: > > Yes adding -L/usr/X11R6/lib allows them to link, but the question is > > why is it necessary when the libs ld claims it can’t find are explicitly > > listed in the list of libs with full

Re: missing RDEP in sysutils/krename

2021-11-08 Thread Rafael Sadowski
On Tue Nov 09, 2021 at 06:20:50AM +, Yifei Zhan wrote: > Hi, > > sysutils/krename is missing devel/kf5/breeze-icons as its RDEP, which > causes its icons to be missing and hard to navigate around the > filepicker. Here is a diff to fix that: Thanks, committed. > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/11/08 23:45:43 Modified files: sysutils/krename: Makefile Log message: Add missing run dependency on breeze-icons Spotted by Yifei Zhan, thanks!

NEW: x11/xtrlock

2021-11-08 Thread Lewis ingraham
Hello I am trying to port this application, however I keep getting an error when trying to do a "make build" and "make port-lib-depends-check". Application: https://salsa.debian.org/debian/xtrlock/-/tree/master/ Dependencies seem to be: libX11(Though, I suspect that OBSD installs that by

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2021/11/08 21:48:51 Modified files: lang/ghc : Makefile Removed files: lang/ghc/patches: patch-utils_ghc-pkg_Main_hs Log message: Remove irrelevant lang/ghc patch kili: fine to remove

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Kevin Lo
CVSROOT:/cvs Module name:ports Changes by: ke...@cvs.openbsd.org 2021/11/08 19:48:00 Modified files: devel/riscv-elf/gcc: Makefile Log message: Adding --without-isl to the configure options, so that build doesn't fail for porters who have math/isl installed. Build

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Kurt Miller
On Nov 8, 2021, at 6:41 PM, Kurt Miller wrote: > > On Nov 8, 2021, at 4:48 PM, Christian Weisgerber wrote: >> >> Jeremie Courreges-Anglas: >> >>> Those are two approaches to get past this failure, but I suspect that >>> the root cause is just a bug / limitation introduced in this llvm >>>

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Kurt Miller
On Nov 8, 2021, at 4:48 PM, Christian Weisgerber wrote: > > Jeremie Courreges-Anglas: > >> Those are two approaches to get past this failure, but I suspect that >> the root cause is just a bug / limitation introduced in this llvm >> release. The approach taken by libintl looks reasonable to

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > Those are two approaches to get past this failure, but I suspect that > the root cause is just a bug / limitation introduced in this llvm > release. The approach taken by libintl looks reasonable to me, I'm looking at security/pinentry as an example case, and it's a

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Kurt Miller
> On Nov 5, 2021, at 5:00 PM, Christian Weisgerber wrote: > > I ran another amd64 bulk build with base clang updated to LLVM 13. > I also put in a tentative fix for security/nss. > > Failure logs: > http://build-failures.rhaalovely.net/amd64-clang/2021-11-04/ > > Some very basic triage

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/11/08 14:42:16 Modified files: devel/jdk/11 : Makefile Added files: devel/jdk/11/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk Log message: Fix a

notmuch 0.33.2 segmentation fault

2021-11-08 Thread Jon Fineman
Not sure what led to this. I recreated the xapian database and it works fine now, so there is no concern there. I first noticed it in emacs/notmuch doing a search. I got the below error. Other searches would work/complete. [Mon Nov 8 11:56:59 2021] notmuch exited with status segmentation

update productivity/taskwarrior to 2.6.1

2021-11-08 Thread Paco Esteban
Hi ports@, This is an update for productivity/taskwarrior to its latest version 2.6.1 Changes on the software are many, specially on the 2.6.0 version. You can find them all here: https://github.com/GothenburgBitFactory/taskwarrior/blob/e0f598f91c9734789d4423fe01255a3332d157da/ChangeLog On the

Re: [update] games/godot 3.3.4 -> 3.4

2021-11-08 Thread Omar Polo
Omar Polo writes: > Jeremie Courreges-Anglas writes: > [...] >> Looking at thirdparty/embree/common/sys/sysinfo.h it seems that this >> will only build on amd64*. I think using ONLY_FOR_ARCHS=amd64 would make >> more sense. > > modules/raycast/config.py and modules/raycast/config.py are the

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Jeremie Courreges-Anglas
On Sun, Nov 07 2021, Kurt Miller wrote: > On Nov 5, 2021, at 5:00 PM, Christian Weisgerber wrote: >> >> I ran another amd64 bulk build with base clang updated to LLVM 13. >> I also put in a tentative fix for security/nss. >> >> Failure logs: >>

Re: [update] games/godot 3.3.4 -> 3.4

2021-11-08 Thread Omar Polo
Jeremie Courreges-Anglas writes: > On Mon, Nov 08 2021, Omar Polo wrote: >> Hello ports@, >> >> This time upstream was faster than usual, with only two RC before the >> release. The release notes are available here[0] and the full changelog >> here[1]. I've quickly tested with hive time,

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2021/11/08 10:57:10 Modified files: devel/boost: Makefile Added files: devel/boost/patches: patch-libs_context_build_Jamfile_v2 Log message: Build -md on riscv64, now with the required bits

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Tracey Emery
CVSROOT:/cvs Module name:ports Changes by: tra...@cvs.openbsd.org 2021/11/08 10:50:34 Modified files: devel/xtensa-lx106-elf/binutils: Makefile Log message: Fix LLVM 13 build failure. ok jca@

Re: [update] games/godot 3.3.4 -> 3.4

2021-11-08 Thread Jeremie Courreges-Anglas
On Mon, Nov 08 2021, Omar Polo wrote: > Hello ports@, > > This time upstream was faster than usual, with only two RC before the > release. The release notes are available here[0] and the full changelog > here[1]. I've quickly tested with hive time, joyspring and oddventure: > everything seems

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Jeremie Courreges-Anglas
On Mon, Nov 08 2021, Tracey Emery wrote: > On Fri, Nov 05, 2021 at 10:00:32PM +0100, Christian Weisgerber wrote: >> I ran another amd64 bulk build with base clang updated to LLVM 13. >> I also put in a tentative fix for security/nss. >> >> Failure logs: >>

Re: cargo.ports.mk: add PATCHORIG

2021-11-08 Thread Stuart Henderson
On 2021/11/08 16:54, Theo Buehler wrote: > One pain point with the cargo module is 'make update-patches'. The > problem is that crates.io normalizes the Cargo.toml files to maximize > compatibility with all versions of Cargo and to use crates.io paths for > dependencies. All DISTFILES in

Re: cargo.ports.mk: add PATCHORIG

2021-11-08 Thread Sebastien Marie
On Mon, Nov 08, 2021 at 04:54:49PM +0100, Theo Buehler wrote: > One pain point with the cargo module is 'make update-patches'. The > problem is that crates.io normalizes the Cargo.toml files to maximize > compatibility with all versions of Cargo and to use crates.io paths for > dependencies. All

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/11/08 09:04:45 Modified files: audio/clementine: Makefile Log message: bump revision after dependency change

Re: cargo.ports.mk: add PATCHORIG

2021-11-08 Thread Klemens Nanni
On Mon, Nov 08, 2021 at 04:54:49PM +0100, Theo Buehler wrote: > One pain point with the cargo module is 'make update-patches'. The > problem is that crates.io normalizes the Cargo.toml files to maximize > compatibility with all versions of Cargo and to use crates.io paths for > dependencies. All

cargo.ports.mk: add PATCHORIG

2021-11-08 Thread Theo Buehler
One pain point with the cargo module is 'make update-patches'. The problem is that crates.io normalizes the Cargo.toml files to maximize compatibility with all versions of Cargo and to use crates.io paths for dependencies. All DISTFILES in ${DISTFILES}/cargo contain both a Cargo.toml and

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/08 08:29:58 Modified files: mail/kopano/core: Makefile Added files: mail/kopano/core/patches: patch-provider_client_WSUtil_cpp Log message: unbreak kopano-search and possibly other issues

Re: LLVM 13 ports build failures (2021-11-04)

2021-11-08 Thread Tracey Emery
On Fri, Nov 05, 2021 at 10:00:32PM +0100, Christian Weisgerber wrote: > I ran another amd64 bulk build with base clang updated to LLVM 13. > I also put in a tentative fix for security/nss. > > Failure logs: > http://build-failures.rhaalovely.net/amd64-clang/2021-11-04/ > > Some very basic triage

[update] games/godot 3.3.4 -> 3.4

2021-11-08 Thread Omar Polo
Hello ports@, This time upstream was faster than usual, with only two RC before the release. The release notes are available here[0] and the full changelog here[1]. I've quickly tested with hive time, joyspring and oddventure: everything seems to work as usual (sndio audio backend included.)

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 08:00:15 Modified files: databases/pspg : Makefile distinfo databases/pspg/patches: patch-configure_ac Log message: update to pspg-5.5.1, from Omar Polo

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Denis Fondras
CVSROOT:/cvs Module name:ports Changes by: de...@cvs.openbsd.org 2021/11/08 07:53:13 Modified files: sysutils/kopia : Makefile distinfo modules.inc Log message: update to v0.9.5 light test and OK bket@

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:50:53 Modified files: net/routinator : Makefile net/routinator/pkg: PLIST Added files: net/routinator/pkg: MESSAGE Log message: remove /var/db/routinator/tals/ from @sample

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:46:55 Modified files: security/py-cryptography: Makefile Log message: garbage-collect old dependencies no longer used by py-cryptography

Re: UPDATE mail/notmuch-0.34

2021-11-08 Thread Bjorn Ketelaars
On Sat 30/10/2021 17:20, Bjorn Ketelaars wrote: > Diff below updates notmuch to 0.34, which brings some new features: > https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=d08183bf30eb696f7fafeb74ad8050972aefac4d;hb=HEAD > > For now notmuch is build *without* the optional new s-expression

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/11/08 07:33:37 Modified files: geo/gpxsee : Makefile distinfo geo/gpxsee/pkg : PLIST Log message: geo/gpxsee: update to 9.11

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:30:53 Modified files: security/py-service_identity: Makefile Log message: fix pkgname

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:19:32 Modified files: security/py-service_identity: Makefile distinfo Log message: update to py3-service-identity-21.1.0

Re: UPDATE: java/gradle

2021-11-08 Thread Kurt Miller
On Nov 8, 2021, at 2:30 AM, Rafael Sadowski wrote: > > Update gradle to 7.2. > > I have noticed that gradle will use JDK 11 if 1.8,11,17 are present, so I > guess we can switch to MODJAVA_VER 11? > I have the same comment sthen@ had for the maven update. If this runs with 1.8 and 11 the

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:17:04 Modified files: security/py-cryptography: Makefile Log message: build up SUPDISTFILES from MODCARGO_CRATES so that !rust arches don't fail on "Extra file 'cargo/XXX"

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 07:09:24 Modified files: devel/py-setuptools-rust: Makefile Log message: py-setuptools-rust: on second thoughts, remove ONLY_FOR_ARCHS and make the RUN_DEPENDS on lang/rust conditional,

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 06:59:46 Modified files: devel/py-setuptools-rust: Makefile Log message: py-setuptools-rust: set ONLY_FOR_ARCHS

[update] databases/pspg

2021-11-08 Thread Omar Polo
Hello, please find attached the patch for the pspg update to 5.5.1. The changelog is: * fix build on OpenBSD (some events of kqueue are not supported) * minor changes in kqueue support Upstream was fast to update the kqueue code so that now works even without NOTE_CLOSE_WRITE \o/ Cheers,

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/11/08 06:36:25 Modified files: infrastructure/mk: bsd.port.mk Log message: actually comment on the ispell case

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/11/08 06:35:29 Modified files: infrastructure/mk: bsd.port.mk Log message: use (if present) the checking support in pkg_create: that the pkgname comes from REVISION and EPOCH properly. The most

Re: Update sysutils/kopia to 0.9.5

2021-11-08 Thread Bjorn Ketelaars
On Mon 08/11/2021 13:29, Denis Fondras wrote: > Changelog : https://github.com/kopia/kopia/releases/tag/v0.9.5 Diff looks good, lightly run tested on amd64. OK bket@

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2021/11/08 06:20:52 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: PLIST Log message: Update to Pdfminer.six 20211012

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/08 06:02:46 Modified files: www/iridium: Makefile www/iridium/patches: patch-build_config_BUILD_gn patch-tools_protoc_wrapper_protoc_wrapper_py Removed

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/08 05:53:49 Modified files: www/chromium : Makefile www/chromium/patches: patch-tools_protoc_wrapper_protoc_wrapper_py Log message: remove python3 symlink

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 05:42:11 Modified files: x11/mplayer: Makefile Log message: bump for FFmpeg update, from Brad

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 05:41:52 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure Removed files: graphics/ffmpeg/patches: patch-libavutil_cpu_c Log message:

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/11/08 05:38:30 Modified files: net/routinator : Makefile distinfo Added files: net/routinator/patches: patch-modcargo-crates_routinator-ui-0_3_4_build_rs

Update sysutils/kopia to 0.9.5

2021-11-08 Thread Denis Fondras
Changelog : https://github.com/kopia/kopia/releases/tag/v0.9.5 Index: Makefile === RCS file: /cvs/ports/sysutils/kopia/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile27 Oct 2021 10:53:07 - 1.3

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/11/08 04:39:21 Modified files: math/rstudio : Makefile Log message: Regen WANTLIB OK from maintainer

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/11/08 04:38:41 Modified files: textproc/xalan-j: Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS OK from maintainer

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 04:26:58 Modified files: devel/py-rfc6555: Makefile distinfo devel/py-rfc6555/pkg: PLIST Removed files: devel/py-rfc6555/patches: patch-rfc6555_py patch-setup_py

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/08 04:24:20 Modified files: www/urlwatch : Makefile distinfo Log message: update to urlwatch-2.24

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/08 03:40:16 Modified files: www/chromium : Makefile www/chromium/patches: patch-build_config_BUILD_gn Removed files: www/chromium/patches: patch-base_allocator_allocator_gni

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/11/08 03:07:37 Modified files: x11/gnome/librsvg: Makefile Log message: Remove BDEP on devel/llvm now that our nm(1) has been fixed.

Re: UPDATE: devel/maven

2021-11-08 Thread Stuart Henderson
If this still runs ok with 1.8 then the version should probably stay - look at how javapathhelper works (it's just a shell script) -- Sent from a phone, apologies for poor formatting. On 8 November 2021 06:49:49 Rafael Sadowski wrote: Update maven to 3.8.3. I have noticed that maven will

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2021/11/08 01:53:58 Modified files: productivity/qbirthday: Makefile distinfo Log message: update qbirthday to 0.7.0b3

CVS: cvs.openbsd.org: ports

2021-11-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/11/08 01:48:38 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.22.3