回复: [NEW] devel/p5-Ref-Util and devel/p5-Ref-Util-XS (again)

2019-05-08 Thread wen heping
Hi, The new patch add openbsd tag in PLIST and add WANTLIB in Makefile. Comments? wen 发件人: Charlene Wendling 发送时间: 2019年5月8日 17:05 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW] devel/p5-Ref-Util and devel/p5-Ref-Util-XS (again) On Wed, 8 May 2019

go: Attempting to build beehive on OpenBSD-CURRENT amd64

2019-05-08 Thread J Sisson
Hey Ports, With go-1.12.4 in OpenBSD-CURRENT/amd64, I'm running across some undefined symbols, and wanted to see if this is expected/known behavior: test$ git clone https://github.com/muesli/beehive.git test$ cd beehive test$ gmake # github.com/guelfey/go.dbus ../go/pkg/mod/github.com/guelfey/go

Re: update print/poppler (again)

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Jeremie Courreges-Anglas wrote: > On Wed, May 08 2019, Matthias Kilian wrote: >> And another one, as allways for early testers (before my slow build >> machine has finished the build). >> >> From the release notes (I think we want especially the qt5 one, because >> that's a !

Make portgen(1) complain about uppercase COMMENT

2019-05-08 Thread Andrew Hewus Fresh
So while this patch *does* make portgen complain about uppercase comments, what it really does is provide a way to complain about things at the end of the output instead of mixed into the middle. I do wonder if it would be better to capture the output and make the whole thing quieter, but even the

[UPDATE] Tor Browser 8.0.9

2019-05-08 Thread attila
Hi ports@, Attached is an update to Tor Browser 8.0.9, released to deal with the certificate expiration fiasco that affected most of the Mozillan world. Please read the TPO blog post on the subject if you had your NoScript extension disabled in Tor Browser:

Re: update print/poppler (again)

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Matthias Kilian wrote: > And another one, as allways for early testers (before my slow build > machine has finished the build). > > From the release notes (I think we want especially the qt5 one, because > that's a != 0 vs. != -1 diff): > > core: > * Make the mul tables be ca

Re: Update MariaDB from 10.0.33 to 10.2.10

2019-05-08 Thread Jeremie Courreges-Anglas
On Fri, May 03 2019, Jeremie Courreges-Anglas wrote: [...] > Looks like my online diff was mangled, here's another try. As discussed > with sthen yesterday, two errors so far, they should be easy to fix: > > databases/ruby-mysql,ruby25: mysql.c:281: error: 'MYSQL' has no member > named 'reco

[MAINTAINER UPDATE] www/p5-CGI to 4.43

2019-05-08 Thread Andrew Hewus Fresh
For a module I thought was dead there sure are a lot of releases. Now supports the PATCH method and unquoted multipart/form-data name values. Other than that it seems to be build and documentation changes. https://metacpan.org/changes/distribution/CGI There are several reverse dependencies, but

[UPDATE] converters/p5-DateManip to 6.76

2019-05-08 Thread Andrew Hewus Fresh
Found another update while working on some other module updates. A fair number of changes here, mostly a whole bunch of tzdata updates, bugfixes, and some speed improvements. There are a few things that were deprecated, although it doesn't seem like a fatal problem until 7.00 is out, but with tha

Re: pre [UPDATE] net/arping et net/libnet

2019-05-08 Thread Stuart Henderson
On 2019/05/08 17:00, sven falempin wrote: > ( tab less diff !! warning ) > Shall wait for merge and cleaning from a better port maintainer Really...

update print/poppler (again)

2019-05-08 Thread Matthias Kilian
And another one, as allways for early testers (before my slow build machine has finished the build). >From the release notes (I think we want especially the qt5 one, because that's a != 0 vs. != -1 diff): core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix co

Re: Remove databases/mysqlcc?

2019-05-08 Thread Stuart Henderson
On 2019/05/08 16:30, Jeremie Courreges-Anglas wrote: > > mysqlcc will be broken when we update to mariadb-10.2.3+. > > First problem: it errors out if it cannot find libmysqlclient.a, no > longer shipped (by default?) in recent versions. A small but ugly patch > to ./configure solves this. > >

pre [UPDATE] net/arping et net/libnet

2019-05-08 Thread sven falempin
Dear Users, Using arping on a device with 8 em interfaces, I noticed the program was unable to autoselect the output interface when some interface are down. ktrace help me track down the problem to libnet. Libnet is moving around and 1.2 rc3 is in sourceforge and code in GitHub : https://github.

Remove databases/mysqlcc?

2019-05-08 Thread Jeremie Courreges-Anglas
mysqlcc will be broken when we update to mariadb-10.2.3+. First problem: it errors out if it cannot find libmysqlclient.a, no longer shipped (by default?) in recent versions. A small but ugly patch to ./configure solves this. Second problem: it includes headers that aren't supposed to be used

Re: FIX www/py-tornado

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Kurt Mosiejczuk wrote: > On Wed, May 08, 2019 at 09:13:01PM +0200, Bj??rn Ketelaars wrote: >> The recent update of py-tornado [0] seems to rely on py-futures, which is >> currently listed in Makefile as TEST_DEPENDS. > > [...] > >> I grepped the source code of py-tornado and n

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Tracey Emery
On Wed, May 08, 2019 at 06:20:32PM +0100, Stuart Henderson wrote: > On 2019/05/08 08:28, Tracey Emery wrote: > > > > Stuart, upon further examination, the PLIST is missing @newgroup and > > @newuser as > > well. Please advise. > > Oh, good point. To set that up you'll need @newgroup/@newuser lin

FIX www/py-tornado

2019-05-08 Thread Björn Ketelaars
The recent update of py-tornado [0] seems to rely on py-futures, which is currently listed in Makefile as TEST_DEPENDS. Issue has been found as spyder errors out upon start with: Traceback (most recent call last): File "/usr/local/bin/spyder", line 6, in from pkg_resources import load_entr

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Brian Callahan wrote: > On 5/8/19 1:30 PM, Brian Callahan wrote: >> >> >> On 5/8/19 1:25 PM, Steven Mestdagh wrote: >>> Brian Callahan [2019-05-08, 00:42:02]: Hi ports -- Attached are two diffs. The first turns on flang support in the fortran module. This h

untangling some bsd.port.mk permissions

2019-05-08 Thread Marc Espie
In a few places, bsd.port.mk does doas /usr/bin/env -i ${_TERM_ENV} TRUSTED_PKG_PATH=... /usr/sbin/pkg_add On the one hand, env allows virtually everything to execute; on the other hand, swapping things around means keepenv has to be used correctly. Looking closer at the actual usage pattern, the

[update] productivity/khard

2019-05-08 Thread Paco Esteban
Hi ports@, Here's a diff to update khard to its latest version 0.13.0 Directly from changelog: v0.13.0: 2018-12-25 - New action postaddress: lists all postal (addresses analog to email and phone actions, #196) - New zsh completion function for email addresses - New config variables for the conta

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Brian Callahan
On 5/8/19 1:30 PM, Brian Callahan wrote: On 5/8/19 1:25 PM, Steven Mestdagh wrote: Brian Callahan [2019-05-08, 00:42:02]: Hi ports -- Attached are two diffs. The first turns on flang support in the fortran module. This has been brought up before but stalled. It is now necessary for R to b

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Brian Callahan
On 5/8/19 1:25 PM, Steven Mestdagh wrote: Brian Callahan [2019-05-08, 00:42:02]: Hi ports -- Attached are two diffs. The first turns on flang support in the fortran module. This has been brought up before but stalled. It is now necessary for R to build on arm64. The second uses flang as the

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Stuart Henderson
On 2019/05/08 10:46, Tracey Emery wrote: > @sample won't overwrite existing configs in /etc. Also, the example is just an > example. People should read `man thingsd.conf` if they are confused to change > the NIC interface. I don't know, perhaps the sample is too exhaustive. Also, > the > interface

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Steven Mestdagh
Brian Callahan [2019-05-08, 00:42:02]: > Hi ports -- > > Attached are two diffs. The first turns on flang support in the fortran > module. This has been brought up before but stalled. It is now necessary for > R to build on arm64. The second uses flang as the Fortran compiler on arm64 > when build

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Stuart Henderson
On 2019/05/08 08:28, Tracey Emery wrote: > > Stuart, upon further examination, the PLIST is missing @newgroup and @newuser > as > well. Please advise. Oh, good point. To set that up you'll need @newgroup/@newuser lines in the PLIST (use the next numbers up in /usr/ports/infrastructure/db/user.li

Remove devel/mysql++ ?

2019-05-08 Thread Jeremie Courreges-Anglas
Hi, devel/mysql++ breaks with a wip update to mariadb-10.2.3. --8<-- /usr/ports/pobj/mysql++-3.2.3/mysql++-3.2.3/bk-deps c++ -c -o mysqlpp_field_names.o -I. -I/usr/local/include/mysql -fPIC -DPIC -O2 -pipe ./lib/field_names.cpp In file included from ./lib/field_names.cpp:28: In file includ

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Tracey Emery
@sample won't overwrite existing configs in /etc. Also, the example is just an example. People should read `man thingsd.conf` if they are confused to change the NIC interface. I don't know, perhaps the sample is too exhaustive. Also, the interface can be completely removed to listen on all interfac

Re: [new] sysutils/gitlab-runner

2019-05-08 Thread Aaron Bieber
On Wed, 08 May 2019 at 09:41:34 -0600, Aaron Bieber wrote: > Hola! > > Here is a port of GitLab's CI/CD runner: > Information for inst:gitlab-runner-11.10.1 > > Comment: > CI/CD job runner for GitLab > > Description: > GitLab Runner is the open source project that is used to run your j

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Ampie Niemand
Stephen / Tracey; Maybe it just needs a 'notice' after the port installation is done. I'm just wary of this instruction in the porters manual: Note: make sure host-dependent files go in /etc or /etc/, but NEVER REPLACE OR MODIFY existing files in /etc. Best to have install place them in /usr/local

Re: [New][CAD] Solvespace, a 2D/3D parametric CAD designer

2019-05-08 Thread Neon King
hi ports@ my port tree wasn't up to date ... i had put again png16 instead of png in WANTLIBS but bcallah@ was right here is a version updated that could be probably be imported BR, Jerome solvespace-2.3.20190501 Description: Binary data

Re: UPDATE: productivity/mcds

2019-05-08 Thread Jeremie Courreges-Anglas
On Tue, May 07 2019, Timothy Brown wrote: > Hi all, > > Here's an update to productivity/mcds > Notable changes are: > - Ability to use a GPG encrypted password file. > This can be turned off with a no_gpgme flavor. > - Uses pledge() and unveil() if available. > - Updated manpage (thanks Stephen

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Brian Callahan wrote: > On 5/8/19 10:43 AM, Jeremie Courreges-Anglas wrote: >> On Wed, May 08 2019, Brian Callahan wrote: >>> Hi ports -- >>> >>> Attached are two diffs. The first turns on flang support in the fortran >>> module. This has been brought up before but stalled. I

Re: [UPDATE] devel/p5-Test-Inter to 1.09

2019-05-08 Thread Charlene Wendling
On Wed, 8 May 2019 08:28:11 -0700 Andrew Hewus Fresh wrote: > Another minor update that came up while I was working on something > else. > > Mostly just test improvements (which is good for a module built for > writing tests), although it also has a few improvements to make it > easier to use. >

[new] sysutils/gitlab-runner

2019-05-08 Thread Aaron Bieber
Hola! Here is a port of GitLab's CI/CD runner: Information for inst:gitlab-runner-11.10.1 Comment: CI/CD job runner for GitLab Description: GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLa

[UPDATE] devel/p5-Test-Inter to 1.09

2019-05-08 Thread Andrew Hewus Fresh
Another minor update that came up while I was working on something else. Mostly just test improvements (which is good for a module built for writing tests), although it also has a few improvements to make it easier to use. https://metacpan.org/changes/distribution/Test-Inter Comments, OK? Index

[UPDATE] mail/p5-Email-MessageID to 1.406

2019-05-08 Thread Andrew Hewus Fresh
Another update noticed when updating other things, the big one for us is no longer requiring Email::Address, but it also has other improvements. The removal of the dependency is the reason for the new directory in the PLIST. https://metacpan.org/changes/distribution/Email-MessageID Comments, OK?

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Brian Callahan
On 5/8/19 10:43 AM, Jeremie Courreges-Anglas wrote: On Wed, May 08 2019, Brian Callahan wrote: Hi ports -- Attached are two diffs. The first turns on flang support in the fortran module. This has been brought up before but stalled. It is now necessary for R to build on arm64. The second use

Re: Enable flang in fortran module and use it to enable R on arm64

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Brian Callahan wrote: > Hi ports -- > > Attached are two diffs. The first turns on flang support in the fortran > module. This has been brought up before but stalled. It is now necessary > for R to build on arm64. The second uses flang as the Fortran compiler > on arm64 when b

[UPDATE] mail/p5-Email-MIME-ContentType to 1.022

2019-05-08 Thread Andrew Fresh
Noticed this update while working on other things. The module adds parsing of Content-Disposition headers plus many other improvements, the port is just a simple update, although I did adjust the DESCR to mention the new header and TEST_DEPENDS are reduced do to the test improvements. https://met

Re: UPDATE www/jupyter-notebook

2019-05-08 Thread Björn Ketelaars
On Mon 06/05/2019 05:32, Björn Ketelaars wrote: > Enclosed diff brings jupyter-notebook to the latest version (5.7.0). > Quite a few changes have been made between 5.0.0 (which is in ports) and > 5.7.0. Changelog can be found at > https://github.com/jupyter/notebook/releases > > 'make test' runs s

Re: [FIX] cad/netgen on sparc64

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Jeremie Courreges-Anglas wrote: > On Mon, May 06 2019, Jeremie Courreges-Anglas wrote: > > [...] > >> One serious issue, straight from the 80's, is the lack of feature >> detection for lots of stuff, leading to ugly #ifdefs. For example, >> using gcc -std=gnu89, the only war

Re: [FIX] cad/netgen on sparc64

2019-05-08 Thread Jeremie Courreges-Anglas
On Mon, May 06 2019, Jeremie Courreges-Anglas wrote: [...] > One serious issue, straight from the 80's, is the lack of feature > detection for lots of stuff, leading to ugly #ifdefs. For example, > using gcc -std=gnu89, the only warning you get is: > > timing.c:103: warning: passing argument

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Tracey Emery
On Wed, May 08, 2019 at 08:25:20AM -0600, Tracey Emery wrote: > On Wed, May 08, 2019 at 03:19:40PM +0100, Stuart Henderson wrote: > > On 2019/05/08 07:52, Tracey Emery wrote: > > > Stuart is absolutely right. I missed adding the @sample line to this > > > port. I > > > missed it during all the cha

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Tracey Emery
On Wed, May 08, 2019 at 03:19:40PM +0100, Stuart Henderson wrote: > On 2019/05/08 07:52, Tracey Emery wrote: > > Stuart is absolutely right. I missed adding the @sample line to this port. I > > missed it during all the change-over. Apologies. > > > > Attached is a fixed version, including the miss

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Stuart Henderson
On 2019/05/08 07:52, Tracey Emery wrote: > Stuart is absolutely right. I missed adding the @sample line to this port. I > missed it during all the change-over. Apologies. > > Attached is a fixed version, including the missed # uses in the Makefile. I > say > "fixed" losely, because I probably scr

Re: [FIX] cad/netgen on sparc64

2019-05-08 Thread Jeremie Courreges-Anglas
On Wed, May 08 2019, Alessandro DE LAURENZIS wrote: > Hello Jeremie, > > thanks for the time you spent to look into this. > > On 06/05/2019 16:34, Jeremie Courreges-Anglas wrote: > [...] >> gcc errors out because for ANSI C, C++ comments are an extension >> disabled by -std=c89. To enable extensi

Re: [NEW] net/thingsd 2.7.0

2019-05-08 Thread Tracey Emery
Stuart is absolutely right. I missed adding the @sample line to this port. I missed it during all the change-over. Apologies. Attached is a fixed version, including the missed # uses in the Makefile. I say "fixed" losely, because I probably screwed something else up during the "fix!" :D Tracey O

[update] www/py-httpie

2019-05-08 Thread Paco Esteban
Hi ports@, Here's a diff to update www/py-httpie to its latest version 1.0.2 Changes since the actual version on ports (0.9.8) are: * Fixed tests for installation with pyOpenSSL. * Removed external URL calls from tests. * Added --style=auto which follows the terminal ANSI color styles. * Added su

回复: 回复: [Update] www/p5-HTTP-Headers-Fast : update to 0.21

2019-05-08 Thread wen heping
Hi, I attached new patch for www/p5-HTTP-Headers-Fast, this time : 1) Update to 0.22 2) create new patch after previous maintainer drop his maintainership 3) Update TEST_DEPENDS 4) Change CONFIGURE_STYLE to "modbuild tiny" With p5-HTTP-Headers-Fast-0.22, the 2 ports depe

