telephony/resiprocate: fix build on !x86

2020-06-04 Thread Christian Weisgerber
telephony/resiprocate fails to build on non-x86 architectures. The reason is amazing: error: Need some way to seed the random number generator http://build-failures.rhaalovely.net/aarch64/2020-05-30/telephony/resiprocate%2C.log The culprit is stunRand() in rutil/stun/Stun.cxx. Depending on

Re: telephony/resiprocate: fix build on !x86

2020-06-04 Thread Theo de Raadt
Remember that srandom() + random() will do arc4random() internally, unless srandom_determinisitic() is called. But I guess the idiocy is the code ahead of srandom... Christian Weisgerber wrote: > telephony/resiprocate fails to build on non-x86 architectures. > > The reason is amazing: >

Re: does a new port have to be the latest version?

2020-06-04 Thread Alex Free
> Sent: Wednesday, June 03, 2020 at 4:05 PM > From: "Stuart Henderson" > To: "Alex Free" > Cc: "Renaud Allard" , ports@openbsd.org > Subject: Re: does a new port have to be the latest version? > > On 2020/06/03 14:58, Alex Free wrote: > > > Sent: Wednesday, June 03, 2020 at 2:24 PM > > > From:

Re: curl with libidn

2020-06-04 Thread Alex Free
> Sent: Thursday, June 04, 2020 at 4:53 PM > From: "f.holop" > To: ports@openbsd.org > Subject: curl with libidn > > hi, > > atm curl is unable to open non ascii domains. > is there a reason why it's not compiled with libidn? > (same goes for lynx) > > -f > -- > > If it compiles fine a flavor

Re: pkg_check on 6.7: texmf packages have too many dependencies

