Re: UPDATE: devel/boost

2020-07-25 Thread Rafael Sadowski
On Sat Jul 25, 2020 at 01:55:27PM +0100, Stuart Henderson wrote: > On 2020/07/25 09:16, Rafael Sadowski wrote: > > +WANTLIB += ${COMPILER_LIBCXX} boost_python${MODPY_VERSION:C/\.//g}-mt m > > Oh yeuch. Seems like a candidate for a boost.port.mk with a > ${MODBOOST_PYLIB} or something? > The exac

[Update] lang/python/3.8 : Update to 3.8.5

2020-07-25 Thread wen heping
Hi, ports@: Here is a patch to update lang/python/3.8 to 3.8.5, it include at least 4 security fix: https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog It build well and run well on amd64-current system. Cheers ! wen Index: Makefile ==

Re: Convert devel/py-algorithm-munkres to new python3-only style

2020-07-25 Thread Kurt Mosiejczuk
On Sun, Jul 26, 2020 at 12:14:40AM +0200, Klemens Nanni wrote: > On Sat, Jul 25, 2020 at 06:03:25PM -0400, Kurt Mosiejczuk wrote: > > Move py-algorithm-munkres to the new style for python3-only ports > > Also update its only consumer, audio/beets to have MODPY_FLAVOR for > > that dependency. > You

Re: salt-3001p4 from -current w/ salt.modules.vmctl runs with error on disk image creation

2020-07-25 Thread Martin
salt-3001p5 port patches: patch-salt_modules_vmctl_py --- salt/modules/vmctl.py.orig Wed Jun 17 21:05:55 2020 +++ salt/modules/vmctl.py Sat Jul 25 20:24:23 2020 @@ -64,7 +64,7 @@ salt '*' vmctl.create_disk /path/to/disk.img size=10G """ ret = False -cmd = "vmctl crea

Re: NEW: x11/ntk

2020-07-25 Thread Dimitri Karamazov
https://marc.info/?l=openbsd-ports&m=159386262524842&w=2 On Sun, July 5, 2020 15:51, deserter...@danwin1210.me wrote: > On Sat, July 4, 2020 2:47 pm, Stuart Henderson wrote: > >> >> so that is a better description than "custom LGPLv2" :) >> > Hey, > > > Now the shared library version control is mo

NEW: audio/zynaddsubfx

2020-07-25 Thread Dimitri Karamazov
ZynAddSubFX ZynAddSubFX is a fully featured musical software synthesizer for Linux, MacOS, BSD, and Windows. ZynAddSubFX exposes a wide array of synthesis parameters to make it flexible tool for sound design and a fun experience for playing instruments. Features * Polyphonic with supp

Re: Convert devel/py-algorithm-munkres to new python3-only style

2020-07-25 Thread Klemens Nanni
On Sat, Jul 25, 2020 at 06:03:25PM -0400, Kurt Mosiejczuk wrote: > Move py-algorithm-munkres to the new style for python3-only ports > > Also update its only consumer, audio/beets to have MODPY_FLAVOR for > that dependency. You'll want to add the flavour to devel/Makefile as well, then OK kn. AFA

Convert devel/py-algorithm-munkres to new python3-only style

2020-07-25 Thread Kurt Mosiejczuk
Move py-algorithm-munkres to the new style for python3-only ports Also update its only consumer, audio/beets to have MODPY_FLAVOR for that dependency. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/py-algorithm-munkres/M

Maintainer Update: textproc/py-humanize 1.0.0 -> 2.5.0

2020-07-25 Thread Kurt Mosiejczuk
Update py-humanize to 2.5.0. It drops python2 support, but the only consumer is tootstream which is python3. All tests pass on amd64 and tootstream, the only consumer, still functions properly. ok? --Kurt Index: Makefile === RCS fi

[sparc64/base-gcc] Fix build of x11/libgdiplus

2020-07-25 Thread Kurt Mosiejczuk
libgdiplus fails to compile with base-gcc. There are a bunch of warnings talking about C99 inline functions, but adding -std=gnu99 to CFLAGS does *not* fix the build. Moving to ports-gcc does though. This fixes the build for sparc64 (and presumably other base-gcc architectures) ok? (cc maintainer

Maintainer update: archivers/py-rarfile 3.1 -> 3.2

2020-07-25 Thread Kurt Mosiejczuk
This updates archivers/py-rarfile to 3.2. Drop the python2 flavor while we are at it (the only consumers, audio/beets is python3-only). The only consumer is audio/beets and tests pass the same as before this update. ok? --Kurt Index: Makefile

Maintainer Update: games/py-minecraft-launcher-lib 1.0 -> 2.1

2020-07-25 Thread Kurt Mosiejczuk
This has undergone a bit of development since I imported it a short while ago. It has sprouted the ability to set or clear a custom Minecraft skin and the (purely theoretical) ability to work with Minecraft Forge. ok? --Kurt Index: Makefile ===

Re: NEW: audio/zynaddsubfx

2020-07-25 Thread Stuart Henderson
On 2020/07/25 18:30, Dimitri Karamazov wrote: > Any comments? V= 3.0.5 DISTNAME= zynaddsubfx-${V} V isn't used elsewhere -> DISTNAME= zynaddsubfx-3.0.5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zynaddsubfx/3.0.5/} version not needed here -> MASTER_SITES= ${MASTER

Re: UPDATE devel/py-prompt_toolkit-3.0.5

2020-07-25 Thread Kurt Mosiejczuk
On Tue, Jul 14, 2020 at 06:50:48PM +0200, Bjorn Ketelaars wrote: > Diff below brings py-prompt_toolkit to the latest release (3.0.5), which > is needed for updating ipython. Changes: > https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG. > While here, take MAINTAINER. > T

[sparc64/ld.bfd] Fix build for graphics/mscgen

2020-07-25 Thread Kurt Mosiejczuk
The following fixes the build of graphics/mscgen for sparc64 and presumably other ld.bfd architectures. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/graphics/mscgen/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --

Re: [sparc64/base-hcc] Fix build of devel/glade

2020-07-25 Thread Kurt Mosiejczuk
On Fri, Jun 26, 2020 at 08:54:50PM -0400, Kurt Mosiejczuk wrote: > Another C99 port. Needs the following to compile on sparc64 and other > base-gcc arches. > ok? ping? > --Kurt Index: Makefile === RCS file: /cvs/ports/devel/glade/M

Re: Update slrn to 1.0.3

2020-07-25 Thread Stuart Henderson
On 2020/07/25 13:13, Matthias Schmidt wrote: > I updated slrn to Version 1.0.3 which is a bugfix update. Building, > running and posting tested on amd64. I made the following changes to > the Makefile: > > - Add WRKDIST since the tarball is called slrn-1.0.3a but unzips as > slrn-1.0.3 (withou

M. UPDATE: print/lyx 2.3.4.2 to 2.3.5.2

2020-07-25 Thread Elias M . Mariani
Changelog: https://www.lyx.org/announce/2_3_5_2.txt I don't see anything of impact. Adding PORTROACH so It doesn't inform about version "2.3.x". Tested on amd64. OKs? Cheers. Elias Mariani@ Index: Makefile === RCS file: /cvs/port

Re: [uppdate] xapian to 1.4.16

2020-07-25 Thread Lucas Raab
On Sat, Jun 27, 2020 at 08:00:12AM -0500, Lucas Raab wrote: > 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. A

XFCE and XDG_CURRENT_DESKTOP

2020-07-25 Thread Laurence Tratt
Under XFCE, at least a couple of programs don't display file open dialogue boxes correct. For example, if I load "shotcut" and press "Ctrl-O", I get a blank window instead of a file chooser, and the whole program becomes stuck. kdenlive also has the same problem. The problem seems to be related to

Re: UPDATE: devel/boost

2020-07-25 Thread Stuart Henderson
On 2020/07/25 09:16, Rafael Sadowski wrote: > +WANTLIB += ${COMPILER_LIBCXX} boost_python${MODPY_VERSION:C/\.//g}-mt m Oh yeuch. Seems like a candidate for a boost.port.mk with a ${MODBOOST_PYLIB} or something?

Re: salt-3001p4 from -current w/ salt.modules.vmctl runs with error on disk image creation

2020-07-25 Thread Martin
I use python-3.8.3p0 from -current ports to run salt if it was matter. Martin ‐‐‐ Original Message ‐‐‐ On Saturday, July 25, 2020 8:14 AM, Martin wrote: > I'm very new in saltstack and first time I run it beginning from version 3001 > from -current port. > > When I try to create a disk

salt-3001p4 from -current w/ salt.modules.vmctl runs with error on disk image creation

2020-07-25 Thread Martin
I'm very new in saltstack and first time I run it beginning from version 3001 from -current port. When I try to create a disk image as officially documented here: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.vmctl.html # salt '*' vmctl.create_disk /home/vmm/disk.img size=10G

Re: bsd.port.mk: produce build.log

2020-07-25 Thread Landry Breuil
On Sat, Jul 25, 2020 at 12:22:53PM +0100, Stuart Henderson wrote: > On 2020/07/25 01:07, Klemens Nanni wrote: > > On Mon, Jul 20, 2020 at 08:35:19AM +0200, Landry Breuil wrote: > > > Definitely seconded. Having that feature by default without having knobs > > > to push (or remembering another exter

Re: bsd.port.mk: produce build.log

2020-07-25 Thread Stuart Henderson
On 2020/07/25 01:07, Klemens Nanni wrote: > On Mon, Jul 20, 2020 at 08:35:19AM +0200, Landry Breuil wrote: > > Definitely seconded. Having that feature by default without having knobs > > to push (or remembering another external obscure command) would be > > helpful... the only concern being objdir

Update slrn to 1.0.3

2020-07-25 Thread Matthias Schmidt
Hi, I updated slrn to Version 1.0.3 which is a bugfix update. Building, running and posting tested on amd64. I made the following changes to the Makefile: - Add WRKDIST since the tarball is called slrn-1.0.3a but unzips as slrn-1.0.3 (without the 'a'). Hope I got this right. - Add EXTRACT_SU

Re: salt-3001p4 from -current w/ salt.modules.vmctl runs with error on disk image creation

2020-07-25 Thread Theo Buehler
On Sat, Jul 25, 2020 at 08:43:55AM +, Martin wrote: > I use python-3.8.3p0 from -current ports to run salt if it was matter. > > Martin > > ‐‐‐ Original Message ‐‐‐ > On Saturday, July 25, 2020 8:14 AM, Martin wrote: > > > I'm very new in saltstack and first time I run it beginning

UPDATE: devel/boost

2020-07-25 Thread Rafael Sadowski
Please find below a git diff to update boost from 1.66.0 to 1.67.0 (Not to the latest). The diff also includes patches to unbreak all consumers. The most annoying and biggest part contains the renamed boost_python,boost_python3 to boost_numpy27,boost_python38. Since this is off the table, the next