Re: postgresql readme

2020-02-12 Thread Stuart Henderson
On 2020/02/12 07:25, Aham Brahmasmi wrote: > > PKGNAME-pg_upgrade=postgresql-pg_upgrade-${VERSION} > > -REVISION-server=0 > > +REVISION-server= 1 > > Namaste Stuart, > > Thank you for the patch. > > Would it be preferable to remove the extra space after the equal sign in > the REVISION-server l

Re: UPDATE: x11/qt5/qtwebkit

2020-02-12 Thread Stuart Henderson
On 2020/02/12 10:57, Landry Breuil wrote: > One think we should make sure to check is arch coverage, ie check which > archs provide a 'working' (building, running ?) qtwebkit and try to > testbuild this update on those... FWIW the list for the in-tree version is: aarch64 amd64 i386 powerpc sparc6

Re: graphics/gimp crashes when opening a file dialog

2020-02-12 Thread Stuart Henderson
You'll get more information if you install debug-gimp/debug-glib2/debug-gtk+2 and do a backtrace in gdb instead. (Might still not be useful but at least there's some chance :-) On 2020/02/12 16:44, Solene Rapenne wrote: > on -current amd64 (gimp-2.10.14p1) the program crashes when I open a file >

Re: UPDATE: devel/pcre2

2020-02-12 Thread Stuart Henderson
On 2020/02/12 13:15, Giovanni Bechis wrote: > Update to latest version, ok ? comments ? Please run update-patches, update-plist, and bump the shared library minor versions for all libraries. > should it go on a bulk first ? nope - even if it did have changes where testing dependent ports would h

Re: UPDATE: devel/pcre2

2020-02-13 Thread Stuart Henderson
On 2020/02/13 11:53, Giovanni Bechis wrote: > On 2/13/20 11:40 AM, Nam Nguyen wrote: > > Giovanni Bechis writes: > > > >> On Wed, Feb 12, 2020 at 06:26:35PM +, Stuart Henderson wrote: > >>> On 2020/02/12 13:15, Giovanni Bechis wrote: > >&

Re: misc/open62541 debug package

2020-02-13 Thread Stuart Henderson
On 2020/02/13 13:01, Alexander Bluhm wrote: > On Mon, Feb 10, 2020 at 08:46:47PM +0000, Stuart Henderson wrote: > > > I have build the library with debug symbols as I want to do development > > > on top of it. Do we have a policy for that? > > > > If you only need

Re: less annoying GH_TAGNAME

2020-02-13 Thread Stuart Henderson
On 2020/02/10 12:28, Stuart Henderson wrote: > Currently setting GH_TAGNAME automatically populates DISTNAME (and hence > PKGNAME) and WRKDIST, based on the contents of GH_TAGNAME, with a leading > 'v' stripped off. Often this is helpful but other times it isn't, requiri

Re: [ports-gcc] Unbreak telephony/pjsua

2020-02-13 Thread Stuart Henderson
On 2020/02/13 22:21, Charlene Wendling wrote: > Hi, > > > http://build-failures.rhaalovely.net/sparc64/last/telephony/pjsua%2C-main.log > > http://build-failures.rhaalovely.net/powerpc/last/telephony/pjsua%2C-main.log > > The build used to fail for another reason, but since the last update, > it

Re: games/dMagnetic 0.20 -> 0.22

2020-02-13 Thread Stuart Henderson
Thank you, committed :) On 2020/02/13 18:10, Thomas Dettbarn wrote: > Good day everybody. > > My interpreter for classic text adventure games "dMagnetic" > just saw release 0.22. The last one I found in your CVS > was 0.20, so I took the liberty of creating a patch from that, > foregoing the 0.2

Re: Increase duration before DPB marks a port frozen

2020-02-13 Thread Stuart Henderson
On 2020/02/13 17:22, Kurt Mosiejczuk wrote: > With the default of 10 seconds with no response, my DPB status screen > stays almost entirely red for the duration of the sparc64 bulk. > > Increasing it to 45 seconds tends to eliminate the red except for things > that are actually stuck... and rust p

Re: aarch64 bulk build report

2020-02-14 Thread Stuart Henderson
On 2020/02/14 16:01, phess...@openbsd.org wrote: > http://build-failures.rhaalovely.net/aarch64/2020-02-12/security/nss.log This is probably the most important one, cc -o OpenBSD6.6_64_OPT.OBJ/OpenBSD_SINGLE_SHLIB/blinit.o -c -std=c99 -O -fPIC -DPIC -Wall -Wno-switch -pipe -DOPENBSD -Wall -Wsha

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Stuart Henderson
On 2020/02/15 09:44, Alessandro De Laurenzis wrote: > Greetings, > > The attached diff updates cad/qrouter to the latest release. > > What's new upstream > === > After the recent thread about unbreaking this port for non-CLANG archs (see > [1]), I made a PR on github proposing (am

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Stuart Henderson
On 2020/02/15 17:59, Alessandro De Laurenzis wrote: > Hello Stuart, > > Thanks for looking into this. > > On 15/02/2020 - 15:09, Stuart Henderson wrote: > [...] > > > - Since we're already accepting that this code isn't C99 compliant, I > > > propos

