problems with python source packages site

2018-04-22 Thread s_graf
It takes a number of minutes for the failure to time out. ===> Returning to build of cmake-3.10.2 ===> cmake-3.10.2 depends on: ninja->=1.5.1 -> ninja-1.8.2 ===> cmake-3.10.2 depends on: py-sphinx->=1.4 - not found ===> Verifying install for py-sphinx->=1.4 in textproc/py-sphinx ===> Chec

RE what is the status of gcc 4.9 for arm7?

2018-04-22 Thread s_graf
Thank you for the update. Just so my orangepi does not get mouldy I am loading it with the latest os, src and ports and will start a build of php7. -Original Message- From: owner-po...@openbsd.org On Behalf Of Peter Hessler Sent: April 21, 2018 11:49 PM To: ports@openbsd.org Subject: R

Re: Fix libtorrent-rasterbar for gcc 4.9 on -rOPENBSD_6_3 (tested on OpenBSD/Loongson)

2018-04-22 Thread manphiz
On 4/22/18 4:39 AM, manp...@gmail.com wrote: On 4/15/18 1:25 PM, manp...@gmail.com wrote: The patch attached fixes building libtorrent-rasterbar on OpenBSD/Loongson for -rOPENBSD_6_3. It added several missing includes, added "-std=gnu++14" to CXXFLAGS as it is now default for newer compiler an

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-22 Thread tfrohwein
> > > http://docs.godotengine.org/en/latest/development/compiling/compiling_for_x11.html > > > says "Python 2.7+ (Python 3 only supported as of SCons 3.0)", our > > > devel/scons is at 2.5.1, so you should set MODPY_VERSION accordingly. > > > > scons does use python2.7 during the build. Would it m

Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-04-22 Thread Klemens Nanni
On Sun, Apr 22, 2018 at 04:04:02PM +0200, Andreas Kusalananda Kähäri wrote: > On Sun, Apr 22, 2018 at 04:03:23PM +0200, Andreas Kusalananda Kähäri wrote: > > This updates sshguard from version 1.5 to 2.1.0. One of the main > > reasons to update to this version is that sshguard now seems to > > cor

UPDATE: textproc/lowdown 0.3.1 to 0.3.2

2018-04-22 Thread Micah Muer
Here is a trivial update to the latest release of textproc/lowdown. Builds and runs for me on amd64 current-. Changelog here https://kristaps.bsd.lv/lowdown/archive.html Thanks! Index: Makefile === RCS file: /cvs/ports/textproc/lowdo

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-22 Thread Klemens Nanni
On Sun, Apr 22, 2018 at 09:29:28AM -0700, tfrohwein wrote: > > Have you asked upstream to provide stable release assets? > > https://github.com/godotengine/godot/issues/18347 > > > I couldn't find an issue or pull request referencing the clang 6 fixes > > in patches/patch-scene_gui_rich_text_labe

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-22 Thread tfrohwein
Thanks for the thorough review! > Have you asked upstream to provide stable release assets? https://github.com/godotengine/godot/issues/18347 > I couldn't find an issue or pull request referencing the clang 6 fixes > in patches/patch-scene_gui_rich_text_label_cpp, current HEAD doesn't > have the

Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-04-22 Thread Andreas Kusalananda Kähäri
On Sun, Apr 22, 2018 at 04:03:23PM +0200, Andreas Kusalananda Kähäri wrote: > > Please find the diffs for an updated port of sshguard attached. Now actually attached, duh. > > This updates sshguard from version 1.5 to 2.1.0. One of the main > reasons to update to this version is that sshguard

UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-04-22 Thread Andreas Kusalananda Kähäri
Please find the diffs for an updated port of sshguard attached. This updates sshguard from version 1.5 to 2.1.0. One of the main reasons to update to this version is that sshguard now seems to correctly parse the OpenBSD sshd logs. One can now also block an entire subnet rather than individual

[UPDATE] emulators/fuse to 1.5.2

2018-04-22 Thread Frederic Cambus
Hi ports@, Here is a diff to update fuse to 1.5.2 and do some WANTLIB fixes: ICE and SM are not required by the gtk flavor, so add them conditionally. Comments? OK? Index: Makefile === RCS file: /cvs/ports/emulators/fuse/Makefile,v

Re: dpb: packages not built, in 'H' state (no NFS, local build)

2018-04-22 Thread Nigel Taylor
On 04/22/18 10:45, Andreas Kusalananda Kähäri wrote: > On Sun, Apr 22, 2018 at 10:01:28AM +0100, Nigel Taylor wrote: >> On 04/22/18 09:35, Andreas Kusalananda Kähäri wrote: >>> Hi, >>> >>> I'm using dpb in combination with proot to build a subset of packages on >>> my local machine. I quite often

Re: Fix libtorrent-rasterbar for gcc 4.9 on -rOPENBSD_6_3 (tested on OpenBSD/Loongson)

2018-04-22 Thread manphiz
On 4/15/18 1:25 PM, manp...@gmail.com wrote: The patch attached fixes building libtorrent-rasterbar on OpenBSD/Loongson for -rOPENBSD_6_3. It added several missing includes, added "-std=gnu++14" to CXXFLAGS as it is now default for newer compiler and the code uses those new features, and anothe

UPDATE net/ocserv

2018-04-22 Thread Björn Ketelaars
ocserv 0.11.12 has been released. This is a bug fix update in the 0.11.x branch. make test runs successfully, and lightly tested on amd64 with openconnect as client. OK? Index: Makefile === RCS file: /cvs/ports/net/ocserv/Makefile,

Re: dpb: packages not built, in 'H' state (no NFS, local build)

2018-04-22 Thread Andreas Kusalananda Kähäri
On Sun, Apr 22, 2018 at 10:01:28AM +0100, Nigel Taylor wrote: > On 04/22/18 09:35, Andreas Kusalananda Kähäri wrote: > > Hi, > > > > I'm using dpb in combination with proot to build a subset of packages on > > my local machine. I quite often have an issue with packages not getting > > built and i

Re: dpb: packages not built, in 'H' state (no NFS, local build)

2018-04-22 Thread Nigel Taylor
On 04/22/18 09:35, Andreas Kusalananda Kähäri wrote: > Hi, > > I'm using dpb in combination with proot to build a subset of packages on > my local machine. I quite often have an issue with packages not getting > built and instead being listed as in the 'H' state. According to the > dpb(1) manual

dpb: packages not built, in 'H' state (no NFS, local build)

2018-04-22 Thread Andreas Kusalananda Kähäri
Hi, I'm using dpb in combination with proot to build a subset of packages on my local machine. I quite often have an issue with packages not getting built and instead being listed as in the 'H' state. According to the dpb(1) manual, this is due to "package still not found due to nfs on this run"

Re: productivity/timewarrior - WIP

2018-04-22 Thread Matthieu Guegan
On Sat, Apr 21, 2018 at 11:58:38PM +0100, Stuart Henderson wrote: +SEPARATE_BUILD = concurrent skip this line. not sure where it was copied it from, but concurrent was removed some time ago (and even when it was used, it was only for multi-flavour ports). FYI it was directly copied from

Re: update multimedia/mlt 6.6.0

2018-04-22 Thread Rafael Sadowski
On Sat Apr 21, 2018 at 12:29:25AM -0500, Matthew Martin wrote: > Update multimedia/mlt to the latest release. Also fixes the build with > clang. I don't use melt, but the tests only have one failure (mentioned > in the Makefile) and it could play a few sample videos. A minor lib bump > is required,