Re: import python 3.7

2018-09-11 Thread Daniel Jakots
On Sat, 8 Sep 2018 14:28:06 -0400, Daniel Jakots wrote: > Does the test suite work for you? In my case it seems it never ends > with "running: test_asyncio (2 min 52 sec)" until I ^c. If people > have the same, I'll add TEST_IS_INTERACTIVE=Yes I looked into it and didn't find any solution. It ha

Re: fix archivers/innoextract with newer libc++

2018-09-11 Thread Stuart Henderson
On 2018/09/11 15:05, Stuart Henderson wrote: > innoextract fails with the WIP update of libc++. innoextract builds > with -std=c++17 if available, but it uses boost - the boost version we > have in-tree uses auto_ptr, which was removed from c++17. > > I think time is a bit tight to deal with a boo

Re: fix openttd/supertux with newer libc++

2018-09-11 Thread Stuart Henderson
On 2018/09/11 14:07, Stuart Henderson wrote: > FreeBSD have this commit to their openttd port: > > : Update of LLVM components in -head to version 5.0.0 apparently had broken > : OpenTTD due to a conflict of ``type'' being defined (differently) and used > : in both libc++ and the game itself: > :

Re: fix openttd/supertux with newer libc++

2018-09-11 Thread Pascal Stumpf
On Tue, 11 Sep 2018 14:07:04 +0100, Stuart Henderson wrote: > FreeBSD have this commit to their openttd port: > > : Update of LLVM components in -head to version 5.0.0 apparently had broken > : OpenTTD due to a conflict of ``type'' being defined (differently) and used > : in both libc++ and the ga

fix archivers/innoextract with newer libc++

2018-09-11 Thread Stuart Henderson
innoextract fails with the WIP update of libc++. innoextract builds with -std=c++17 if available, but it uses boost - the boost version we have in-tree uses auto_ptr, which was removed from c++17. I think time is a bit tight to deal with a boost update pre-release so this works around for now. OK

Re: Dovecot and dovecot-pigeonhole upgrade to 2.3.2

2018-09-11 Thread Renaud Allard
On 09/11/2018 02:10 PM, Brad Smith wrote: On 9/11/2018 1:57 AM, Renaud Allard wrote: Hello, As you may have heard dovecot 2.2 is now EOL (https://www.mail-archive.com/dovecot-news@dovecot.org/msg00341.html), which means that if you run into trouble, you will have to replicate it on 2.3.

Re: Package signing best practices?

2018-09-11 Thread Marc Espie
On Tue, Sep 11, 2018 at 12:29:11PM +, Edward Lopez-Acosta wrote: > Wasn't sure if this was better posted here or in misc@, but seemed relevant > to port authors. > > Understandably package signing should be on an air gapped system, but > pkg_sign allows for passhrases on keys. However, it do

fix openttd/supertux with newer libc++

2018-09-11 Thread Stuart Henderson
FreeBSD have this commit to their openttd port: : Update of LLVM components in -head to version 5.0.0 apparently had broken : OpenTTD due to a conflict of ``type'' being defined (differently) and used : in both libc++ and the game itself: : : In file included from /usr/include/c++/v1/math.h:310

Package signing best practices?

2018-09-11 Thread Edward Lopez-Acosta
Wasn't sure if this was better posted here or in misc@, but seemed relevant to port authors. Understandably package signing should be on an air gapped system, but pkg_sign allows for passhrases on keys. However, it doesn't seem to remember the passphrase if multiple packages are provided. Even

Re: UPDATE: Nextcloud-14.0.0

2018-09-11 Thread Stuart Henderson
On 2018/09/11 09:23, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Nextcloud to 14.0.0: > > https://nextcloud.com/changelog/ > > OK? Comments? Could you add this or similar please? Index: pkg/README === RCS file: /cvs/ports

Re: NEW(ish): security/acme-client

2018-09-11 Thread Stuart Henderson
On 2018/01/15 12:16, Stuart Henderson wrote: > I generally prefer to use acme-client than the python or bash+openssl(1) > monstrosities to fetch SSL certificates, but I have some systems where > I need to use the DNS-01 challenge type which was removed from the > version in base. > > Any objection

Re: Libreoffice wrong permissions on saved file

2018-09-11 Thread Giovanni Bechis
On 09/03/18 10:16, Giovanni Bechis wrote: > Hi, > after the update to libreoffice-6.1.0.3v0 I have some issues with Libreoffice. > The first one has been spotted on a different thread (crash on pdf print), fixed in libreoffice-6.1.0.3p0v0 > the second one is the following: > If I create a new file

Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Solene Rapenne
Stuart Henderson wrote: > On 2018/09/11 07:50, Solene Rapenne wrote: > > While porting a curses software and struggling on having cmake using > > ncursesw > > and not ncurses, I've been looking at the only other port having this > > combination to find a solution, but it ended up that editors/nvi

Re: Dovecot and dovecot-pigeonhole upgrade to 2.3.2

2018-09-11 Thread Stuart Henderson
Renaud, your MTA is broken, my IP is *not* listed at dnsbl.spfbl.net: : host mail.arnor.org[91.183.56.64] said: 550 Sender's IP is listed at dnsbl.spfbl.net (in reply to RCPT TO command)

Re: Dovecot and dovecot-pigeonhole upgrade to 2.3.2

2018-09-11 Thread Renaud Allard
On 09/11/2018 11:15 AM, Stuart Henderson wrote: On 2018/09/11 07:57, Renaud Allard wrote: Hello, As you may have heard dovecot 2.2 is now EOL (https://www.mail-archive.com/dovecot-news@dovecot.org/msg00341.html), which means that if you run into trouble, you will have to replicate it on 2.3. H

Re: NEW: devel/samurai

2018-09-11 Thread Stuart Henderson
On 2018/09/10 18:13, Brian Callahan wrote: > Sorry for the noise--meant to send the diff version of this. I think that makes sense for now and doesn't change anything for the default case so doesn't need a bulk. OK sthen@. (Later I think it would be better to move setting CMAKE_MAKE_PROGRAM down

Re: Dovecot and dovecot-pigeonhole upgrade to 2.3.2

2018-09-11 Thread Stuart Henderson
On 2018/09/11 07:57, Renaud Allard wrote: > Hello, > > As you may have heard dovecot 2.2 is now EOL > (https://www.mail-archive.com/dovecot-news@dovecot.org/msg00341.html), which > means that if you run into trouble, you will have to replicate it on 2.3. > > Here are some patches for dovecot and

Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Stuart Henderson
On 2018/09/11 07:50, Solene Rapenne wrote: > While porting a curses software and struggling on having cmake using ncursesw > and not ncurses, I've been looking at the only other port having this > combination to find a solution, but it ended up that editors/nvi doesn't use > ncursesw correctly. >

Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Christian Weisgerber
Solene Rapenne: > solene@t480 /usr/ports/editors/nvi $ make port-lib-depends-check > > nvi-2.1.3p1(editors/nvi): > Missing: curses.14 (/usr/local/bin/nview) (system lib) > Extra: ncursesw.14 > WANTLIB += curses curses, ncurses, and ncursesw are just hardlinks to the same library on OpenBSD. Th

aarch64 bulk build report

2018-09-11 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Sep 1 07:25:30 MDT 2018 finished at Tue Sep 11 01:33:56 MDT 2018 lasted 10D11h08m done with kern.version=OpenBSD 6.4-beta (GENERIC.MP) #162: Fri Aug 31 12:49:24 MDT 2018 built packages:8293 Sep 1:5163 Sep 9:3129 Sep 10:4622 Sep 11:196 build