ABI Navigator, a project to search for binary symbols

2017-02-23 Thread Andrey Ponomarenko
Hello, I'd like to present a new project called "ABI Navigator" to search for binary symbols (functions, methods, global data, etc.) in open-source libraries: https://abi-laboratory.pro/index.php?view=navigator The project allows to find out in which versions of libraries some symbol is define

NEW: textproc/py-podcastparser

2017-02-23 Thread trondd
This is new dependency for net/gpodder. They replaced py-feedparser with their own parser. Pretty simple so I wouldn't be surprised if I've misssed something or did something I didn't need to. Dealing with the man page might be iffy. The update to net/gpodder will follow. Tim. ‹ Àshº]`Žez

minor cleanup for math/coq

2017-02-23 Thread Daniel Dickman
I have an update for coq from 8.4 to 8.6, but I'd like to get the easy bits in first: - switch from http to https - drop gettext module - regen WANTLIB - move MODULES up in the Makefile, following Makefile.template ok? Index: Makefile =

Re: UPDATE: graphics/inkscape

2017-02-23 Thread Rafael Sadowski
*ping* below a huge update On Thu Jan 26, 2017 at 07:42:37PM +0100, Rafael Sadowski wrote: > Hi ports@, > > update to the last stable version. All patches committed upstream. > > Did some tests with old SVGs, works fine here on amd64. > > Comments? Feedback? > > Cheers, > > Rafael Sadowski >

[CHANGE] devel/jdk/1.8

2017-02-23 Thread Kurt Miller
This eliminates the with_ipv6 FLAVOR in favor of a different approach. ipv6 support will be compiled into the default packages, however I have set preferIPv4Stack to default to true. The result should be no change for ipv4 users but would allow the use of ipv6 by setting some properties. Here's wha

Fixes to README of sysutils/anacron

2017-02-23 Thread Andreas Kusalananda Kähäri
Hi, I was once the port maintainer of sysutils/anacron. I wrote the pkg/README file and it's been bothering me ever since. I have attached a patch that fixes it in such a way that * Environtment variables are the same as in the default crontab for root. * Absolute paths for /bin/sh are being

devel/imake: life support

2017-02-23 Thread Christian Weisgerber
Some life support for the devel/imake cruft: * Switch to tradcpp(1) as the preprocessor. This is required for clang archs, since imake chokes on the output of "clang -E -traditional", and doesn't hurt on gcc archs. FreeBSD and NetBSD have switched imake to tradcpp, too. * Use the normal aut

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Alexander Bluhm
On Thu, Feb 23, 2017 at 04:24:22PM +0100, Marc Espie wrote: > On Thu, Feb 23, 2017 at 04:05:30PM +0100, Alexander Bluhm wrote: > > make clean extract > > vi Makefile, bump version > > make fetch makesum extract > make makesum extract Aha, I can just skip the make fetch. Then it works. Thanks for

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Jeremie Courreges-Anglas
Marc Espie writes: > On Thu, Feb 23, 2017 at 02:48:30PM +0100, Jeremie Courreges-Anglas wrote: >> Marc Espie writes: >> >> > On Wed, Feb 22, 2017 at 07:37:09PM +0100, Jeremie Courreges-Anglas wrote: >> >> I'd like to point out that it harms a process I have as a port user. If >> >> projects pu

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Marc Espie
On Thu, Feb 23, 2017 at 04:05:30PM +0100, Alexander Bluhm wrote: > On Thu, Feb 23, 2017 at 03:21:22PM +0100, Marc Espie wrote: > > Yes, "make extract' wouldn't deal with it, but the file would still be there > > and extractible manually. It is harder to do now. > > My process to upgrade a port is:

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Alexander Bluhm
On Thu, Feb 23, 2017 at 03:21:22PM +0100, Marc Espie wrote: > Yes, "make extract' wouldn't deal with it, but the file would still be there > and extractible manually. It is harder to do now. My process to upgrade a port is: make clean extract vi Makefile, bump version make fetch makesum extract d

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Marc Espie
On Thu, Feb 23, 2017 at 02:48:30PM +0100, Jeremie Courreges-Anglas wrote: > Marc Espie writes: > > > On Wed, Feb 22, 2017 at 07:37:09PM +0100, Jeremie Courreges-Anglas wrote: > >> I'd like to point out that it harms a process I have as a port user. If > >> projects published signatures for their

