Re: python3 only ports - use proper construct for FLAVOR

2022-02-20 Thread Stuart Henderson
OK. There are also some py3 py-* ports which don't have FLAVOR at all which would be nice to get converted too but it's slightly more work (bump, @pkgpath, ,python3 in ../Makefie, and bump + ${MODPY_FLAVOR} in dependent ports) - I keep meaning to do that but haven't got round to it yet. On

Re: sparc64 bulk build report (net/zabbix: fix intptr detection on sparc/sparc64)

2022-02-20 Thread Klemens Nanni
On Sun, Feb 20, 2022 at 02:21:07PM +0100, Jeremie Courreges-Anglas wrote: > duktape is en embeddable javascript interpreter, also available as > lang/duktape. It would be good to either reuse lang/duktape instead of > patching n embedded copies, or to try to keep in sync the patches > between the

[Update] devel/p5-Path-Tiny: Update to 0.122

2022-02-20 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-Path-Tiny to update to 0.122, it build well and pass all tests on amd64-current system. There are 17 ports depend on it, I tested most of these ports , did not meet any problem. Cheers ! wenIndex: Makefile

Re: sparc64 bulk build report (net/zabbix: fix intptr detection on sparc/sparc64)

2022-02-20 Thread Jeremie Courreges-Anglas
On Sat, Feb 19 2022, Klemens Nanni wrote: > [resending to ports@] > > On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: >> http://build-failures.rhaalovely.net/sparc64/2022-02-16/net/zabbix,sqlite3,-main.log > >> In file included from duktape.h:196, >> from

Re: sparc64 bulk build report (net/zabbix: fix intptr detection on sparc/sparc64)

2022-02-20 Thread Klemens Nanni
On Sun, Feb 20, 2022 at 08:38:11AM +0100, Robert Nagy wrote: > The pkg/ dir changes are all wrong. If you only commit the patch > and the Makefile, it is ok. Will do, thanks.

[Update] devel/p5-MCE: update to 1.877

2022-02-20 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-MCE to update to 1.877. It build well and pass tests on amd64-current system. Only one port depends on it: devel/p5-Test-Perl-Critic, it build well and pass all tests with this patch too. Cheers ! wenIndex: Makefile

Re: [Update] devel/p5-MCE: update to 1.877

2022-02-20 Thread Stuart Henderson
Committed with PLIST regenerated. On 2022/02/20 12:32, wen heping wrote: > Hi, ports@: > >Here is a patch for devel/p5-MCE to update to 1.877. >It build well and pass tests on amd64-current system. >Only one port depends on it: devel/p5-Test-Perl-Critic, it > build well and pass all

Re: [Update] devel/p5-Path-Tiny: Update to 0.122

2022-02-20 Thread Stuart Henderson
On 2022/02/20 12:42, wen heping wrote: > Hi, ports@: > > Here is a simple patch for devel/p5-Path-Tiny to update to 0.122, > it build well and pass all tests on amd64-current system. > > There are 17 ports depend on it, I tested most of these ports , > did not meet any problem. Thanks,

aarch64 bulk build report

2022-02-20 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Feb 18 00:49:34 MST 2022 finished at Sun Feb 20 05:49:33 MST 2022 lasted 2D04h59m done with kern.version=OpenBSD 7.0-current (GENERIC.MP) #1550: Thu Feb 17 15:11:58 MST 2022 built packages:11103 Feb 18:4176 Feb 19:3027 Feb 20:3899 critical

Re: [Update]devel/p5-Test-File: update to 1.992

2022-02-20 Thread Stuart Henderson
committed as-is. not as big a change as would be expected from the bump in version number. On 2022/02/20 12:13, wen heping wrote: > Hi, ports@: > >Here is a simple patch for devel/p5-Test-File to update to 1.992. >It build well and pass all tests on amd64-current system. > >3 ports

[Update]devel/p5-Test-File: update to 1.992

