Update: graphics/png 1.6.36 + soname fix

2019-03-29 Thread Christian Weisgerber
Here's the trivial graphics/png update to 1.6.36, no ABI changes, along with a patch to set the soname to libpng.X.Y rather than libpng16.X.Y. Unfortunately the whole libpng build framework is commited to the latter. Hmm, does the soname change require a major bump? Index: Makefile =

UPDATE: databases/py-pg_activity

2019-03-29 Thread Ingo Feinerer
Hi, this updates pg_activity to 1.5.0. Change log at https://github.com/julmon/pg_activity/releases/tag/v1.5.0 OK? Index: Makefile === RCS file: /cvs/ports/databases/py-pg_activity/Makefile,v retrieving revision 1.2 diff -u -p -r1.

NEW: devel/nuget - package manager for .NET/mono

2019-03-29 Thread Thomas Frohwein
Hi, With DNS fixed for mono, the package manager NuGet now works. It's like pip for python for example and allows installing and updating packages from the .NET ecosystem. In order to be able to use it, I first had to use mono's cert-sync to import certificates from /etc/ssl/cert.pem into mono's

Re: [NEW]: audio/curseradio

2019-03-29 Thread Brian Callahan
Hi Krystian -- On 3/29/19 8:37 PM, Krystian Lewandowski wrote: Curseradio is a simple curses interface for Internet radio browsing and playback. A few people were interested in it. https://github.com/chronitis/curseradio The application does not seem to be developed at the moment but I tested

Re: Update: www/py-http_ece 1.0.5->1.1.0

2019-03-29 Thread Klemens Nanni
Yup, thanks.

Re: remove devel/{cudf,omake,ounit,ocaml-{cmdliner,cppo,dose,extlib,jsonm,re}} ?

2019-03-29 Thread Jasper Lievisse Adriaanse
On Sun, Mar 17, 2019 at 08:02:38PM +0100, Christopher Zimmermann wrote: > On Thu, 14 Mar 2019 23:23:10 +0100 > Marc Espie wrote: > > > Not okay. > > > > You also want an entry in quirks explaining about them, and what to > > do. > > I added the removed packages to quirks with reason 7. Reason 5

update converters/convmv

