CVS: cvs.openbsd.org: ports

2022-04-02 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/04/02 21:23:42 Modified files: games/py-minecraft-launcher-lib: Makefile Added files: games/py-minecraft-launcher-lib/patches:

tsgames/py-chess: Update to 1.9.0

2022-04-02 Thread wen heping
Hi, ports@: Here is a simple patch for games/py-chess to update to 1.9.0. It build well and pass all tests on amd64-7.1 system. No other ports depends on it. wenIndex: Makefile === RCS file:

sysutils/py-croniter: Update to 1.3.4

2022-04-02 Thread wen heping
Hi, Here is a simple patch to update sysutils/py-croniter to 1.3.4, it build well and pass all tests on amd64-7.1 system. No other ports depends on it. wenIndex: Makefile === RCS file:

textproc/p5-PPIx-Regexp: Update to 0.084

2022-04-02 Thread wen heping
Hi, ports@: Here is a simple patch to update textproc/p5-PPIx-Regexp to 0.084. It build well and pass all tests on amd64-7.1 system. Only one port depends on it, it build well and pass all tests on amd64-7.1 system too. Upstream changes : 0.084 2022-04-02 T. R.

security/gnutls: enable aarch64 hardware crypto support

2022-04-02 Thread Christian Weisgerber
The diff below should enable aarch64 hardware crypto support in security/gnutls. The regression test results are the same before and after on my OverDrive 1000 (cpu0: CRC32,SHA2,SHA1,AES+PMULL,ASID16). (3 failures, 2 of which are due to unportable diff(1) options...) ok? Index: Makefile

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2022/04/02 17:43:23 Added files: security/gnutls/patches: patch-tests_cmocka-common_h Log message: security/gnutls: fix regression test build (on aarch64) ok ajacoutot@

Re: [update] sqlite 3.38.2

2022-04-02 Thread Christian Weisgerber
Landry Breuil: > > there's rarely fallout from sqlite updates, but a bulk would confirm at > > least everything builds if we want that for 7.1. > > new diff with PLIST updates, thanks sthen :) This passed a full amd64 bulk build without any problems. -- Christian "naddy" Weisgerber

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Theo Buehler
-ext_openssl_ossl_pkey_c Log message: Update openssl-ruby-tests to 20220402

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 14:43:28 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-drivers_usbhid-ups_c sysutils/nut/pkg: PLIST-main Log message: nut: update from the

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 14:39:29 Modified files: sysutils/ipmitool: Makefile distinfo Log message: update to newer ipmitool commit, manpage fix only

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 14:37:15 Modified files: games/openclonk: Makefile Log message: fix previous

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/04/02 13:38:56 Modified files: security/polarssl: Makefile Added files: security/polarssl/patches: patch-library_timing_c Log message: security/polarssl: enable hardclock on sparc64; instead

Re: security/polarssl: use hardclock for sparc64

2022-04-02 Thread Theo Buehler
> I'd just change the "rd" to "rdpr" without any ifdef. Thanks for the explanations. Like this? Index: Makefile === RCS file: /cvs/ports/security/polarssl/Makefile,v retrieving revision 1.45 diff -u -p -r1.45 Makefile --- Makefile

Re: Fwd: removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) breaks xmonad(1)

2022-04-02 Thread Greg Steuck
Stefan Hagen writes: > Hi Amit, > > Amit Kulkarni wrote (2022-04-02 00:14 CEST): >> -- Forwarded message - >> From: Ashlen >> Date: Fri, Apr 1, 2022 at 1:37 PM >> Subject: removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) >> breaks xmonad(1) >> To: >> >> >> Hi, I'm

security/nss: enable aarch64 hardware crypto support

2022-04-02 Thread Christian Weisgerber
The diff below should enable aarch64 hardware crypto support in security/nss. The regression tests for NSS_TESTS=cipher run successfully on my OverDrive 1000 (cpu0: CRC32,SHA2,SHA1,AES+PMULL,ASID16). I can't really verify that the crypto instructions are actually used, though. Index: Makefile

Re: security/polarssl: use hardclock for sparc64

2022-04-02 Thread Christian Weisgerber
Theo Buehler: > ++#ifdef __OpenBSD__ > ++asm volatile( "rd %%tick, %0;" : "=r" (tick) ); > ++#else > + asm volatile( "rdpr %%tick, %0;" : "=" (tick) ); > ++#endif /* __OpenBSD__ */ I'd just change the "rd" to "rdpr" without any ifdef. The "read privileged register" instruction is only

Re: update net/wget 1.21.3

2022-04-02 Thread Christian Weisgerber
Nam Nguyen: > Here is an update to net/wget 1.21.3 released on February 26, 2022. I > tested downloading install70.img. > > Feedback? OK? ok That said, it would be nice if we were actually able to run the regression tests: ---> cc -I/usr/local/include -I/usr/local/include