2022-02-20 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-Test-File to update to 1.992. It build well and pass all tests on amd64-current system. 3 ports TEST_depends on devel/p5-Test-File, all of the tests pass but one fail, not caused by this patch. wenIndex: Makefile

Re: NEW: Editors/geany-plugins or Meta/geany-plugins

2022-02-20 Thread Stuart Henderson
For reference, the actual problem you're running into is that you need to run autogen.sh to generate the configure script, probably via CONFIGURE_STYLE=autoreconf AUTOCONF_VERSION= 2.71 AUTOMAKE_VERSION= 1.16 AUTORECONF= ./autogen.sh However the correct fix is to

[update] databases/py-influxdb

2022-02-20 Thread Lucas Raab
Hello, The current version in-tree of this library is for influxdb<=1.7.4. An entirely new library was written for influxdb>=1.8.0. The initial thought is that this would be imported as "new", but effectively replace the current package. Thoughts? Current package name: py-influxdb Upstream is

UPDATE: sysutils/monit 5.31.0

2022-02-20 Thread Caspar Schutijser
Hi ports@, The diff below updates sysutils/monit to 5.31.0. I've tested on amd64 for some days. Release notes: https://mmonit.com/monit/changes/#5.31.0 Caspar Schutijser Index: Makefile === RCS file:

bsd.port.mk.5: USE_CCACHE does not install ccache

2022-02-20 Thread Klemens Nanni
Dependency handling prevents doing that now (see bsd.port.mk r1.1544) and we just check for /usr/local/bin/ccache, so keep up to date without specifying such implementation details. OK? Index: bsd.port.mk.5 === RCS file:

NSH diff update to 1.0.20210509

2022-02-20 Thread Tom Smyth
Hello, the following diff updates the makefile to pull down latest commit (20210509) from upstream and provides the following enhancements and updates, 1) updates NSH inline with the latest commits made by Chris, 2) Chris reviewed and committed arp sysctls commands from Tom 3) Chris added wg

Re: [update] databases/py-influxdb

2022-02-20 Thread Björn Ketelaars
On Sun 20/02/2022 08:04, Lucas Raab wrote: > Hello, > > The current version in-tree of this library is for influxdb<=1.7.4. > An entirely new library was written for influxdb>=1.8.0. The initial > thought is that this would be imported as "new", but effectively > replace the current package.

Re: [update] databases/py-influxdb

2022-02-20 Thread Lucas Raab
On Sun, Feb 20, 2022 at 03:49:33PM +0100, Björn Ketelaars wrote: > On Sun 20/02/2022 08:04, Lucas Raab wrote: > > Hello, > > > > The current version in-tree of this library is for influxdb<=1.7.4. > > An entirely new library was written for influxdb>=1.8.0. The initial > > thought is that this

Re: update dino to 0.3.0

2022-02-20 Thread Klemens Nanni
On Mon, Feb 14, 2022 at 06:32:26AM +, Klemens Nanni wrote: > On Sun, Feb 13, 2022 at 06:15:50PM +, Klemens Nanni wrote: > > Build-testing on sparc64 shows linking errors when building tests. > > Compiler invocations are the same on amd64 and sparc64, so the "only" > > difference is

net/amfora 1.9.2

2022-02-20 Thread czarkoff
Hi! I noticed that the version of net/amfora in the OpenBSD ports is somewhat outdated. I updated the port to current version (1.9.2). Please see the diff below. -- Dmitrij D. Czarkoff Index: Makefile === RCS file:

Re: Power-up cc --print-file-name for .so names

2022-02-20 Thread Christian Weisgerber
Mark Kettenis: > There is a scenario where this goes wrong. If a shared library lacks > a DT_SONAME entry, the library filename is used to generate the > DT_NEEDED entries. But I would consider such a shared library broken > and we fixed base a lng time ago. Some care has to be taken when

Re: Power-up cc --print-file-name for .so names

