Re: Apparent missing dep in print/hplip

2016-06-13 Thread Antoine Jacoutot
On Mon, Jun 13, 2016 at 03:53:52PM -0400, Michael McConville wrote: > Twenty seconds of search queries suggests that it's a missing Qt4 Python > library. Here's an apparently similar issue from Debian: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525556 If you need gui support, then inst

Re: pledge ffmpegthumbnailer

2016-06-13 Thread Sebastien Marie
Hi, First, a bump of library version would be required as you added new exported functions. But I think your changes are too invasive for been patches for OpenBSD port tree. You should first deal with upstream for these changes, else it will be a shame for us to deal with future upgrade. Thanks

pledge ffmpegthumbnailer

2016-06-13 Thread Carlin Bingham
This thing has been used in the past as a vector to exploit ffmpeg library vulneraiblities, and it's also unpledgeable without some changes. It opens the only file it's going to write early on, so if we could pledge immediately after that it wouldn't need wpath or cpath, but the public methods to

Re: pledge par2cmdline

2016-06-13 Thread Carlin Bingham
On Mon, Jun 13, 2016 at 08:42:34PM +0100, Mikolaj Kucharski wrote: > On Mon, Jun 13, 2016 at 07:35:23PM +0200, Sebastien Marie wrote: > > On Sun, Jun 12, 2016 at 09:17:27PM +0100, Mikolaj Kucharski wrote: > > > Will you be driving this to get merged upstream Carlin? > > > > Trying to push it upstr

File::LibMagic dumping core non-deterministically

2016-06-13 Thread Robert Urban
Hello, on my mail server running postfix + amavisd, amavisd was dying occasionally when using File::LibMagic to analyze mail messages. I can reproduce it on the server (OpenBSD the-server 5.9 GENERIC.MP#3 amd64) with this Perl script: > #!/usr/bin/perl > > use File::LibMagic; > > my $file = shif

Re: windowmaker diff

2016-06-13 Thread Sebastian Reitenbach
On Wednesday, June 8, 2016 16:49 CEST, David Coppa wrote: > On Tue, 07 Jun 2016, Reyk Floeter wrote: > > > On Tue, Jun 07, 2016 at 08:48:26PM +0200, David Coppa wrote: > > > On Tue, Jun 7, 2016 at 8:35 PM, Reyk Floeter wrote: > > > > On Tue, Jun 07, 2016 at 08:23:01PM +0200, Reyk Floeter wrote:

Apparent missing dep in print/hplip

2016-06-13 Thread Michael McConville
Twenty seconds of search queries suggests that it's a missing Qt4 Python library. Here's an apparently similar issue from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525556 Thanks, Mike mike:/home/mike$ hp-setup HP Linux Imaging and Printing System (ver. 3.16.5) Printer/Fax Setup

Re: pledge par2cmdline

2016-06-13 Thread Mikolaj Kucharski
On Mon, Jun 13, 2016 at 07:35:23PM +0200, Sebastien Marie wrote: > On Sun, Jun 12, 2016 at 09:17:27PM +0100, Mikolaj Kucharski wrote: > > Will you be driving this to get merged upstream Carlin? > > Trying to push it upstream would be a good thing. I can fill pull request if you want. However if C

Re: NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-06-13 Thread Daniel Jakots
On Mon, 13 Jun 2016 18:12:17 +0500, Alexandr Shadchin wrote: > > Is there any reason to hardcode > > # Only Python 2 > > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} > > because as there is no FLAVOR it will be automatically py2? > > > > Copy-paste from py-backports-ssl-match-hostname.

Re: add python 3 flavor for www/py-django/stable

2016-06-13 Thread Daniel Jakots
On Sun, 12 Jun 2016 12:10:20 +0200, Remi Pointel wrote: > I understand the feedbacks, so this is a new diff to have the > possibility to install django/stable with python 3. > > It will be possible to install: > - py3-django-lts with py-django > - py3-django with py-django > > I added the conf

Re: UPDATE: devel/py-pexpect 4.1.0

2016-06-13 Thread Daniel Jakots
On Mon, 13 Jun 2016 18:33:42 +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates py-pexpect to the latest release. > Tested on amd64. Take maintainership. > > Comments ? OK ? ok danj@ > -MAKE_ENV += PYTHONPATH=${WRKSRC} > SPHINXBUILD=${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX}

Re: pledge par2cmdline

2016-06-13 Thread Sebastien Marie
On Sun, Jun 12, 2016 at 09:17:27PM +0100, Mikolaj Kucharski wrote: > Hi, > > This looks good to me. I did make test on what is currently in the ports > tree (below diff) and tested Carlin's changes agains what is on GitHub > and patches apply cleanly (as there ware no a lot of changes between > 0.

UPDATE: devel/py-pexpect 4.1.0

2016-06-13 Thread Alexandr Shadchin
Hi, This diff updates py-pexpect to the latest release. Tested on amd64. Take maintainership. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/devel/py-pexpect/Makefile,v retrieving revision 1.23 diff

Re: NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-06-13 Thread Alexandr Shadchin
On Tue, Jun 07, 2016 at 11:26:36PM +0200, Daniel Jakots wrote: > On Tue, 31 May 2016 15:11:32 +0500, Alexandr Shadchin > wrote: > > > Hi, > > > > ok to import? > > py-backports-shutil-get-terminal-size need for update ipython. > > > > py-backports: > > Namespace for backported Python features.

Re: add python 3 flavor for www/py-django/stable

2016-06-13 Thread Alexandr Shadchin
On Sun, Jun 12, 2016 at 12:10:20PM +0200, Remi Pointel wrote: > Hi, > > I understand the feedbacks, so this is a new diff to have the possibility to > install django/stable with python 3. > > It will be possible to install: > - py3-django-lts with py-django > - py3-django with py-django > > I ad

Re: fix py-mock test_depends

2016-06-13 Thread Alexandr Shadchin
On Sun, Jun 05, 2016 at 11:22:55PM +0200, Daniel Jakots wrote: > Hi, > > While reviewing shadchin@'s diff (for funcsigs): > > ===> Regression tests for py3-mock-1.3.0 > cd /usr/ports/pobj/py-mock-1.3.0-python3/mock-1.3.0 && > /usr/local/bin/python3.4 -m unittest discover > EEE > ===