Re: plan9port is broken and installs unnecessary junk

2019-12-18 Thread Jonathan Gray
On Thu, Dec 19, 2019 at 09:03:10AM +0200, goleo . wrote: > https://www.youtube.com/watch?v=0-Ch-B7ICk0 > > Having runtime dependency on gv is overkill (also why > set ghostscript as runtime dependency when gv has it > as runtime dependency?) which installs harmful bloatware > not needed by Plan 9

Re: [UPDATE] devel/openmpi 4.0.1 -> 4.0.2

2019-12-18 Thread Martin Reindl
[moved to ports@] On Tue, Dec 17, 2019 at 04:16:25PM -0700, Raymond, David wrote: > Martin, > > I have been using openmpi 4.0.2 on my computer system and I found a > bug that is provoked by running a job (a Go program interfaced to the > Clang MPI package) on multiple machines connected by

Firefox can't upload files (and sometimes download too)

2019-12-18 Thread goleo .
https://www.youtube.com/watch?v=bw_ek3zYYFY According to readme it has access to /tmp and ~/Downloads, so I tried pressing Ctrl + L and pointed to my ~/Downloads which had some files, but the list was empty too (I can't record that one with one hand).

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2019/12/19 00:03:56 Modified files: archivers : Makefile Log message: +blosc

plan9port is broken and installs unnecessary junk

2019-12-18 Thread goleo .
https://www.youtube.com/watch?v=0-Ch-B7ICk0 Having runtime dependency on gv is overkill (also why set ghostscript as runtime dependency when gv has it as runtime dependency?) which installs harmful bloatware not needed by Plan 9 programs: Python 3, D-Bus, Avahi, PCRE, GLib, CUPS and much small

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2019/12/19 00:00:24 Log message: Import Blosc 1.17.1 Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster

Re: 回复: [Update] www/p5-Dancer2-Plugin-DBIC : Update to 0.0100

2019-12-18 Thread Andrew Hewus Fresh
On Mon, Dec 02, 2019 at 03:04:57AM +, wen heping wrote: > Revised patch. > Now remove p5-DBIx-Class from RUN_DEPENDS, since it > is RUN_DEPENDS of databases/p5-DBICx-Sugar, spotted > by afresh@. > > wen OK afresh1@ > 发件人: Andrew Hewus Fresh > 发送时间:

Re: 回复: [Update] www/p5-Dancer2-Plugin-DBIC : Update to 0.0100

2019-12-18 Thread Andrew Hewus Fresh
On Mon, Dec 02, 2019 at 03:04:57AM +, wen heping wrote: > Revised patch. > Now remove p5-DBIx-Class from RUN_DEPENDS, since it > is RUN_DEPENDS of databases/p5-DBICx-Sugar, spotted > by afresh@. OK afresh1@ > wen > > 发件人: Andrew Hewus Fresh > 发送时间:

Re: [Update] devel/p5-Type-Tiny : Update to 1.006000

2019-12-18 Thread Andrew Hewus Fresh
On Tue, Nov 26, 2019 at 11:52:57AM +, wen heping wrote: > Hi, ports@: > >Here is a patch for devel/p5-Type-Tiny: >i) Update to 1.006000 >ii) Add devel/p5-Class-InsideOut as TEST_DEPENDS >iii) Sort TEST_DEPENDS >It build well and pass the test on amd64-current system. >

mips64 bulk build report

2019-12-18 Thread visa
bulk build on octeon.ports.openbsd.org started on Fri Dec 13 15:16:49 UTC 2019 finished at Thu Dec 19 03:06:49 UTC 2019 lasted 06D11h50m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #3: Sat Dec 14 16:12:41 UTC 2019 built packages:8051 Dec 13:2045 Dec 14:1071 Dec 15:599 Dec 16:448 Dec

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/12/18 19:57:28 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile patch-auth_auth_log_c

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/12/18 19:42:46 Modified files: lang/python: python.port.mk Log message: Adjust python.port.mk to not have the m suffix on the library for 3.8+ (Effectively we only keep it for 3.7). ok kn

Re: 回复: 回复: [NEW]databases/p5-SQL-Abstract-More

2019-12-18 Thread Andrew Hewus Fresh
On Thu, Nov 14, 2019 at 07:51:21AM +, wen heping wrote: > ping ... Still OK afresh1@ if someone can import > > 发件人: owner-po...@openbsd.org 代表 wen heping > > 发送时间: 2019年11月6日 15:27 > 收件人: afre...@openbsd.org > 抄送: ports@openbsd.org > 主题: 回复:

Re: [macppc/hppa] Unbreak net/libfilezilla

