lang/ghc fixups

2020-03-08 Thread Greg Steuck
Hi Matthias, I made a couple of simplifications that pass lang/ghc build and the resulting ghc package works for building a subset of Haskell packages (e.g. xmonad, xmobar). I only tested on amd64. * Remove unneeded patch-libffi_ghc_mk * Use ghc 8.6 for bootstrap, cut gcc dependency Thanks Greg

UPDATE: math/veusz 3.1 => 3.2

2020-03-08 Thread Brian Callahan
Hi ports -- Attached is a very straightforward update to Veusz. I'm sending it here because it is a Qt5/py-qt5 port. I have not been keeping up-to-date with the Qt5 upgrade. Is it safe to update such ports or are we in a holding pattern until Qt5 has been updated? Thanks. ~Brian Index:

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/08 16:38:50 Modified files: x11/gnome/ocrfeeder: Makefile distinfo Log message: Update to ocrfeeder-0.8.3.

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/08 16:37:04 Modified files: graphics/ffmpeg/patches: patch-configure Log message: Simplify patch; no functionnal change. from Brad (maintainer)

Re: update: www/py-gnunicorn

2020-03-08 Thread Paco Esteban
On Sun, 08 Mar 2020, Paco Esteban wrote: > About the port itself, I made it py3 only, as the consumers are already > py3 only. Forgot to mention that commits for www/Makefile and quirks will follow if this gets ok, of course. Cheers, -- Paco Esteban. 0x5818130B8A6DBC03

graphics/pdf2dvju: fix for new poppler

2020-03-08 Thread Matthias Kilian
Hi, this fixes the build with poppler-0.86.* ok? (noe, we really don't need a REVISION bump here) Ciao, Kili Index: patches/patch-pdf2djvu_cc === RCS file: patches/patch-pdf2djvu_cc diff -N patches/patch-pdf2djvu_cc ---

Re: 回复: [Update] devel/p5-Perl-Critic : update to 1.134

2020-03-08 Thread Andrew Hewus Fresh
On Thu, Mar 05, 2020 at 02:52:27AM +, wen heping wrote: > Hi, > >Here is the revised patch: >i) Updated to 1.138 >ii) Remove p5-Test-Deep from BUILD_DEPENDS > >This patch require textproc/p5-PPIx-QuoteLike, which I submitted > before. > > Cheers ! > wen OK afresh1@ after

Re: [Update] textproc/p5-PPIx-Regexp : Update to 0.070

2020-03-08 Thread Andrew Hewus Fresh
On Thu, Mar 05, 2020 at 07:24:17AM +, wen heping wrote: > Hi, ports@: > >Here is a patch for textproc/p5-PPIx-Regexp : > i) Update to 0.070 > ii) Remove the line of BUILD_DEPENDS=${RUN_DEPENDS} > >It build well and pass all the tests on amd64-current system. > >Only

Re: 回复: 回复: 回复: 回复: [NEW] textproc/p5-PPIx-QuoteLike

2020-03-08 Thread Andrew Hewus Fresh
On Thu, Mar 05, 2020 at 02:18:24AM +, wen heping wrote: > Hi, all: > >Here is the re-revised patch, now it is version 0.009. > >Would some committer have a look of it ? It block the update of some others > ports. New version OK afresh1@ if someone wants to import. > Cheers ! > wen

aarch64 bulk build report

2020-03-08 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Mar 6 02:43:35 MST 2020 finished at Sun Mar 8 14:04:56 MDT 2020 lasted 2D10h21m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #486: Thu Mar 5 23:22:04 MST 2020 built packages:10577 Mar 6:3864 Mar 7:2261 Mar 8:4451 critical path

[UPDATE] ropper et filebytes

2020-03-08 Thread Remi Pointel
Hi, these are the diff to update filebytes and ropper to latest releases. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/py-ropper/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile ---

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/08 13:26:38 Modified files: sysutils/lookat: Makefile distinfo sysutils/lookat/pkg: PLIST Added files: sysutils/lookat/patches: patch-Makefile_in Log message: Update to

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2020/03/08 13:24:45 Modified files: security/pdfid : Makefile distinfo Log message: update pdfid to 0.2.7 and switch to python 3.

[UPDATE] databases/py-ldap3 to 2.7