Re: NEW: net/srain

2020-02-16 Thread Stuart Henderson
On 2020/02/15 21:01, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, net/srain. Srain is a modern IRC client written in > GTK. > > --- > pkg/DESCR: > Srain is a modern IRC client written in GTK. > > Features: > * RFC {1459,2812} compatible > * Partial IRCv3 support > * Multi-plat

Re: [UPDATE] devel/pycharm 3.3

2020-02-16 Thread Stuart Henderson
On 2020/02/15 18:48, Lucas Raab wrote: > On Sat, Feb 15, 2020 at 06:46:14PM -0600, Lucas Raab wrote: > > Another JetBrain's product update: pycharm to 3.3 from 2.5 > > > > Rafael, any comments? > > > > Lucas > > Whoops, forgot to diff from the root of the ports tree. Updated btw, the only time

Re: [UPDATE] devel/pycharm 3.3

2020-02-16 Thread Stuart Henderson
On 2020/02/16 07:20, Lucas Raab wrote: > On Sun, Feb 16, 2020, at 07:12, Stuart Henderson wrote: > > On 2020/02/15 18:48, Lucas Raab wrote: > > > On Sat, Feb 15, 2020 at 06:46:14PM -0600, Lucas Raab wrote: > > > > Another JetBrain's product update: pycharm to 3

Re: UPDATE: net/prosody

2020-02-16 Thread Stuart Henderson
On 2020/02/16 19:23, Lucas wrote: > Lucas wrote: > > Hello ports@, > > > > Find a update for net/prosody to 0.11.4. > > > > Lots of fixes and improvements happened since 0.11.2, which can be > > found in [1] and [2]. In particular, there is a fix for closing a file > > which can lead to "Too man

Re: UPDATE: net/prosody

2020-02-16 Thread Stuart Henderson
PS, your diff was quoted-printable encoded which is a bit of a pain for reviewers to work with - inline plain text would be ideal, but otherwise sending as an attachement is less annoying than quoted-printable.

Re: [Update] sysutils/supuner

2020-02-17 Thread Stuart Henderson
Please use MODULES=lang/python, and (from memory but I think it's right - check in python.port.mk if it doesn't work) MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}, MODPY_BUILDDEP=No, MODPY_RUNDEP=No, TEST_DEPENDS=${MODPY_RUN_DEPENDS} and in the do-test target use ${MODPY_BIN} instead of python3.

Re: [patch] update MASTER_SITES for textproc/iso8879

2020-02-17 Thread Stuart Henderson
On 2020/02/17 14:09, Daniel Dickman wrote: > Update MASTER_SITES for this distfile. The filename changed and I wasn't > sure if a REVISION bump is needed or not, but bump anyway to be safe. > > (Sent to MAINTAINER back in Oct 2019 and haven't heard back yet so sending > to ports as well this tim

Re: [Update] sysutils/supuner

2020-02-17 Thread Stuart Henderson
On 2020/02/17 17:48, Laurence Tratt wrote: > On Mon, Feb 17, 2020 at 05:26:53PM +0000, Stuart Henderson wrote: > > Hello Stuart, > > > Please use MODULES=lang/python, and (from memory but I think it's right - > > check in python.port.mk if it do

Re: [update patch] smartmontools 7.0 -> 7.1

2020-02-18 Thread Stuart Henderson
On 2020/02/17 15:06, Martin Ziemer wrote: > This patch updates smartmontools from 7.0 to 7.1. > > Instead of manipulating the makefile i just added an INSTALL_DATA in > post-install to install smartd_warning.sh for easier maintainability. > > Tested compilation on a empty vm with just gmake insta

portimport: show PKGNAMES

2020-02-18 Thread Stuart Henderson
This might help prevent some duff imports.. ok? Index: portimport === RCS file: /cvs/ports/infrastructure/bin/portimport,v retrieving revision 1.8 diff -u -p -r1.8 portimport --- portimport 18 Feb 2020 15:26:48 - 1.8 +++ por

Re: [update patch] smartmontools 7.0 -> 7.1

2020-02-19 Thread Stuart Henderson
On 2020/02/19 09:36, Martin Ziemer wrote: > Fixed. > > > Created a new patch. > > Tested on two amd64 systems. Thanks, committed. > Index: Makefile > === > RCS file: /cvs/ports/sysutils/smartmontools/Makefile,v > retrieving revis

Re: UPDATE: nextcloudclient-2.6.3

2020-02-19 Thread Stuart Henderson
Looking at the function involved, I suspect some of you have devel/argp-standalone installed and others don't.

Re: [net/zabbix] PSK support?

2020-02-19 Thread Stuart Henderson
On 2020/02/19 16:17, William Leuschner wrote: > Hello porters, > > I'm trying to set up Zabbix with pre-shared keys so that: > * connections are encrypted, and > * the agent will reject connections from anyone without the key. > The configuration that should work currently fails with a library err

security/zkt tests needed [st...@openbsd.org: CVS: cvs.openbsd.org: ports]

2020-02-20 Thread Stuart Henderson
st then it probably makes sense to just remove the port). - Forwarded message from Stuart Henderson - From: Stuart Henderson Date: Thu, 20 Feb 2020 04:21:13 -0700 (MST) To: ports-chan...@openbsd.org Subject: CVS: cvs.openbsd.org: ports CVSROOT:/cvs Module name:

py3-only ports

2020-02-20 Thread Stuart Henderson
Quite a few python modules are now py3-only, and more are switching over to that. The current ports setup where we use MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} and no FLAVOR isn't really very good, especially where dependencies are concerned with the error-prone combination of "py2+3 ports using $

Re: py3-only ports

2020-02-20 Thread Stuart Henderson
On 2020/02/20 10:12, Kurt Mosiejczuk wrote: > > There is a possible future direction I've been considering of moving py2 > > ports from "unflavoured" to "FLAVOR=python2" (and possibly splitting > > python3 into multiple versions e.g. python37/python38 as we do with ruby). > > I'm unsure if it's wor

Re: cookie for generating some debug info

2020-02-20 Thread Stuart Henderson
On 2020/02/20 16:27, Marc Espie wrote: > Now that we have a settled down workflow, I think this should work just > fine, and avoid regenerating that Makefile 30 times in php... > > Specifically, that stuff only depends on static port information, it can't > be generated before fake because it live

Re: update request: net/mlvpn

2020-02-20 Thread Stuart Henderson
On 2020/02/20 23:48, Laurent Coustet wrote: > Hi ports@ > > I've fixed the last version of net/mlvpn in order to support > OpenBSD 6.6+. > > No major changes, just random fixes and version bump. > > Changes: > > - Send keepalives every 1s, detect timeouts at 2s (@stapelberg) > - Fix calcula

Re: UPDATE: editors/teaqt

2020-02-21 Thread Stuart Henderson
On 2020/02/21 07:26, Rafael Sadowski wrote: > Update tea-qt 50.0.4. Just another Qt5 update. > > CC maintainer from homepage http://semiletov.org/tea/#downloads :-D > > OK? > > Index: Makefile > === > RCS file: /cvs/ports/editors/te

Re: UPDATE: editors/teaqt

