Re: [PATCH] Update inputmethods/anthy from 9100 to 0.4

2020-01-17 Thread Bryan Linton
ping. If you use OpenBSD to write any kind of Japanese text, odds are you're using this port. If so, please test and let me know if anything has broken. Thanks. -- Bryan On 2020-01-09 23:34:34, Bryan Linton wrote: > Hello ports@ > > I was attempting to make some changes to inputmethods/anth

Re: No msbuild in mono?

2020-01-17 Thread Thomas Frohwein
[...] > It seems that there is no msbuild executable in it. > > Is this expected? In my opinion it's a big mess that mono deprecated xbuild without supplying a working msbuild with mono. That's probably because of Microsoft at the helm trying to aggressively merge mono with .NET core. I used t

Re: NEW FONTS PORT: jetbrains

2020-01-17 Thread Kurt Mosiejczuk
On Fri, Jan 17, 2020 at 07:45:09AM +0100, Antoine Jacoutot wrote: > > Why putting DISTNAME in such a weird place? > Also I prefer when package names are lowercase. > It's already hard enough to search for package in OpenBSD... > But maybe that's just me... It's not just you. --Kurt

Re: should we port ssh-copy-id ?

2020-01-17 Thread Bryan Steele
On Fri, Jan 17, 2020 at 02:33:09PM +, Stuart Henderson wrote: > On 2020/01/17 14:55, Jan-Piet Mens wrote: > > > Seems reasonable - is there a stable distfile somewhere or does it > > > need mirroring? > > > > I'm aware only of the git repository at [1], in other words, I assume if we > > need

Re: games/dMagnetic: Looove the do-test

2020-01-17 Thread Stuart Henderson
On 2020/01/17 18:44, Thomas Dettbarn wrote: > Would it be a feasible approach to compare the checksums for an OpenBSD > testsuite? > > With those parameters, the output will not be affected by anything written in > the .ini file, but it would already be testing a lot of things necessary to > p

games/dMagnetic: Looove the do-test

2020-01-17 Thread Thomas Dettbarn
Hello. Please, let me say that I lve the do-test: target in the Makefile. Thank you for the effort of actually reading the README and adding something I have not thought of, yet. :) Anyways... may I humbly suggest a little alteration? I do not know how exactly to do this, so I need a littl

aarch64 bulk build report

2020-01-17 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Jan 15 06:52:19 MST 2020 finished at Fri Jan 17 13:25:28 MST 2020 lasted 2D06h33m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #428: Wed Jan 15 03:14:03 MST 2020 built packages:9934 Jan 15:3834 Jan 16:2252 Jan 17:3847 critical pat

Re: UPDATE fonts/ibm-plex to 4.0.2

2020-01-17 Thread Anthony J. Bentley
George Rosamond writes: > +GH_ACCOUNT = IBM > +GH_PROJECT = plex > +GH_TAGNAME = v${V} > + > # SIL OFL 1.1 > PERMIT_PACKAGE = Yes > > -MASTER_SITES = https://github.com/IBM/plex/releases/download/v > $V/ > - > -DISTFILES = OpenType.zip \ > -

firefox-esr on amdgpu breaks pledge

2020-01-17 Thread George Koehler
My firefox-esr-68.4.1 tab crashes whenever a website tries to get a WebGL context. I can reproduce this with a 3-line HTML file. The crash is a pledge violation by DRM_IOCTL_GET_CLIENT in libdrm/amdgpu, so it seems specific to machines with amdgpu. I run the amd64 snapshot package; my dmesg is a

Re: [UPDATE] productivity/mcds to version 1.6

2020-01-17 Thread Timothy Brown
On Fri, Jan 17, 2020 at 03:09:20PM +, Stuart Henderson wrote: > > Adding pledge, especially on something pulling in various libraries, > turns it from a straightforward update to something that needs a lot > more careful review so it's likely to take longer than usual. > Sure thing. Please l

Re: NEW FONTS PORT: jetbrains