2019-03-29 Thread Isaac Lewis
convmv (https://www.j3e.de/linux/convmv/) moves from 2.03 to 2.05. No dependency changes or api changes, as far as I can tell. This is my first patch! I had a lot of fun, and welcome all feedback. I don't even know if I packaged it up right. Thanks for the help, Ike convmv-2.05-patch.tar.gz D

NEW: chinese/libpinyin & fcitx-pinyin

2019-03-29 Thread Kevin Lo
Hi, - libpinyin:provides the algorithms core for intelligent sentence-based Chinese pinyin input methods - fcitx-pinyin: pinyin IM for fcitx Comments/OK? libpinyin.tgz Description: application/gtar-compressed fcitx-pinyin.tgz Description: application/gtar-compressed

[NEW]: audio/curseradio

2019-03-29 Thread Krystian Lewandowski
Curseradio is a simple curses interface for Internet radio browsing and playback. A few people were interested in it. https://github.com/chronitis/curseradio The application does not seem to be developed at the moment but I tested it a few days and it worked nicely. Requires python 3 with a few l

Re: update print/poppler

2019-03-29 Thread Matthias Kilian
Hi, On Fri, Mar 29, 2019 at 09:38:24PM +0100, Jeremie Courreges-Anglas wrote: > > update to poppler-0.75.0, some bug fixes, and a new program (pdfattach) > > in poppler-utils. [...] > Just to be clear: do you plan to commit this before 6.5 is tagged? If the timing isn't too tight... but see below

Re: update print/poppler

2019-03-29 Thread Jeremie Courreges-Anglas
On Thu, Mar 28 2019, Matthias Kilian wrote: > Hi, Hi kili, > update to poppler-0.75.0, some bug fixes, and a new program (pdfattach) > in poppler-utils. > > I'm still waiting for my poor old build machine to finish a bulk > build -- tests from anyone with a really fast machine are welcome. Just

[NEW] Notmuch 0.28.3

2019-03-29 Thread Enric Morales
Dear ports@, Attached you'll find the port for notmuch 0.28.3, a mail indexer similar to mu4e or sup. It also builds the bindings necessary for interfacing it with Emacs, Python 2.7 or 3.6 (only 3.6 tested with afewmail). With a few minor patches to fix some gz calls, to not compress the manpages

Re: Enable logging for databases/influxdb

2019-03-29 Thread Daniel Jakots
On Fri, 29 Mar 2019 18:46:55 +0100, Joel Carnat wrote: > On Fri 29/03 17:47, Antoine Jacoutot wrote: > > On Fri, Mar 29, 2019 at 05:18:17PM +0100, Joel Carnat wrote: > > > Hi, > > > > > > InfluxDB doesn't seem to have an internal way to forward its logs > > > to a file or syslog. As far as I u

Re: UPDATE: security/keepassxc (OpenBSD 6.5?)

2019-03-29 Thread Giovanni Bechis
On Fri, Mar 29, 2019 at 05:02:27PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 29, 2019 at 03:34:53PM +0100, Rafael Sadowski wrote: > > Below you can find an update to the next keepassxc release 2.4.0. > > Upstream removed KeePassHttp support which means there is no browser > > support in OpenBSD.

Re: Enable logging for databases/influxdb

2019-03-29 Thread Joel Carnat
On Fri 29/03 17:47, Antoine Jacoutot wrote: > On Fri, Mar 29, 2019 at 05:18:17PM +0100, Joel Carnat wrote: > > Hi, > > > > InfluxDB doesn't seem to have an internal way to forward its logs to a > > file or syslog. As far as I understood, one has to get the information > > from STDOUT/STDERR. > >

Re: sqlite3, use PKGSPEC

2019-03-29 Thread Stuart Henderson
On 2019/03/29 17:41, Jeremie Courreges-Anglas wrote: > On Fri, Mar 29 2019, Stuart Henderson wrote: > > yesterday I bumped the SHARED_LIBS version to enforce updates of sqlite > > because some users have a tight check on build vs library version; > > Whining if the runtime lib is newer than expec

Re: Enable logging for databases/influxdb

2019-03-29 Thread Antoine Jacoutot
On Fri, Mar 29, 2019 at 05:18:17PM +0100, Joel Carnat wrote: > Hi, > > InfluxDB doesn't seem to have an internal way to forward its logs to a > file or syslog. As far as I understood, one has to get the information > from STDOUT/STDERR. > > The following patch allows sending the logs to syslog. I

Re: sqlite3, use PKGSPEC

2019-03-29 Thread Jeremie Courreges-Anglas
On Fri, Mar 29 2019, Stuart Henderson wrote: > yesterday I bumped the SHARED_LIBS version to enforce updates of sqlite > because some users have a tight check on build vs library version; Whining if the runtime lib is newer than expected looks plain useless to me. Printing a warning if the runti

Enable logging for databases/influxdb

2019-03-29 Thread Joel Carnat
Hi, InfluxDB doesn't seem to have an internal way to forward its logs to a file or syslog. As far as I understood, one has to get the information from STDOUT/STDERR. The following patch allows sending the logs to syslog. It uses the logger(1) utility. It is based on what is done with sysutils/pro

Re: UPDATE: security/keepassxc (OpenBSD 6.5?)

2019-03-29 Thread Antoine Jacoutot
On Fri, Mar 29, 2019 at 03:34:53PM +0100, Rafael Sadowski wrote: > Below you can find an update to the next keepassxc release 2.4.0. > Upstream removed KeePassHttp support which means there is no browser > support in OpenBSD. > > The current/new browser support in keepssxc needs the keepassxc-plug

UPDATE: security/keepassxc (OpenBSD 6.5?)

2019-03-29 Thread Rafael Sadowski
Below you can find an update to the next keepassxc release 2.4.0. Upstream removed KeePassHttp support which means there is no browser support in OpenBSD. The current/new browser support in keepssxc needs the keepassxc-plugin but this plugin uses uses FF native-messaging which is unsupported on Op

Re: graphics/shotwell segfaults on amd64

2019-03-29 Thread Josh Grosse
On Wed, Mar 27, 2019 at 11:43:25AM +0100, Antoine Jacoutot wrote: > On Wed, Mar 27, 2019 at 11:25:56AM +0100, Antoine Jacoutot wrote: > > On Tue, Mar 26, 2019 at 08:25:40PM -0400, Josh Grosse wrote: > > > I'm trying to figure out a root cause, but am struggling > > > because my usual method of prev

Update: editors/nano 4.0

2019-03-29 Thread Christian Weisgerber
Maintenance update to 4.0 for numerous small changes. Index: Makefile === RCS file: /cvs/ports/editors/nano/Makefile,v retrieving revision 1.101 diff -u -p -r1.101 Makefile --- Makefile17 Nov 2018 18:09:02 - 1.101 +++ Mak

sqlite3, use PKGSPEC

2019-03-29 Thread Stuart Henderson
yesterday I bumped the SHARED_LIBS version to enforce updates of sqlite because some users have a tight check on build vs library version; on reflection I think it would be simpler to set PKGSPEC so that an extra step is not needed. ok/comments? Index: Makefile ===

Update: net/curl 7.64.1

2019-03-29 Thread Christian Weisgerber
Maintenance update to curl 7.64.1 for numerous bug fixes. https://curl.haxx.se/changes.html No security vulnerabilities have been announced. I'm posting this here because I'm delirious from jet lag due to t2k19 travel right now. Index: Makefile