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

2019-11-13 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2019年11月6日 15:27 收件人: afre...@openbsd.org 抄送: ports@openbsd.org 主题: 回复: [NEW]databases/p5-SQL-Abstract-More Revised patch that add the missing TEST_DEPENDS. wen 发件人:

[Update] www/p5-HTTP-Date : Update to 6.03

2019-11-13 Thread wen heping
Hi, Here is a simple patch for www/p5-HTTP-Date to update to 6.03. It build well and pass all tests on amd64-current system. There are 11 ports depends on www/p5-HTTP-Date, all build well and pass all tests. Comments? OK? wen Index: Makefile

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 23:55:13 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to py-natsort-6.2.0

WANTLIB regen in x11/qt4

2019-11-13 Thread Rafael Sadowski
Simple diff which regen WANTLIB in qt4. To be on the safe side, more eyes should check it. - Clean up -mysql, s/mysqlclient_r/mariadb. Bump -mysql - Remove "iconv intl" from commonWANTLIB. Bump -examples and -main "make port-lib-depends-check" is happy with that again. OK? Index: Makefile

Re: [poc][wip] sqlite3-tcl 3.30.1 + enable tests

2019-11-13 Thread 3d0g
Please keep them separate. Much easier to update either. If they were tied together and I wanted to update tcl-sqlite I'd have to spend a week testing and convincing. Also, tcl-sqlite isn't built with the same options as the main sqlite port. The tests would be nice but I'm not sure you're

Re: [poc][wip] sqlite3-tcl 3.30.1 + enable tests

2019-11-13 Thread 3d0g
"some of the SQLITE_ENABLE_XX choices look rather arbitrary." Actually I spent some time carefully poring through all the options so I could provide the best sqlite possible for Tcl. Yeah, so separate please. Stu -- Original Message -- From: Landry Breuil Date:

Re: [poc][wip] sqlite3-tcl 3.30.1 + enable tests

2019-11-13 Thread 3d0g
Also I don't think this needs to be forced to build against 8.6. Sorry for all the messages, I'm just coming back after almost 2 years away ... whatever that means. Stu -- Original Message -- From: Landry Breuil Date: November 9, 2019 at 9:55 AM Hi, sqlite3-tcl is

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/11/13 19:58:15 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_6 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_6 PLIST Log message: MFC intel ucode

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/11/13 19:54:35 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20191113 -- Updates upon 20191112 release

[NEW] wiresep - privilege separated implementation of WireGuard

2019-11-13 Thread Tim Kuijsten
Hi all, This is a port of my implementation of WireGuard. I had some trouble with the following when creating the port: 1. I was not able to set "SEPARATE_BUILD = Yes", I get the error "cannot open Makefile": /usr/ports/net/wiresep/ $ make build ===> Verifying specs: c crypto ===> found

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 16:11:09 Modified files: astro/ansiweather: Makefile distinfo Log message: Update ansiweather to 1.15.0.

FIX: lang/flang/libpgmath on aarch64

2019-11-13 Thread Brian Callahan
Hi ports -- Without rehashing too much, flang broke libpgmath compilation with clang in its aarch64-specific math routines a bit over a year ago. I reported it then. It was found to be a bug in clang itself, which has not been fixed. The code to work around the clang problems was extremely

Re: new: opensmtpd clamav filter

2019-11-13 Thread gilles
I'll jump in since I wrote the other filters that aren't in C... November 13, 2019 7:04 AM, "Martijn van Duren" wrote: > [...] > > I do however dislike the trend that every single filters in ports not > written by me is in go. At first I thought this was to display the > flexibility of the

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:53:32 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-lib_CMakeLists_txt patch-lib_mosquitto_c

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:13:39 Modified files: net/py-netmiko : Makefile distinfo net/py-netmiko/pkg: PLIST Log message: - update to py-netmiko-2.4.2 - add missing RDEPs for python2

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:12:47 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.9.3

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:13:20 Modified files: textproc/py-natsort: Makefile textproc/py-natsort/pkg: PLIST Log message: fix PLIST from previous

Re: new: opensmtpd clamav filter

2019-11-13 Thread Stuart Henderson
On 2019/11/13 16:39, Pascal Stumpf wrote: > On Wed, 13 Nov 2019 13:25:17 +0100, Tim Kuijsten wrote: > > "Theo de Raadt" wrote: > > > I'll add my voice to this. > > > > > > The powerful vendors writing new languages must expand their breath, > > > or face the consequences that some software is

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:04:26 Modified files: math/py-graphviz: Makefile distinfo Log message: update to py-graphviz-0.13.2

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 13:04:36 Modified files: textproc/py-natsort: Makefile distinfo textproc/py-natsort/pkg: PLIST Log message: update to py-natsort-6.1.0

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 12:38:39 Modified files: www/sassc : Makefile www/libsass: Makefile Log message: add debug packages

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 12:21:50 Modified files: net/gupnp/av : Makefile net/gupnp/av/pkg: PLIST net/gupnp/core : Makefile net/gupnp/dlna : Makefile net/gupnp/dlna/pkg: PLIST

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 11:52:03 Modified files: lang/elixir: Makefile distinfo Log message: update to elixir-1.9.4

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 11:33:08 Modified files: devel/libgtop2 : Makefile devel/libgtop2/pkg: PLIST Log message: add debug-libgtop2

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/11/13 11:23:19 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: update to iso-codes-4.4

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/11/13 10:41:22 Modified files: devel/frama-c : Makefile Log message: put BROKEN-i386 back

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/11/13 10:05:35 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-129

