Re: games/pysol run-depends

2020-04-20 Thread Klemens Nanni
On Mon, Apr 20, 2020 at 06:55:16PM +0200, Klemens Nanni wrote: > On Mon, Apr 20, 2020 at 03:25:02PM +0200, Carsten Boysen Jensen wrote: > > When running pysol on 6.6, it throws this error: > > > > Traceback (most recent call last): > > File "/usr/local/bin/pysol", line 28, in > > init() >

leatherman: Drop Python RDEP for cpplint.py, suggest in MESSAGE

2020-04-20 Thread Klemens Nanni
Leatherman is a dependency of facter which is a dependency of puppet. I was surprised to see Python 2 being installed on new puppet nodes; turns out leatherman chips a single script called cpplint.py that is rather big and Python 2 exclusively. Assuming that leatherman is most prominently

games/pysol run-depends

2020-04-20 Thread Carsten Boysen Jensen
Hi, When running pysol on 6.6, it throws this error: Traceback (most recent call last): File "/usr/local/bin/pysol", line 28, in init() File "/usr/local/lib/python3.7/site-packages/pysollib/init.py", line 92, in init from six.moves import tkinter ModuleNotFoundError: No module

Re: Maintainer UPDATE: net/prosody 0.11.5

2020-04-20 Thread Nils Reuße
On 2020-04-18 16:52, Lucas wrote: Lucas wrote: Lucas wrote: Bump. Patch reattached as previous one included a leftover from cvs add for patches/patch-util-src_pposix_c, merged when update for 0.11.4 got commited. I'm still grasping CVS. ^^ -Lucas Weekly bump. -Lucas Bump again -Lucas

portgen: py: Default to python3 FLAVOR if possible

2020-04-20 Thread Klemens Nanni
New ports should not use Python 3. PyPI projects that already list multiple supported Python versions cause portgen(1) to generate a flavored port, but instead of leaving FLAVOR empty it should opt for the highest available version. This makes it use FLAVOR?=python3 instead of FLAVOR?= (empty)

Re: games/pysol run-depends

2020-04-20 Thread Klemens Nanni
On Mon, Apr 20, 2020 at 03:25:02PM +0200, Carsten Boysen Jensen wrote: > When running pysol on 6.6, it throws this error: > > Traceback (most recent call last): > File "/usr/local/bin/pysol", line 28, in > init() > File "/usr/local/lib/python3.7/site-packages/pysollib/init.py", line 92,

Re: net/synapse: update pkg-readme to include relayd example

2020-04-20 Thread Klemens Nanni
On Fri, Apr 17, 2020 at 05:59:49PM +0200, Renaud Allard wrote: > I am by no means a relayd expert, but it looks fine to me. This can be used right ahead, I'd like to see this go in. Thanks Renaud! One thing: you changed the package's content, hence a REVISION bump is required. OK kn for anyone

rust porting question (was: Re: make extract woes (rust))

2020-04-20 Thread f.holop
another day, another rust porting question :} what can i do when the crate name is different from GH_PROJECT? https://github.com/sharkdp/fd/blob/master/Cargo.toml name = "fd-find" repository = "https://github.com/sharkdp/fd; -f --

wiresep: fix getopt(3) endless loop