2020-06-04 Thread Marc Espie
On Thu, Jun 04, 2020 at 02:29:06PM +0100, Edd Barrett wrote: > Hi Folks, > > I recently received an email from a user (in CC) who reported that if > you install texlive_texmf-full on 6.7 then pkg_check will complain. > > I installed 6.7 in a VM and tried. Sure enough: > > ``` > openbsd67#

ok? [new] sysutils/cdirip

2020-06-04 Thread Alex Free
Extracts the proprietary DiscJugglar .cdi format. New versions of this software are under GPL but not compatible with big endian so version 0.6.2 is used instead. cdirip.tgz Description: GNU Zip compressed data

Re: curl with libidn

2020-06-04 Thread Alex Free
> Sent: Friday, June 05, 2020 at 1:03 AM > From: "Stuart Henderson" > To: "Alex Free" > Cc: "f.holop" , ports@openbsd.org > Subject: Re: curl with libidn > > On 2020/06/05 00:21, Alex Free wrote: > > > Sent: Friday, June 05, 2020 at 12:05 AM > > > From: "Stuart Henderson" > > > To: "Alex Free"

Re: [new] sysutils/web2ldap and co

2020-06-04 Thread Lucas Raab
On Thu, Jun 04, 2020 at 03:18:39PM +0200, Landry Breuil wrote: > On Wed, Jun 03, 2020 at 08:12:48PM -0500, Lucas Raab wrote: > > On Wed, Jun 03, 2020 at 07:06:28AM -0500, Lucas Raab wrote: > > > On Wed, Jun 03, 2020 at 12:56:00PM +0100, Stuart Henderson wrote: > > > > On 2020/06/03 06:02, Lucas

Re: curl with libidn

2020-06-04 Thread Evan Silberman
> On Jun 4, 2020, at 4:13 PM, Alex Free wrote: > > Why are flavors in common libraries a big problem putting aside the > security issues and quality of code in this case? Every flavored library has an exponential impact on the number of configurations that ports depending on that library

Re: curl with libidn

2020-06-04 Thread Stuart Henderson
On 2020/06/04 22:39, Alex Free wrote: > > Sent: Thursday, June 04, 2020 at 4:53 PM > > From: "f.holop" > > To: ports@openbsd.org > > Subject: curl with libidn > > > > hi, > > > > atm curl is unable to open non ascii domains. > > is there a reason why it's not compiled with libidn? > > (same goes

Re: curl with libidn

2020-06-04 Thread Alex Free
> Sent: Friday, June 05, 2020 at 12:05 AM > From: "Stuart Henderson" > To: "Alex Free" > Cc: "f.holop" , ports@openbsd.org > Subject: Re: curl with libidn > > On 2020/06/04 22:39, Alex Free wrote: > > > Sent: Thursday, June 04, 2020 at 4:53 PM > > > From: "f.holop" > > > To: ports@openbsd.org >

Re: curl with libidn

2020-06-04 Thread Stuart Henderson
On 2020/06/05 00:21, Alex Free wrote: > > Sent: Friday, June 05, 2020 at 12:05 AM > > From: "Stuart Henderson" > > To: "Alex Free" > > Cc: "f.holop" , ports@openbsd.org > > Subject: Re: curl with libidn > > > > On 2020/06/04 22:39, Alex Free wrote: > > > > Sent: Thursday, June 04, 2020 at 4:53

Re: does a new port have to be the latest version?

2020-06-04 Thread Stuart Henderson
On 2020/06/04 22:28, Alex Free wrote: > Does everything look ok on the email I sent to ports? > > https://marc.info/?l=openbsd-ports=159123552330253=2 Not had time to look closely yet. I think the | characters in PERMIT_* are a problem. And please just send a tar.gz not a diff for new ports

Making a FreeCAD Port

2020-06-04 Thread Justin Noor
Hi @ports, Is there anyone working on FreeCAD? It's not in /usr/ports/cad, and I searched the mailing list and did not find anything fruitful. If not, would like to give it a shot if possible - this would be my first port. If there is anyone working on it, please let me know how I can contribute.

Re: [new] sysutils/web2ldap and co

2020-06-04 Thread Landry Breuil
On Wed, Jun 03, 2020 at 08:12:48PM -0500, Lucas Raab wrote: > On Wed, Jun 03, 2020 at 07:06:28AM -0500, Lucas Raab wrote: > > On Wed, Jun 03, 2020 at 12:56:00PM +0100, Stuart Henderson wrote: > > > On 2020/06/03 06:02, Lucas Raab wrote: > > > > On Wed, Jun 03, 2020 at 08:19:40AM +0200, Landry

pkg_check on 6.7: texmf packages have too many dependencies

2020-06-04 Thread Edd Barrett
Hi Folks, I recently received an email from a user (in CC) who reported that if you install texlive_texmf-full on 6.7 then pkg_check will complain. I installed 6.7 in a VM and tried. Sure enough: ``` openbsd67# pkg_check Packing-list sanity: ok texlive_texmf-minimal-2019 has too many

curl with libidn

2020-06-04 Thread f.holop
hi, atm curl is unable to open non ascii domains. is there a reason why it's not compiled with libidn? (same goes for lynx) -f --

Re: [NEW] sysutils/kubectl

2020-06-04 Thread Klemens Nanni
On Thu, Jun 04, 2020 at 02:43:24PM +0200, karlis.mikels...@lf.lv wrote: > Please find attached port for kubectl latest stable version: > "The Kubernetes command-line tool, kubectl, allows you to run commands > against Kubernetes clusters. You can use kubectl to deploy applications, > inspect and

Re: lang/guile2 info doc

2020-06-04 Thread Antoine Jacoutot
On Tue, Jun 02, 2020 at 05:15:17PM +0200, Jan Ć mydke wrote: > Hello, > > I would like lang/guile2 did not delete the info pages at installation. It > is very convenient (or rather a must) for coding in one tmux pane and > browse the info library reference in the other pane. > > It seems there is

Re: Inconsolata 3.0 is no longer fixed width.

2020-06-04 Thread Anthony J. Bentley
Hi, On Sat, May 30, 2020 at 2:16 PM Marc Espie wrote: > On Sat, May 30, 2020 at 01:00:17PM -0600, Anthony J. Bentley wrote: > > Matthieu Herrb writes: > > > This github issue does pretty much explain what's going on: > > > https://github.com/googlefonts/Inconsolata/issues/42 : > > > > I see