Re: new: opensmtpd clamav filter

2019-11-13 Thread Joerg Jung
> On 13. Nov 2019, at 16:59, Ingo Schwarze wrote: > > Strictly speaking, martijn@ is right. Thanks for the elaborations and clarification. I will adjust that with the next release. >> is just not very readable and multiple arguments have always >> non-optional predecessors anyways. > >

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 09:16:52 Modified files: infrastructure/bin: build-debug-info Log message: clean-up (put stuff into self, not state) inherit from BaseFS, so that dest/undest/resolve_link can happen

Re: new: opensmtpd clamav filter

2019-11-13 Thread Ingo Schwarze
Hi Joerg, Joerg Jung wrote on Wed, Nov 13, 2019 at 02:55:17PM +0100: > martijn@ wrote: >> Also the manpage is incorrect. It states [address] [limit], while >> if you want to limit the address is non-optional (from reading the >> code). So this should be [address [limit]]. Strictly speaking,

Re: new: opensmtpd clamav filter

2019-11-13 Thread Pascal Stumpf
On Wed, 13 Nov 2019 13:25:17 +0100, Tim Kuijsten wrote: > "Theo de Raadt" wrote: > > I'll add my voice to this. > > > > The powerful vendors writing new languages must expand their breath, > > or face the consequences that some software is not going to get written > > in their languages. Better

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 08:26:47 Modified files: graphics/xfig : Makefile distinfo graphics/xfig/patches: patch-src_d_text_c graphics/xfig/pkg: PLIST Removed files: graphics/xfig/patches:

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 08:24:11 Modified files: print/transfig : Makefile distinfo print/transfig/patches: patch-fig2dev_Makefile_in patch-fig2dev_fig2dev_c

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 08:22:41 Modified files: infrastructure/bin: build-debug-info infrastructure/mk: bsd.port.mk Log message: tweak call, some options are not needed, passing PORTSDIR will be necessary to

Re: [base-gcc] Unbreak devel/libpeas

2019-11-13 Thread Antoine Jacoutot
On Wed, Nov 13, 2019 at 03:43:41PM +0100, Charlene Wendling wrote: > On Wed, 13 Nov 2019 13:41:13 + > Stuart Henderson wrote: > > > On 2019/11/13 14:11, Charlene Wendling wrote: > > > > > > > http://build-failures.rhaalovely.net/sparc64/2019-11-08/devel/libpeas.log > > > > > > It's broken

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 07:50:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register firewalk removal.

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 07:49:29 Modified files: net: Makefile Removed files: net/firewalk : Makefile distinfo net/firewalk/patches: patch-Makefile_in patch-firewalk_c

Re: [base-gcc] Unbreak devel/libpeas

2019-11-13 Thread Charlene Wendling
On Wed, 13 Nov 2019 13:41:13 + Stuart Henderson wrote: > On 2019/11/13 14:11, Charlene Wendling wrote: > > > > > http://build-failures.rhaalovely.net/sparc64/2019-11-08/devel/libpeas.log > > > > It's broken since the latest update. > > > > I did the same thing as i did with vte3, i just

Re: CVS: cvs.openbsd.org: ports

2019-11-13 Thread Theo Buehler
On Tue, Nov 12, 2019 at 02:55:52AM -0700, Theo Buehler wrote: > CVSROOT: /cvs > Module name: ports > Changes by: t...@cvs.openbsd.org2019/11/12 02:55:52 > > Modified files: > x11/qt4: Makefile > x11/qt4/patches: >

Re: new: opensmtpd clamav filter

2019-11-13 Thread Joerg Jung
On Tue, Nov 12, 2019 at 11:13:36PM -0700, Theo de Raadt wrote: > I'll add my voice to this. > > The powerful vendors writing new languages must expand their breath, > or face the consequences that some software is not going to get written > in their languages. Better is very much muted by

Re: [base-gcc] Unbreak devel/libpeas

2019-11-13 Thread Stuart Henderson
On 2019/11/13 14:11, Charlene Wendling wrote: > > > http://build-failures.rhaalovely.net/sparc64/2019-11-08/devel/libpeas.log > > It's broken since the latest update. > > I did the same thing as i did with vte3, i just added an extra LDFLAG > for ld.bfd archs and it builds on macppc [0].

[base-gcc] Unbreak devel/libpeas

