UPDATE: x11/enlightenment (E16)

2021-01-20 Thread Ingo Feinerer
Hi, this updates x11/enlightenment to 1.0.22. All patches are now included in upstream, so delete them and simplify the Makefile. OK? Best regards, Ingo Index: Makefile === RCS file: /cvs/ports/x11/enlightenment/Makefile,v retrievi

Re: [new] sysutils/lf a terminal file manager

2021-01-20 Thread Chang, Chu-Kuan
Rewrite port with you guys' suggestion. So if I were to update the port, I should rerun portgen(1) then merge MODGO_* variables into new port? OK? Many thanks. On 21/01/20 07:48PM, Stuart Henderson wrote: > On 2021/01/20 19:41, Paco Esteban wrote: > > Now with 100% more ports attached ! > > > >

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-20 Thread Bjorn Ketelaars
On Wed 20/01/2021 21:42, Jeremie Courreges-Anglas wrote: > On Wed, Jan 20 2021, Bjorn Ketelaars wrote: > > (Maintainer timeout) > > > > ocaml is currently a RDEP for all ports that are build with it. This is > > unnecessary for a couple of them, i.e. net/unison. > > As far as I know, programs wri

[update] lang/go to 1.15.7

2021-01-20 Thread Aaron Bieber
Hi, Here is an update to Go that addresses some recent security issues: https://groups.google.com/g/golang-announce/c/mperVMGa98w/m/yo5W5wnvAAAJ Tests on amd64, arm64 and i386 all pass successfully (still waiting on armv7 to finish :P). I have also run a mini-bulk for amd64, i386. amd64 went o

Re: help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
On 1/20/21 1:10 PM, Stuart Henderson wrote: > On 2021/01/20 12:34, Aisha Tammy wrote: >>   I've been trying to get e2fsprogs to latest 1.4.6 but am >> running into a bunch of errors with loff_t not defined errors >> >> Reason for updating, I'm try to build 389-ds-base (ldap server) >> in OpenBSD wh

UPDATE: Boost 1.72

2021-01-20 Thread Brad Smith
Here is an update to Boost 1.72. Took a bit more digging. After a bit of adjustments and with debugging messages turned on in one step, hinting that user-config.jam was being created in the wrong spot, I was able to get the build to use the proper compiler in the various configure and build steps.

Re: 回复: 回复: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-20 Thread Daniel Dickman
On Wed, 20 Jan 2021, wen heping wrote: > It was caused by there is missing DEPENDS of attr in geo/py-rasterio, I shall > submit > the patch just now. > > wen > I committed the update to py-rasterio. For pygeoapi I changed the RDEP on py-rasterio to depend on version 1.1.8p1 or later to ma

[PATCH] geo/py-rasterio : Add missing DEPENDS

2021-01-20 Thread wen heping
Hi, Here is a patch for geo/py-rasterio to add missing RUN_DEPEND devel/py-attrs. It should fix the run error when import rasterio. wen Index: Makefile === RCS file: /cvs/ports/geo/py-rasterio/Makefile,v retrieving revision 1.15 d

回复: 回复: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-20 Thread wen heping
It was caused by there is missing DEPENDS of attr in geo/py-rasterio, I shall submit the patch just now. wen 发件人: Daniel Dickman 发送时间: 2021年1月21日 6:11 收件人: wen heping 抄送: Daniel Dickman ; Landry Breuil ; ports@openbsd.org 主题: Re: 回复: [Update] geo/pygeoapi : Up

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Jeremie Courreges-Anglas
On Tue, Jan 19 2021, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > As often '-Wl,--as-needed' causes undefined reference errors with > ld.bfd. Surprisingly

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
On Wed, 20 Jan 2021 22:24:45 +0100 Janne Johansson wrote: > Here, > > http://c66.it.su.se:8080/obsd/LastTest.log Thanks! I was watching upstream bug reports and it's not the first time they have similar issues with that test. I'm not sure if the right course of action is to undef FMT_USE_INT128

Re: 回复: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-20 Thread Daniel Dickman
On Wed, 20 Jan 2021, wen heping wrote: > Revised patch, now add py-dateutil as DEPENDS and remove the trailing > whitespace in DESCR. > Currently we could not do the test, because serveral new ports, include > py-pyld, py-xarray...etc, > should be created for the test. > > wen > > I tried

help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
Hi,   I've been trying to get e2fsprogs to latest 1.4.6 but am running into a bunch of errors with loff_t not defined errors Reason for updating, I'm try to build 389-ds-base (ldap server) in OpenBSD which needs the newer version of e2fsprogs for some functions. Also seems like this package has n

Re: help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
On 1/20/21 12:34 PM, Aisha Tammy wrote: > Hi, >   I've been trying to get e2fsprogs to latest 1.4.6 but am > running into a bunch of errors with loff_t not defined errors > Sorry I meant 1.45.6 > Reason for updating, I'm try to build 389-ds-base (ldap server) > in OpenBSD which needs the newer ve

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Here, http://c66.it.su.se:8080/obsd/LastTest.log Den ons 20 jan. 2021 kl 18:49 skrev Charlene Wendling : > > On Wed, 20 Jan 2021 18:25:22 +0100 > Janne Johansson wrote: > > > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > > : > > > > http://build-failures.rhaalovely.net/mips64/2021-01-1