2020-01-17 Thread clematis
On Thu, Jan 16, 2020 at 05:26:50PM +0100, Marc Espie wrote: > This font was designed for development, apparently, as part of an IDE, > and they decided to open up the font (Apache 2.0) > > I played with it a bit and it is indeed pleasant. Bonjour Marc, Just quick feedback to say it works just as

Re: [new] geo/pygeoapi (+ www/py-flask-cors)

2020-01-17 Thread Stuart Henderson
On 2020/01/17 15:04, Stuart Henderson wrote: > On 2020/01/14 10:44, Landry Breuil wrote: > > oks? Should i make flask-cors py2 too ? rename pygeoapi to py-geoapi ? > > Too late now but Oh, the PKGNAME is wrong, that needs fixing: $ make show=PKGNAMES pygeoapi-0.6.0 It should have PKGNAME=py-${

Re: New: Haxe - high-level strictly-typed language that can build cross-platform applications

2020-01-17 Thread Aaron Bieber
On Thu, 16 Jan 2020 at 16:14:30 -0700, Thomas Frohwein wrote: > ping > > On Wed, Jan 1, 2020, at 4:37 PM, Thomas Frohwein wrote: > > ping > > > > Attached is a tarball trivially updated to 4.0.5 (last one was 4.0.1). > > Still runs the Hello World example, as well as the upcoming hashlink > > p

Re: [UPDATE] productivity/mcds to version 1.6

2020-01-17 Thread Stuart Henderson
On 2020/01/16 15:55, Timothy Brown wrote: > Hi all, > > I know I submitted version 1.4 not too long ago, terribly sorry > for creating more work. I noticed that diff wasn't applied, so > I'm hoping this update to 1.6 can replace it. > > As with any updates I introduced a couple of bugs, hence the

Re: [new] geo/pygeoapi (+ www/py-flask-cors)

2020-01-17 Thread Stuart Henderson
On 2020/01/14 10:44, Landry Breuil wrote: > oks? Should i make flask-cors py2 too ? rename pygeoapi to py-geoapi ? Too late now but - while there are some others in that format ... audio/pykaraoke audio/pympd devel/pycdc devel/pycharm devel/pyflakes devel/pygame devel/pylint devel/pyrex devel/py

Re: should we port ssh-copy-id ?

2020-01-17 Thread Stuart Henderson
On 2020/01/17 14:55, Jan-Piet Mens wrote: > > Seems reasonable - is there a stable distfile somewhere or does it > > need mirroring? > > I'm aware only of the git repository at [1], in other words, I assume if we > need a .tar.gz it needs mirroring. Is there provision at ports@ to do that > or do

Re: should we port ssh-copy-id ?

2020-01-17 Thread Jan-Piet Mens
Seems reasonable - is there a stable distfile somewhere or does it need mirroring? I'm aware only of the git repository at [1], in other words, I assume if we need a .tar.gz it needs mirroring. Is there provision at ports@ to do that or do I try to create the port to pull a specific git tag fr

[Update] www/p5-CGI-Compile : Update to 0.23

2020-01-17 Thread wen heping
Hi, ports@: Here is a patch for www/p5-CGI-Compile: i) Update to 0.23 ii) Remove the unneeded line of BUILD_DEPENDS ii) Add p5-Switch and p5-Plack as TEST_DEPENDS iv) Add TEST_POD=yes to MAKE_ENV It build well and pass all tests on amd64-current system. One port depends o

Re: should we port ssh-copy-id ?

2020-01-17 Thread Stuart Henderson
On 2020/01/14 09:47, Jan-Piet Mens wrote: > ssh-copy-id [1] is a script to copy one's SSH keys to remote hosts, ensuring > that ~/.ssh and authorized_keys are created with correct permissions. The > script uses ssh(1) to log into a remote machine (using a login password). > > This script is availa

Re: sysutils/fzf: install shell support files

2020-01-17 Thread Edd Barrett
On Fri, Jan 17, 2020 at 03:53:55AM -0700, Aaron Bieber wrote: > > - port-lib-depends-check asked me to remove 'c pthread' so it > > disappears entirely. Right? > > This should remain in place for now. Right. So any OKs for the diff, putting back WANTLIB? -- Best Regards Edd Barrett http://ww