2019-12-18 Thread Jeremie Courreges-Anglas
On Thu, Dec 19 2019, Charlene Wendling wrote: > Hi, > > libfilezilla is broken in the current macppc bulk: > >> .libs/libfilezilla.so.1.0: undefined reference to `__atomic_store_8' > (and more undefined atomic primitives...) > > It builds fine on macppc [0] once proper LDFLAGS are provided. No >

Re: Adjust python.port.mk for the difference in python .so for 3.8

2019-12-18 Thread Klemens Nanni
On Wed, Dec 18, 2019 at 02:39:40PM -0500, Kurt Mosiejczuk wrote: > It came up in discussion how python3.8 doesn't have the m suffix like previous > python 3.x versions and how python.port.mk will need adjusting. > > So here is a patch to do that. OK kn

[macppc/hppa] Unbreak net/libfilezilla

2019-12-18 Thread Charlene Wendling
Hi, libfilezilla is broken in the current macppc bulk: > .libs/libfilezilla.so.1.0: undefined reference to `__atomic_store_8' (and more undefined atomic primitives...) It builds fine on macppc [0] once proper LDFLAGS are provided. No REVISION bump is needed, this newer version never built on

Re: fuse in golang (or s3fs-fuse)

2019-12-18 Thread Aaron Bieber
On Wed, 18 Dec 2019 at 23:13:39 +0100, Jiri B wrote: > Hi, > > is golang fuse library working on OpenBSD, or what is missing? > > The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is > a distributed fs in golang but comparing to minio it's more simple > (although it has s3 compat)

fuse in golang (or s3fs-fuse)

2019-12-18 Thread Jiri B
Hi, is golang fuse library working on OpenBSD, or what is missing? The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is a distributed fs in golang but comparing to minio it's more simple (although it has s3 compat) and fuse mount would be handy. Talking about s3, is s3fs-fuse

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2019/12/18 15:07:03 Modified files: mail/kopano: Makefile.inc Log message: fix previous commit that updated kopano-core to 9.0.2 by commiting the missing bit in Makefile.inc

Re: Dovecot version mismatch

2019-12-18 Thread Solene Rapenne
On Wed, Dec 18, 2019 at 09:28:38AM -0500, Daniel Jakots wrote: > On Wed, 18 Dec 2019 14:53:35 +0100, Joerg Jung wrote: > > > > On 17. Dec 2019, at 15:05, SyYExroNZ wrote: > > > > > > Correct. I didn't pay attention. Excuse me. > > > > > > El 17/12/2019 14:01, Brad Smith escribió: > > >> If

[update] lang/node (-current to 12.14.0 and -stable to 10.18.0)

2019-12-18 Thread Aaron Bieber
Hi, Here are two diffs to address a recent issue with NPM. https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli There is an apt quote in the above URL: 'As a general rule, avoid running npm in production environments.' Tests on -stable would be greatly appreciated!

fix editors/calligra with new poppler

2019-12-18 Thread Matthias Kilian
Fix the build with poppler-0.83.0. Thanks to sthen@ for the cmake hack appending -std=c++14. To be committed right after poppler. Since rsadowski is afk for some time, I'd like to get at least tests from calligra users. Ciao, Kili Index: Makefile

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2019/12/18 13:25:16 Modified files: mail/kopano/core: Makefile distinfo mail/kopano/core/pkg: PLIST-main PLIST-mapi Log message: update to 9.0.2

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 13:22:05 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile distinfo lang/php/7.2/pkg: PLIST-apache PLIST-bz2 PLIST-curl PLIST-dba

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 13:22:40 Modified files: lang/php : Tag: OPENBSD_6_6 Makefile.inc lang/php/7.1 : Tag: OPENBSD_6_6 distinfo lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo

Adjust python.port.mk for the difference in python .so for 3.8

2019-12-18 Thread Kurt Mosiejczuk
It came up in discussion how python3.8 doesn't have the m suffix like previous python 3.x versions and how python.port.mk will need adjusting. So here is a patch to do that. (The m denotes being compiled with pymalloc, which would change the ABI. It is still compiled with pymalloc by default,

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 12:38:17 Modified files: net: Makefile net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 12:24:26 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_6 patch-bin_dig_dig_c

Re: CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
On 2019/12/16 05:54, Frederic Cambus wrote: > CVSROOT: /cvs > Module name: ports > Changes by: fcam...@cvs.openbsd.org 2019/12/16 05:54:30 > > Modified files: > audio/ocp : Makefile distinfo > audio/ocp/pkg : PLIST > Removed files: > audio/ocp/patches:

Re: [NEW] fonts/firacode