2019-11-13 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/sparc64/2019-11-08/devel/libpeas.log It's broken since the latest update. I did the same thing as i did with vte3, i just added an extra LDFLAG for ld.bfd archs and it builds on macppc [0]. REVISION bump is unneeded, this version never built on these

Re: unbreak tls in Qt4

2019-11-13 Thread Theo Buehler
On Wed, Nov 13, 2019 at 12:14:38PM +, Stuart Henderson wrote: > On 2019/11/12 10:37, Rafael Sadowski wrote: > > > > The diff is part of qtnetwork which is part of -main, so we just need > > the bump -main. With this, OK rsadowski@ > > As long as you are certain nothing else pulls in this

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2019/11/13 05:50:39 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update 4.0.8 -> 4.1.1

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2019/11/13 05:50:01 Modified files: www/sope : Makefile distinfo Log message: Update 4.0.8 -> 4.1.1

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2019/11/13 05:43:49 Modified files: x11/kde4 : Makefile.inc Log message: s/stable/Attic/ in MASTER_SITES

Re: new: opensmtpd clamav filter

2019-11-13 Thread Tim Kuijsten
"Theo de Raadt" wrote: > I'll add my voice to this. > > The powerful vendors writing new languages must expand their breath, > or face the consequences that some software is not going to get written > in their languages. Better is very much muted by unportable. What about gccgo? It supports

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/11/13 05:18:10 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_dhcp6_c Log message: update to dhcpcd-8.1.2

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 05:17:21 Modified files: net/rsync : Makefile Log message: debug info for rsync

Re: unbreak tls in Qt4

2019-11-13 Thread Stuart Henderson
On 2019/11/12 10:37, Rafael Sadowski wrote: > > The diff is part of qtnetwork which is part of -main, so we just need > the bump -main. With this, OK rsadowski@ As long as you are certain nothing else pulls in this header. (If in doubt, bump) > Thanks! > > > > > # XXX qmake include parser

[ports-gcc] Unbreak graphics/openimageio

2019-11-13 Thread Charlene Wendling
Hi! The port is BROKEN-powerpc due to libatomic not being linked, so i fixed that already, but then met: > http://build-failures.rhaalovely.net/sparc64/2019-11-08/graphics/openimageio.log This is just a missing header. I have been able to build openimageio on macppc [0] with these fixes,

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/11/13 04:53:47 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_6 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_6 PLIST Log message: MFC intel ucode

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/11/13 04:50:03 Modified files: textproc/ruby-rouge: Makefile distinfo Log message: Update ruby-rouge to 3.13.0.

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 04:38:48 Modified files: infrastructure/lib/OpenBSD: FS2.pm Added files: infrastructure/lib/OpenBSD: BaseFS.pm Log message: move the dest/undest/resolve_link code to its own class, so

[NEW] devel/p5-TOML and devel/p5-TOML-Parser

2019-11-13 Thread wen heping
Hi, ports@: Here is a patch to create 2 new ports: devel/p5-TOML and devel/p5-TOML-Parser. It is required by the update of mail/p5-Mail-Milter-Authentication. It build well and pass all tests on amd64-current system. devel/p5-Test-Deep-Fuzzy should be imported into ports before this

回复: [NEW] devel/p5-Test-Deep-Fuzzy

2019-11-13 Thread wen heping
Revised patch, which remove p5-Test-Deep from TEST_DEPENDS since it is RUN_DEPENDS. wen 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2019年11月13日 16:08 收件人: ports@openbsd.org 主题: [NEW] devel/p5-Test-Deep-Fuzzy Hi, ports@: Here is a patch to create new

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/11/13 04:30:30 Modified files: sysutils/firmware/intel: Makefile sysutils/firmware/intel/pkg: PLIST Log message: after installing or updating intel ucode, print "*** CPU microcode has been

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2019/11/13 04:00:52 Modified files: x11/libdbusmenu: Makefile Log message: libdbusmenu: don't build with `-Werror'; glib2 deprecation notices were breaking the build on base-gcc archs. OK kmos@ sthen@

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 04:00:21 Modified files: audio/liba52 : Makefile audio/liba52/pkg: PLIST Log message: DEBUG_PACKAGES, @static-lib

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 03:57:51 Modified files: sysutils/random_run: Makefile Log message: DEBUG_PACKAGES, simple and sweet to test

CVS: cvs.openbsd.org: ports

2019-11-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/11/13 03:08:58 Modified files: infrastructure/bin: build-debug-info infrastructure/mk: bsd.port.mk Log message: tweak it yet again to always run build-debug-info, it's cheap enough

[NEW] devel/p5-Test-Deep-Fuzzy

2019-11-13 Thread wen heping
Hi, ports@: Here is a patch to create new port: devel/p5-Test-Deep-Fuzzy. It is required by the update of mail/p5-Mail-Milter-Authentication. It build well and pass all tests on amd64-current system. Comments? OK? wen p5-Test-Deep-Fuzzy.tar.gz Description: p5-Test-Deep-Fuzzy.tar.gz