Re: productivity/khard: Fix zsh completion

2020-01-17 Thread Paco Esteban
On Thu, 16 Jan 2020, Matthew Martin wrote: > With this khard tab completes with no fpath changes. Works fine for me. Ok maintainer. -- Paco Esteban. 5818130B8A6DBC03

Re: sysutils/fzf: install shell support files

2020-01-17 Thread Aaron Bieber
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE > On Jan 17, 2020, at 3:42 AM, Edd Barrett wrote: > > Hi, > >> On Thu, Jan 16, 2020 at 06:08:08PM +, Edd Barrett wrote: >> My diff is below. We probably want to merge Aaron's diff with mine. > > Here's that dif

Re: sysutils/fzf: install shell support files

2020-01-17 Thread Edd Barrett
Hi, On Thu, Jan 16, 2020 at 06:08:08PM +, Edd Barrett wrote: > My diff is below. We probably want to merge Aaron's diff with mine. Here's that diff. I also updated to 0.20.0. Notes: - Generated vendor tarball by tarring up the result of 'go mod vendor'. - port-lib-depends-check asked me

Re: devel/ddd after libXt update

2020-01-17 Thread Marc Espie
On Fri, Jan 17, 2020 at 09:50:26AM +0100, Matthieu Herrb wrote: > This looks like the correct fix to me. > I think only C++ cares about this kind of function signature changes. Well, that's one instance where C++ is right to care ! Functions that don't return are pretty special. (it's not even a

Re: NEW FONTS PORT: jetbrains

2020-01-17 Thread Marc Espie
On Fri, Jan 17, 2020 at 07:45:09AM +0100, Antoine Jacoutot wrote: > On Thu, Jan 16, 2020 at 11:24:50PM +0100, Antoine Jacoutot wrote: > > On Thu, Jan 16, 2020 at 05:26:50PM +0100, Marc Espie wrote: > > > This font was designed for development, apparently, as part of an IDE, > > > and they decided t

Re: multimedia/mpv: Fix zsh completion

2020-01-17 Thread Klemens Nanni
On Thu, Jan 16, 2020 at 08:33:18PM -0600, Matthew Martin wrote: > mpv by default installs its zsh completer to site-functions, so just > remove the --zshdir flag. With this change mpv tab completes with no > fpath changes. OK kn

Re: update games/taisei 1.0 -> 1.3.1

2020-01-17 Thread Omar Polo
> [snip] > > Regarding the amdgpu issue, I haven't experienced any of those when > I tested the game, but after building with your diff 2 out of 3 > times the menu won't render at all. I'll do some more testing > tomorrow, given that's a random thing maybe this morning I was just > lucky. Yup, I

Re: devel/ddd after libXt update

2020-01-17 Thread Matthieu Herrb
On Thu, Jan 16, 2020 at 09:35:04PM +0100, Christian Weisgerber wrote: > (ddd is cruft, the latest release dates from 2009, so this isn't > really important.) > > After the libXt 1.2.0 update in xenocara, devel/ddd fails to build: > > ---> > /usr/obj/ddd-3.3.12/ddd-3.3.12/ddd/exit.

Re: Update: textproc/zathura

2020-01-17 Thread Landry Breuil
On Fri, Jan 17, 2020 at 09:03:12AM +0100, Landry Breuil wrote: > On Thu, Jan 16, 2020 at 10:11:27PM -0600, Matthew Martin wrote: > > Builds fine. I don't use it, so I'd appreciate if a user could test it > > still works for them. Requires the girara update just sent. zsh tab > > completion works wi

Re: Update: textproc/zathura

2020-01-17 Thread Landry Breuil
On Thu, Jan 16, 2020 at 10:11:27PM -0600, Matthew Martin wrote: > Builds fine. I don't use it, so I'd appreciate if a user could test it > still works for them. Requires the girara update just sent. zsh tab > completion works without fpath modification. Fwiw, you should remove REVISION, and usuall