Re: [update] rsyslog 8.1905.0

2019-06-12 Thread Remi Locherer
ping On Sun, Jun 02, 2019 at 09:53:03PM +0200, Remi Locherer wrote: > Hi porters, > > this is an update for our rsyslog port. The most obvious change is the > new versioning schema (8.monthyear.x). The many changes are listed in the > changelog: https://github.com/rsyslog/rsyslog/blob/master/Chan

Re: disable OpenMP for audio/clementine

2019-06-12 Thread Rafael Sadowski
On Wed Jun 12, 2019 at 10:08:15AM -0700, j...@bitminer.ca wrote: > This explicity disables OpenMP for clementine and an included third-party > library. > > > Index: audio/clementine/Makefile > === > RCS file: /cvs/ports/audio/clement

[UPDATE] graphics/ipe 7.2.11 -> 7.2.12

2019-06-12 Thread Alessandro DE LAURENZIS
Dear ports@ readers, please find enclosed a diff for updating graphics/ipe to the latest release. What's new upstream === * Image objects now support transparency (feature #233). * Path objects can now have distinct fill and stroke opacities (feature #134). * Symbols can

[NEW] x11/xeventbind

2019-06-12 Thread Alessandro DE LAURENZIS
Dear ports@ readers, this is a proposal for a new port: x11/xeventbind, a small utility that runs a command upon X11 events. DESCR = xeventbind is a small utility that runs a command when specific X11 events happen (so far the only supported event is a resolution change). This is a very

Re: [new] net/i2pd 2.25.0

2019-06-12 Thread Mikal Villa
Hi, Thanks a lot for your reply and corrections of the port. And yea, you're probably right about giving it a small description, I was way to focused about just trying to get the port as correct as possible that it didn't even occur to me. So, what is it and why should you care? I2P is short for

Re: 回复: devel/py-tz: Update to 2019.1

2019-06-12 Thread Daniel Dickman
> On Jun 12, 2019, at 5:40 AM, wen heping wrote: > > Hi, > > Here is a revised patch for devel/py-tz, changes from last patch: > 1) update HOMEPAGE > 2)update LICENSE, now is MIT > 3) use PERMIT_PACKAGE > 4) More ports tested, no more tests failed because of this update: >

[UPDATE] www/honk

2019-06-12 Thread Horia Racoviceanu
- bump REVISION - change PERMIT_PACKAGE_CDROM to PERMIT_PACKAGE - change user _honk home directory mode, no longer group writable - update README, add icon and favicon Index: Makefile === RCS file: /cvs/ports/www/honk/Makefile,v retrie

aarch64 bulk build report

2019-06-12 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun Jun 9 07:19:22 MDT 2019 finished at Wed Jun 12 19:03:52 MDT 2019 lasted 04D04h44m done with kern.version=OpenBSD 6.5-current (GENERIC.MP) #44: Sat Jun 8 14:29:14 MDT 2019 built packages:9908 Jun 9:3656 Jun 10:1157 Jun 11:1547 Jun 12:3547 c

Re: nlopt: update to 2.6.1

2019-06-12 Thread Klemens Nanni
Now with WANTLIB sync and V merged into GH_TAGNAME, thanks sthen. Index: Makefile === RCS file: /cvs/ports/math/nlopt/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile13 Dec 2018 09:35:32 -

nlopt: update to 2.6.1