2022-02-20 Thread Theo de Raadt
Christian Weisgerber wrote: > Mark Kettenis: > > > There is a scenario where this goes wrong. If a shared library lacks > > a DT_SONAME entry, the library filename is used to generate the > > DT_NEEDED entries. But I would consider such a shared library broken > > and we fixed base a lng

Re: bsd.port.mk.5: USE_CCACHE does not install ccache

2022-02-20 Thread Stuart Henderson
On 2022/02/20 18:53, Klemens Nanni wrote: > Dependency handling prevents doing that now (see bsd.port.mk r1.1544) > and we just check for /usr/local/bin/ccache, so keep up to date without > specifying such implementation details. > > OK? > > Index: bsd.port.mk.5 >

Re: NEW: Editors/geany-plugins or Meta/geany-plugins

2022-02-20 Thread Lewis ingraham
Hello, thank you for responding! I did what you recommended and got much further in the build process. However, I ended up getting this error when doing "make build" Github Version of the makefile: *** /usr/obj/ports/geany-plugins-1.38.0/bin/xgettext was called without devel/gettext,-tools

Re: sparc64 bulk build report (link-grammar: use ports-gcc, fix python rundep)

2022-02-20 Thread Klemens Nanni
On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-02-16/textproc/link-grammar,,-main.log Needs the usual compiler dance for this: > /tmp/print-dict-f43ef2.s:4649: Error: operation combines symbols in different > segments >

Re: sparc64 bulk build report

2022-02-20 Thread Klemens Nanni
On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-02-16/graphics/libgphoto2.log > Error: > /usr/obj/ports/libgphoto-2.5.28/fake-sparc64/usr/local/share/doc/libgphoto2/libgphoto2-api.html/libgphoto2_2i18n_8h__dep__incl.map > does

Re: sparc64 bulk build report (fuse-zip: fix ENODATA usage on non-clang arches)

