[UPDATE] Awesome WM 4.2 -> 4.3

2019-10-10 Thread Enric Caussa Morales
Hi again ports@, I have updated the Makefile for the Awesome WM port. For those who don't know what it is, Awesome WM is a window manager that is configurable and scriptable with the Lua language. It's very flexible and lightweight on resources. The 4.3 version comes with a huge number of

Re: nvi problems with '|' in exrc

2019-10-10 Thread adr
A quick check confirms that '|' also works as a command separator in exrc, so it's not clear to me if there is an actual bug or if you are fighting against a poorly documented feature. Hi, this is some kind of feature of nvi. You can take a look at the sources. Apart of the traditional command

Re: nvi problems with '|' in exrc

2019-10-10 Thread Christian Weisgerber
On 2019-10-10, adr wrote: > I found that '|' can't be used in exrc files, unless a 0x16 precedes > it. This is what the code does in seq.c. The problem is in both > editors/nvi and base. I have the vaguest memory that '|' might be special in exrc... In my mutt configuration, I call vi with

Re: nvi problems with '|' in exrc

2019-10-10 Thread adr
I forgot to update the length of the new string. $OpenBSD$ Index: ex/ex_source.c --- ex/ex_source.c.orig +++ ex/ex_source.c @@ -38,8 +38,8 @@ int ex_source(SCR *sp, EXCMD *cmdp) { struct stat sb; - int fd, len; - char *bp; + int fd, len,

nvi problems with '|' in exrc

2019-10-10 Thread adr
I found that '|' can't be used in exrc files, unless a 0x16 precedes it. This is what the code does in seq.c. The problem is in both editors/nvi and base. This is a dirty hack if someone is interested. It's for editors/nvi, but for base would be almost identical. adr

Re: warning while updating Nextcloud

2019-10-10 Thread Stuart Henderson
On 2019/10/10 18:31, Giovanni Bechis wrote: > While updating nextcloud on i386 I have this warning: > > nextcloud-16.0.5:php+php-bz2+php-curl+php-gd+php-intl+php-pdo_sqlite+php-zip-7.3.9->7.3.10: > ok > nextcloud-16.0.5:pecl73-imagick-3.4.4->3.4.4: ok >

Re: Troubles with Bro

2019-10-10 Thread Predrag Punosevac
"dan (ddp)" wrote: > On Wed, Oct 9, 2019 at 2:06 PM Predrag Punosevac > wrote: > > > > Hi Ports, > > > > I am fully aware that this is very late in a release cycle so hopefully > > this works as expected on 6.6 which I didn't test > > > > iris# uname -a > > OpenBSD iris.int.autonsys.com 6.5

Re: warning while updating Nextcloud

2019-10-10 Thread Giovanni Bechis
On Thu, Oct 10, 2019 at 06:31:15PM +0200, Giovanni Bechis wrote: > While updating nextcloud on i386 I have this warning: > > nextcloud-16.0.5:php+php-bz2+php-curl+php-gd+php-intl+php-pdo_sqlite+php-zip-7.3.9->7.3.10: > ok > nextcloud-16.0.5:pecl73-imagick-3.4.4->3.4.4: ok >

warning while updating Nextcloud

2019-10-10 Thread Giovanni Bechis
While updating nextcloud on i386 I have this warning: nextcloud-16.0.5:php+php-bz2+php-curl+php-gd+php-intl+php-pdo_sqlite+php-zip-7.3.9->7.3.10: ok nextcloud-16.0.5:pecl73-imagick-3.4.4->3.4.4: ok nextcloud-16.0.5:pecl73-redis-5.0.2->5.0.2: ok File /var/www/nextcloud/config/CAN_INSTALL does not

Re: [NEW] Notmuch 0.29.1

2019-10-10 Thread Enric Morales
Hi ports@, the attached tarball updates the work-in-progress port to upstream notmuch 0.29.1. The notmuch project fixed some build-related issues, fixed bugs and improved the Emacs bindings, now distribute signed sha sums among other changes. See [1] for a detailed list of changes. I've dropped

Re: Troubles with Bro

2019-10-10 Thread dan (ddp)
On Wed, Oct 9, 2019 at 2:06 PM Predrag Punosevac wrote: > > Hi Ports, > > I am fully aware that this is very late in a release cycle so hopefully > this works as expected on 6.6 which I didn't test > > iris# uname -a > OpenBSD iris.int.autonsys.com 6.5 GENERIC.MP#5 amd64 > iris# syspatch -l >

Re: [ports-gcc] Unbreak geo/gpsbabel

2019-10-10 Thread Stuart Henderson
OK for post-6.6. On 2019/10/10 11:30, Charlene Wendling wrote: > On Thu, 10 Oct 2019 09:17:33 +0300 > Kirill Bychkov wrote: > > > On Thu, October 10, 2019 02:55, Charlene Wendling wrote: > > > Hi, > > > > > > I was trying to build qt5^W geo/qlandkartegt with naddy's latest > > > fix on macppc,

Re: [ports-gcc] Unbreak geo/gpsbabel

2019-10-10 Thread Charlene Wendling
On Thu, 10 Oct 2019 09:17:33 +0300 Kirill Bychkov wrote: > On Thu, October 10, 2019 02:55, Charlene Wendling wrote: > > Hi, > > > > I was trying to build qt5^W geo/qlandkartegt with naddy's latest > > fix on macppc, but i hit that: > > > >>

Re: [ports-gcc] Unbreak geo/gpsbabel

2019-10-10 Thread Kirill Bychkov
On Thu, October 10, 2019 02:55, Charlene Wendling wrote: > Hi, > > I was trying to build qt5^W geo/qlandkartegt with naddy's latest fix on > macppc, but i hit that: > >> http://build-failures.rhaalovely.net//sparc64/2019-10-06/geo/gpsbabel.log >>