2020-03-08 Thread Lucas Raab
Hello, Attached a version bump for py-ldap3 from 2.6.1 to 2.7. Builds fine and runs fine with the AD/LDAP servers I have. Anyone want to chime in? Lucas Index: Makefile === RCS file: /cvs/ports/databases/py-ldap3/Makefile,v

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2020/03/08 13:20:45 Modified files: security/pdf-parser: Makefile distinfo Log message: update pdf-parser to 0.7.4 and switch to python 3.

Re: devel/cargo: add few magic for crates linking to libraries (in order to use system libraries)

2020-03-08 Thread Laurence Tratt
On Sun, Mar 01, 2020 at 08:12:31PM +0100, Sebastien Marie wrote: Hello Sebastien, > The following diff adds few magic to devel/cargo module in order to use system > libraries instead of building embedded version in crates in an automatic way. [...] > With it, it should be more simple to add new

update: www/py-gnunicorn

2020-03-08 Thread Paco Esteban
Hi ports@, This is an update for www/py-gunicorn from 19.9.0 to 20.0.4. Here's a list of changes to the software: 20.0.4 * fix binding a socket using the file descriptor * remove support for the bdist_rpm build 20.0.3 * fixed load of a config file without a Python extension * fixed

Re: [py-h5py fix] Re: sparc64 bulk build report

2020-03-08 Thread Theo Buehler
> You certainly don't want to wait any longer. From the sparc64 build log: > > KILLED: math/py-h5py,python3 build stuck at 255131 frozen for 12 HOURS! Yes, that's why I stopped it.. > > How do tests behave on sparc64? They fail about halfway through. Full test.log below: cd

[UPDATE] www/py-beautifulsoup4

2020-03-08 Thread Remi Pointel
Hi, this is the diff to update BeautifulSoup4 to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile

update: www/py-multidict

2020-03-08 Thread Paco Esteban
Hi ports@, Here's an update for www/py-multidict to 4.7.5 Changes to the software can be found here (2 links for some reason ...): https://github.com/aio-libs/multidict/blob/master/HISTORY.rst https://github.com/aio-libs/multidict/blob/master/CHANGES.rst Tests pass for me on amd64. As for

[UPDATE] cad/qucs-s 0.0.21p2 -> 0.0.22

2020-03-08 Thread Alessandro De Laurenzis
Greetings, The attached diff updates cad/qucs-s to the latest revision. What's new upstream === This release contains mainly bugfixes: - Added SPICEINIT component; - Fixed OpAmp input pins order; - Added 4-pin NMOS and PMOS symbols; - Added AppImage Package. What's new in the

[UPDATE] cad/opensta 2.0.12.20190329 -> 2.0.18.20200308

2020-03-08 Thread Alessandro De Laurenzis
Greetings, The attached diff updates cad/opensta to a very recent commit. This is a trivial update port-wise, but a big jump in terms of features/bug-fixing. What's new upstream === This is just an incomplete list of upstream's activity: - set_power_activity -input applies

Re: [py-h5py fix] Re: sparc64 bulk build report

2020-03-08 Thread Martin Reindl
Am 08.03.20 um 15:23 schrieb Theo Buehler: > On Sun, Mar 08, 2020 at 11:40:52AM +, Stuart Henderson wrote: >> On 2020/03/08 08:31, Martin Reindl wrote: >>> On Sat, Mar 07, 2020 at 06:27:29PM -0700, k...@openbsd.org wrote: New failures: +failures/math/py-h5py,python3.log >>>

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 11:03:53 Modified files: net: Makefile Log message: link synapse to the build

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 11:03:15 Log message: Import synapse 1.11.0, from maintainer Renaud Allard Matrix specifies a set of RESTful HTTP JSON APIs as an open standard for federated Instant Messaging and VoIP

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:55:25 Modified files: security : Makefile textproc : Makefile devel : Makefile www: Makefile Log message: Link synapse

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:48:54 Log message: Import py-treq 18.6.0, from maintainer Renaud Allard treq is an HTTP library inspired by requests but written on top of Twisted's Agents. It provides a

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:47:24 Log message: Import py-macaroons 0.13.0, from maintainer Renaud Allard Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:46:03 Log message: Import py-signedjson 1.1, from maintainer Renaud Allard Signs JSON objects with ED25519 signatures. - More than one entity can sign the same object. -

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:44:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: remove quirk for py3-libnacl, been readded

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:42:52 Added files: security/py-libnacl: Makefile distinfo security/py-libnacl/pkg: DESCR PLIST Log message: Resurrect py-libnacl 1.6.1 from the Attic, from maintainer Renaud Allard

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:33:31 Log message: Import py-libnacl 1.6.1, from maintainer Renaud Allard This library is used to gain direct access to the functions exposed by Daniel J. Bernstein's nacl library

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:30:58 Log message: Import py-typing-extensions 3.7.4.1, from maintainer Renaud Allard This is a backport of the standard library typing module to Python versions older than 3.5.

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:28:41 Log message: Import py-importlib_metadata 0.23, from maintainer Renaud Allard importlib_metadata is a library which provides an API for accessing an installed packages metadata

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:21:42 Log message: Import py-canonicaljson 1.1.4, from maintainer Renaud Allard. Python module to encode JSON in a standard format. * Encodes objects and arrays as RFC 7159 JSON.

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:19:34 Log message: Import py-unpaddedbase64 1.1.0, from maintainer Renaud Allard Python module to encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/08 10:01:25 Modified files: security/nss : Makefile distinfo Removed files: security/nss/patches: patch-nss_lib_freebl_blinit_c Log message: Update to nss 3.51. See

