Re: Move opensmptd filters to libexec/smtpd

2019-08-24 Thread Gilles Chehade
On Sat, Aug 24, 2019 at 06:49:59AM +0200, Martijn van Duren wrote: > 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

Re: [NEW] mail/opensmtpd-filter-dkim

2019-08-24 Thread Gilles Chehade
On Sat, Aug 24, 2019 at 06:37:21AM +0200, Martijn van Duren wrote: > $ 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 s

Re: Move opensmptd filters to libexec/smtpd

2019-08-24 Thread Stuart Henderson
On 2019/08/24 10:02, Gilles Chehade wrote: > On Sat, Aug 24, 2019 at 06:49:59AM +0200, Martijn van Duren wrote: > > 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

Re: [NEW] mail/opensmtpd-filter-dkim

2019-08-24 Thread Stuart Henderson
On 2019/08/24 06:37, Martijn van Duren wrote: > $ 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 c

Re: [NEW] mail/opensmtpd-filter-dkim

2019-08-24 Thread Antoine Jacoutot
On Sat, Aug 24, 2019 at 09:42:10AM +0100, Stuart Henderson wrote: > On 2019/08/24 06:37, Martijn van Duren wrote: > > $ 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 > >

Re: [NEW] mail/opensmtpd-filter-dkim

2019-08-24 Thread Stuart Henderson
On 2019/08/24 11:52, Antoine Jacoutot wrote: > On Sat, Aug 24, 2019 at 09:42:10AM +0100, Stuart Henderson wrote: > > On 2019/08/24 06:37, Martijn van Duren wrote: > > > $ cat pkg/DESCR > > > filter-dkim is an opensmtpd filter that signs email with a dkim signature. > > > $ > > > > > > Since I'm n

Re: update devel/frama-c

2019-08-24 Thread Daniel Dickman
> On Aug 23, 2019, at 4:25 PM, Christopher Zimmermann > wrote: > > I would welcome OKs and tests on real bytecode-only archs and i386, > which is currently broken. > Still broken on i386.

Re: update: lang/ocaml-camlp5 to support upcoming OCaml 4.08

2019-08-24 Thread Daniel Dickman
> On Aug 17, 2019, at 5:24 PM, Christopher Zimmermann > wrote: > > Hi, > > this is a straightforward upgrade of camlp5 to support upcoming OCaml > 4.08. OK? Looks good to me on i386 but defer to bcallah (maintainer) to ok it. > > Christopher > > > > Index: Makefile > ==

[ports-gcc] Unbreak x11/qt5/qt3d

2019-08-24 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/powerpc/2019-08-09/x11/qt5/qt3d.log > http://build-failures.rhaalovely.net/sparc64/2019-08-21/x11/qt5/qt3d.log There used to have more issues with gcc-4.9, but with gcc-8.3, only the bundled assimp is troublesome :) Recent assimp versions have a fix for

Re: [macppc, hppa?] Unbreak games/godot

2019-08-24 Thread Charlene Wendling
Ping. On Sat, 17 Aug 2019 00:38:43 +0200 Charlene Wendling wrote: > > > https://marc.info/?l=openbsd-ports&m=15654325765&w=2 > > As promised, here is the conversion from __sync_* to __atomic_* > functions, allowing godot to build on macppc at least, and maybe > hppa, on top of the ports-gcc

Re: [ports-gcc] Unbreak x11/qt5/qt3d

2019-08-24 Thread Jeremie Courreges-Anglas
On Sat, Aug 24 2019, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/powerpc/2019-08-09/x11/qt5/qt3d.log >> http://build-failures.rhaalovely.net/sparc64/2019-08-21/x11/qt5/qt3d.log > > There used to have more issues with gcc-4.9, but with gcc-8.3, only the > bundled assimp

Re: update: lang/ocaml-camlp5 to support upcoming OCaml 4.08

2019-08-24 Thread Brian Callahan
On 8/24/19 8:07 AM, Daniel Dickman wrote: On Aug 17, 2019, at 5:24 PM, Christopher Zimmermann wrote: Hi, this is a straightforward upgrade of camlp5 to support upcoming OCaml 4.08. OK? Looks good to me on i386 but defer to bcallah (maintainer) to ok it. Looks good to me too. I'm no lon

git: update to 2.23.0

