Re: [all archs] devel/spidermonkey68 can be built without rust and llvm

2020-06-24 Thread Jasper Lievisse Adriaanse
> On 25 Jun 2020, at 00:28, Charlene Wendling wrote: > > Hi, > > I was trying to build a port depending on spidermonkey68 on my macppc > machine and found out it "requires" rust. After seeing how other > downstreams deal with it, i've found out that Debian actually does not > use rust for spid

[Update] devel/p5-Test-Warnings : Update to 0.030

2020-06-24 Thread wen heping
Hi, Here is a simple patch for devel/p5-Test-Warnings to update to 0.030. It build well and pass all tests on amd64-current system. 20 ports TEST_DEPENDS on devel/p5-Test-Warnings, I tested some of it, include: devel/p5-Test-Compile devel/p5-Test-Most devel

Re: [portgen go] Fix issues with missing dependencies

2020-06-24 Thread Aaron Bieber
Aaron Bieber writes: > Hola, > > This change addresses a few issues, the most important being missing > dependencies. Now we use 'go list -m all' to get a list of "hard" deps > (hard meaning we need the actual code [.zip files] to build the > package). > > The list created by 'go mod graph' is no

UPDATE net/profanity 0.9.3 and take MAINTAINER

2020-06-24 Thread Lucas
Hello ports, This is a simple update to 0.9.3, with some bug fixes since 0.9.0. * Make legacy auth optional (0.9.1) * Dont manipulate pointer from getenv (0.9.2) * Fix reading/writing linked files (0.9.2) * Use gnu99 C standard (0.9.2) * Fix expansion in eval_password (0.9.3) While the

Two ports to add OpenMP to base clang

2020-06-24 Thread j
Hi ports, These two ports add the libomp.a and libomp.so.0.0 files which provide the runtimes for OpenMP for use by clang. OpenMP provides language level statements taking advantage of pthreads, instead of the usual routine calls. See openmp.org. C, C++, and Fortran (flang) are supported. I s

Re: [macppc] Don't build graphics/openscenegraph

2020-06-24 Thread Jeremie Courreges-Anglas
On Wed, Jun 24 2020, Charlene Wendling wrote: > On Wed, 24 Jun 2020 21:02:11 +0200 > Klemens Nanni wrote: > >> On Wed, Jun 24, 2020 at 08:39:09PM +0200, Charlene Wendling wrote: >> > It takes 17 hours to build graphics/openscenegraph on the macppc >> > bulk cluster, the same as x11/qt5/qtbase for

Re: net/i2pd README improvements

2020-06-24 Thread Jeremie Courreges-Anglas
On Wed, Jun 24 2020, "Richard Ulmer" wrote: > Hi, Hi Richard, > I'm happy to see that net/i2pd has been updated recently, thanks to > everyone involved! I find the README file a very good addition; It could > have spared me a few hours of tinkering and a GitHub ticket [1], had I > found it earli

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-06-24 Thread Aisha Tammy
Another bump. Aisha On 6/17/20 11:36 AM, Aisha Tammy wrote: > Another bump! > I'm hoping this can be added. > > Aisha > > On 6/8/20 1:36 PM, Aisha Tammy wrote: >> Bumping. >> Also it makes it easy to connect to proton using the bridge so thats >> a positive as well. >> >> Aisha >> >> On 6/1/20

[all archs] devel/spidermonkey68 can be built without rust and llvm

2020-06-24 Thread Charlene Wendling
Hi, I was trying to build a port depending on spidermonkey68 on my macppc machine and found out it "requires" rust. After seeing how other downstreams deal with it, i've found out that Debian actually does not use rust for spidermonkey. For all archs [0]. What i'm proposing here is a proof of con

Re: update games/eliot qt5

2020-06-24 Thread Nam Nguyen
Nam Nguyen writes: > This is an update for games/eliot to qt5 with a segfault fix when > opening menus. > Here is a fresh diff with the following changes: - Upstream added my menu segfault fix, so this update brings it to this commit: https://git.savannah.nongnu.org/cgit/eliot.git/commit/?id=672a1

Re: Improvement to games/yquake2

2020-06-24 Thread Adam Wolk
Hi, On Wed, Jun 24, 2020, at 10:57 AM, Tom Murphy wrote: > Hi, > > Running q2ded in a tty/tmux window, and then if that tty disappears, > q2ded begins spinning the CPU taking up sometimes 97% of the CPU. > The process is constantly polling for input, but if the tty is > marked 'bad' in f

Re: [NEW] lang/erlang/22 lang/erlang/23

