update: devel/py-yapf

2019-08-23 Thread Paco Esteban
Hi ports@, Here's an update for devel/py-yapf from 0.26.0 to 0.28.0. The changelog can be found here: https://github.com/google/yapf/blob/master/CHANGELOG Tests pass for python2 and python3 and works ok for me using the python3 version on amd64. This port only has one consumer, security/py-art

bsd.port.mk: assign and export at once

2019-08-23 Thread Klemens Nanni
Saw those while looking at `make -n install': no need to split this into two steps. OK? Index: /usr/ports/infrastructure/mk/bsd.port.mk === RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v retrieving revision 1.1475 diff -u -p -r

Re: Potential cad/qcad sparc64 fix

2019-08-23 Thread Ingo Feinerer
On Thu, Aug 22, 2019 at 06:41:46PM -0400, Kurt Mosiejczuk wrote: > On Thu, Aug 22, 2019 at 12:35:28PM +0200, Ingo Feinerer wrote: > > according to > > http://build-failures.rhaalovely.net//sparc64/2019-08-18/cad/qcad.log > > cad/qcad compilation fails on sparc64 with > > > cc1plus: error: one or m

amule 2.3.2 crashes on amd64

2019-08-23 Thread Aldo Mazzeo
Hello, I am running amule 2.3.2 on my apu2d2 and I get VERY frequent crashes, with the following error messages: Assertion failed: ./src/common/fdiodispatcher.cpp:ModifyFD:113: Assertion 'i != m_handlers.end()' failed. modifying unregistered handler? or Assertion failed: ./src/common/selectdis

sparc64 bulk build report

2019-08-23 Thread landry
bulk build on sparc64-0.ports.openbsd.org started on Wed Aug 21 00:31:49 MDT 2019 finished at Fri Aug 23 06:16:18 MDT 2019 lasted 02D22h44m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #32: Tue Aug 20 17:30:06 MDT 2019 built packages:9714 Aug 21:7798 Aug 22:1556 Aug 23:359 critical pat

Re: [ports-gcc] Unbreak x11/waimea

2019-08-23 Thread Charlene Wendling
ping. > > http://build-failures.rhaalovely.net/powerpc/2019-07-29/x11/waimea.log > > http://build-failures.rhaalovely.net/sparc64/2019-08-12/x11/waimea.log > > There is a clash between std::list and the "list" class member. > > I've just renamed that member and its instances. It builds [0] and >

回复: 回复: [Update] math/cfitsio : Update to 3.47

2019-08-23 Thread wen heping
Hi, Here is the revised patch, set PKGNAME=${DISTNAME}0. 4 ports depends on math/cfitsio: astro/kstars graphics/ufraw astro/wcslib x11/kde-applications/gwenview All build well with this patch on amd64-head system. Comments? OK? wen 发件人: o

Replacement for sigtimedwait() in OpenBSD?

2019-08-23 Thread Henry Jensen
Not sure if ports@ is correct for this. I am trying to build e2guardian[0] 5.3.3 on OpenBSD in order to replace dansguardian[1], which does exists in ports but is derelict. There is one obstacle. In FatController.cpp the program uses sigtimedwait(), which doesn't exist on OpenBSD. The code snipp

Re: Replacement for sigtimedwait() in OpenBSD?

2019-08-23 Thread Paul Irofti
On Fri, Aug 23, 2019 at 04:55:19PM +0200, Henry Jensen wrote: > Not sure if ports@ is correct for this. I am trying to build e2guardian[0] > 5.3.3 on OpenBSD in order to replace dansguardian[1], which does exists > in ports but is derelict. > > > There is one obstacle. In FatController.cpp the p

Re: Add old PERMIT_* forms as poisoned entries in mk.conf.template

2019-08-23 Thread Christian Weisgerber
On 2019-08-22, Kurt Mosiejczuk wrote: > I figure it's worth adding the old PERMIT_* forms to the positioned > obsolete entries in /usr/ports/infrastructure/tempalte/mk.conf.template. I wanted to suggest the same, but espie@ added them to a list of forbidden variables in bsd.ports.mk (line 320 ff

update devel/frama-c

2019-08-23 Thread Christopher Zimmermann
Hi, this Frama-C release is compatible with OCaml 4.08. It builds and runs fine on amd64. I cannot build a bytecode-only version on amd64. I would welcome OKs and tests on real bytecode-only archs and i386, which is currently broken. Christopher Index: Makefile =

switch lang/ghc to @define-tag/@tag

2019-08-23 Thread Matthias Kilian
Hi, this is a sample diff to switch ghc from @exec/@unexec to @define-tag/@tag. It only includes lang/ghc, devel/hs-stm and devel/hs-async for now. Basically, instead of creating all those register/unregister scripts, the package registration files (of hs libraries) are now included in the (OpenB

Re: update devel/frama-c

2019-08-23 Thread Antoine Jacoutot
On Fri, Aug 23, 2019 at 10:25:44PM +0200, Christopher Zimmermann wrote: > Hi, > > this Frama-C release is compatible with OCaml 4.08. It builds and runs > fine on amd64. I cannot build a bytecode-only version on amd64. > I would welcome OKs and tests on real bytecode-only archs and i386, > which i

Re: switch lang/ghc to @define-tag/@tag

2019-08-23 Thread Marc Espie
On Fri, Aug 23, 2019 at 11:47:29PM +0200, Matthias Kilian wrote: > The only drawback I can see is the update path from the old to the new > scheme, because pkg_add(8) will complain about collisions when updating > ghc: > > ]# pkg_add -uvx > Old package ghc-8.2.2p4 will run the following commands

[Update] devel/py-tz : Update to 2019.2

2019-08-23 Thread wen heping
Hi, ports@: Here is a patch for devel/py-tz to update to 2019.2. It build well and passed all tests on amd64-head system. About 20 ports depends on it, but I did not test all of them, because this update had no code change upstream ,only changed some timezone data corresponding to the IAN

Re: Potential cad/qcad sparc64 fix

2019-08-23 Thread Kurt Mosiejczuk
On Fri, Aug 23, 2019 at 01:51:42PM +0200, Ingo Feinerer wrote: > Below is a new diff that (hopefully) addresses all problems. > OK? It worked. The build finished this time. OK kmos --Kurt > Index: Makefile > === > RCS file: /cvs/p

回复: 回复: 回复: [NEW] textproc/p5-PPIx-QuoteLike

2019-08-23 Thread wen heping
ping ... The update of p5-Perl-Critic is waiting for it. 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2019年8月17日 7:20 收件人: Stuart Henderson 抄送: ports@openbsd.org 主题: 回复: 回复: [NEW] textproc/p5-PPIx-QuoteLike ping ... 发件人: ow

[NEW] mail/p5-Mail-AuthenticationResults

2019-08-23 Thread wen heping
Hi, ports@: Here is a patch to create mail/p5-Mail-AuthenticationResults, which is required by the update of mail/p5-Mail-DKIM. It build well and passed all tests on amd64-head system. Comments? OK? wen p5-Mail-AuthenticationResults.tar.gz Description: p5-Mail-AuthenticationResults.tar.gz

Move opensmptd filters to libexec/smtpd

2019-08-23 Thread Martijn van Duren
Briefly discussed with gilles@. I would like to move the filters to libexec/smtpd for two reasons. 1) filters are not commandline applications and I don't want them in my $PATH. 2) opensmtpd-extras already used this location, so it's only consistent to install there as well. Diff below work

[NEW] mail/libopensmtpd

2019-08-23 Thread Martijn van Duren
$ cat libopensmtpd/pkg/DESCR libopensmtpd is an libevent based library which allows for easy writing of opensmtpd filter applications in C. $ This is required for filter-dnsbl and filter-dkim. Since I'm not too familiar with ports I would like to pay special attention to the Makefile of both the

[NEW] mail/opensmtpd-filter-dnsbl

2019-08-23 Thread Martijn van Duren
$ cat pkg/DESCR filter-dnsbl is an opensmtpd filter that checks the sender's IP address against one or more dnsbl lists to flag or reject spam messages at session time. $ Since I'm not too familiar with ports I would like to pay special attention to the Makefile of both the port as well as the so

[NEW] mail/opensmtpd-filter-dkim

2019-08-23 Thread Martijn van Duren
$ cat pkg/DESCR filter-dkim is an opensmtpd filter that signs email with a dkim signature. $ Since I'm not too familiar with ports I would like to pay special attention to the Makefile of both the port as well as the source. Also, I currently host the release tarballs at my personal server, whic

Re: Move opensmptd filters to libexec/smtpd

2019-08-23 Thread Martijn van Duren
On 8/24/19 6:07 AM, Martijn van Duren wrote: > Briefly discussed with gilles@. > > I would like to move the filters to libexec/smtpd for two reasons. > 1) filters are not commandline applications and I don't want them in my >$PATH. > 2) opensmtpd-extras already used this location, so it's only