Re: [NEW] devel/p5-Ref-Util and devel/p5-Ref-Util-XS (again)

2019-05-08 Thread Charlene Wendling
On Wed, 8 May 2019 00:58:25 + wen heping wrote: > Hi: > > Here is a patch for create new port devel/p5-Ref-Util and > devel/p5-Ref-Util-XS , both are needed by the future update of > www/p5-Dancer2. It build and pass all the tests on my amd64 system on > OpenBSD-current. > > I subm

Re: 回复: [Update] www/p5-HTTP-Headers-Fast : update to 0.21

2019-05-08 Thread Charlene Wendling
On Wed, 8 May 2019 01:26:35 + wen heping wrote: > ping ... > > 发件人: Stuart Henderson > 发送时间: 2019年2月25日 19:51 > 收件人: wen heping > 抄送: ports@openbsd.org; Cesare Gargano > 主题: Re: [Update] www/p5-HTTP-Headers-Fast : update to 0.21 > > Adding maintainer to CC.

Re: 回复: [NEW]devel/p5-File-Share

2019-05-08 Thread Charlene Wendling
Hi Wen, You forgot to attach the tarball so i reattach it for reference (it has no gzip compression, unlike the extension says) On Wed, 8 May 2019 01:15:52 + wen heping wrote: > ping ... > > 发件人: owner-po...@openbsd.org 代表 wen > heping 发送时间: 2019年2月22日 16:

new: import productivity/tryton/5.2 branch

2019-05-08 Thread Sebastien Marie
Hi, I would like to import the 5.2 branch of tryton, which was just released. The attached tarball contains 91 individual ports. I didn't expect someone to look at all of them :), but at least at trytond, tryton and one or two modules (all modules are done the same way). Announce: https://discus

[Update] astro/py-astral: update to 1.10.1

2019-05-08 Thread wen heping
Hi, Here is a patch to update astro/py-astral to 1.10.1. It build well and passed all tests but only one failed because "Google require an API Key ..". Comments ? wen Index: Makefile === RCS file: /cvs/ports/astro/py-a

Re: audio/radiotray

2019-05-08 Thread Fred
If people find it useful I'm happy to continue to maintain it. Cheers Fred On 5/8/19 6:54 AM, Alessandro De Laurenzis wrote: Hello Fred, FWIW, I use it. Il 6 maggio 2019 21:39:28 CEST, Fred ha scritto: Hi ports@, I'm the maintainer of audio/radiotray - it still works - but it is

update: www/py-genshi 0.7.2

2019-05-08 Thread Sebastien Marie
Hi, Here a diff to update py-genshi from 0.7 to 0.7.2 The new version includes a change for py3.7 compatibility, and it unbreaks the testsuite on tryton edocument_uncefact module. It permits to drop patches from debian. While here, switch HOMEPAGE to https. Please note that the speedups option

Re: NEW: print/sigil

2019-05-08 Thread Anthony J. Bentley
Ampie Niemand writes: > Were you able to open epub3 books? I wasn't able to, only .epub would open. It will open epub3 files, but they need to be named with a .epub extension.