Re: flake8 -> py-flake8 + py3 flavor

2017-02-23 Thread Stuart Henderson
On 2017/02/23 16:41, Alexandr Shadchin wrote: > On Wed, Feb 22, 2017 at 09:11:30PM -0500, Daniel Jakots wrote: > > Hi, > > > > The only way to add a py3 flavor to flake8 is by renaming the port. > > > > Plan is: > > > > 1. import a py-flake8 which is flake8 + py-flake8.diff. > > 2. hook py{,3}-f

Re: HEADS UP: fetch/checksum/makesum tweaks

2017-02-23 Thread Jeremie Courreges-Anglas
Marc Espie writes: > On Wed, Feb 22, 2017 at 07:37:09PM +0100, Jeremie Courreges-Anglas wrote: >> I'd like to point out that it harms a process I have as a port user. If >> projects published signatures for their releases, I want to check them, >> because I can have a trust relationship with ups

Re: openjdk: java.net.ServerSocket can't bind to [::1]:8080

2017-02-23 Thread Kurt Miller
On Mon, 2017-02-20 at 17:16 -0500, Kurt Miller wrote: > On Mon, 2017-02-20 at 13:13 -0500, Kurt Miller wrote: > > > > On Thu, 2017-01-19 at 08:38 -0500, Nick wrote: > > > > > > > > > On 2017/01/16 12:38, Stuart Henderson wrote: > > > > > > > > > > > > > > > > I don't think Java's v6 support h

Re: flake8 -> py-flake8 + py3 flavor

2017-02-23 Thread Alexandr Shadchin
On Wed, Feb 22, 2017 at 09:11:30PM -0500, Daniel Jakots wrote: > Hi, > > The only way to add a py3 flavor to flake8 is by renaming the port. > > Plan is: > > 1. import a py-flake8 which is flake8 + py-flake8.diff. > 2. hook py{,3}-flake8 and unhook flake8 in devel/Makefile > 3. commit devel/quir

Re: [NEW] security/py-dfwinreg

2017-02-23 Thread Stuart Henderson
On 2017/02/22 07:12, Remi Pointel wrote: > On 02/21/17 12:03, Stuart Henderson wrote: > > I'm finding it difficult to keep track of these spread across a bunch of > > mail threads and it's a pain to find the right file to test, could you post > > a summary of the remaining deps in one message with

Re: Xfce shutdown and reboot not working with XDM

2017-02-23 Thread Martijn Rijkeboer
On 02/23/17 09:59, Landry Breuil wrote: >> When I use XDM as login manager I'm not able to shutdown or reboot >> from within Xfce on the first login, because the buttons are greyed >> out. However, when I logout and login again I can shutdown and reboot. >> >> When I replace XDM with SLiM it works

Re: Xfce shutdown and reboot not working with XDM

2017-02-23 Thread Landry Breuil
On Thu, Feb 23, 2017 at 09:50:37AM +0100, Martijn Rijkeboer wrote: > Hi, > > When I use XDM as login manager I'm not able to shutdown or reboot > from within Xfce on the first login, because the buttons are greyed > out. However, when I logout and login again I can shutdown and reboot. > > When I

Xfce shutdown and reboot not working with XDM

2017-02-23 Thread Martijn Rijkeboer
Hi, When I use XDM as login manager I'm not able to shutdown or reboot from within Xfce on the first login, because the buttons are greyed out. However, when I logout and login again I can shutdown and reboot. When I replace XDM with SLiM it works fine. Could this be some kind of timing related i

Re: possible chromium regression on -current

2017-02-23 Thread Martijn Rijkeboer
On 02/23/17 04:35, Tobias Brodel wrote: >> I noticed this too and mentioned it on a ports dev chat, I remember >> it working a few weeks ago. But I'm not sure if it stopped working >> before or after the 56.0.2924.87 update.. >> >> It appears to affect only some HTML5 video streaming sites, like >>