Re: [update] haproxy to 2.3.4 (latest stable)

2021-01-20 Thread Aisha Tammy
On 1/19/21 1:18 PM, Daniel Jakots wrote: > On Tue, 19 Jan 2021 10:58:24 -0500, Aisha Tammy > wrote: > >> On 1/18/21 2:00 PM, Stuart Henderson wrote: >>> On 2021/01/18 13:15, Aisha Tammy wrote: Hi,   I've attached update for haproxy. >>> >>> Probably best talk to maintainer, some peo

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-20 Thread Jeremie Courreges-Anglas
On Wed, Jan 20 2021, Bjorn Ketelaars wrote: > (Maintainer timeout) > > ocaml is currently a RDEP for all ports that are build with it. This is > unnecessary for a couple of them, i.e. net/unison. As far as I know, programs written in OCaml should run without the OCaml runtime installed on ${OCAML

Re: [new] sysutils/lf a terminal file manager

2021-01-20 Thread Stuart Henderson
On 2021/01/20 19:41, Paco Esteban wrote: > Now with 100% more ports attached ! > > On Wed, 20 Jan 2021, Paco Esteban wrote: > > > On Sun, 17 Jan 2021, Chang, Chu-Kuan wrote: > > > > > Hi, > > > > > > Here is a port of lf ( https://github.com/gokcehan/lf ), a terminal > > > file manager written

UPDATE: VLC 3.0.12

2021-01-20 Thread Brad Smith
Here is an update to VLC 3.0.12. Index: Makefile === RCS file: /home/cvs/ports/x11/vlc/Makefile,v retrieving revision 1.246 diff -u -p -u -p -r1.246 Makefile --- Makefile19 Jan 2021 06:19:49 - 1.246 +++ Makefile20 Ja

Re: [new] sysutils/lf a terminal file manager

2021-01-20 Thread Paco Esteban
Now with 100% more ports attached ! On Wed, 20 Jan 2021, Paco Esteban wrote: > On Sun, 17 Jan 2021, Chang, Chu-Kuan wrote: > > > Hi, > > > > Here is a port of lf ( https://github.com/gokcehan/lf ), a terminal > > file manager written in Go and is heavily inspired by ranger. > > > > It build we

Re: [MAINTAINER UPDATE] www/zola-0.13.0

2021-01-20 Thread Peter Ezetta
Ping. On Sun, Jan 10, 2021 at 3:56 PM Peter Ezetta wrote: > On Sun, Jan 10, 2021 at 1:41 PM Stuart Henderson > wrote: > >> On 2021/01/10 21:40, Stuart Henderson wrote: >> > On 2021/01/10 12:08, Peter Ezetta wrote: >> > > Hello ports@ >> > > >> > > Attached is an update to www/zola bringing it t

Re: [new] sysutils/lf a terminal file manager

2021-01-20 Thread Paco Esteban
On Sun, 17 Jan 2021, Chang, Chu-Kuan wrote: > Hi, > > Here is a port of lf ( https://github.com/gokcehan/lf ), a terminal > file manager written in Go and is heavily inspired by ranger. > > It build well on amd64-6.8 system. All ports development happens in -current. If you plan to send more p

Re: help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Stuart Henderson
On 2021/01/20 12:34, Aisha Tammy wrote: >   I've been trying to get e2fsprogs to latest 1.4.6 but am > running into a bunch of errors with loff_t not defined errors > > Reason for updating, I'm try to build 389-ds-base (ldap server) > in OpenBSD which needs the newer version of e2fsprogs for > som

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
On Wed, 20 Jan 2021 18:25:22 +0100 Janne Johansson wrote: > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > : > > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > > (and the same in the current bulk for the other clang+ld.bfd arch, > > macppc) > > > > With the belo

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling : > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > With the below diff i can build fmt and pass its tests on macppc [0]. > mips64 seems to

UPDATE: Yara-4.0.2

2021-01-20 Thread Gonzalo L. Rodriguez
Moin, Anyone using Yara out there? Update to 4.0.2: https://github.com/VirusTotal/yara/releases/tag/v4.0.2 OK? Comments? Cheers.- -- - gonzalo Index: Makefile.inc === RCS file: /cvs/ports/security/yara/Makefile.i

回复: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-20 Thread wen heping
Revised patch, now add py-dateutil as DEPENDS and remove the trailing whitespace in DESCR. Currently we could not do the test, because serveral new ports, include py-pyld, py-xarray...etc, should be created for the test. wen Index: Makefile ===

Re: NEW: net/yggdrasil-go

2021-01-20 Thread octeep
‐‐‐ Original Message ‐‐‐ On Wednesday, January 20, 2021 1:02 AM, Aaron Bieber wrote: > Wind R writes: > > > Hello again, > > It would appear that I have forgetten to add the HOMEPAGE for the port. > > Here's the updated > > version with the proper metadata. > > Thanks, > > octeep > >

Re: NEW: net/yggdrasil-go

2021-01-20 Thread Stuart Henderson
On 2021/01/19 10:02, Aaron Bieber wrote: > > Wind R writes: > > > Hello again, > > > > It would appear that I have forgetten to add the HOMEPAGE for the port. > > Here's the updated > > version with the proper metadata. > > > > Thanks, > > octeep > > > > On January 18, 2021 10:25:42 AM GMT+08:0