sparc64 bulk build report

2021-09-21 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Sep 18 15:16:09 MDT 2021 Finished: Tue Sep 21 18:31:48 MDT 2021 Duration: 3 Days 3 hours 16 minutes Built using OpenBSD 7.0-beta (GENERIC.MP) #970: Sat Sep 11 23:30:13 MDT 2021 Built 9469 packages Number of packages built each day: Sep 18

security/hydra : fix hydra-wizard.sh script

2021-09-21 Thread Solene Rapenne
hydra provides a wizard shell script asking questions to give you the command for what you want to do. However it's not working with our /bin/sh (I suppose it supposed /bin/sh is bash). sthen@ gave me a sed command to fix the read (sh builtin) calls into something compatible with sh. ok ? Index:

productivity/gtg is missing rundep gtk3

2021-09-21 Thread Solene Rapenne
gtg can't run if gtk+3 is not installed, there is a python3 error about some missing Gdk library. I forgot to save the error message. Following diff installs gtk+3 for runtime and solves the issue. Index: Makefile === RCS file: /home

[sec-update] net/gomuks to v0.2.4

2021-09-21 Thread Aaron Bieber
Hi! Here is an update to net/gomuks that, among other things, removes logging of sensitive data. Full changelog here: https://github.com/tulir/gomuks/releases/tag/v0.2.4 OK? Cheers, Aaron diff e66d1a024427328c29b6c8335e8e7aa939c89925 /usr/ports blob - 1dc5e566faa15e93d21451f391bc190b6a94360e f

UPDATE: net/nextcloudclient-3.3.4

2021-09-21 Thread Adriano Barbosa
Hi. Update for net/nextcloudclient v3.3.4. Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.3.4 Thank you for testing. -- Adriano Barbosa Index: Makefile === RCS file: /cvs/ports/net/nextcloudclient/Makefile,v retrievi

aarch64 bulk build report

2021-09-21 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun Sep 19 00:48:14 MDT 2021 finished at Tue Sep 21 12:37:58 MDT 2021 lasted 2D11h49m done with kern.version=OpenBSD 7.0 (GENERIC.MP) #1321: Fri Sep 17 16:29:45 MDT 2021 built packages:11107 Sep 19:4103 Sep 20:2155 Sep 21:4848 critical path miss

comms/wammu is missing rundep devel/py-six

2021-09-21 Thread Solene Rapenne
wammu is missing a dep on devel/py-six python2 flavor on start Traceback (most recent call last): File "/usr/local/bin/wammu", line 47, in import Wammu.Locales File "/usr/local/lib/python2.7/site-packages/Wammu/Locales.py", line 31, in import six ImportError: No module named six fo

sysutils/gource missing a rundep on git

2021-09-21 Thread Solene Rapenne
gource package doesn't have a run depend on git which make it fail on use. $ gource sh: git: not found sh: git: not found gource: failed to generate log file Try 'gource --help' for more information. following diff make gource working out of the box Index: Makefile ==

benchmarks/netperf-wrapper,-gui has runtime issues

2021-09-21 Thread Solene Rapenne
flent-gui (benchmarks/netperf-wrapper,-gui) is missing flent as a runtime dependency making this issue: Traceback (most recent call last): File "/usr/local/bin/flent-gui", line 33, in sys.exit(load_entry_point('flent==2.0.0', 'gui_scripts', 'flent-gui')()) File "/usr/local/bin/flent-gui",

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stuart Henderson
On 2021/09/21 08:30, Ian Darwin wrote: > On Tue, Sep 21, 2021 at 01:21:18PM +0100, Stuart Henderson wrote: > > On 2021/09/21 14:12, Stefan Sperling wrote: > > > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > > > gource package doesn't have a run depend on git which > > > > make

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Ian Darwin
On Tue, Sep 21, 2021 at 01:21:18PM +0100, Stuart Henderson wrote: > On 2021/09/21 14:12, Stefan Sperling wrote: > > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > > gource package doesn't have a run depend on git which > > > make it fail on use. > > > > > > $ gource > > > sh:

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stuart Henderson
On 2021/09/21 14:12, Stefan Sperling wrote: > On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > > gource package doesn't have a run depend on git which > > make it fail on use. > > > > $ gource > > sh: git: not found > > sh: git: not found > > gource: failed to generate log file >

Re: benchmarks/netperf-wrapper,-gui has runtime issues

2021-09-21 Thread Stuart Henderson
On 2021/09/21 14:02, Solene Rapenne wrote: > flent-gui (benchmarks/netperf-wrapper,-gui) is missing flent as a > runtime dependency making this issue: > > Traceback (most recent call last): > File "/usr/local/bin/flent-gui", line 33, in > sys.exit(load_entry_point('flent==2.0.0', 'gui_scrip

Re: sysutils/gource missing a rundep on git

2021-09-21 Thread Stefan Sperling
On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote: > gource package doesn't have a run depend on git which > make it fail on use. > > $ gource > sh: git: not found > sh: git: not found > gource: failed to generate log file > Try 'gource --help' for more information. > > following dif

Re: net/onionshare-gui broken and net/onionshare maybe broken

2021-09-21 Thread Stuart Henderson
On 2021/09/21 00:06, Theo Buehler wrote: > On Mon, Sep 20, 2021 at 10:01:48PM +0100, Stuart Henderson wrote: > > On 2021/09/20 22:33, Solene Rapenne wrote: > > > Upon start, onionshare-gui crashes with the following message. > > > I suppose it's totally broken in its current state. > > > > > > I'm