2019-08-24 Thread Klemens Nanni
Lots of fixes and improvements, new git-switch(1) and git-restore(1): https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.23.0.txt `WANTLIB += charset' comes through The "git fast-export/import" pair has been taught to handle commits with log messages in enco

[UPDATE] geo/gpsbabel 1.4.4 -> 1.6.0

2019-08-24 Thread SASANO Takayoshi
Hello, To support GPS week rollover for CanMore GP-101 old GPS logger, we have to update GPSBabel 1.4.4 to 1.6.0. Long time have passed, ports needs to major overhaul. Here is keyboints of the diff: * patch needs to support new filename - gbser_posix.c -> gbser_posix.cc - gui/serial_unix.cp

Re: [Update] net/p5-Net-Frame-Dump : Update to 1.17

2019-08-24 Thread Andrew Hewus Fresh
On Sun, Aug 18, 2019 at 09:25:59AM +, wen heping wrote: > Hi, > > Here is a patch for net/p5-Net-Frame-Dump: >i) Update to 1.17 >ii) Add TEST_POD=yes to MAKE_ENV > > It build well and passed all tests on amd64-head system. > No other ports depends on it. > > Comments? OK? As f

Re: [Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11

2019-08-24 Thread Andrew Hewus Fresh
On Sun, Aug 18, 2019 at 11:24:20AM +, wen heping wrote: > Hi, > > Here is a patch for net/p5-Net-Frame-Layer-ICMPv6: >i) Update to 1.11 >ii) Add TEST_POD=yes to MAKE_ENV > > It build well and passed all tests on amd64-head system. > No other ports depends on it. > > Comments? O

Re: [Update] net/p5-Net-Frame-Layer-IPv6 : Update to 1.08

2019-08-24 Thread Andrew Hewus Fresh
On Sun, Aug 18, 2019 at 11:36:45AM +, wen heping wrote: > Hi, > > Here is a patch for net/p5-Net-Frame-Layer-IPv6: >i) Update to 1.08 >ii) Add TEST_POD=yes to MAKE_ENV > > It build well and passed all tests on amd64-head system. > No other ports depends on it. > > Comments? OK?

Re: Move opensmptd filters to libexec/smtpd

2019-08-24 Thread Martijn van Duren
On 8/24/19 10:39 AM, Stuart Henderson wrote: > On 2019/08/24 10:02, Gilles Chehade wrote: >> On Sat, Aug 24, 2019 at 06:49:59AM +0200, Martijn van Duren wrote: >>> On 8/24/19 6:07 AM, Martijn van Duren wrote: Briefly discussed with gilles@. I would like to move the filters to libexec

Re: [Update] textproc/p5-LaTeXML : Update to 0.8.4

2019-08-24 Thread Andrew Hewus Fresh
On Sun, Jul 28, 2019 at 03:21:26AM +, wen heping wrote: > Hi, > > Here is a patch for textproc/p5-LaTeXML to update to 0.8.4 > It build well and passed all tests on amd64-head system. > No other ports depends on textproc/p5-LaTeXML. > > Comments? OK? > wen With a few minor change

Re: [NEW] mail/opensmtpd-filter-dkim

2019-08-24 Thread Martijn van Duren
On 8/24/19 12:20 PM, Stuart Henderson wrote: > On 2019/08/24 11:52, Antoine Jacoutot wrote: >> On Sat, Aug 24, 2019 at 09:42:10AM +0100, Stuart Henderson wrote: >>> On 2019/08/24 06:37, Martijn van Duren wrote: $ cat pkg/DESCR filter-dkim is an opensmtpd filter that signs email with a dk

Re: [NEW] devel/p5-CLI-Framework

2019-08-24 Thread Andrew Hewus Fresh
On Thu, Jul 25, 2019 at 10:43:03AM -0700, Peter Ezetta wrote: > Hello ports@, > > Attached is a new port for p5-CLI-Framework. This port requires > devel/p5-Exception-Class-TryCatch, which I submitted the other day. > > CLI::Framework ("CLIF") provides a framework and conceptual pattern for > bui

hardcoded gcc/g++: plan9/{drawterm,plan9port} lang/{libv8,nim,unicon}

2019-08-24 Thread Stuart Henderson
These ports have hardcoded uses of gcc/g++ and need changing to use either "cc"/"c++" or preferably "${CC}"/"${CXX}" from the environment (some of them have had some uses fixed in the past, but there are remaining cases). They'll soon be marked BROKEN on i386 if not fixed. > lang/libv8: GYP_GENER

Re: [new] py-rfc6555

2019-08-24 Thread Stuart Henderson
On 2019/08/23 09:34, Kurt Mosiejczuk wrote: > On Fri, Aug 23, 2019 at 08:00:55AM +0200, Remi Locherer wrote: > > On Thu, Aug 22, 2019 at 06:31:28PM -0400, Kurt Mosiejczuk wrote: > > > > Here's a different version with a python3 flavor. Hopefully OfflineIMAP > > > will finish their move to python 3

Re: [Update] converters/py-html2text : Update to 2019.8.11

2019-08-24 Thread Stuart Henderson
On 2019/08/18 11:37, Kurt Mosiejczuk wrote: > On Sun, Aug 18, 2019 at 01:58:30AM +, wen heping wrote: > > > Hi, ports@: > > > Here is a patch for converters/py-html2text: i)update to 2019.8.11 > > ii) define NO_TEST=yes. Now py-html2text use tox to do regression > > tests, so I mark NO_TEST

[update] OfflineIMAP v7.3.0

2019-08-24 Thread Remi Locherer
Hi, The OfflineIMAP project released version 7.3.0 a few days ago. The main changes are: - Because the imalib2 project is discontinued OfflineIMAP started maintaining its own version. - Support for Happy Eyeballs was added (RFC 6555) Changelog: http://www.offlineimap.org/doc/Changelog.html#of

Re: [Update] PostgreSQL allow -D in rc.conf.local

2019-08-24 Thread Stuart Henderson
On 2019/08/18 08:51, Antoine Jacoutot wrote: > On Sat, Aug 17, 2019 at 10:55:11PM +0200, Adam Wolk wrote: > > Hi ports@, > > > > I'm attaching a small diff to allow picking a different postgresql > > cluster (the directory you create with initdb) location within > > /etc/rc.conf.local. > > > > W

Re: [Update] PostgreSQL allow -D in rc.conf.local

2019-08-24 Thread Pierre-Emmanuel André
Looks good for me. Ok pea@ Thank you Le 24 août 2019 22:54:41 GMT+02:00, Stuart Henderson a écrit : >On 2019/08/18 08:51, Antoine Jacoutot wrote: >> On Sat, Aug 17, 2019 at 10:55:11PM +0200, Adam Wolk wrote: >> > Hi ports@, >> > >> > I'm attaching a small diff to allow picking a different pos