valgrind diff to fix run memcheck on amd64

2019-09-26 Thread Masato Asou
Hi ports, This is a patch for running valgrind memcheck on amd64. I corrected the following two problems. - FS register can be used. - Fixed a problem that strip command rewrites offset and align of memcheck ELF file. Index: Makefile ==

Re: chromium-77.0.3865.90 and Aw, Snap! everywhere

2019-09-26 Thread Bryan Steele
On Thu, Sep 26, 2019 at 11:22:23PM +, Mikolaj Kucharski wrote: > Hi, > > Does anyone else sees chrome not usable with latest snapshot? After > starting the browser it crashes any tab with "Aw, Snap!". At the same > time when I start the browser dmesg is full of pledge entries from > chrome (se

[update] www/edbrowse to 3.7.5.1

2019-09-26 Thread Aaron Bieber
Hola! Here is a trivial diff to bring edbrowse up to the latest version. Changelog here: https://github.com/CMB/edbrowse/blob/master/CHANGES#L26-L74 (Note, there is no release files for 3.7.6) OK? -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

chromium-77.0.3865.90 and Aw, Snap! everywhere

2019-09-26 Thread Mikolaj Kucharski
Hi, Does anyone else sees chrome not usable with latest snapshot? After starting the browser it crashes any tab with "Aw, Snap!". At the same time when I start the browser dmesg is full of pledge entries from chrome (see below output) and chrome.core is left in $HOME. I upgraded to: $ sysctl -n

some new hs-ports

2019-09-26 Thread Matthias Kilian
Hi, here are 6 new hs-ports (from Greg Steuck, with some minor tweaks by me) that are required for the ghc update. Attached tarballs are relative to /usr/ports/devel. When updating ghc, the following ports will be removed: devel/hs-mtl, devel/hs-parsec, devel/hs-stm, devel/hs-text, textproc/hs-st

Re: NEW: games/fallingtime

2019-09-26 Thread Charlene Wendling
Hi, On Mon, 23 Sep 2019 18:29:03 -0400 Brian Callahan wrote: > Hi ports -- > > Attached is a new port, games/fallingtime. FallingTime is a game > where you are a constantly falling ball. > > --- > pkg/DESCR: > FallingTime is an arcade game inspired by Fall Down. Like the Fall > Down games, you

UPDATE: Nextcloud-16.0.5

2019-09-26 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 16.0.5: https://nextcloud.com/changelog/ OK? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.42 diff -u -p -r

Re: firefox does not see printer

2019-09-26 Thread joshua stein
On Thu, 26 Sep 2019 at 17:58:42 +0200, Sebastien Marie wrote: > On Thu, Sep 26, 2019 at 04:36:08PM +0200, Jan Stary wrote: > > This is current/amd64 with firefox-68.0.2 > > > > Firefox does not offer any prtinters in the printing dialogue > > except (Print to file"). > > > > lpd/lpr itself works

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Joel Sing
On 19-09-26 17:36:25, Theo Buehler wrote: > On Fri, Sep 27, 2019 at 01:32:38AM +1000, Joel Sing wrote: > > On 19-09-26 16:14:44, Theo Buehler wrote: > > > On Thu, Sep 26, 2019 at 11:09:16PM +1000, Joel Sing wrote: > > > > On 19-09-26 13:06:51, Stuart Henderson wrote: > > > > > On 2019/09/26 09:44,

Re: firefox does not see printer

2019-09-26 Thread Sebastien Marie
On Thu, Sep 26, 2019 at 04:36:08PM +0200, Jan Stary wrote: > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spoo

Re: add pledge to devel/cvsweb

2019-09-26 Thread Otto Moerbeek
On Thu, Sep 26, 2019 at 05:27:08PM +0200, Solene Rapenne wrote: > Hi, now that we have OpenBSD::pledge I thought it would be nice to use > it in devel/cvsweb > > I've been able to tight it to "rpath proc exec prot_exec", removing > wpath and cpath was possible by commenting lines piping STDERROR

Re: firefox does not see printer

2019-09-26 Thread James Turner
On Thu, Sep 26, 2019 at 04:36:08PM +0200, Jan Stary wrote: > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spoo

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Theo Buehler
On Fri, Sep 27, 2019 at 01:32:38AM +1000, Joel Sing wrote: > On 19-09-26 16:14:44, Theo Buehler wrote: > > On Thu, Sep 26, 2019 at 11:09:16PM +1000, Joel Sing wrote: > > > On 19-09-26 13:06:51, Stuart Henderson wrote: > > > > On 2019/09/26 09:44, Theo Buehler wrote: > > > > > I noticed two problems

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Joel Sing
On 19-09-26 16:14:44, Theo Buehler wrote: > On Thu, Sep 26, 2019 at 11:09:16PM +1000, Joel Sing wrote: > > On 19-09-26 13:06:51, Stuart Henderson wrote: > > > On 2019/09/26 09:44, Theo Buehler wrote: > > > > I noticed two problems with go's 'make test' when PORTS_PRIVSEP=Yes: > > > > both having to

Re: [UPDATE] security/py-ropper

2019-09-26 Thread Paul Irofti
On Thu, Sep 26, 2019 at 07:52:33AM +0200, Remi Pointel wrote: > Hi, > > this diff updates ropper to latest release. > > Ok? > > Cheers, > > Remi. OK. > Index: Makefile > === > RCS file: /cvs/ports/security/py-ropper/Makefile,v >

add pledge to devel/cvsweb

2019-09-26 Thread Solene Rapenne
Hi, now that we have OpenBSD::pledge I thought it would be nice to use it in devel/cvsweb I've been able to tight it to "rpath proc exec prot_exec", removing wpath and cpath was possible by commenting lines piping STDERROR to /dev/null, that doesn't mean creating dev/null is not required anymore,

Re: firefox does not see printer

2019-09-26 Thread Jan Stary
On Sep 26 20:05:06, dmitry.sen...@gmail.com wrote: > Install gtk{2,3}-cups packages I would like to stay with the base lpd/lpr, which seems to work fine except in firefox ... Jan

Re: firefox does not see printer

2019-09-26 Thread Jan Stary
On Sep 26 10:11:59, j...@openbsd.org wrote: > On Thu, 26 Sep 2019 at 16:36:08 +0200, Jan Stary wrote: > > This is current/amd64 with firefox-68.0.2 > > > > Firefox does not offer any prtinters in the printing dialogue > > except (Print to file"). > > > > lpd/lpr itself works fine. This is my /etc

Re: firefox does not see printer

2019-09-26 Thread Theo de Raadt
Oh come on. When one thing doesn't work, the answer isn't to tell someone to use something else. Your reply is irresponsible. dmitry.sensei wrote: > Install gtk{2,3}-cups packages > > чт, 26 сент. 2019 г., 19:37 Jan Stary : > > > This is current/amd64 with firefox-68.0.2 > > > > Firefox doe

Re: firefox does not see printer

2019-09-26 Thread joshua stein
On Thu, 26 Sep 2019 at 16:36:08 +0200, Jan Stary wrote: > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spool/o

Re: firefox does not see printer

2019-09-26 Thread dmitry.sensei
Install gtk{2,3}-cups packages чт, 26 сент. 2019 г., 19:37 Jan Stary : > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36: > rp=

Re: Update: cad/xschem to 2.9.2

2019-09-26 Thread Hannu Vuolasaho
Ping Has anyone looked at this? Best regards, Hannu Vuolasaho ke 18. syysk. 2019 klo 23.51 Hannu Vuolasaho (vuokkose...@gmail.com) kirjoitti: > > Hello! > > Here is update for xschem 2.9.2 and fix wish setting line. > > All ather tcl files are purely procedure files. > > Best regards, > Hannu Vu

Re: firefox does not see printer

2019-09-26 Thread Jan Stary
On Sep 26 16:36:08, h...@stare.cz wrote: > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: > Each of "date | lpr" and "lpr file.pdf" works. However, in /var/spool/output/lpd/, there is a nonempty "lock" file saying

firefox does not see printer

2019-09-26 Thread Jan Stary
This is current/amd64 with firefox-68.0.2 Firefox does not offer any prtinters in the printing dialogue except (Print to file"). lpd/lpr itself works fine. This is my /etc/printcap: lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: Each of "date | lpr" and "lpr file.pdf

Re: Update net/py-websocket-client to 0.56.0

2019-09-26 Thread clematis
On Fri, Sep 20, 2019 at 03:24:38PM +0200, clematis wrote: > Here's an update for net/py-websocket-client from 0.37.0 to 0.56.0 > build and install OK on amd64 Minor changes compared to the initial submission. - Changed PKGNAME = py-${DISTNAME} for consistency - Add MAINTAINER - Removed unnecessary

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Theo Buehler
On Thu, Sep 26, 2019 at 11:09:16PM +1000, Joel Sing wrote: > On 19-09-26 13:06:51, Stuart Henderson wrote: > > On 2019/09/26 09:44, Theo Buehler wrote: > > > I noticed two problems with go's 'make test' when PORTS_PRIVSEP=Yes: > > > both having to do with _pbuild's home being /nonexistent: > > > >

[UPDATE] security/py-ropper

2019-09-26 Thread Remi Pointel
Hi, this diff updates ropper to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/py-ropper/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile 12 Jul 2019 20:49:35 -00

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Joel Sing
On 19-09-26 13:06:51, Stuart Henderson wrote: > On 2019/09/26 09:44, Theo Buehler wrote: > > I noticed two problems with go's 'make test' when PORTS_PRIVSEP=Yes: > > both having to do with _pbuild's home being /nonexistent: > > > > failed to initialize build cache at /nonexistent/.cache/go-build:

Re: Retire python2

2019-09-26 Thread Stuart Henderson
On 2019/09/26 08:12, Daniel Dickman wrote: > (Moved from: “Adding binary renaming facility to python.port.mk”) > > > On Sep 25, 2019, at 5:47 AM, Stuart Henderson wrote: > > > > imo, if there's a good reason to keep the py2 version (used by something > > else in the ports tree, or possibly if it

Retire python2

2019-09-26 Thread Daniel Dickman
(Moved from: “Adding binary renaming facility to python.port.mk”) > On Sep 25, 2019, at 5:47 AM, Stuart Henderson wrote: > > imo, if there's a good reason to keep the py2 version (used by something > else in the ports tree, or possibly if it includes a useful compiled > iextension) then split th

Re: TEST_POD [was Re: [Update] net/p5-Net-BGP : Update to 0.17]

2019-09-26 Thread Stuart Henderson
On 2019/09/18 13:24, Gleydson Soares wrote: > > > > On 18 Sep 2019, at 12:26, Stuart Henderson wrote: > > > >> On 2019/09/18 05:48, Gleydson Soares wrote: > >> > >> > On 18 Sep 2019, at 04:40, Stuart Henderson wrote: > > On 2019/09/18 02:15, wen heping wrote: > Hi, ports

Re: lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Stuart Henderson
On 2019/09/26 09:44, Theo Buehler wrote: > I noticed two problems with go's 'make test' when PORTS_PRIVSEP=Yes: > both having to do with _pbuild's home being /nonexistent: > > failed to initialize build cache at /nonexistent/.cache/go-build: mkdir > /nonexistent: permission denied > > and > > -

[Update] devel/p5-System-Command : Update to 1.119

2019-09-26 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-System-Command: i) Update to 1.119 ii) Add AUTHOR_TESTING=yes to MKAE_ENV, then it could run pod tests. iii) Remove CONFIGURE_STYLE = modbuild It build well and passed all tests on amd64-head system. It was required by update of devel/p5-

Re: rspamd with opensmtpd-filter-rspamd, missing X-Spam-Symbols

2019-09-26 Thread gilles
Hi, September 22, 2019 6:23 PM, "Florian Obser" wrote: > I recently moved from > > action "mda_with_aliases" mda \ > "/usr/local/bin/rspamc --mime --exec '/usr/local/libexec/dovecot/dovecot-lda > -f %{sender} -d > %{dest:strip} -a %{dest}'" \ > alias user vmail > > to > > filter rspamd pro

Re: net/ntp: normalize adjustment before calling adjtime(2)

2019-09-26 Thread Theo de Raadt
I disagreed early on in the discussion but I've come around, and believe this system call can require normalized tv's. Scott Cheloha wrote: > Hey, > > detha wrote on tech@ recently about how adjtime(2) now sets EINVAL > if delta->tv_nsec < 0, which breaks xntpd's clock retardation. > > Given t

lang/go: make test vs PORTS_PRIVSEP=Yes

2019-09-26 Thread Theo Buehler
I noticed two problems with go's 'make test' when PORTS_PRIVSEP=Yes: both having to do with _pbuild's home being /nonexistent: failed to initialize build cache at /nonexistent/.cache/go-build: mkdir /nonexistent: permission denied and --- FAIL: TestUserHomeDir (0.00s) os_test.go:2350: stat