Re: [new] synapse-1.11.0

2020-03-08 Thread Landry Breuil
On Fri, Mar 06, 2020 at 03:26:30PM +0100, Renaud Allard wrote: > > > On 3/6/20 2:31 PM, Renaud Allard wrote: > > > > Here is an update to the port with all landry@ and solene@ modifications. > > > > Sorry, small mistake in py-treq with py3 > Here it is again going to import it soonish, but

Re: UPDATE: Qt 5.13.2

2020-03-08 Thread Landry Breuil
On Sun, Mar 08, 2020 at 12:59:30PM +, Stuart Henderson wrote: > On 2020/03/08 12:40, Stuart Henderson wrote: > > py-sip-qt5 attached for completeness, it is the same as the last one from > > Landry. OK sthen@ to import that unhooked, then we can hook it to the build > > when switching over. >

audio/gqmpeg: add sndio volume backend and fixes crashes

2020-03-08 Thread Alexandre Ratchov
This diff makes gqmpeg use sndio to display and control the volume. This fixes the crash when the volume slider is touched. As a side effect, this makes gqmpeg use the right device (one that's playing) and nicely updates the slider position when other programs change the master volume. OK?

Re: Prometheus not starting

2020-03-08 Thread Antoine Jacoutot
On Sun, Mar 01, 2020 at 11:18:28PM +0200, Fabian wrote: > Am Sun, 01 Mar 2020 13:44:16 + > schrieb Stuart Henderson : > > > Why have you set 'prometheus_flags=""'? Just omit it if you want the > > default flags. > > Because "man rc.conf.local" says: > > > If set to the empty string, the

x11/i3status: add sndio volume backend

2020-03-08 Thread Alexandre Ratchov
This makes i3status display sndiod master volume knob. This makes it work by default with any audio device, including USB ones with no volume controls. OK? Index: Makefile === RCS file: /cvs/ports/x11/i3status/Makefile,v retrieving

sysutils/tray-app: use sndio

2020-03-08 Thread Alexandre Ratchov
This diff switches sysutils/tray-app to the new audio control API. Now the programm displays and controls the sndiod master volume knob. This has two advantages: - tray-app now works on any device, including those with no volume controls. - in case there are multiple audio devices,

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/08 09:00:45 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: youtube-dl: update to 2020.03.08, unbreaks youtube age-gated videos

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/03/08 08:57:26 Modified files: sysutils/borgbackup: Tag: OPENBSD_6_6 Makefile distinfo Log message: Update to borgbackup-1.1.11 Changes:

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/03/08 08:52:29 Modified files: sysutils/borgbackup: Makefile distinfo sysutils/borgbackup/pkg: PLIST Log message: Update to borgbackup-1.1.11 Changes:

Re: UPDATE sysutils/borgbackup-1.1.11

2020-03-08 Thread Matthieu Herrb
On Sun, Mar 08, 2020 at 07:40:47AM +0100, Bjorn Ketelaars wrote: > Diff below brings borgbackup to 1.1.11, which fixes a potential index > corruption / data loss issue. Additional information on this issue as > well as information on other changes can be found at: >

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/08 08:34:05 Modified files: print/cups-filters: Makefile Added files: print/cups-filters/patches: patch-filter_foomatic-rip_pdf_c Log message: Unbreak PDF printing.

Re: [py-h5py fix] Re: sparc64 bulk build report

2020-03-08 Thread Theo Buehler
On Sun, Mar 08, 2020 at 11:40:52AM +, Stuart Henderson wrote: > On 2020/03/08 08:31, Martin Reindl wrote: > > On Sat, Mar 07, 2020 at 06:27:29PM -0700, k...@openbsd.org wrote: > > > > > > New failures: > > > +failures/math/py-h5py,python3.log > > > > > > > Does this help? It certainly

Re: UPDATE: Qt 5.13.2

2020-03-08 Thread Stuart Henderson
On 2020/03/08 12:40, Stuart Henderson wrote: > py-sip-qt5 attached for completeness, it is the same as the last one from > Landry. OK sthen@ to import that unhooked, then we can hook it to the build > when switching over. py-sip-qt5 needs this added: MAKE_FLAGS += CC="${CC}"

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/08 06:47:36 Modified files: cad/magic : Makefile distinfo cad/magic/patches: patch-Makefile patch-scripts_configure patch-tcltk_magic_sh_in

Re: NEW: Delphinus DNS

2020-03-08 Thread PiRATA
Hey @ports, Attached is the lastest version of the port. Minor bugs/typos fixed. Looking forward to hear some feedback. ‐‐‐ Original Message ‐‐‐ On Sunday, March 8, 2020 10:45 AM, Peter J. Philipp wrote: > On Sat, Mar 07, 2020 at 09:44:03PM +, PiRATA wrote: > > > Ping > >

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/08 05:58:24 Modified files: meta/qt5 : Makefile Log message: Prepare for upcoming Qt5 update Unhook qtcanvas3d in meta/qt5, it's gone upstream OK sthen@

Re: UPDATE sysutils/borgbackup-1.1.11

2020-03-08 Thread Stuart Henderson
On 2020/03/08 07:40, Bjorn Ketelaars wrote: > Diff below brings borgbackup to 1.1.11, which fixes a potential index > corruption / data loss issue. Additional information on this issue as > well as information on other changes can be found at: >

Re: [py-h5py fix] Re: sparc64 bulk build report

2020-03-08 Thread Stuart Henderson
On 2020/03/08 08:31, Martin Reindl wrote: > On Sat, Mar 07, 2020 at 06:27:29PM -0700, k...@openbsd.org wrote: > > > > New failures: > > +failures/math/py-h5py,python3.log > > > > Does this help? > > > Index: Makefile > === > RCS

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/08 05:16:49 Modified files: devel/spice-protocol: Makefile distinfo devel/spice-protocol/patches: patch-spice_macros_h devel/spice-protocol/pkg: PLIST Log message: Update

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/08 04:46:05 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt Log message: Update to libical-3.0.8.

Re: NEW: Delphinus DNS

2020-03-08 Thread Peter J. Philipp
On Sat, Mar 07, 2020 at 09:44:03PM +, PiRATA wrote: > Ping > > ? Original Message ? > On Monday, February 24, 2020 6:03 PM, PiRATA wrote: > > > Hey @ports, > > > > Delphinus DNS is a non-caching, non-recursing DNS server that serves > > authoritative

mips64 bulk build report

2020-03-08 Thread visa
bulk build on octeon.ports.openbsd.org started on Sun Feb 23 17:21:52 UTC 2020 finished at Wed Mar 4 18:01:37 UTC 2020 lasted 11D00h39m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #18: Sun Feb 23 16:58:48 UTC 2020 built packages:9379 Feb 23:1448 Feb 24:1311 Feb 25:566 Feb 26:697 Feb

Re: UPDATE: sysutils/lookat 1.4.4 => 2.0.0

2020-03-08 Thread Remi Locherer
On Mon, Mar 02, 2020 at 05:39:51PM -0500, Brian Callahan wrote: > Hi ports -- > > After more than 4 years, lookat received a new update. > The changelog is short, the important items are: > * utf8 support > * change in the default color scheme > * improved error handling > > Port-wise, I removed

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/03/08 03:22:39 Modified files: mail/kopano/core: Makefile Log message: substitute all /usr/bin/python paths to ${MODPY_BIN}; from Eric JACQUOT

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/03/08 01:27:08 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure editors/libreoffice/pkg: PLIST-main Removed files:

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/03/08 01:17:58 Modified files: mail/kopano: Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-ECtools_idx_handler_cpp

Re: UPDATE sysutils/borgbackup-1.1.11

2020-03-08 Thread Klemens Nanni
On Sun, Mar 08, 2020 at 07:40:47AM +0100, Bjorn Ketelaars wrote: > I think it makes sense to bring this update to 6.6 as well (minus the > @so changes in PLIST). OK kn