2019-06-12 Thread Klemens Nanni
Release notes: Fix nlopt_version return value for 2.6.x and update soname and docs. New set_upper_bound and set_lower_bound functions in the low-level C API to set one bound at a time (#257). There is no longer a separate libnlopt_cxx library — C++ algorithms (stogo) are compiled and included by

isync: update to 1.3.1

2019-06-12 Thread Klemens Nanni
This is a long overdue maintenance release: - SSL now uses SNI, which for example GMail requires - fixed fallbacks for missing UIDPLUS extension (with e.g. DavMail) - fixed UIDVALIDITY recovery with really long Message-id headers - fixed GSSAPI authentication with Kerberos - fixed support for IMAP

update p5-ExtUils-CppGuess from 0.12 to 0.19

2019-06-12 Thread Klemens Nanni
0.19Mon 1 Apr 07:08:46 BST 2019 - support clang on Perl 5.14-16 with ExtUtils::ParseXS >= 3.04_01 (yes, really) 0.18Sun 31 Mar 17:49:21 BST 2019 - improve clang detection 0.17Sat 30 Mar 16:03:52 GMT 2019 - support Sun Studio compiler family 0.16Sat 30 Mar 00:09:42 GMT

Re: Update portgen(1) to use PERMIT_PACKAGE

2019-06-12 Thread Klemens Nanni
OK kn pkg_create(1) still mentions it as well; I guess `-D` can stripped by those, too?

Update portgen(1) to use PERMIT_PACKAGE

2019-06-12 Thread Kurt Mosiejczuk
portgen(1) will still spit out the old-style PERMIT_PACKAGE_* lines. This diff changes it to just use the newer PERMIT_PACKAGE and PERMIT_DISTFILE lines. --Kurt Index: Port.pm === RCS file: /cvs/ports/infrastructure/lib/OpenBSD/Port

Re: include-what-you-use: ship docs, use python 3, other nits

2019-06-12 Thread Stuart Henderson
On 2019/06/11 16:16, Jonathan Gray wrote: > On Mon, Jun 10, 2019 at 10:34:21PM +0200, Klemens Nanni wrote: > > On Mon, Jun 10, 2019 at 08:10:58PM +0100, Stuart Henderson wrote: > > > Removing execinfo from WANTLIB nullifies the devel/libexecinfo > > > LIB_DEPENDS .. > > That... is a valid point.

disable OpenMP for audio/clementine

2019-06-12 Thread j
This explicity disables OpenMP for clementine and an included third-party library. Index: audio/clementine/Makefile === RCS file: /cvs/ports/audio/clementine/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- audio/cl

Re: [NEW] textproc/misspell

2019-06-12 Thread Stuart Henderson
On 2019/06/12 18:46, Ampie Niemand wrote: > Hi, > > I did install it on i386 and amd64. It does install cleanly for me, > but I wasn't able to learn how to use it. > I couldn't figure it out in the absence of a man file. I did see a > rundown of how to use it in the WWW field after doing "pkg_info

Re: [NEW] textproc/misspell

2019-06-12 Thread Ampie Niemand
Hi, I did install it on i386 and amd64. It does install cleanly for me, but I wasn't able to learn how to use it. I couldn't figure it out in the absence of a man file. I did see a rundown of how to use it in the WWW field after doing "pkg_info misspell". I created a file /tmp/text.txt. Put the f

Re: add pledge and unveil to net/irssi

2019-06-12 Thread Theo de Raadt
Solene Rapenne wrote: > On Tue, Jun 11, 2019 at 11:55:29AM -0600, Theo de Raadt wrote: > > Bryan Steele wrote: > > > > > In addition to what Stuart said, irssi is using libperl here for perl > > > scripts, which means the irssi unveil will be applied to them. There > > > are many uses for perl

Re: add pledge and unveil to net/irssi

2019-06-12 Thread Solene Rapenne
On Tue, Jun 11, 2019 at 11:55:29AM -0600, Theo de Raadt wrote: > Bryan Steele wrote: > > > In addition to what Stuart said, irssi is using libperl here for perl > > scripts, which means the irssi unveil will be applied to them. There > > are many uses for perl scripts, and many involve reading ar

Re: ????: devel/py-tz: Update to 2019.1

2019-06-12 Thread Kurt Mosiejczuk
On Wed, Jun 12, 2019 at 09:40:09AM +, wen heping wrote: >Here is a revised patch for devel/py-tz, changes from last patch: >1) update HOMEPAGE >2??update LICENSE, now is MIT >3) use PERMIT_PACKAGE >4) More ports tested, no more tests failed because of this update: >

Re: llvm8: productivity/devtodo build failure

2019-06-12 Thread Christian Weisgerber
Stuart Henderson: > > ld: error: undefined symbol: std::__1::basic_ostream > std::__1::char_traits >::operator<<(std::__1::basic_ostream > std::__1::char_traits >& (*)(std::__1::basic_ostream > std::__1::char_traits >&)) > > >>> referenced by TodoDB.cc > > >>> > > >>> TodoDB.o:(Todo

回复: devel/py-tz: Update to 2019.1

2019-06-12 Thread wen heping
Hi, Here is a revised patch for devel/py-tz, changes from last patch: 1) update HOMEPAGE 2)update LICENSE, now is MIT 3) use PERMIT_PACKAGE 4) More ports tested, no more tests failed because of this update: databases/py-influxdb graphics/py-matplotlib