2020-02-21 Thread Stuart Henderson
On 2020/02/21 07:26, Rafael Sadowski wrote: > Update tea-qt 50.0.4. Just another Qt5 update. > > COMMENT =powerful and simple qt4 editor COMMENT needs updating too ;) just "powerful and simple Qt editor" without the version is probably best. (Wrong capitalisation in DESCR as well, s/QT/Qt

Re: UPDATE: audio/hydrogen-1.0.0-beta1

2020-02-21 Thread Stuart Henderson
On 2020/02/21 17:46, Raphael Graf wrote: > This version uses Qt5 and adds support for midi output. > Here is a list of new features: > https://github.com/hydrogen-music/hydrogen/releases > > (The OSC support is disabled for now as it needs audio/liblo, see > https://marc.info/?l=openbsd-ports-c

Re: UPDATE: textproc/lowdown 0.4.6 -> 0.5.4

2020-02-22 Thread Stuart Henderson
On 2020/02/21 18:29, Micah Muer wrote: > I think the lines were mangled in my last email. Sorry about that! > Here's the patch with proper formatting, I hope. Yes they were, and that's better. Thanks, committed.

Re: UPDATE: textproc/lowdown 0.4.6 -> 0.5.4

2020-02-22 Thread Stuart Henderson
On 2020/02/22 11:29, Stuart Henderson wrote: > On 2020/02/21 18:29, Micah Muer wrote: > > I think the lines were mangled in my last email. Sorry about that! > > Here's the patch with proper formatting, I hope. > > Yes they were, and that's better. Thanks, committed.

Re: [UPDATE] devel/src (1.18 -> 1.28)

2020-02-22 Thread Stuart Henderson
On 2020/02/22 11:54, Alex Naumov wrote: > This patch updates devel/src from 1.18 to 1.28. > > Unfortunately there are a couple of tests failing, which are either related > to 'fast-export roundtrip' or 'fast-import roundtrip'. I'm not sure if > these failures are related to OpenBSD, although the c

Re: sparc64 bulk build report

2020-02-22 Thread Stuart Henderson
On 2020/02/22 04:55, k...@openbsd.org wrote: > http://build-failures.rhaalovely.net/sparc64/2020-02-19/devel/got,-main.log I've mentioned this on the GOT list.

Re: update www/privoxy to 3.0.28

2020-02-22 Thread Stuart Henderson
On 2020/02/21 21:40, David Goerger wrote: > I noticed 3.0.28 was released about a year ago, and figured it was > time for an update. Tested on amd64. > > The full changelog from 3.0.26 is available here: > > https://www.privoxy.org/announce.txt > > Most of the noise in the patch is from (1) pat

Re: python 2.7.16p1 is broken? (-current, aarch64)

2020-02-23 Thread Stuart Henderson
On 2020/02/23 14:32, Alex Naumov wrote: > Hey ports@, > > I'm asking just to be sure that I'm not the only one who has this problem. > By trying to build ports/packages dependent on python 2.7 on my arm64 > machine I get this error: > > ... > ===> Building package for python-2.7.16p1 > Create /u

Re: update www/privoxy to 3.0.28

2020-02-23 Thread Stuart Henderson
> > Updated with some @owner/@group changes that were missed previously and > > highlighted by this regeneration. I regen'd patches as well. > > Thanks! Sorry, I'm still getting the hang of this. It was wrong before, your update just made it obvious :-) > > I'm not sure what is going on with the

NEW: libde265, libheif

2020-02-24 Thread Stuart Henderson
as req'd by jcs@ (with these we can enable GIMP's HEIF support). any comments / OKs? $ pkg_info libheif libde265 Information for inst:libheif-1.6.2 Comment: ISO/IEC 23008-12:2017 HEIF file format decoder and encoder Description: libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and

Re: [PATCH] sysutils/grafana from 5.4.3 to 6.6.1

2020-02-25 Thread Stuart Henderson
On 2020/02/25 19:33, Martin Reindl wrote: > Am 14.02.20 um 16:39 schrieb Franz Bettag: > > Dear folks, > > > > below is a diff which updates sysutils/grafana from 5.4.3 to 6.6.1. > > > > Has been tested on amd64. > > > > Feedback is welcome :) > > Franz, > > It's not a good idea to remove thes

Re: remove sysutils/grub

2020-02-26 Thread Stuart Henderson
On 2020/02/26 09:01, Stefan Sperling wrote: > On Wed, Feb 26, 2020 at 01:56:15AM +0100, Matthias Kilian wrote: > > But i have a (little bit offtopic) question related to what grub > > did: my ports build machine still has that setup with 4 different > > OpenBSD installations (and64-current, i386-

Re: [new] synapse-1.11.0

2020-02-26 Thread Stuart Henderson
On 2020/02/26 14:57, Renaud Allard wrote: > If I attach the tarball, it will be better. > > On 2/26/20 2:03 PM, Renaud Allard wrote: > > Hello, > > > > Here is a port (python3 only) for matrix synapse server > > > > Best Regards > > We have settled on FLAVORS = python3 FLAVOR = python3 fo

Re: [new] synapse-1.11.0

2020-02-26 Thread Stuart Henderson
On 2020/02/26 23:29, Stuart Henderson wrote: > On 2020/02/26 14:57, Renaud Allard wrote: > > If I attach the tarball, it will be better. > > > > On 2/26/20 2:03 PM, Renaud Allard wrote: > > > Hello, > > > > > > Here is a port (python3 only) for

Re: NEW: libde265, libheif

2020-02-27 Thread Stuart Henderson
On 2020/02/27 02:51, Raf Czlonka wrote: > > There's an issue with the above URL - it uses the www.libde265.org > TLS certificate *without* a redirect. > > However, http://www.libheif.org/ as well as http://libheif.org/ > both use 301 redirect to https://www.libde265.org/ so the above URL > should

Re: [update] netshot 0.14.1

2020-02-27 Thread Stuart Henderson
On 2020/02/04 17:32, Remi Locherer wrote: > -- Create a TLS certificate in a Java keystore: > - # ${LOCALBASE}/jdk-1.8.0/bin/keytool -genkey -keyalg RSA -alias selfsigned > \ > --keystore ${SYSCONFDIR}/netshot.jks -storepass password -validity 3600 \ > --keysize 4096 > - # chmod 640 ${SY

Re: [NEW] net/anondate

2020-02-27 Thread Stuart Henderson
It's not very useful if there is no license because we cannot distribute packages. On 2020/02/27 21:07, nanonymous wrote: > Hey ports@ > I am the developer of anondate, a daemon that updates the system clock > anonymously using HTTP over Tor. It uses pledge and fork+exec privsep. > Homepage: htt

Re: [update] gzdoom-4.3.3

2020-02-28 Thread Stuart Henderson
On 2020/02/28 08:51, Timo Myyrä wrote: > Hi, > > Here's an update to latest gzdoom, hopefully I got the patch right. > Slightly playtested on amd64. > > timo > > Index: Makefile > === > RCS file: /cvs/ports/games/gzdoom/Makefile,v >

another pgsql readme tweak

2020-02-28 Thread Stuart Henderson
Sorry for yet another one of these! I think I send a new diff for this every time I have to go through the pg_upgrade process :) If we add "local all postgres trust" before copying pg_hba.conf from the old to new dir, we can avoid editing twice. And we only need to remove it again from the new one