2020-04-20 Thread Klemens Nanni
On macppc, `wiresep-keygen tun0' would busy-loop forever. OK? I'll send a proper git patch upstream. Index: Makefile === RCS file: /cvs/ports/net/wiresep/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile

Re: make extract woes (rust)

2020-04-20 Thread Stuart Henderson
On 2020/04/20 23:46, f.holop wrote: > Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > > Remove the old MODCARGO_CRATES entries, run "make modcargo-gen-crates" > > and include the newly generated list in the port Makefile. > > should i do something with the duplicates in the list? > >

Re: make extract woes (rust)

2020-04-20 Thread f.holop
Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > Remove the old MODCARGO_CRATES entries, run "make modcargo-gen-crates" > and include the newly generated list in the port Makefile. i did a `make makesum` here... > Then "make modcargo-gen-crates-licenses" and replace the list in the > Makefile

Re: net/synapse: update pkg-readme to include relayd example

2020-04-20 Thread Klemens Nanni
On Tue, Apr 21, 2020 at 12:27:50AM +0200, Klemens Nanni wrote: > On Fri, Apr 17, 2020 at 05:59:49PM +0200, Renaud Allard wrote: > > I am by no means a relayd expert, but it looks fine to me. > This can be used right ahead, I'd like to see this go in. > > Thanks Renaud! One thing: you changed the

Re: make extract woes (rust)

2020-04-20 Thread f.holop
Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > Remove the old MODCARGO_CRATES entries, run "make modcargo-gen-crates" > and include the newly generated list in the port Makefile. should i do something with the duplicates in the list? MODCARGO_CRATES += rand_core 0.3.1

Shared Libraries challenges - FreeRDP 2.0.0

2020-04-20 Thread Steve Williams
Hi, I heard back from cheloha@ and while there is a "Work in Progress" for Posix Timers, it's not in the imminent future.  Rather than trying to debug an ancient version of FreeRDP, I am going to investigate what it would take to implement OpenBSD specific timers in FreeRDP.  There's a lot

Re: New: zsh-syntax-highlighting

2020-04-20 Thread Rafael Sadowski
On Sat Apr 11, 2020 at 08:16:55AM +0200, Rafael Sadowski wrote: > On Fri Apr 10, 2020 at 09:11:25AM -0500, Matthew Martin wrote: > > On Fri, Apr 10, 2020 at 09:13:43AM +0200, Rafael Sadowski wrote: > > > On Thu Apr 09, 2020 at 09:43:36PM -0500, Matthew Martin wrote: > > > > Small port for

remove (useless) audio pledge from firefox's main process

2020-04-20 Thread Landry Breuil
Hi, after having discussed it with ratchov@, i think we can remove the audio pledge from firefox's main process pledge string. it was originally added to support the case of users intentionally disabling sndiod, and getting pledge violations because libsndio would then try to do direct ioctls

Re: make extract woes (rust)

2020-04-20 Thread Stuart Henderson
On 2020/04/20 10:37, f.holop wrote: > Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > > It's trying to continue fetching (ftp -C) but the range request is > > rejected because it's trying to fetch starting at the end of the file. > > You'll see the same if you try to fetch it twice manually

Re: make extract woes (rust)

2020-04-20 Thread f.holop
Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > It's trying to continue fetching (ftp -C) but the range request is > rejected because it's trying to fetch starting at the end of the file. > You'll see the same if you try to fetch it twice manually with ftp -C. > I guess it didn't get renamed

Re: make extract woes (rust)

2020-04-20 Thread Sebastien Marie
On Mon, Apr 20, 2020 at 10:37:43AM +0200, f.holop wrote: > > thank you. is there documentation that i have missed, or is everyone > simply expected to read the Makefile sources? it is documented in port-modules(5). > would be an idea to lower the barrier to entry by creating a couple of >

UPDATE: libssh

2020-04-20 Thread Jasper Lievisse Adriaanse
Hi, This diff updates libssh to the latest version which among a few other changes includes a fix for CVE-2020-1730: https://www.libssh.org/security/advisories/CVE-2020-1730.txt OK? -- jasper Index: Makefile === RCS file:

Re: UPDATE: py-django

2020-04-20 Thread f.holop
Jasper Lievisse Adriaanse - Mon, 20 April 2020 at 09:18:23 > Hi, > > Without a maintainer it seems our django ports were lagging behind a bit. > Here's > an update to the latest versions of the branches we were tracking. > Both of them contain a number of security fixes. > > As the 1.11 LTS

Re: make extract woes (rust)

2020-04-20 Thread f.holop
Stuart Henderson - Mon, 20 April 2020 at 09:45:19 > So for some reason this file was fetched completely (this is the > normal name used when fetching until it's known that the file was > fetched) but wasn't renamed, and the left-over file is getting in the > way. my first build was indeed

Re: github mirror

2020-04-20 Thread Stefan Sperling
On Mon, Apr 20, 2020 at 06:58:26AM +0200, Sebastien Marie wrote: > just to point that this syntax isn't compatible with got. > > got [...] gives no special significance to the location of path > component separators, “/”, in a pattern. > > so as it, it means it doesn't match

Re: UPDATE: libssh

2020-04-20 Thread Klemens Nanni
On Mon, Apr 20, 2020 at 09:07:32AM +0200, Jasper Lievisse Adriaanse wrote: > This diff updates libssh to the latest version which among a few other changes > includes a fix for CVE-2020-1730: > https://www.libssh.org/security/advisories/CVE-2020-1730.txt OK kn

Re: [UPDATE] dovecot-fts-xapian to 1.3

2020-04-20 Thread Tom Wong-Cornall
On Sun, Apr 12 '20 at 17.33 NZST, Tom Wong-Cornall wrote: > Diff below updates dovecot-fts-xapian to 1.3. > > Author likes to drop the .0 on a new minor version; does the port system > care about that, or should I add the third digit back in to PKGNAME? > > Changes: > - There is a new

Re: [UPDATE] games/ezquake 3.2

2020-04-20 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > Attached is a diff to update ezquake to v3.2 which was released today > the 19th of April 2020. > > I had to change the Makefile to use the github tag since no release > tarball was available. > > Builds and runs on my machine (amd64) and I played both

sparc64 bulk build report

2020-04-20 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Fri Apr 17 12:33:04 MDT 2020 Finished: Mon Apr 20 03:52:24 MDT 2020 Duration: 2 Days 15 hours 19 minutes Built using OpenBSD 6.7-beta (GENERIC.MP) #283: Thu Apr 16 19:32:42 MDT 2020 Built 9806 packages Number of packages built each day: Apr

Re: The great find(1) cleanup

2020-04-20 Thread f.holop
Christian Weisgerber - Thu, 19 March 2020 at 22:38:30 > Make use of "find -exec {} +" (which is POSIX) and "find -delete" > (which is not) throughout the ports Makefiles. > > Specifically: > > * Replace find|xargs with find -exec {} + > find|xargs is an outdated construct. The -exec {} +

Re: UPDATE: math/octave

2020-04-20 Thread Steven Mestdagh
Stuart Henderson [2020-04-19, 22:24:32]: > On 2020/04/19 22:04, Stuart Henderson wrote: > > On 2020/04/18 14:38, Steven Mestdagh wrote: > > > update octave, and reinstate wantlib that was somehow removed earlier. > > > tested lightly on amd64, test suite shows no regression compared to > > >

Re: make extract woes (rust)

2020-04-20 Thread Marc Espie
On Mon, Apr 20, 2020 at 10:56:34AM +0200, f.holop wrote: > Stuart Henderson - Mon, 20 April 2020 at 09:45:19 > > So for some reason this file was fetched completely (this is the > > normal name used when fetching until it's known that the file was > > fetched) but wasn't renamed, and the left-over

Re: make update-patches woes (go lang)

2020-04-20 Thread Marc Espie
On Sun, Apr 19, 2020 at 10:06:34PM +0100, Stuart Henderson wrote: > On 2020/04/19 19:54, f.holop wrote: > > hello, > > > > i don't have experience with go ports and i cannot seem to have > > `make update-patches` work on this go project: > > It is not ideal at present. The directory layout isn't

Re: UPDATE: math/octave

2020-04-20 Thread Paul Irofti
On Mon, Apr 20, 2020 at 01:45:38PM +0200, Steven Mestdagh wrote: > Stuart Henderson [2020-04-19, 22:24:32]: > > On 2020/04/19 22:04, Stuart Henderson wrote: > > > On 2020/04/18 14:38, Steven Mestdagh wrote: > > > > update octave, and reinstate wantlib that was somehow removed earlier. > > > >

Re: make update-patches woes (go lang)

2020-04-20 Thread Aaron Bieber
On Mon, 20 Apr 2020 at 13:43:57 +0200, Marc Espie wrote: > On Sun, Apr 19, 2020 at 10:06:34PM +0100, Stuart Henderson wrote: > > On 2020/04/19 19:54, f.holop wrote: > > > hello, > > > > > > i don't have experience with go ports and i cannot seem to have > > > `make update-patches` work on this go

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/04/20 14:51:51 Modified files: games/pysol: Makefile games/pysol/pkg: PLIST Log message: Add missing py3-six RUN_DEPENDS Reported by Carsten Boysen Jensen, thanks!

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/04/20 14:45:12 Modified files: net/wiresep: Makefile Added files: net/wiresep/patches: patch-master_c patch-wiresep-keygen_c Log message: getopt(3) returns int not char Fix endless loop

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/04/20 15:37:40 Modified files: net/gnugk/patches: patch-configure Log message: Merge fix from upstream to really disable MQTT.

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/04/20 09:31:48 Modified files: mail/kopano/core: Makefile Log message: add missing run dependency for py-tzlocal

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2020/04/20 09:34:34 Modified files: misc/p5-OPCUA-Open62541: Makefile distinfo Log message: update p5-OPCUA-Open62541 to 0.010

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2020/04/20 01:25:30 Modified files: devel/py-yamllint: Makefile distinfo Log message: update yamllint to 1.23.0.

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/04/20 02:35:41 Modified files: x11/vlc: Makefile x11/vlc/patches: patch-modules_access_http_Makefile_am x11/vlc/pkg: PLIST-main Log message: vlc: fix https plugin, the

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/04/20 01:30:21 Modified files: devel/re2c : Makefile Added files: devel/re2c/patches: patch-src_parse_scanner_cc Log message: Fix crash with very long lexemes; from upstream

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/04/20 01:59:43 Modified files: sysutils/packer-vmm: Makefile distinfo Log message: packer-builder-openbsd-vmm 1.0.0 relased

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/04/20 02:19:50 Modified files: sysutils/packer-vmm: Makefile Log message: Correct PKGNAME

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/04/20 03:10:39 Modified files: net/wireguard-go: Makefile Log message: wireguard-go: set ONLY_FOR_ARCHS amd64 arm64, it uses an EPROTO constant which is only defined in zerrors_openbsd_amd64 and

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/04/20 00:08:33 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-cmake_FindQCA_cmake geo/qgis/pkg : PLIST Log message: Update to qgis 3.12.2

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/04/20 00:31:05 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: update to file-roller-3.32.5

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2020/04/20 00:13:11 Modified files: mail/opensmtpd-extras: Makefile distinfo Log message: update to 6.7.1 fixes a disconnection problem when using MySQL backend remove Python run dependency (fix

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/04/20 04:15:56 Modified files: inputmethods/ibus-skk: Makefile distinfo inputmethods/ibus-skk/pkg: PLIST Log message: Update to ibus-skk-1.4.3. ok sthen@ robert@ jasper@

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/04/20 04:15:36 Modified files: inputmethods/ibus-anthy: Makefile distinfo inputmethods/ibus-anthy/pkg: PLIST Log message: Update to ibus-anthy-1.5.11. ok sthen@ robert@ jasper@

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/04/20 04:15:17 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/patches: patch-client_gtk2_ibusimcontext_c inputmethods/ibus/pkg: PLIST Added files:

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/04/20 05:28:34 Modified files: security/libssh: Makefile distinfo Removed files: security/libssh/patches: patch-include_libssh_priv_h Log message: update to libssh-0.9.4 which addresses

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/04/20 05:49:57 Modified files: infrastructure/mk: bsd.port.mk Log message: dist cleaning should match make fetch, namely also remove any left-over .part files as noticed by f.holop...

CVS: cvs.openbsd.org: ports

2020-04-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/04/20 08:38:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register libssh CVE quirk