Building something that needs Qt5Widgets

2017-01-03 Thread Jordon
I was feeling a little adventurous so I tried to build obs-studio in openbsd. First, I need cmake so I installed it from packages. In running cmake, it choked on the c++11 flags, so i did an ‘export CXX=clang++’, (i have the clang package installed) and that fixed that. After a little while, cmake

textproc/the_silver_searcher: fix heap buffer overflow

2017-01-03 Thread Theo Buehler
There is an annoying non-deterministic crash present since at least 0.32 that occurs when ag is given an absolute path as root of the tree to search: $ for f in $(jot 10); do ag pledge /usr/src/bin/pax >/dev/null; done Segmentation fault (core dumped) Segmentation fault (core dumped) Segmentation

new net/p5-Net-Flow

2017-01-03 Thread Alexander Bluhm
Hi, ok to import net/p5-Net-Flow? Comment: decode and encode NetFlow/IPFIX datagrams Description: The Flow module provides the decoding function for NetFlow version 5,9 and IPFIX, and the encoding function for NetFlow version 9 and IPFIX. bluhm p5-Net-Flow.tgz Description: application/tar-gz

Re: New port comms/cwstudio

2017-01-03 Thread Stuart Henderson
On 2017/01/03 16:37, Lukasz Komsta wrote: > Dear All, > > This is my first attempt to create an OpenBSD port. > > I am the author of CWStudio. The newly released 0.9.5 version is fully > functional under OpenBSD (with simply configure and make on source), > carefully tested, and needs only ncurse

New port comms/cwstudio

2017-01-03 Thread Lukasz Komsta
Dear All, This is my first attempt to create an OpenBSD port. I am the author of CWStudio. The newly released 0.9.5 version is fully functional under OpenBSD (with simply configure and make on source), carefully tested, and needs only ncurses and wxwidgets. Therefore this is a simple port without

Re: NEW: games/chessx

2017-01-03 Thread Martin Ziemer
On Mon, Dec 26, 2016 at 05:30:50PM +0300, Vadim Zhukov wrote: > ChessX is an Open Source chess database. With ChessX you can operate > on your collection of chess games in many ways: browse, edit, add, > organize, analyze, etc. > > Sending on behalf of actual maintainer (well, I've put my hands in

UPDATE: textproc/py-feedparser

2017-01-03 Thread Ingo Feinerer
Hi, update textproc/py-feedparser 5.1.3 -> 5.2.1 and add a python3 flavor at the same time. 'make test' still passes. OK? Best regards, Ingo Index: Makefile === RCS file: /cvs/ports/textproc/py-feedparser/Makefile,v retrieving rev

[new] amazon-ssm-agent

2017-01-03 Thread Antoine Jacoutot
Hi. Find attached a port of amazon-ssm-agent. The Amazon EC2 Simple Systems Manager (SSM) Agent is software developed for the Simple Systems Manager Service. The SSM Agent is the primary component of a feature called Run Command. The SSM Agent runs on EC2 instances and enables you to quickly and

Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-03 Thread Peter Hessler
This also unbreaks net/gajim using encryption, which is the real case that I care about :). On 2017 Jan 03 (Tue) at 10:49:55 +0100 (+0100), Peter Hessler wrote: :Ugly patch to get py-cryptography loading again after the Symbol :massacre in libressl. (the #ifdef trick didn't work, so yolo) : :OK?

python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-03 Thread Peter Hessler
Ugly patch to get py-cryptography loading again after the Symbol massacre in libressl. (the #ifdef trick didn't work, so yolo) OK? Index: security/py-cryptography/Makefile === RCS file: /cvs/ports/security/py-cryptography/Makefile,