2022-02-20 Thread Klemens Nanni
On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-02-16/archivers/fuse-zip.log > fuse-zip.cpp:492:17: error: 'ENODATA' was not declared in this scope So ENODATA from /usr/include/c++/v1/errno.h is only defined with base-clang (I

[PATCH] Upgrade fonts/jetbrains-mono: 1.0.3->2.242

2022-02-20 Thread Greg Steuck
I'm using them now. Anybody want to give it a try? OK? >From cc0f36c72a4ee82ab94baf1d6f6fa9d1d55d54ef Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 20 Feb 2022 23:25:39 -0800 Subject: [PATCH] Upgrade fonts/jetbrains-mono: 1.0.3->2.242 --- fonts/jetbrains-mono/Makefile | 4 ++--

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2022/02/20 01:58:54 Modified files: editors/libreoffice/patches: patch-configure Log message: unbreak after kf5 update >From 5fd5e42bf28a7910321c6b6d76257e7386839fbc Mon Sep 17 00:00:00 2001 From:

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 04:07:52 Modified files: lang/php/8.0 : Makefile distinfo Log message: update to php-8.0.16

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 04:07:56 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.3

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 04:07:36 Modified files: lang/php/7.4 : Makefile distinfo Log message: update to php-7.4.28

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 01:49:04 Modified files: x11/qt5/qtwebkit: Makefile Log message: Unbreak previous (typo: libsoup2 versus geoclue2)

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 05:46:02 Modified files: devel/p5-Path-Tiny: Makefile distinfo Log message: update to p5-Path-Tiny-0.122, from Wen Heping

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 01:54:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'geoclue' => 'geoclue2'

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 01:54:25 Modified files: geo: Makefile geo/geoclue2 : Makefile geo/geoclue2/pkg: PLIST Removed files: geo/geoclue: Makefile distinfo

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 02:29:34 Modified files: x11/gnome/gucharmap/patches: patch-data_meson_build Log message: Tweak patch comment.

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 04:25:08 Modified files: lang/php/8.0 : Tag: OPENBSD_7_0 Makefile distinfo Log message: update to php-8.0.16

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 04:24:57 Modified files: lang/php/7.4 : Tag: OPENBSD_7_0 Makefile distinfo Log message: update to php-7.4.28

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 05:47:30 Modified files: devel/p5-MCE : Makefile distinfo devel/p5-MCE/pkg: PLIST Log message: update to p5-MCE-1.877, from Wen Heping (plus I regenerated plist)

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 05:49:12 Modified files: devel/p5-Test-File: Makefile distinfo Log message: update to p5-Test-File-1.992, from Wen Heping

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/20 06:29:13 Modified files: editors/calligra: Makefile Added files: editors/calligra/patches: patch-sheets_ui_CellToolBase_cpp

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/20 06:27:47 Modified files: editors/calligra: Makefile editors/calligra/patches: patch-CMakeLists_txt Added files: editors/calligra/patches:

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/20 06:50:33 Modified files: net/zabbix : Makefile Added files: net/zabbix/patches: patch-src_libs_zbxembed_duk_config_h Log message: Fix bundled duktape's intptr detection on sparc

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/20 06:51:03 Modified files: devel/jdk/11 : Makefile devel/jdk/11/patches: patch-src_java_base_share_classes_java_net_AbstractPlainDatagramSocketImpl_java

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 01:46:20 Modified files: geo/geoclue2 : Makefile distinfo geo/geoclue2/pkg: PLIST Log message: Update to geoclue2-2.6.0.

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/20 04:21:06 Modified files: devel/meson: Makefile meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Set SHARED_LIBS to '0.0' if unset when building in

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/20 06:30:48 Modified files: x11/kde-applications/kdepim-runtime: Makefile Log message: Add missing dependency on qtxmlpatterns Spotted by naddy

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/02/20 11:27:35 Modified files: devel/liburcu : Makefile distinfo devel/liburcu/pkg: PLIST Log message: Update to liburcu-0.13.1

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/20 07:10:10 Modified files: www/nextcloud_notify_push: Makefile Log message: Mark BROKEN-sparc64, uses the ring-crate Line copied from audio/ncspot.

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2022/02/20 08:05:11 Modified files: databases/py-alembic: Makefile databases/py-puppetdb: Makefile devel/py-pyinotify: Makefile devel/py-resolvelib: Makefile

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2022/02/20 11:24:40 Modified files: lang/ruby/3.1 : Makefile distinfo lang/ruby/3.1/pkg: PLIST-main PLIST-ri_docs Log message: Update to Ruby 3.1.1

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2022/02/20 11:54:09 Modified files: devel/clang-tools-extra: Makefile devel/llvm : Makefile editors/xemacs21/stable: Makefile lang/bootgcc : Makefile lang/gcc/11

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/20 08:37:07 Modified files: devel/cutter : Makefile Log message: Unbreak cutter build with kf5/syntax-highlighting 5.91.0 Spotted by naddy

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/20 11:01:21 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.2.1

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/20 12:23:23 Modified files: productivity/kuserfeedback: Makefile distinfo productivity/kuserfeedback/pkg: PLIST Log message: Update kuserfeedback to 1.2.0

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2022/02/20 13:45:36 Modified files: lang/tcc : Makefile distinfo Log message: Update to latest TCC; only user-visible change is a fix for a VLA bug.

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/02/20 14:59:16 Modified files: net/knot : Makefile distinfo Log message: Update to knot-3.1.6 Release notes: https://www.knot-dns.cz/2021-12-20-version-315.html

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2022/02/20 16:16:32 Modified files: cad/openscad : Makefile Log message: Add missing dependency on qtgamepad WANTLIB adjustment and OK rsadowski@

CVS: cvs.openbsd.org: ports

2022-02-20 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2022/02/20 12:22:03 Modified files: sysutils/telegraf: Makefile distinfo modules.inc sysutils/telegraf/patches: patch-plugins_inputs_all_all_go Log message: update telegraf to 1.21.4 - reenable