2019-12-18 Thread George Rosamond
On 12/10/19 11:15 AM, f.holop wrote: > George Rosamond - Tue, 26 November 2019 at 10:36:09 >> Wondering what others think about just having separate ports, the port >> with ligatures as fonts/firacode and the regular font as fonts/fira, as >> I submitted 20191123? They are in separate repos, so

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 08:09:16 Modified files: net/strongswan : Makefile distinfo net/strongswan/pkg: PFRAG.aesni PLIST Log message: update to strongswan-5.8.2

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/12/18 08:05:44 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/files: named.conf net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c

Re: Dovecot version mismatch

2019-12-18 Thread Daniel Jakots
On Wed, 18 Dec 2019 14:53:35 +0100, Joerg Jung wrote: > > On 17. Dec 2019, at 15:05, SyYExroNZ wrote: > > > > Correct. I didn't pay attention. Excuse me. > > > > El 17/12/2019 14:01, Brad Smith escribió: > >> If you upgrade you have to restart Dovecot. You will see that if > >> the master

Re: NEW: libplacebo

2019-12-18 Thread Brad Smith
On 12/17/2019 10:41 AM, Stuart Henderson wrote: On 2019/12/13 19:22, Brad Smith wrote: Attached is a port of libplacebo. Comment: reusable library for GPU-accelerated video/image rendering Description: libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a

Re: Dovecot version mismatch

2019-12-18 Thread Joerg Jung
> On 17. Dec 2019, at 15:05, SyYExroNZ wrote: > > Correct. I didn't pay attention. Excuse me. > > El 17/12/2019 14:01, Brad Smith escribió: >> If you upgrade you have to restart Dovecot. You will see that if the >> master process is left running throughout the upgrade. >>> OpenBSD 6.6 i386

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Visa Hankala
CVSROOT:/cvs Module name:ports Changes by: v...@cvs.openbsd.org2019/12/18 06:16:15 Modified files: graphics/openexr: Makefile Log message: Fix build on mips64*. OK ajacoutot@

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2019/12/18 06:05:49 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure math/R/pkg : PLIST Log message: Update to R 3.6.2 Tests and feedback

Re: [new] matrix.org net/synapse server 1.7.0

2019-12-18 Thread Renaud Allard
On 18/12/2019 08:39, Renaud Allard wrote: Hello, Here is an new port for net/synapse 1.7.0 Regards Update to 1.7.1 to solve a security issue Index: user.list === RCS file: /cvs/ports/infrastructure/db/user.list,v retrieving

Re: UPDATE: math/R

2019-12-18 Thread Brian Callahan
On 2019-12-18 02:47, Martin Reindl wrote: On Tue, Dec 17, 2019 at 11:07:43AM -0500, Brian Callahan wrote: Hi Ingo -- On 2019-12-17 10:52, Ingo Feinerer wrote: On Fri, Dec 13, 2019 at 11:28:50AM +0100, Martin Reindl wrote: On Thu, Dec 12, 2019 at 02:16:24PM +0100, Ingo Feinerer wrote:

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/12/18 05:03:20 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 68.3.1 See

Re: UPDATE: www/mozilla-firefox U2F/FIDO support - using fido(4)

2019-12-18 Thread Reyk Floeter
On Tue, Dec 10, 2019 at 01:57:42PM +, Reyk Floeter wrote: > TL;DR: this is an experimental port update to add U2F/FIDO support and ... > I've implemented the missing bits in the Rust crate that is > responsible for accessing the USB HID devices, see >

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2019/12/18 02:01:35 Modified files: www/chromium : Makefile distinfo Log message: update to 79.0.3945.88

[Update] devel/p5-Carp-Always : Update to 0.16

2019-12-18 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-Carp-Always : i) Update to 0.16 ii) Remove the unneeded patch iii) Add p5-Test-Base as TEST_DEPENDS iv) Update DESCR v) Add AUTHOR_TESTING to MAKE_ENV It build well and pass all tests on amd64-current system. One port depends on

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2019/12/18 01:26:31 Modified files: fonts/fira-fonts: Makefile distinfo fonts/fira-fonts/pkg: PLIST Log message: Rework fira port. - use Mozilla upstream - replace 404'd HOMEPAGE - drop .eot

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2019/12/18 01:08:13 Modified files: fonts : Makefile Log message: +stixfonts

CVS: cvs.openbsd.org: ports

2019-12-18 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2019/12/18 01:07:23 Log message: Import stixfonts-2.0.2. The Scientific and Technical Information eXchange (STIX) fonts are intended to meet the demanding needs of authors, publishers, printers,