Re: [update] audio/lmms enable ZynAddSubFX

2020-06-27 Thread Kinichiro Inoguchi
On Sat, Jun 27, 2020 at 04:55:47PM +0100, Stuart Henderson wrote: > On 2020/06/27 15:37, Kinichiro Inoguchi wrote: > > Currently, lmms is disabling the ZynAddSubFX plugin. > > This diff enables it. > > > > - remove patches/patch-plugins_CMakeLists_txt to build zynaddsubfx > > - add required librar

incomplete port for horst (802.11 monitor mode analysis tool)

2020-06-27 Thread Stuart Henderson
I've added a dirty port of horst to openbsd-wip (https://github.com/jasperla/openbsd-wip/tree/master/net/horst). : horst is a small, lightweight IEEE802.11 WLAN analyzer with a text : interface. Its basic function is similar to tcpdump, Wireshark : or Kismet, but it's much smaller and shows differ

Re: update flask to 1.1.2

2020-06-27 Thread Kurt Mosiejczuk
On Sat, Jun 27, 2020 at 09:40:44AM -0400, Aisha Tammy wrote: > > I usually try to at least runs through the TEST_DEPENDS consumers and > > check before and after "make test" results. > Is there a fast way of getting this list? > I've only got the basics of make regress for a port and how to do it

Re: gobject-introspection: can't resolve dependencies

2020-06-27 Thread deserter666
On Fri, June 26, 2020 4:29 pm, Stuart Henderson wrote: > > You have some mixture of /usr/ports and /usr/portsdir which might be > confusing things. I sugggest just using /usr/ports (as a real directory not > a symlink). > The error lies with this, the fact is I have different partitions for repo an

Re: [new] devel/olm 3.1.5

2020-06-27 Thread Andrea Fleckenstein
Aaron Bieber writes: > Hi, > > Here is a port of OLM ( https://gitlab.matrix.org/matrix-org/olm ), the > Double Ratchet lib used by Matrix. This builds for me on amd64 -current Cheers, Andrea > This is needed by various Matrix clients to support end to end > encryption. > > An upcoming update

Re: update flask to 1.1.2

2020-06-27 Thread Aisha Tammy
On 6/27/20 3:12 AM, Kurt Mosiejczuk wrote: > On Fri, Jun 26, 2020 at 07:37:53AM -0400, Aisha Tammy wrote: >> I've update flask to 1.1.2 latest >> Haven't done a lot of testing but it seems to be working >> fine with another small script I am using. > >> Would be nice to see it updated. > >> Also

update games/godot to 3.2.2 (was Re: update games/godot to 3.2.1)

2020-06-27 Thread Omar Polo
In the meantime godot 3.2.2 was released[0]. It's a maintenance release and, while most of the features/bugfix doesn't seem to affect this port (we have c# disabled, and I don't think building games for ios/android works on OpenBSD), there is the introduction of 2D batching for GLES2 which seems

[UPDATE] net/gpodder-3.10.13 -> 3.10.16

2020-06-27 Thread trondd
Update to latest gPodder. I've been runnign 3.10.15 on amd64 for a few weeks and 3.10.16 for a few days. New features #685 add menu items to trigger podcast/episode search #804 add EQL functions to match text in title and/or description ((S("case sensitive")), (s("case insentitive")), (R

[UPDATE] textproc/py-podcastparser-0.6.4 -> 0.6.5

2020-06-27 Thread trondd
Update the the lastest py-podcastparser and flip it to Python 3. The only consumer is net/gpodder which is Python 3. Been running this with the newer gPodder on amd64 several weeks. Tim. Index: Makefile === RCS file: /cvs/ports/te

Re: [update] audio/lmms enable ZynAddSubFX

2020-06-27 Thread Stuart Henderson
On 2020/06/27 15:37, Kinichiro Inoguchi wrote: > Currently, lmms is disabling the ZynAddSubFX plugin. > This diff enables it. > > - remove patches/patch-plugins_CMakeLists_txt to build zynaddsubfx > - add required libraries to WANTLIB and LIB_DEPENDS > - bump up REVISION to 1 > > In this diff,

Re: add OpenMP to ports-gcc

2020-06-27 Thread j
Hi all, Here is the updated patch, with these features: - added OpenMP libraries etc from the build to the packages - added info file for OpenMP - updated packing-list (@so @static-lib) - bumped REVISION The list of ports that may need patches for OpenMP is - graphics/libraw - audio/libso

Re: update pango to 1.45.3 with backported patch

2020-06-27 Thread Matthieu Herrb
On Sat, Jun 27, 2020 at 04:14:35PM +0200, Christopher Zimmermann wrote: > Hi, > > I'm trying to fix monospace bitmap font support for gvim (gtk-2 flavor), > which has been broken since pango 1.44. > It requires several changes: > > 1. fix metrics rounding in vim https://github.com/vim/vim/pull/61

update pango to 1.45.3 with backported patch

2020-06-27 Thread Christopher Zimmermann
Hi, I'm trying to fix monospace bitmap font support for gvim (gtk-2 flavor), which has been broken since pango 1.44. It requires several changes: 1. fix metrics rounding in vim https://github.com/vim/vim/pull/6168, already included in our vim port. 2. fix fonttosfnt in our xenocara or rely

Re: Improvement to games/yquake2

2020-06-27 Thread Adam Wolk
I iterated over your diff like we discussed on #openbsd-gaming. Added dedicated 1 (good suggestion) and introduced daemon_flags. Those two changes combined with the +gamedir flag you discovered allows us to drop rc_start completely. I'm currently looking for an OK to commit this :) Regards, Adam

Re: [uppdate] xapian to 1.4.16

2020-06-27 Thread Lucas Raab
On Thu, Jun 11, 2020 at 10:10:39AM -0400, Andrea Fleckenstein wrote: > Lucas Raab writes: > > > Hello, > > > > Below is a diff to update xapian to 1.4.16. In my testing, neomutt and > > omega continue to work as expected. Anyone else want to give it a > > whirl? > > xapian-core, -bindings, and -

aarch64 bulk build report

2020-06-27 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Jun 24 13:43:21 MDT 2020 finished at Sat Jun 27 06:21:45 MDT 2020 lasted 2D16h38m done with kern.version=OpenBSD 6.7-current (GENERIC.MP) #682: Wed Jun 24 01:27:25 MDT 2020 built packages:10794 Jun 24:3502 Jun 25:891 Jun 26:3006 Jun 27:3394

Re: update flask to 1.1.2

2020-06-27 Thread Kurt Mosiejczuk
On Fri, Jun 26, 2020 at 07:37:53AM -0400, Aisha Tammy wrote: > I've update flask to 1.1.2 latest > Haven't done a lot of testing but it seems to be working > fine with another small script I am using. > Would be nice to see it updated. > Also, there was no maintainer. I haven't added myself > be