2020-06-24 Thread Umgeher Torgersen
erl23 works here! tks! (erl22 I'd not test...) On Thu, Jun 18, 2020 at 05:48:37PM +, niamkik wrote: > Hi, > > I ported lang/erlang/22 and lang/erlang/23 based on lang/erlang/21 ports: > - corrected (direct edit) and removed some patches > - corrected the configuration part > - re-generated P

[Update] games/ezquake (from maintainer)

2020-06-24 Thread Tom Murphy
Hi, Here's a diff to update games/ezquake from 3.2 to 3.2.1. It fixes two bugs: Fix bug in server browser which led to background thread terminating program with message "EX_Browser_pathfind: max neighbours count reached" Fix bug where blank console variables were created, with side-

Re: [update] security/sudo to 1.9.1

2020-06-24 Thread deserter666
I've stumbled upon some errors in the newest update of sudo, All three config files (sudo,sudoers,sudo_logsrvd) in SYSCONFDIR were duplicate of a single example config in PLIST-main. The maintainer should consider if sudo.conf and sudo_logsrvd.conf are really needed by default in /etc, they weren'

Re: [macppc] Don't build graphics/openscenegraph

2020-06-24 Thread Charlene Wendling
On Wed, 24 Jun 2020 21:02:11 +0200 Klemens Nanni wrote: > On Wed, Jun 24, 2020 at 08:39:09PM +0200, Charlene Wendling wrote: > > It takes 17 hours to build graphics/openscenegraph on the macppc > > bulk cluster, the same as x11/qt5/qtbase for example. > > > > It appears that according that all co

Re: [macppc] Don't build graphics/openscenegraph

2020-06-24 Thread Klemens Nanni
On Wed, Jun 24, 2020 at 08:39:09PM +0200, Charlene Wendling wrote: > It takes 17 hours to build graphics/openscenegraph on the macppc bulk > cluster, the same as x11/qt5/qtbase for example. > > It appears that according that all consumers are not built on macppc. > As i'm trying to reduce wasted t

net/i2pd README improvements

2020-06-24 Thread Richard Ulmer
Hi, I'm happy to see that net/i2pd has been updated recently, thanks to everyone involved! I find the README file a very good addition; It could have spared me a few hours of tinkering and a GitHub ticket [1], had I found it earlier. I think a few slight improvements could be made to the README:

[macppc] Don't build graphics/openscenegraph

2020-06-24 Thread Charlene Wendling
Hi, It takes 17 hours to build graphics/openscenegraph on the macppc bulk cluster, the same as x11/qt5/qtbase for example. It appears that according that all consumers are not built on macppc. As i'm trying to reduce wasted time i would like to mark it NOT_FOR_ARCHS, similarly to what we've done

Re: fonts.conf: remove defunct element (tor-browser)

2020-06-24 Thread Caspar Schutijser
On Tue, Jun 23, 2020 at 05:36:43PM -, deserter...@danwin1210.me wrote: > This diff gets rid of the following line in ~/.xsession-error > > Fontconfig warning: line 145: blank doesn't take any effect anymore. > please remove it from your fonts.conf > > The following diff is build and run teste

Re: [update] thunderbird & firefox 78 betas/rcs, and a note about enigmail

2020-06-24 Thread Aisha Tammy
On 6/24/20 7:21 AM, Landry Breuil wrote: > On Wed, Jun 24, 2020 at 06:28:59AM -0400, Aisha Tammy wrote: >> On 6/24/20 5:28 AM, Landry Breuil wrote: >>> Hi, > > > >>> >> >> I use enigmail and PGP very regularly and have talked to the author of >> enigmail. >> >> One good news is that he was cons

Re: UPDATE x11/icewm-1.6.6

2020-06-24 Thread Charlene Wendling
Hi, On Sun, 14 Jun 2020 11:15:17 +0200 Bjorn Ketelaars wrote: > On Sun 24/05/2020 14:03, Bjorn Ketelaars wrote: > > On Wed 08/04/2020 10:21, Bjorn Ketelaars wrote: > > > Diff below brings icewm to 1.6.5, which is a maintenance release. > > > Changes: https://github.com/bbidulock/icewm/blob/1.6.5/

Re: [update] security/sudo to 1.9.1

2020-06-24 Thread Todd C . Miller
On Wed, 24 Jun 2020 15:49:33 -, deserter...@danwin1210.me wrote: > I've stumbled upon some errors in the newest update of sudo, > All three config files (sudo,sudoers,sudo_logsrvd) in SYSCONFDIR > were duplicate of a single example config in PLIST-main. Thanks, I've applied that diff. > The

update: www/hugo

2020-06-24 Thread Paco Esteban
Hi ports@, This is an update of www/hugo to its latest version 0.73.0. Changelog here: https://github.com/gohugoio/hugo/releases/tag/v0.73.0 MODGO_MODULES have been generated with the new `portgen go` diff from abieber@ (https://marc.info/?l=openbsd-ports&m=159300722003731&w=2). All seems to wo

Re: [clang+ld.bfd/all archs] Unbreak misc/osinfo/libosinfo, https HOMEPAGE

2020-06-24 Thread Antoine Jacoutot
On Wed, Jun 24, 2020 at 05:04:50PM +0200, Charlene Wendling wrote: > On Wed, 24 Jun 2020 00:51:14 +0200 > Antoine Jacoutot wrote: > > > On Tue, Jun 23, 2020 at 05:51:09PM +0200, Charlene Wendling wrote: > > > On Mon, 22 Jun 2020 10:26:31 +0100 > > > Stuart Henderson wrote: > > > > > > > I haven't

Re: [clang+ld.bfd/all archs] Unbreak misc/osinfo/libosinfo, https HOMEPAGE

2020-06-24 Thread Charlene Wendling
On Wed, 24 Jun 2020 00:51:14 +0200 Antoine Jacoutot wrote: > On Tue, Jun 23, 2020 at 05:51:09PM +0200, Charlene Wendling wrote: > > On Mon, 22 Jun 2020 10:26:31 +0100 > > Stuart Henderson wrote: > > > > > I haven't checked but the libraries are probably really needed at > > > runtime (at least if

Re: [new] audio/liblo

2020-06-24 Thread Laurence Tratt
On Wed, Jun 24, 2020 at 10:16:17PM +0900, Kinichiro Inoguchi wrote: Hello Knichiro, > liblo is an implementation of the Open Sound Control protocol. > I would like to have this since some audio tools require this. Agreed, this would be useful. I had done a version in openbsd-wip [1], but I think

Re: [update] thunderbird & firefox 78 betas/rcs, and a note about enigmail

2020-06-24 Thread Aisha Tammy
On 6/24/20 5:28 AM, Landry Breuil wrote: > Hi, > > just a quick note about upcoming 78 releases for firefox and > thunderbird: > - firefox 78.0 is planned next week, pkgs for rc1 available on my repo > (cf https://packages.rhaalovely.net/README.txt - or the various > 'beta/release branches from

Firefox over ssh

2020-06-24 Thread Ed Ahlsen-Girard
I used to be able to run the browser on one box from another box. No longer, for some time. Is this related to unveil? Is there a way around other than recompiling firefox? -- Edward Ahlsen-Girard Ft Walton Beach, FL

[portgen go] Fix issues with missing dependencies

2020-06-24 Thread Aaron Bieber
Hola, This change addresses a few issues, the most important being missing dependencies. Now we use 'go list -m all' to get a list of "hard" deps (hard meaning we need the actual code [.zip files] to build the package). The list created by 'go mod graph' is now pruned to exclude the list from 'go

[new] audio/liblo

2020-06-24 Thread Kinichiro Inoguchi
liblo is an implementation of the Open Sound Control protocol. I would like to have this since some audio tools require this. Once old version (0.29) was in ports but it appeared to be removed years ago. Can you add this new version (0.31) to ports, again ? In Makefile, I bumped REVSION = 1 and S

Re: [update] thunderbird & firefox 78 betas/rcs, and a note about enigmail

2020-06-24 Thread Landry Breuil
On Wed, Jun 24, 2020 at 06:28:59AM -0400, Aisha Tammy wrote: > On 6/24/20 5:28 AM, Landry Breuil wrote: > > Hi, > > > > I use enigmail and PGP very regularly and have talked to the author of > enigmail. > > One good news is that he was consulted when adding this functionality (and he > was

Improvement to games/yquake2

2020-06-24 Thread Tom Murphy
Hi, Running q2ded in a tty/tmux window, and then if that tty disappears, q2ded begins spinning the CPU taking up sometimes 97% of the CPU. The process is constantly polling for input, but if the tty is marked 'bad' in fstat, the program can't cope. Setting 'busywait' variable to 1 allo

[update] thunderbird & firefox 78 betas/rcs, and a note about enigmail

2020-06-24 Thread Landry Breuil
Hi, just a quick note about upcoming 78 releases for firefox and thunderbird: - firefox 78.0 is planned next week, pkgs for rc1 available on my repo (cf https://packages.rhaalovely.net/README.txt - or the various 'beta/release branches from https://cgit.rhaalovely.net/mozilla-firefox/ if you pre

Re: [New] devel/neovim-qt

2020-06-24 Thread Laurence Tratt
Here's an updated neovim-qt port (there's been a small patch release to 0.2.16.1) incorporating Rafael's changes and restoring HOMEPAGE as requested by Stuart. I think this is probably ready to be committed if everyone is happy with it. Laurie neovim-qt2161.tgz Description: application/tar-gz

[Update] games/gnuchess : Update to 4.2.7

2020-06-24 Thread wen heping
Hi, ports@: Here is a patch for games/gnuchess to update to 4.2.7. It build well on amd64-6.7 system. Only one port depends on games/gnuchess: games/xboard. It build well too. Cheers ! wen Index: Makefile === RCS file: /cv

Re: purritobin-0.1.2 - new package + dependencies

2020-06-24 Thread Aisha Tammy
On 6/22/20 6:56 AM, Stuart Henderson wrote: > On 2020/06/21 21:32, Aisha Tammy wrote: >>> I've added them again with the two from Brian and the uwebsockets >>> updated to 18.3.0 >> >> Another bump. >> Also updated uwebsockets to 18.4.0 > > OK sthen@ if someone wants to import uwebsockets/usockets