remove Numeric as TDEP from pyrex

2020-10-16 Thread Daniel Dickman
pyrex itself does not seem to need Numeric. Only a single example script (which is used for testin) seems to need Numeric. Just remove that example script to clean up the need for Numeric ok? Index: Makefile === RCS file: /cvs/port

update-plist and dups (Re: update-plist not picking the longest replacement)

2020-10-16 Thread Greg Steuck
Greg Steuck writes: > I am running with my cabal.port.mk[1] patches which include this > SUBST_VARS += DISTNAME MODCABAL_STEM MODCABAL_VERSION PKGNAME > > I try to regenerate x11/xmonad/pkg/PLIST[2] with `make update-plist` and > the result comes out with ${MODCABAL_STEM}-${MODCABAL_VERSI

py-game doesn't need py-Nuemeric anymore

2020-10-16 Thread Daniel Dickman
As noted in WHATSNEW, pygame removed support for py-Numeric back in 2016. Diff below removes py-Numeric from the BUILD_DEPENDS. While here: - re-enable pypi as a download source - regenerate PLIST ok? Index: Makefile === RCS file:

gnupg: avoid printf %n in build process

2020-10-16 Thread Greg Steuck
I tried to get this upstreamed in https://dev.gnupg.org/T5104 to no avail. If people find it useful to not see %n related complaints during the build, the patch below would do it. If desirable, OK? Thanks Greg >From 8afc030e5e22cdcde94437a8b2056ab4c6f16061 Mon Sep 17 00:00:00 2001 From: Greg Steuc

sparc64 bulk build report

2020-10-16 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Mon Oct 12 23:33:52 MDT 2020 Finished: Fri Oct 16 18:00:16 MDT 2020 Duration: 3 Days 18 hours 26 minutes Built using OpenBSD 6.8-current (GENERIC.MP) #497: Mon Oct 12 20:26:34 MDT 2020 Built 9766 packages Number of packages built each day: Oct

[MAINTAINER UPDATE] www/qutebrowser 1.13.1 -> 1.14.0

2020-10-16 Thread Dimitri Karamazov
Update qutebrowser from 1.13.1 to 1.14.0 Index: Makefile === RCS file: /cvs/ports/www/qutebrowser/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile19 Sep 2020 04:03:16 - 1.21 +++ Makefile16 O

Re: [UPDATE] www/honk

2020-10-16 Thread Horia Racoviceanu
Just a simple ping, sorry. On 9/1/20, Horia Racoviceanu wrote: > - Add the help section > - Add rc_stop() for related daemons > > On 8/29/20, Horia Racoviceanu wrote: >> Upgrade to v0.9.2 >> - add toys: gettoken, saytheday, sprayandpray, youvegothonks >> - remove man pages from doc >> - add view

Re: NEW: net/i2p

2020-10-16 Thread Dimitri Karamazov
Ping On Sun, October 4, 2020 03:35, Dimitri Karamazov wrote: > On Sat, October 3, 2020 13:00, Solene Rapenne wrote: > >> On Tue, 15 Sep 2020 13:16:37 - >> "Dimitri Karamazov" : >> >> >> >>> Can't seem to get any response on this, is there nobody that has >>> time to verify this? >> >> Hello, >

ffmpeg & x264 on arm

2020-10-16 Thread adr
Hi Brad, we talked about this last year (and tested some other codecs). Can you apply this? Regards, adr. == multimedia/x264: --- Makefile.orig Thu Oct 15 09:02:38 2020 +++ MakefileThu Oct 15 09:04:07 2020 @@ -42,7 +42,8 @@ --

Re: fix sdl2 build on arm

2020-10-16 Thread adr
Hello, Opengl, opengles must be disabled or strict alignment errors will occur. Only tested with ffplay for now. [...] Program terminated with signal 10, Bus error. [...] #0 0x759109fc in __driDriverGetExtensions_kms_swrast () from /usr/X11R6/lib/modules/dri/swrast_dri.so I don't see a reaso

Re: UPDATE biology/py-biopython [Re: numpy status update and help requested]

2020-10-16 Thread Martin Reindl
Am 16.10.20 um 08:58 schrieb Martin Reindl: > On Sun, Oct 11, 2020 at 06:12:20PM -0400, Daniel Dickman wrote: >> - biology/py-biopython > > Hello Daniel, > > attached is an update for biopython to 1.78. I did an complete overhaul of > the port including switch to python3 with quirks and conflict

[security update] net/synapse -> 1.21.2

2020-10-16 Thread Renaud Allard
Hello, This is an upgrade to net/synapse which also contains a fix for CVE-2020-26891. textproc/py-canonicaljson >= 1.4 is also needed for it. Best Regards ? patch Index: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v re

UPDATE mail/notmuch-0.31

2020-10-16 Thread Bjorn Ketelaars
Diff below brings notmuch to 0.31. From NEWS [0]: - notmuch now supports Emacs 27.1 - add support for moving between threads after notmuch-tree-from-search-thread The test suite completes with 4 failing tests, test.log attached: 1210/1219 tests passed. 3 broken tests failed as expected. 4 tests

UPDATE biology/py-biopython [Re: numpy status update and help requested]

2020-10-16 Thread Martin Reindl
On Sun, Oct 11, 2020 at 06:12:20PM -0400, Daniel Dickman wrote: > - biology/py-biopython Hello Daniel, attached is an update for biopython to 1.78. I did an complete overhaul of the port including switch to python3 with quirks and conflict markers. Tests still run quite alright on amd64. Comments