UPDATE: www/sfeed to 1.4

2022-04-02 Thread Hiltjo Posthuma
Hi, This updates sfeed from 1.3 to 1.4: diff --git www/sfeed/Makefile www/sfeed/Makefile index 067dbcf58b1..9d4b5e77c41 100644 --- www/sfeed/Makefile +++ www/sfeed/Makefile @@ -1,5 +1,5 @@ COMMENT = RSS/Atom newsreader and formatting programs -DISTNAME = sfeed-1.3

UPDATE: www/stagit to 1.1

2022-04-02 Thread Hiltjo Posthuma
Hi, This updates stagit from 1.0 to 1.1: diff --git www/stagit/Makefile www/stagit/Makefile index a1b35e507af..17811d07b2e 100644 --- www/stagit/Makefile +++ www/stagit/Makefile @@ -1,6 +1,6 @@ COMMENT = static git page generator -DISTNAME = stagit-1.0 +DISTNAME =

security/polarssl: use hardclock for sparc64

2022-04-02 Thread Theo Buehler
As pointed out by naddy, we should be able to read the %ticks register on sparc64. The code as it is in the !__OpenBSD__ path throws SIGILL when running regress, so I cribbed some code from sparc64/cpu.c which appears to work - the regress timings look roughly the same as with the softclock. Does

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 09:24:44 Modified files: security/yubiserve: Makefile security/yubiserve/patches: patch-setup_py security/yubiserve/pkg: PLIST Added files: security/yubiserve/patches:

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 09:02:25 Modified files: productivity/glabels: Makefile Log message: fix copy-and-paste failure

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/04/02 07:52:41 Modified files: security/polarssl: Makefile security/polarssl/patches: patch-CMakeLists_txt Log message: security/polarssl: fix build on !clang archs: disable -Werror globally

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2022/04/02 07:18:37 Modified files: astro/py-astropy: Makefile Log message: astro/py-astropy: reinstate accidentally deleted REVISION and bump

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 06:55:17 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-driver_XScreenSaver_ad_in patch-driver_passwd-pwent_c

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 06:17:44 Modified files: security/dropbear: Makefile distinfo security/dropbear/patches: patch-common-session_c patch-default_options_h Log message:

[sparc64] webkitgtk4 build fix

2022-04-02 Thread Theo Buehler
Disable thin archives if we use GNU ar since ours is too old to support it. If there is a way to do that via CONFIGURE_FLAGS += -Dsomething conditionally on .if !${PROPERTIES:Mclang} that would probably be preferable. Nothing I tried worked. Pointers welcome. Not sure if anything but sparc64

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 06:14:58 Modified files: security/dropbear: Makefile Added files: security/dropbear/patches: patch-svr-authpasswd_c Log message: Dropbear's check for a locked account is "did

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 06:03:24 Modified files: security/dropbear: Makefile Added files: security/dropbear/patches: patch-common-session_c Log message: Unbreak dropbear password auth by using

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/04/02 04:14:14 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.52.1.

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2022/04/02 04:13:46 Modified files: net/zabbix : Makefile Added files: net/zabbix/patches: patch-src_zabbix_js_zabbix_js_c patch-src_zabbix_sender_zabbix_sender_c

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/04/02 04:13:29 Modified files: infrastructure/templates: Makefile.template Log message: Remove manual do-gen example now that we have autoreconf. ok sthen@

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/04/02 04:11:56 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-11.0.0.

Re: www/liferea build failure

2022-04-02 Thread Antoine Jacoutot
On Fri, Apr 01, 2022 at 10:37:09PM +0100, Stuart Henderson wrote: > On 2022/04/01 21:50, Christian Weisgerber wrote: > > /liferea failed to build in my latest amd64 bulk build. > > > > Command '['./liferea', > >

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/04/02 04:09:59 Modified files: www/liferea: Makefile Log message: Unbreak with newer webkitgtk4. https://github.com/lwindolf/liferea/issues/767 liferea: fails to build with

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/04/02 04:02:08 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: x11/xfce4/mousepad: update to 0.5.9. see https://mail.xfce.org/pipermail/xfce-announce/2022-April/001102.html

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/04/02 04:00:09 Modified files: x11/xfce4/terminal: Makefile distinfo Log message: x11/xfce4/terminal: update to 1.0.0. see https://mail.xfce.org/pipermail/xfce-announce/2022-April/001103.html

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 02:11:11 Modified files: lang/python: python.port.mk lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-main Log message: @conflict with old setuptools as well as pip,

CVS: cvs.openbsd.org: ports

2022-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/04/02 02:04:13 Modified files: lang/python: python.port.mk lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-main Log message: python-3.8 needs to confluct wuth old versions