CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 17:09:47 Modified files: textproc/redland-bindings: Makefile Log message: Fix build of redland-bindings on sparc64 as it has been done for the other instances where -fdeclspec is needed for

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:53:58 Modified files: geo/py-osmium : Makefile Log message: py-osmium uses C++ so needs ports-gcc Fixes build on sparc64

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:51:46 Modified files: games/vkquake : Makefile games/vkquake/patches: patch-Quake_Makefile Log message: Current versions of vkquake use C11, so drop base-gcc and gcc3 in favor of

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:46:44 Modified files: cad/xtrkcad: Makefile Log message: xtrkcad needs ports-gcc on sparc64 as base-gcc isn't up to it. Fixes build on sparc64

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:45:21 Modified files: print/ghostscript/gnu: Makefile Log message: Fix build on sparc64 by adding -L${X11BASE}/lib to CONFIGURE_ENV LDFLAGS

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:40:08 Modified files: sysutils/mangl : Makefile Log message: Fix build of sysutils/mangl on sparc64 by doing the usual c99 dance for base-gcc

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:37:31 Modified files: net/guacamole/server: Makefile Log message: Fix build of guacamole/server on sparc64 by adding X11BASE to CONFIGURE_ENV

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 16:31:00 Modified files: security/encfs : Makefile Log message: Fix build of security/encfs on sparc64. Switch to base-clang ports-gcc by taking out ports-clang

Re: Fix Ruby integer multiplication issue on octeon

2022-07-03 Thread Theo Buehler
> OKs for the following patch? This updates MASTER_SITES0 in the Ruby > port to use GitHub instead of bugs.ruby-lang.org by default, since > that's where I've been backporting recent commits from. It adds my > upstream commit as a distpatch for Ruby 3.0 and 3.1. The patch doesn't > apply on Ruby

Fix Ruby integer multiplication issue on octeon

2022-07-03 Thread Jeremy Evans
bluhm@'s octeon test machine found a consistently failing openssl-ruby test. tb@ and claudio@ did some analysis and found the issue was not a LibreSSL issue, but a general issue with attempting to create a Time object in Ruby after the year 2115. Since this was a Ruby issue and not a LibreSSL

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2022/07/03 12:32:41 Modified files: databases/ruby-pg: Makefile distinfo Log message: Update to pg 1.4.1

Re: new security/libdigidocpp 3.14.8

2022-07-03 Thread Klemens Nanni
On Sun, Jul 03, 2022 at 06:16:02PM +0200, Theo Buehler wrote: > > Now with feedback from sthen@, diff between the tarballs: > > https://github.com/jasperla/openbsd-wip/commit/554d6e575 > > > > Feedback? OK? > > distinfo still contains the patchfile > > I'd like to have a more specific comment

Re: new security/libdigidocpp 3.14.8

2022-07-03 Thread Theo Buehler
> Now with feedback from sthen@, diff between the tarballs: > https://github.com/jasperla/openbsd-wip/commit/554d6e575 > > Feedback? OK? distinfo still contains the patchfile I'd like to have a more specific comment to justify use of eopenssl11: # Can't use LibreSSL since

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Denis Fondras
CVSROOT:/cvs Module name:ports Changes by: de...@cvs.openbsd.org 2022/07/03 09:38:46 Modified files: databases/victoriametrics: Makefile distinfo databases/victoriametrics/pkg: PLIST Log message: update to v1.78.0 Changelog at

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Denis Fondras
CVSROOT:/cvs Module name:ports Changes by: de...@cvs.openbsd.org 2022/07/03 09:24:43 Modified files: graphics/flameshot: Makefile distinfo Log message: update to v12.1.0 Minor update with bugfixes for v12.0.0 Changelog at :

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/07/03 08:58:25 Modified files: net/curl : Makefile net/curl/pkg : PLIST Log message: include the mk-ca-bundle script/man in the curl package. ok naddy

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/07/03 08:57:12 Modified files: net: Makefile net/tdesktop : Makefile net/tdesktop/pkg: DESCR PLIST Log message: Provide a -qt6 flavor At least cwm(1) has problems

Re: tdesktop: provide qt6 flavour for testing

2022-07-03 Thread Klemens Nanni
On 03/07/2022 18:41, Omar Polo wrote: builds fine here, and also seems to work fine for now. fwiw i don't mind adding the -qt6 flavor, but would be nice to switch completely to it (hopefully) in the near future. Thanks! Absoloutely, it's just too much (build) time consuming work for me to

Re: tdesktop: provide qt6 flavour for testing

2022-07-03 Thread Omar Polo
Klemens Nanni wrote: > On Fri, Jun 24, 2022 at 03:47:05PM +, Klemens Nanni wrote: > > On 24/06/2022 18:20, Sergey A. Osokin wrote: > > > On Fri, Jun 24, 2022 at 10:43:57AM +, Klemens Nanni wrote: > > > > On Thu, Jun 23, 2022 at 09:44:58PM +, Sergey A. Osokin wrote: > > > > > > > > >

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/07/03 06:33:27 Modified files: net/netatalk3 : Tag: OPENBSD_7_1 Makefile distinfo net/netatalk3/patches: Tag: OPENBSD_7_1

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/07/03 06:33:23 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-contrib_shell_utils_afpstats

Re: tdesktop: provide qt6 flavour for testing

2022-07-03 Thread Klemens Nanni
On Fri, Jun 24, 2022 at 03:47:05PM +, Klemens Nanni wrote: > On 24/06/2022 18:20, Sergey A. Osokin wrote: > > On Fri, Jun 24, 2022 at 10:43:57AM +, Klemens Nanni wrote: > > > On Thu, Jun 23, 2022 at 09:44:58PM +, Sergey A. Osokin wrote: > > > > > > > > telegram-deskop 4.0.0, latest

Re: new security/libdigidocpp 3.14.8

2022-07-03 Thread Klemens Nanni
On Thu, Jun 23, 2022 at 03:38:04PM +, Klemens Nanni wrote: > On Fri, Jun 03, 2022 at 08:25:05AM +, Klemens Nanni wrote: > > Here is the first piece of software from https://github.com/open-eid > > that is required to use Smart-ID cards on OpenBSD. > > > > Their Qt GUI packs all the

sparc64 bulk build report

2022-07-03 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Jun 30 13:28:27 MDT 2022 Finished: Sun Jul 3 03:41:44 MDT 2022 Duration: 2 Days 14 hours 13 minutes Built using OpenBSD 7.1-current (GENERIC.MP) #1361: Wed Jun 29 15:54:21 MDT 2022 Built 9341 packages Number of packages built each day:

CVS: cvs.openbsd.org: ports

2022-07-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/07/03 03:02:50 Modified files: graphics/libgphoto2: Makefile distinfo Log message: Update to libgphoto-2.5.30.