[NEW] sysutils/kubectl

2020-06-04 Thread karlis . mikelsons
Hello, Please find attached port for kubectl latest stable version: "The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage cluster resources, and view logs." Tested on amd64, package

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/06/04 09:01:53 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-build_config_compiler_BUILD_gn

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/04 07:45:11 Modified files: net/dhcpcd : Makefile distinfo net/dhcpcd/pkg : PLIST Log message: update to dhcpcd-9.1.1. dhcpcd now uses pledge(), there are some articles with findings

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/04 07:51:00 Modified files: net/dhcpcd : Tag: OPENBSD_6_7 Makefile distinfo net/dhcpcd/pkg : Tag: OPENBSD_6_7 PLIST Log message: MFC dhcpcd 9.1.1 update; as well as adding pledge this

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 09:55:27 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.72.

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/04 08:18:57 Modified files: x11/qt5/qtwebengine: Makefile Log message: mark BROKEN-i386, this can't be built on the build machines. it maybe possible to get it building with -Wl,--no-keep-memory

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 09:55:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.13.22.

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 09:54:58 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.16.22.

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/04 08:14:27 Modified files: x11/qt5: Makefile.inc Log message: x11/qt5: allow ONLY_FOR_ARCHS to be overridden by ports underneath this dir. -ONLY_FOR_ARCHS = ${GCC4_ARCHS}

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/06/04 13:43:35 Modified files: editors/nano : Makefile distinfo Log message: Update to 4.9.3 for some bug fixes. Enable debug package.

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/06/04 14:50:39 Modified files: telephony/resiprocate: Makefile Added files: telephony/resiprocate/patches: patch-rutil_stun_Stun_cxx Log message: Just use arc4random() and skip the whole

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/06/04 23:28:13 Modified files: devel/kf5 : kf5.port.mk Added files: devel/kf5 : PFRAG.i18n Log message: Add MODKF5_I18N_CONFLICT helper Simple helper function to mark

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/06/04 23:40:30 Modified files: x11/kde-applications/cervisia: Makefile x11/kde-applications/cervisia/pkg: PLIST x11/kde-applications/filelight: Makefile

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/04 09:39:09 Modified files: net/kea: Makefile distinfo Log message: update to kea-1.7.8

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/06/04 00:06:59 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 77.0.1. See

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/06/04 00:09:39 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 68.9.0. See

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 01:19:25 Modified files: net/py-netmiko : Makefile distinfo net/py-netmiko/pkg: PLIST Log message: update to py3-netmiko-3.1.1

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 01:34:31 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST Log message: update to gnome-shell-3.36.3

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 01:24:06 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/py-pynetbox: Makefile distinfo

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 01:36:10 Modified files: lang/guile : Makefile lang/guile/pkg : PLIST lang/guile2: Makefile lang/guile2/pkg: PLIST Log message: Install info files

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/06/04 00:19:35 Modified files: devel/qt-creator: Makefile distinfo Log message: Update qt-creator to 4.12.2

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 01:33:49 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.36.3

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 04:06:31 Modified files: security/gnutls: Tag: OPENBSD_6_7 Makefile Added files: security/gnutls/patches: Tag: OPENBSD_6_7 patch-lib_stek_c Log message: Merge fix for

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2020/06/04 01:50:07 Modified files: emulators/sameboy: Makefile distinfo emulators/sameboy/patches: patch-Makefile patch-libretro_Makefile

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 02:44:14 Modified files: x11/dbus : Makefile distinfo Log message: SECURITY update to dbus-1.12.18. - CVE-2020-12049

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 02:00:34 Modified files: devel/radare2 : Makefile.inc devel/radare2/main: Makefile Log message: give regress tests a chance to run

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 02:46:22 Modified files: x11/dbus : Tag: OPENBSD_6_7 Makefile Added files: x11/dbus/patches: Tag: OPENBSD_6_7 patch-dbus_dbus-sysdeps-unix_c

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/04 03:08:22 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: SECURITY update to gnutls-3.6.14.

CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/04 02:07:00 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.5.5