Re: another pgsql readme tweak

2020-02-29 Thread Stuart Henderson
On 2020/02/29 12:59, Antoine Jacoutot wrote: > On Fri, Feb 28, 2020 at 11:23:09PM +0000, Stuart Henderson wrote: > > Sorry for yet another one of these! I think I send a new diff for > > this every time I have to go through the pg_upgrade process :) > > > > If we ad

Re: UPDATE: Qt 5.13.2

2020-02-29 Thread Stuart Henderson
On 2020/02/29 07:27, Landry Breuil wrote: > On Thu, Feb 27, 2020 at 08:48:55AM +0100, Rafael Sadowski wrote: > > On Thu Feb 27, 2020 at 08:35:41AM +0100, Landry Breuil wrote: > > > On Thu, Feb 27, 2020 at 07:59:32AM +0100, Rafael Sadowski wrote: > > > > Hi All > > > > > > > > After truly hard work

Converting old py3-only ports to new-style

2020-02-29 Thread Stuart Henderson
We have a number of older ports for py3-only Python modules from before the simpler "FLAVOR=python3" setup that we're using now. Here's an example of a conversion: - change ../Makefile to add ,python3 - bump REVISION - set FLAVOR/FLAVORS = python3, remove MODPY_VERSION = ${MODPY_DEFAULT_VERSIO

Re: Converting old py3-only ports to new-style

2020-02-29 Thread Stuart Henderson
On 2020/02/29 16:02, Stuart Henderson wrote: > We have a number of older ports for py3-only Python modules from before > the simpler "FLAVOR=python3" setup that we're using now. I should add: this is for ports producing packages with the py3- prefix (i.e. modules used

py2+3->py3-only devel/quirks update

2020-02-29 Thread Stuart Henderson
- replace existing "py2 has been replaced with py3" $obsolete_reason ports with "automatically switch to py3 version" - remove the jupyter-notebook "py2 has been replaced with py3" entry which is bogus as the new package is still named 'jupyter-notebook', instead replace with a "rename jupyter-not

Re: [maintainer update] audio/py-discogs-client

2020-02-29 Thread Stuart Henderson
I've committed www/py-requests-oauthlib, audio/py-discogs-client and added quirks entries.

Re: [update] librelp version 1.5.0

2020-02-29 Thread Stuart Henderson
On 2020/02/29 22:04, Remi Locherer wrote: > librelp version 1.5.0 was released in January 2020. According to the > changelog it contains mostly bug fixes. > --> https://github.com/rsyslog/librelp/blob/master/ChangeLog > > This release also introduces the usage of OpenSSL's SSL_CONF_cmd API. > -->

Re: Prometheus not starting

2020-03-01 Thread Stuart Henderson
Why have you set 'prometheus_flags=""'? Just omit it if you want the default flags. -- Sent from a phone, apologies for poor formatting. On 1 March 2020 01:29:22 Fabian wrote: Hi, I have been trying to run the current Prometheus port version 2.9.2 on OpenBSD 6.6 and I just cannot figure ou

Re: update: converters/py-html2text

2020-03-01 Thread Stuart Henderson
I've been running this version for a couple of weeks with rss2email. OK sthen@ with the quirks and converters/Makefile changes added.

Re: UPDATE: Qt 5.13.2

2020-03-02 Thread Stuart Henderson
On 2020/02/29 18:38, Landry Breuil wrote: > On Sat, Feb 29, 2020 at 03:51:13PM +0000, Stuart Henderson wrote: > > On 2020/02/29 07:27, Landry Breuil wrote: > > > On Thu, Feb 27, 2020 at 08:48:55AM +0100, Rafael Sadowski wrote: > > > > On Thu Feb 27, 2020 at 08:35:4

Re: [NEW] net/dbip

2020-03-02 Thread Stuart Henderson
On 2020/03/02 16:43, Jeremie Courreges-Anglas wrote: > On Mon, Mar 02 2020, Frederic Cambus wrote: > > Hi ports@, > > > > Here is a new port: net/dbip. > > > > Following the decision from MaxMind [1] to stop releasing their GeoLite2 > > databases under a Creative Commons license, I have been looki

Re: [new] www/py-requests-cache

2020-03-02 Thread Stuart Henderson
On 2020/03/02 13:42, Johan Huldtgren wrote: > hello, > > this is a new port for py-requests-cache, a transparent persistent > cache for the py-requests library (version >= 1.1.0). This is a > dependency for another new port which I'm working on. Built, packaged > and tested on amd64. > > thanks,

NEW: mail/rcube-html5-notifier

2020-03-02 Thread Stuart Henderson
This is a Roundcube plugin to add html5 notifications. IIRC it was requested by henning@ ages ago, but didn't have a usable license at the time, that has now been fixed upstream. OK to import? rcube-html5-notifier.tgz Description: application/tar-gz

Re: [NEW] h5py and py-pkgconfig

2020-03-03 Thread Stuart Henderson
On 2020/03/03 11:15, Martin Reindl wrote: > Hello, > > I already sent h5py to the list in january, but resending now with > py-pkgconfig,which is a BDEP for h5py. > > h5py is a requirement for xrayutilities which, I understand, David is or was > working on. bcallah@ also sent out a version in 20

Re: UPDATE: multimedia/frei0r-plugins 1.7.0

2020-03-03 Thread Stuart Henderson
On 2020/03/03 14:36, Raphael Graf wrote: > ping Please, make it easy on reviewers, if you are going to ping things, make sure there is a directly usable diff included (or at worst a direct link to a copy in a list archive) that doesn't require finding past mails or un-munging email quote character

Re: textproc/loccount build failure

2020-03-03 Thread Stuart Henderson
Usual hack: set CONFIGURE_STYLE=somerandomtext (often written as CONFIGURE_STYLE=none) I would be happy to have something nicer if you can figure out what would work! -- Sent from a phone, apologies for poor formatting. On 3 March 2020 17:57:08 Klemens Nanni wrote: Python 3 is required at b

Re: [UPDATE] net/ezstream 1.0.1

2020-03-03 Thread Stuart Henderson
I've committed ezstream+libshout. On 2020/02/27 01:08, Moritz Grimm wrote: > Tweaked update attached: > > * Switch to new and more concise DESCR > * Take MAINTAINER > > On 23.02.20 01:14, Moritz Grimm wrote: > > First maintenance release of a recent feature update. Makes most sense > > with an u

Re: UPDATE: multimedia/frei0r-plugins 1.7.0

2020-03-03 Thread Stuart Henderson
On 2020/03/03 16:55, Raphael Graf wrote: > On Tue, Mar 03, 2020 at 03:31:55PM +0000, Stuart Henderson wrote: > > On 2020/03/03 14:36, Raphael Graf wrote: > > > ping > > > > Please, make it easy on reviewers, if you are going to ping things, make > > sure ther

Re: UPDATE: Qt 5.13.2

2020-03-03 Thread Stuart Henderson
On 2020/03/03 18:16, Rafael Sadowski wrote: > On Mon Mar 02, 2020 at 06:09:01PM +0100, Rafael Sadowski wrote: > > On Mon Mar 02, 2020 at 03:41:55PM +0100, Landry Breuil wrote: > > > On Mon, Mar 02, 2020 at 02:34:05PM +, Stuart Henderson wrote: > > > > On 2020/02

Re: [NEW] net/dbip

2020-03-04 Thread Stuart Henderson
On 2020/03/04 12:26, Frederic Cambus wrote: > > Agreed, in the case of old geoip1 the filenames were pretty much fixed and > > the @sample method made sense (plus you might run an update tool to fetch > > new files in place of the old ones). For maxminddb it seems standard to > > configure the file

Re: UPDATE: Qt 5.13.2

2020-03-05 Thread Stuart Henderson
Looking better! Stray blank line in py-qt5-sip DESCR otherwise OK sthen@ to import that. (I'd slightly prefer to have a port directory that matches the python module name (so py-PyQt5-sip or py-PyQt5_sip) but OTOH it does match our nonstandard naming py-qt5, so...meh :) > - make it a dependency

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

2020-03-05 Thread Stuart Henderson
On 2020/03/01 20:12, Sebastien Marie wrote: > Hi, > > 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. > > It works by removing source library from a defined set of crates. So it will >

Re: [New] devel/snare

2020-03-05 Thread Stuart Henderson
On 2020/03/02 21:21, Laurence Tratt wrote: > This is a new port for snare, a GitHub webhooks runner daemon. From > pkg/DESCR: > > snare is a GitHub webhooks runner daemon. When snare receives a webhook > event from a given repository, it authenticates the request, and then > executes a user-

Re: NEW: fonts/iosevka-fonts

2020-03-05 Thread Stuart Henderson
On 2020/03/05 20:01, Edd Barrett wrote: > On Wed, Mar 04, 2020 at 12:21:00PM +, Edd Barrett wrote: > > This is a port of the Iosevka fonts, > > Here's a revised port which packages both the default and the term > variants of the font (using MULTI_PACKAGES). I think these will be the > variants

locks and FLAVORs

2020-03-05 Thread Stuart Henderson
We only use SEPARATE_BUILD=(Yes|No) these days, so this conditional isn't needed. But also, it seems like it was the wrong way round anyway? I think the idea of =flavored was to allow doing several builds from the same unpacked ports source, *but* the lock in that case was to cope with cases where

Re: UPDATE: Qt 5.13.2

2020-03-05 Thread Stuart Henderson
On 2020/03/05 17:49, Landry Breuil wrote: > On Thu, Mar 05, 2020 at 05:10:51PM +0100, Landry Breuil wrote: > > On Thu, Mar 05, 2020 at 02:14:42PM +0000, Stuart Henderson wrote: > > > Looking better! Stray blank line in py-qt5-sip DESCR otherwise OK sthen@ > > > to impor

Re: locks and FLAVORs

2020-03-05 Thread Stuart Henderson
On 2020/03/05 23:06, Marc Espie wrote: > > Can we do this? > > > > Index: bsd.port.mk > > === > > RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v > > retrieving revision 1.1520 > > diff -u -p -r1.1520 bsd.port.mk > > --- bsd.port

Re: Apache network.conf change

2020-03-05 Thread Stuart Henderson
On 2020/03/05 23:31, Giovanni Bechis wrote: > Hi, > Apache has changed their main download site, > www.apache.org/dist is a redirect to downloads.apache.org. > Anyway www.apache.org/dist will not be shut down any time soon. > ok ? > Cheers > Giovanni hmm, they list that as a "backup site" and a

Re: NEW: fonts/iosevka-fonts

2020-03-05 Thread Stuart Henderson
On 2020/03/05 22:57, Edd Barrett wrote: > On Thu, Mar 05, 2020 at 09:11:39PM +0000, Stuart Henderson wrote: > > Do we really need the webfonts? > > I don't currently have a use for web fonts, but I followed the precedent > set by other font ports. Many include woff and wof

Re: UPDATE: Qt 5.13.2

2020-03-06 Thread Stuart Henderson
On 2020/03/06 08:49, Landry Breuil wrote: > > grepping, the py-qt5 ports that reference webengine are: > > what kind of grepping, source code or requirements in setup.py ? source

MSDOS line-ending [Re: [ports-gcc/all archs] fix lang/hashlink]

2020-03-06 Thread Stuart Henderson
On 2020/03/06 08:29, Theo Buehler wrote: > While the diff reads fine, it doesn't apply, probably due to the MSDOS > line endings. Can you send it as an attachment or host it somewhere, > please? Gah, another one... If anyone is feeling bored it would be really nice if portcheck was taught to whine

Re: MSDOS line-ending [Re: [ports-gcc/all archs] fix lang/hashlink]

2020-03-07 Thread Stuart Henderson
On 2020/03/06 18:09, Thomas Frohwein wrote: > > > > +# Fix dos line-endings in files needing patches > > +#pre-patch: > > +# @cd ${WRKSRC} && perl -i -pe 's/\r$$//' [...] > > + > > .include > > > > would the following blanket solution be worthy considering? > > #pre-patch: > #@cd ${WRKS

Re: [new] sysutils/loki + [update] sysutils/grafana

2020-03-07 Thread Stuart Henderson
On 2020/03/06 15:40, Landry Breuil wrote: > On Wed, Mar 04, 2020 at 01:23:28AM +0100, Eric Elena wrote: > > Hello list, > > > > Please find attached a new port, sysutils/loki. It is a log aggregation > > system inspired by prometheus. > > It requires grafana >= v6.0. Since the version in the port

Re: [NEW] sysutils/packer-vmm

2020-03-07 Thread Stuart Henderson
On 2020/03/06 10:37, Pavel Korovin wrote: > Dear all, > > For those who'd like to play with HashiCorp Packer on vmm(4), I've > updated Philipp's vmm builder plugin port to support the latest version of > packer (1.5.4). > > Port changes: > > 1. Sync with HCL2 support changes introduced in packer

Re: New: devel/xtensa-esp32-elf

2020-03-07 Thread Stuart Henderson
On 2020/03/06 10:39, Tracey Emery wrote: > Hello ports@, > > After extensive back-and-forth between Claudio and I, we have a new > port to present. Attached is a new port for compiling binaries for the > Espressif ESP32 series of WiFi chips. It is a cross compiler suite > configured for the xtensa

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 f

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: > https://github.com/borgbackup/borg/blob/1.1.11/docs/c

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}" CXX="${CXX}"

Re: WIP: Update of math/py-numpy to 1.16.5

2020-03-09 Thread Stuart Henderson
On 2020/03/09 10:42, Theo Buehler wrote: > On Mon, Jan 13, 2020 at 12:50:32PM +0000, Stuart Henderson wrote: > > 2/3 through a bulk build and I see that this breaks scipy (missing symbols, > > blas/cblas-related) so needs a bit more work, but I think it's generally >

Re: [UPDATE] databases/py-ldap3 to 2.7

2020-03-09 Thread Stuart Henderson
On 2020/03/08 14:22, Lucas Raab wrote: > 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 Committed, I added NO_TEST because some of the necessary files from https://github.com/canna

Re: update: www/py-multidict

2020-03-09 Thread Stuart Henderson
On 2020/03/08 18:47, Paco Esteban wrote: > Hi ports@, > > Here's an update for www/py-multidict to 4.7.5 Could you convert to new-style FLAVOR=python3 / FLAVORS=python3 while there please? (depends in py-yarl, py-aiohttp, py-gunicorn will need bumps and ${MODPY_FLAVOR} adding to the multidict

Re: [update] py-importlib-metadata -> 1.5.0

2020-03-09 Thread Stuart Henderson
On 2020/03/09 10:07, Renaud Allard wrote: > Here is a quick diff to py-importlib-metadata committed, there are some test dependencies missing (zipp which was already missing for the old version, pyfakefs which is new) so I added a comment to Makefile, and fixed a typo in COMMENT while there. On 2

Re: UPDATE: Qt 5.13.2

2020-03-09 Thread Stuart Henderson
On 2020/03/08 16:45, Landry Breuil wrote: > On Sun, Mar 08, 2020 at 12:59:30PM +0000, 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 im

Re: update: www/py-multidict

2020-03-09 Thread Stuart Henderson
On 2020/03/09 15:49, Paco Esteban wrote: > On Mon, 09 Mar 2020, Stuart Henderson wrote: > > > On 2020/03/08 18:47, Paco Esteban wrote: > > > Hi ports@, > > > > > > Here's an update for www/py-multidict to 4.7.5 > > > > Could you convert t

Re: update: www/py-gnunicorn

2020-03-09 Thread Stuart Henderson
On 2020/03/09 15:53, Paco Esteban wrote: > On Sun, 08 Mar 2020, Paco Esteban wrote: > > > 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

Re: [NEW] astro/p5-Astro-satpass

2020-03-09 Thread Stuart Henderson
On 2020/02/15 12:51, Andrew Hewus Fresh wrote: > On Mon, Jan 27, 2020 at 09:31:41AM +, wen heping wrote: > > Hi, ports@: > > > > Here is a patch to cretae new port: astro/p5-Astro-satpass. > > It build well and pass all tests on amd64-current system. > > > > Cheers ! > > wen > > It seems

Re: textproc/calibre hangs when opening a file dialog

2020-03-09 Thread Stuart Henderson
On 2020/03/09 20:16, Solene Rapenne wrote: > On Tue, Feb 18, 2020 at 10:55:30AM +0100, Solene Rapenne wrote: > > When I started calibre for the first time, I clicked on the button to choose > > another location for the library files, then it hang. > > > > I started it again, choose default path, t

Re: editors/sigil : open file dialog make it hang

2020-03-09 Thread Stuart Henderson
On 2020/03/09 20:21, Solene Rapenne wrote: > The software editors/sigil hangs when I use File>Open file dialog, this > looks like the exact same issue I reported in calibre > https://marc.info/?l=openbsd-ports&m=158201980905357&w=2 > > Using "Save as" file dialog works as expected though. > > I h

Re: py-msgpack 1.0.0 upgrade broke salt

2020-03-10 Thread Stuart Henderson
Looks like this was fixed in salt 2019.2.1. -- Sent from a phone, apologies for poor formatting. On 10 March 2020 18:50:07 Florian Obser wrote: The release notes have * Remove encoding option from the Packer and Unpacker. ( https://github.com/msgpack/msgpack-python/blob/v1.0.0/ChangeLog.rs

<    5   6   7   8   9   10   11   12   13   14   >