[maintainer update] Python 3.10.4 -> 3.10.5

2022-06-13 Thread Kurt Mosiejczuk
https://docs.python.org/release/3.10.5/whatsnew/changelog.html#python-3-10-5-final A number of fixes, but no security fixes. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/lang/python/3.10/Makefile,v retrieving revision 1.13 d

[update] ruby-i18n 1.6.0 -> 1.10.0

2022-06-17 Thread Kurt Mosiejczuk
This updates ruby-i18n to the current version: 1.10.0 Changelog is available here: https://github.com/ruby-i18n/i18n/releases (Didn't link to the specific release to allow seeing all changes since 1.6.0 without pasting a page full of links) Also updated HOMEPAGE. ok? --Kurt Index: Makefile

Re: [maintainer update] Python 3.10.4 -> 3.10.5

2022-06-17 Thread Kurt Mosiejczuk
On Mon, Jun 13, 2022 at 09:54:59PM -0400, Kurt Mosiejczuk wrote: > https://docs.python.org/release/3.10.5/whatsnew/changelog.html#python-3-10-5-final > A number of fixes, but no security fixes. > ok? > --Kurt ping. --Kurt Ind

[update] ruby-rqrcode-core 1.1.0 -> 1.2.0

2022-06-17 Thread Kurt Mosiejczuk
"Added Multi Mode Support which allows for multi-segment encoding." ok? --Kurt Index: Makefile === RCS file: /cvs/ports/graphics/ruby-rqrcode-core/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile11 Mar 2

[update] devel/ruby-colorator 0.1 -> 1.1.0

2022-06-17 Thread Kurt Mosiejczuk
https://github.com/octopress/colorator/blob/master/History.markdown Brings it up to date, which includes jruby compatibility. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/ruby-colorator/Makefile,v retrieving revision 1

[update] devel/ruby-colorize 0.7.7 -> 0.8.1

2022-06-17 Thread Kurt Mosiejczuk
>From https://github.com/fazibear/colorize/blob/master/CHANGELOG == 0.8.1 / 2016-06-29 * fix gemspec bug == 0.8.0 / 2016-06-27 * add ColorizedString class * update README file * add rubocop.yml and follow style * add italic mode * remove interpreter warrnings Added

[sparc64] Fix build of databases/mariadb

2022-06-17 Thread Kurt Mosiejczuk
Latest version of this has been failing to buld on sparc64 because pkg_create cannot find the mroonga test files. I'm betting that is a storage engine that won't be built on sparc64 (or 64-bit arches, or ...) Commenting out those two in the PLIST allows it to build again on sparc64. ok? (cc main

Re: [sparc64] Fix build of databases/mariadb

2022-06-17 Thread Kurt Mosiejczuk
On Fri, Jun 17, 2022 at 06:59:54PM -0400, Brad Smith wrote: > On Fri, Jun 17, 2022 at 06:05:48PM -0400, Kurt Mosiejczuk wrote: > > Latest version of this has been failing to buld on sparc64 because > > pkg_create cannot find the mroonga test files. I'm betting that is a >

Mark lang/clazy BROKEN-sparc64

2022-06-17 Thread Kurt Mosiejczuk
clazy hasn't built on sparc64 for some time. OK to mark it BROKEN-sparc64? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/lang/clazy/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile11

[NEW] devel/ruby-rbtree devel/ruby-set devel/ruby-sorted_set

2022-06-21 Thread Kurt Mosiejczuk
Ruby as of 3.0 stopped shipping Set. Sorted_set was split out of Set since it needed the external library rbtree for decent performance. Here are the three gems to import and make them available for Ruby 3.0/3.1 I've marked the FLAVORS as just "ruby30 ruby31" since ruby27 has them built in and j

Re: [NEW] devel/ruby-rbtree devel/ruby-set devel/ruby-sorted_set

2022-06-21 Thread Kurt Mosiejczuk
On Tue, Jun 21, 2022 at 02:18:41PM -0700, Jeremy Evans wrote: > Ruby didn't stop shipping Set in Ruby 3.0, though it is true that > sorted_set was removed. So importing ruby-set should not be necessary. > Looks like sorted-set has a runtime dependency on the set gem, you should > patch that out a

Remove devel/ruby-minitest?

2022-07-06 Thread Kurt Mosiejczuk
minitest is included in the ruby language package for all current versions of ruby in the tree (2.7, 3.0, 3.1). Shall we remove devel/ruby-minitest? (quirks diff invlulded to show how I'd handle the removal there) --Kurt Index: Makefile ==

Re: Remove devel/ruby-minitest?

2022-07-06 Thread Kurt Mosiejczuk
On Wed, Jul 06, 2022 at 08:56:32PM +0100, Stuart Henderson wrote: > On 2022/07/06 15:50, Kurt Mosiejczuk wrote: > > minitest is included in the ruby language package for all current versions > > of ruby in the tree (2.7, 3.0, 3.1). > > Shall we remove devel/ruby-minitest?

Prepare for ruby-minitest removal

2022-07-06 Thread Kurt Mosiejczuk
On Wed, Jul 06, 2022 at 09:05:03PM +, Jeremy Evans wrote: > > > > Shall we remove devel/ruby-minitest? > > > That makes sense to me. > OK jeremy@ for removal after dependencies have been handled. Deps handled in this included diff. > This should not be added to quirks, nor should PLIST be

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-06 Thread Kurt Mosiejczuk
On Wed, Jul 06, 2022 at 05:59:27PM -0400, George Rosamond wrote: > attached. > from pkg/DESCR > This SDK allows a web developer to quickly add Duo's interactive, > self-service, two-factor authentication to any Python3 web login > form. Only Python 3 is supported. I much prefer using PyPI when t

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-07 Thread Kurt Mosiejczuk
On Thu, Jul 07, 2022 at 04:03:22PM -0400, George Rosamond wrote: > Revised port and in attached tgz file with new version 2.0.2. > PyPi install from today's release persists with the requirements issue that > Kurt mentioned. > That last commit noted below dumps requirements.txt to /usr/local as n

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-08 Thread Kurt Mosiejczuk
On Thu, Jul 07, 2022 at 08:24:39PM -0400, George Rosamond wrote: So 2.0.3 is out on PyPI. So I reworked the port to use PyPI. I left flake8 and dlint out of the TEST_DEPENDS since it turns out they aren't actually used. (This version just has py3-mock and all tests run and pass). Whereas this i

[update] devel/ruby-daemons 1.2.3 -> 1.4.1

2022-07-08 Thread Kurt Mosiejczuk
https://github.com/thuehlinger/daemons/releases (Changelog) Update to the most recent release, 1.4.1 Some additional changes and bugfixes, nothing critical. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/ruby-daemons/Ma

Remove ruby-bundler?

2022-07-08 Thread Kurt Mosiejczuk
bundler is another port where the version is quite old and our ruby language packages have modern versions bundled in. Do we want to remove it? Diff included below plucks it out of the only consumers, and both are from TEST_DEPENDS so I didn't bump REVISION --Kurt Index: databases/ruby-resque/

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-08 Thread Kurt Mosiejczuk
On Fri, Jul 08, 2022 at 04:02:52PM -0400, George Rosamond wrote: > On 7/8/22 15:54, Kurt Mosiejczuk wrote: > > On Thu, Jul 07, 2022 at 08:24:39PM -0400, George Rosamond wrote: > > So 2.0.3 is out on PyPI. So I reworked the port to use PyPI. > That works. > Builds

[update] devel/py-anytree 2.4.3 -> 2.8.0

2022-07-09 Thread Kurt Mosiejczuk
https://github.com/c0fec0de/anytree/releases Various fixes and improvements I fixed the testing, moving it to MODPY_TEST and adding the needed graphics/py-dot to TEST_DEPENDS. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/de

[update] archivers/py-lz4 3.1.10 -> 4.0.1

2022-07-10 Thread Kurt Mosiejczuk
This updates py-lz4 to 4.0.1 Changes: https://github.com/python-lz4/python-lz4/releases The only consumer is plaso, whose tests pass the same before and after ok? --Kurt Index: Makefile === RCS file: /cvs/ports/archivers/py-lz4/Ma

[update] audio/py-mediafile 0.8.1 -> 0.9.0

2022-07-16 Thread Kurt Mosiejczuk
Update to 0.9.0 Tests all pass. Tests for the only consumer (audio/beets) pass the same before and after (2 failures) ok? --Kurt Index: Makefile === RCS file: /cvs/ports/audio/py-mediafile/Makefile,v retrieving revision 1.2 diff -

Re: [NEW] sysutils/py-duo_client-4.4.0

2022-07-18 Thread Kurt Mosiejczuk
On Mon, Jul 18, 2022 at 02:47:07PM +0100, Stuart Henderson wrote: > Still OK :) Imported. Thanks! --Kurt

[update] devel/py-argcomplete 1.9.3 -> 2.0.0

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst Update to 2.0.0 Brings fish shell support and Python 3.10 support Tests for all TEST_DEPENDS consumers complete the same before and after. ok? --Kurt Index: Makefile ===

Re: [new] sysutils/py-zabbix-api

2022-07-19 Thread Kurt Mosiejczuk
On Mon, Jul 18, 2022 at 09:55:24AM +0300, Pavel Korovin wrote: > zabbix-api python package is used by community.zabbix ansible collection. > OK? ok kmos --Kurt

[New] net/ruby-net-telnet 0.2.0

2022-07-19 Thread Kurt Mosiejczuk
Before Ruby 3.0, net/telnet was bundled as part of the language. For 3.0+ it is a separate gem. It provides telnet, netcat-like, and pop email checking capabilities. ok to import? --Kurt ruby-net-telnet.tgz Description: application/tar-gz

[update] databases/py-ldap 3.4.0 -> 3.4.2

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/python-ldap/python-ldap/blob/python-ldap-3.4.2/CHANGES The biggest change deals with the merge of libldap and libldap_r, which obsoletes out patches. Tests pass the same as for 3.4.0 on amd64. ok? --Kurt Index: Makefile ===

[update] devel/py-crc32c 2.2 -> 2.3

2022-07-19 Thread Kurt Mosiejczuk
>From https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md Improved macro definition logic and platform detection to enable building universal2 binary wheels for macOS, alongside arm64 and x86_64 ones; added step to GitHub Actions to generate and publish them (#

Fix build of devel/json-c on sparc64

2022-07-19 Thread Kurt Mosiejczuk
json-c 0.16 has the attribute 'cold' used in json_object.c ports-gcc doesn't understand this and so the use of -Werror makes the build abort. This diff adds a patch to strip out 'cold' since it is documented as an optimization anyway. The other possible approach would be to turn off '-Werror', b

[update] devel/py-algorithm-munkres 1.1.2 -> 1.1.4

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/bmc/munkres/blob/master/CHANGELOG.md Upstream integrated the patch I made to the tests, so removed the patch. Includes a fix. All tests pass on amd64. The only consumer is audio/beets which passes its tested identically for both the old version and this new one. ok? --Kurt

Re: sparc64 bulk build report

2022-07-26 Thread Kurt Mosiejczuk
On Tue, Jul 26, 2022 at 10:39:09PM +0200, Rafael Sadowski wrote: > > http://build-failures.rhaalovely.net/sparc64/2022-07-22/x11/qt5/qttranslations.log > "Project ERROR: failed to parse default search paths from compiler output" > Bulk build issue? I don't know. Lots of ports that use qmake are

Re: sparc64 bulk build report

2022-07-26 Thread Kurt Mosiejczuk
On Tue, Jul 26, 2022 at 10:32:15PM +0200, Rafael Sadowski wrote: > > http://build-failures.rhaalovely.net/sparc64/2022-07-22/x11/qt6/qtdeclarative.log > https://bugreports.qt.io/browse/QTBUG-100125?gerritReviewStatus=All > OpenSUSE confirmed that with following patch they can build Qt on SPARC:

Re: [macppc] unbreak lang/python, segfault in PGO

2022-08-06 Thread Kurt Mosiejczuk
On Sat, Aug 06, 2022 at 11:59:33PM -0400, George Koehler wrote: > We recently added --enable-optimizations in lang/python/3.* for PGO > (Profile Guided Optimization), on all platforms where the linker is > lld. Turns out, this breaks on macppc (powerpc). The build segfaults > as soon as it tries

[maintainer update] Python 3.10.6

2022-08-10 Thread Kurt Mosiejczuk
https://docs.python.org/release/3.10.6/whatsnew/changelog.html#python-3-10-6-final Two security fixes among many others. gh-87389: http.server: Fix an open redirection vulnerability in the HTTP server when an URI path starts with //. Vulnerability discovered, and initial fix proposed, by Hamza Av

[NEW] graphics/ruby-chunky_png

2022-08-10 Thread Kurt Mosiejczuk
This pure Ruby library can read and write PNG images without depending on an external image library, like RMagick. It tries to be memory efficient and reasonably fast. It supports reading and writing all PNG variants that are defined in the specification, with one limitation: only 8-bit color dept

[NEW] graphics/ruby-rqrcode

2022-08-10 Thread Kurt Mosiejczuk
rqrcode is a library for encoding QR Codes. The simple interface allows you to create QR Code data structures and then render them in the way you choose. This needs the graphics/ruby-chunky_png port I just sent out. ok to import? --Kurt ruby-rqrcode.tgz Description: application/tar-gz

[maintainer update] glfw 3.3.7 -> 3.3.8

2022-08-11 Thread Kurt Mosiejczuk
https://www.glfw.org/changelog.html A number of bugfixes but no symbol changes. I used it with lwjgl3 (via Blockgame) with no issues. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/graphics/glfw/Makefile,v retrieving revision

Re: devel/py-hatchling, devel/py-editables

2022-08-12 Thread Kurt Mosiejczuk
On Fri, Aug 12, 2022 at 03:42:18PM +0100, Stuart Henderson wrote: > Software using Python PEP517 builds use various backends, one is the old > familiar setuptools, another is flit_core which we have in ports, here's > a port for another one, Hatchling, plus a required dependency. > OK to import?

Re: WIP, RFC: handling python ports with pyproject.toml and various backends (pep517)

2022-08-12 Thread Kurt Mosiejczuk
On Fri, Aug 12, 2022 at 03:43:32PM +0100, Stuart Henderson wrote: > Updated to add a missing BUILD_DEPENDS, fix a copy+paste error that > jca@ spotted, and use grep to show the build backend if pyproject.toml > is present and MODPY_PEP517 isn't set (as an aid to port maintainers; > I may tweak how

Disable python/PyPI module of portgen

2022-08-12 Thread Kurt Mosiejczuk
portgen's Python/PyPI module has been rotting. At this point it does not generate a port that is usable. These diffs disable the functionality and pull metion of it from the portgen(1) man page. It doesn't delete the modules yet, in case someone wants to whip it back into shape. ok? --Kurt Index

Re: arm bulk build report

2022-08-14 Thread Kurt Mosiejczuk
On Sun, Aug 14, 2022 at 03:45:03PM +0200, Peter Hessler wrote: > On 2022 Aug 13 (Sat) at 11:19:34 -0600 (-0600), phess...@openbsd.org wrote: > :http://build-failures.rhaalovely.net/arm/2022-08-01/lang/go.log > bootstrap problem, presumably fixed after all of the recent bootstrap > juggling. > :ht

Re: arm bulk build report

2022-08-14 Thread Kurt Mosiejczuk
On Sun, Aug 14, 2022 at 10:31:01PM +0200, Jeremie Courreges-Anglas wrote: > >> These take out a huge amount of the ports tree on armv7, and it would be > >> great if someone can look at them. They all have the same error, and > >> presumably would have the same/similar fixes. > > I think this is

Re: sparc64 bulk build report

2022-08-15 Thread Kurt Mosiejczuk
On Fri, Aug 12, 2022 at 10:21:18AM +0100, Stuart Henderson wrote: > I think that wants "COMPILER_LANGS= c" as well Nope. It uses C++ as well. ok kmos for Martin's version. It fixed the build for sparc64 --Kurt > On 12 August 2022 08:03:28 Martin Reindl wrote: > > > On Thu, Aug 11, 2022 at 11:5

Fix build of comms/gammu for sparc64

2022-08-15 Thread Kurt Mosiejczuk
The switch to MODCMAKE_LDFLAGS doesn't work as intended. Nothing gets passed through to the command line. Switching it just to LDFLAGS fixes the build on sparc64 and doesn't break build no amd64. ok? (cc MAINTAINER) --Kurt Index: Makefile ===

Re: Fwd: [NEW] net/py-websockets

2022-08-17 Thread Kurt Mosiejczuk
On Wed, Aug 17, 2022 at 02:45:26PM +0100, Stuart Henderson wrote: > OK sthen@ to import. Imported. Thanks George! --Kurt

[new] converters/ruby-oj

2022-08-17 Thread Kurt Mosiejczuk
A fast JSON parser and Object marshaller as a Ruby gem. ok to import? --Kurt ruby-oj.tgz Description: application/tar-gz

Re: NEW: devel/py-poetry-core

2022-08-17 Thread Kurt Mosiejczuk
On Wed, Aug 17, 2022 at 11:55:56PM +0100, Stuart Henderson wrote: > New port for another PEP517 build backend attached, OK? > Here's the python.port.mk bit to go with it. ok kmos on both parts --Kurt > Index: lang/python/python.port.mk > =

Re: retrie devel/pyrex?

2022-08-18 Thread Kurt Mosiejczuk
On Thu, Aug 18, 2022 at 03:31:18PM +0100, Stuart Henderson wrote: > "Pyrex lets you write code that mixes Python and C data types any way > you want, and compiles it into a C extension for Python." > From 2010, unused in ports, and people doing this today use Cython. > Any reason to keep it? I sa

Re: retire net/honeyd?

2022-08-18 Thread Kurt Mosiejczuk
On Thu, Aug 18, 2022 at 03:27:55PM +0100, Stuart Henderson wrote: > "Honeyd is a small daemon that creates virtual hosts on a network. The > hosts can be configured to run arbitrary services, and their personality > can be adapted so that they appear to be running certain operating > systems. Honey

Re: virtualenv update, new ports needed

2022-08-18 Thread Kurt Mosiejczuk
On Thu, Aug 18, 2022 at 05:33:59PM +0100, Stuart Henderson wrote: > ok to import the deps for this? > devel/py-hatch-vcs > sysutils/py-distlib > sysutils/py-platformdirs The tests on py-platformdirs wants a self-DEPENDS for the tests to run. It's also missing py-test-mock from TEST_DEPENDS Other

Re: NEW: devel/py-hatch-fancy-pypi-readme

2022-08-19 Thread Kurt Mosiejczuk
On Fri, Aug 19, 2022 at 01:24:44PM +0100, Stuart Henderson wrote: > Bit annoying that it's a BDEP of ports which use it, but there you go... > Needed to update py-jsonschema. OK to import? One test fails with python saying it cannot find the module itself, but otherwise looks great. The one test

Re: NEW: sysutils/py-command_runner

2022-08-20 Thread Kurt Mosiejczuk
On Sat, Aug 20, 2022 at 02:12:41PM +0100, Stuart Henderson wrote: > ok to import? librenms wants this for some things. ok kmos to import --Kurt > - > command_runner's purpose is to run external commands from Python, just > like "subprocess" on which it relies, while solving various problems

Re: sparc64 bulk build report

2022-08-20 Thread Kurt Mosiejczuk
On Fri, Aug 19, 2022 at 01:32:53AM +0200, Jeremie Courreges-Anglas wrote: > Here's a diff for samba. It would be possible to just ditch __thread in > the embedded heimdal source code since base-gcc doesn't support TLS > emulation. But samba is moving fast and I suspect that other parts > will st

Re: [update] devel/py-argcomplete 1.9.3 -> 2.0.0

2022-08-22 Thread Kurt Mosiejczuk
On Tue, Jul 19, 2022 at 03:30:50AM -0400, Kurt Mosiejczuk wrote: > https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst > Update to 2.0.0 > Brings fish shell support and Python 3.10 support > Tests for all TEST_DEPENDS consumers complete the same before and after.

Re: Fwd: [NEW] security/py-in-toto

2022-08-23 Thread Kurt Mosiejczuk
On Tue, Aug 23, 2022 at 04:12:14PM -0400, George Rosamond wrote: > Oops. That second email had the correct tarball but with the wrong > forwarded email. > https://marc.info/?l=openbsd-ports&m=166012227330190&w=2 > Again, here's sthen@'s email and his tarball attached. This and py-securesystemsl

[maintainer update] textproc/ruby-oj 3.13.20 -> 3.13.21

2022-08-26 Thread Kurt Mosiejczuk
New release that fixes a bug parsing big numbers fixed in the SAJ parser. https://github.com/ohler55/oj/blob/develop/CHANGELOG.md ok? --Kurt Index: Makefile === RCS file: /cvs/ports/converters/ruby-oj/Makefile,v retrieving revision

Re: lapack: set DPB_PROPERTIES=parallel?

2022-08-30 Thread Kurt Mosiejczuk
On Tue, Aug 30, 2022 at 07:56:39PM +0100, Stuart Henderson wrote: > lapack seems happy with a parallel build, and there's quite a time > saving compared to a single-process build. ok to add DPB_PROPERTIES > to tell DPB that it's alright to do that? ok kmos > Index: Makefile >

[maintainer update] Python 3.9.14

2022-09-07 Thread Kurt Mosiejczuk
https://www.python.org/downloads/release/python-3914/ * CVE-2020-10735: converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a ValueError if the number of digits in string form is above a limit to avoid potential

[maintainer update] Python 3.10.7

2022-09-07 Thread Kurt Mosiejczuk
https://www.python.org/downloads/release/python-3107/ * gh-95778: Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a ValueError if the number of digits in string form is above a limit to avoid potential denial

Re: d

2022-09-10 Thread Kurt Mosiejczuk
On Fri, Sep 09, 2022 at 11:07:01PM +0200, Antoine Jacoutot wrote: > Hi folks. > Remove message: > "*** Python 2.7 is end-of-life and no longer receives security updates." > I don't have time to handle people sending me emails about what > they should do about it because they installed gimp which

Re: [update] devel/py-algorithm-munkres 1.1.2 -> 1.1.4

2022-09-10 Thread Kurt Mosiejczuk
On Wed, Jul 20, 2022 at 01:25:02AM -0400, Kurt Mosiejczuk wrote: > https://github.com/bmc/munkres/blob/master/CHANGELOG.md > Upstream integrated the patch I made to the tests, so removed the patch. > Includes a fix. > All tests pass on amd64. The only consumer is audio/beets whic

Re: Outdated games/multimc port

2022-09-11 Thread Kurt Mosiejczuk
On Sun, Sep 11, 2022 at 01:26:09PM +, Ibrahim Kaikaa wrote: > Hey there, I see that games/multimc is outdated, the latest version is 0.6.14 > while the ports have 0.6.12 > Is there anyone working on updating this port? You'll want blockgame. multimc updated their license and dont allow others

Re: [NEW] math/py-datedelta 1.4

2022-09-13 Thread Kurt Mosiejczuk
On Tue, Sep 13, 2022 at 07:10:57AM -0400, George Rosamond wrote: > ping imported. Thanks George! --Kurt > On 9/6/22 16:15, Stuart Henderson wrote: > > On 2022/09/05 21:10, George Rosamond wrote: > > > Attached is py-datedelta... useful tool for doing date deltas/math. > > > > > > From pkg/DESC

[new] sysutils/ruby-serverengine and sysutils/ruby-sigdump

2022-09-20 Thread Kurt Mosiejczuk
ruby-serverengine: A Ruby framework to implement robust multiprocess servers like Unicorn ruby-sigdump is needed as a dependency for ruby-serverengine ok to import? --Kurt ruby-sigdump.tgz Description: application/tar-gz ruby-serverengine.tgz Description: application/tar-gz

[new] security/ruby-rotp

2022-09-20 Thread Kurt Mosiejczuk
Ruby OTP library that Works for both HOTP and TOTP. It includes QR Code provisioning. ok to import? --Kurt ruby-rotp.tgz Description: application/tar-gz

[new] security/ruby-rbnacl

2022-09-20 Thread Kurt Mosiejczuk
The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols. rbnacl provides a ruby interface to libsodium/NaCl. Theoretically it supports jruby but it needs ruby-ffi and ruby-ffi doesn't have a jruby FLAVOR. ok to import? --Kurt

Re: [new] print/ocrmypdf

2022-09-20 Thread Kurt Mosiejczuk
On Tue, Sep 20, 2022 at 05:43:27PM +0100, Stuart Henderson wrote: > ok to import this? (probably for post-release now) ok kmos for import --Kurt > - > Information for inst:ocrmypdf-13.7.0 > > Comment: > add an OCR text layer to scanned PDF files > > Description: > OCRmyPDF adds an OCR text

Re: [big-endian] unbreak games/mvdsv

2022-09-23 Thread Kurt Mosiejczuk
On Thu, Sep 22, 2022 at 11:22:08PM -0400, George Koehler wrote: > About mvdsv, the QuakeWorld server, > I don't play this game, but I want to fix an error in CMakeLists.txt, > which broke this package on big-endian platforms. kmos had added > BROKEN-sparc64, but I got the same error on powerpc.

Re: Update: devel/gmp needs testing on other archs

2020-02-02 Thread Kurt Mosiejczuk
On Sun, Feb 02, 2020 at 10:39:16PM +0100, Christian Weisgerber wrote: > This updates devel/gmp to 6.2.0. > gmp has a ton of machine-specific optimizations, so success on one > arch doesn't mean it will work elsewhere. > I have successfully run the regression tests on > * aarch64 > * amd64 > * i386

Re: [UPDATE] math/py-bottleneck-1.2.1 => 1.3.1

2020-02-04 Thread Kurt Mosiejczuk
On Tue, Feb 04, 2020 at 09:06:48PM +0100, Martin Reindl wrote: > Indeed, the py-nose TEST_DEPENDS was unnecessary, thanks for spotting. > Surprisingly, with ports-gcc, test_memory_leak does not fail. I wonder > how tests behave on sparc64, it builds OK there according to the > packages dir. py-no

Re: [UPDATE] math/py-bottleneck-1.2.1 => 1.3.1

2020-02-06 Thread Kurt Mosiejczuk
On Thu, Feb 06, 2020 at 09:08:20AM +0100, Martin Reindl wrote: > You are right, py-nose is needed for these tests. I will therefore go > with this diff. > Thank you for the help Kurt and Charlene! One quick nit with this latest version > -# one test fail: > -# numpy 1.9.2 - median() don't

Re: [NEW] sysutils/ssh-copy-id -- 2nd ok?

2020-02-06 Thread Kurt Mosiejczuk
On Thu, Feb 06, 2020 at 01:43:37PM +0100, Jan-Piet Mens wrote: > > This version is OK sthen@ to import. > Anybody willing to donate a second ok? :) ok kmos. Imported. Thank you! --Kurt

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 10:08:29AM +0100, Charlene Wendling wrote: > The latest version of cad/qrouter is broken in the current sparc64 bulk: > > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > > -I/usr/X11R6/include -fPIC -DPA CKAGE_NAME=\"\" > > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERS

Re: [base-gcc] Unbreak security/opensc

2020-02-07 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 09:24:52AM +0100, Charlene Wendling wrote: > > http://build-failures.rhaalovely.net/sparc64/2020-02-01/security/opensc.log > The last update brought back `-Werror', so i took the matter upstream > [0] to avoid that in the future, port flags will be on top priority now. >

Re: [update] databases/redis-5.0.7

2020-02-08 Thread Kurt Mosiejczuk
On Sat, Feb 08, 2020 at 07:26:31PM +0100, Theo Buehler wrote: > I can add arm64 to sthen's table. Builds & works ok: > i386 builds OK tests OK > macppcbuilds OK tests OK > amd64 builds OK tests OK > arm64 builds OK tests OK > armv7

Re: [update] databases/redis-5.0.7

2020-02-09 Thread Kurt Mosiejczuk
On Sun, Feb 09, 2020 at 03:25:48PM +0100, Theo Buehler wrote: > On Sat, Feb 08, 2020 at 03:22:52PM -0500, Kurt Mosiejczuk wrote: > > On Sat, Feb 08, 2020 at 07:26:31PM +0100, Theo Buehler wrote: > > > I can add arm64 to sthen's table. Builds & works ok: > &

Maintainer Update: textproc/py-humanize 0.5.1 -> 1.0.0

2020-02-09 Thread Kurt Mosiejczuk
Update py-humanize to the 1.0.0 release. Tests are not included in the pypi tarball. Also, they merged my diff making py-mock unnecessary for the python3 flavor. Changes are largely localization, but there's a few minor fixes. Only consumer is tootstream which still works. ok? --Kurt Index: Ma

Maintainer Update: www/py-query 1.4.0 -> 1.4.1

2020-02-09 Thread Kurt Mosiejczuk
1.4.1 (2019-10-26) This is the latest release with py2 support Remove py33, py34 support web scraping improvements: default timeout and session support Add API methods to serialize form-related elements according to spec Include HTML markup when querying textarea text/value Th

Maintainer Update: www/py-responses 0.10.7 -> 0.10.9

2020-02-09 Thread Kurt Mosiejczuk
0.10.9 -- - Fixed regression with `add_callback()` and content-type header. - Fixed implicit dependency on urllib3>1.23.0 0.10.8 -- - Fixed cookie parsing and enabled multiple cookies to be set by using a list of tuple values. I see no dependency on urllib3 before or after the changes

Update: devel/py-test-localserver 0.3.7 -> 0.5.0

2020-02-09 Thread Kurt Mosiejczuk
0.5 (2018-09-20) New feature: SMTP email message objects now include a ``details`` property capturing the envelope details. 0.4.2 (2018-11-14) Fix support for Python 3.6 (fixes #21). Add support for Python 3.7. 0.4.1 (2017-11-28) Re-release of

Re: [update] databases/redis-5.0.7

2020-02-10 Thread Kurt Mosiejczuk
On Sun, Feb 09, 2020 at 09:31:51PM +, Stuart Henderson wrote: > On 2020/02/09 22:02, Theo Buehler wrote: > > On Sun, Feb 09, 2020 at 08:58:13PM +, Stuart Henderson wrote: > > > > I ran the tests a bunch of times last night. At first I was thinking it > > > > was only the first test run that

Mark lang/janet BROKEN-sparc64?

2020-02-10 Thread Kurt Mosiejczuk
lang/janet has never built on sparc64. It fails trying to make a bootstrap. ok to mark BROKEN-sparc64? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/lang/janet/Makefile,v retrieving revision 1.17 diff -u -p -r1.1

Mark lang/squeak/vm BROKEN-sparc64?

2020-02-10 Thread Kurt Mosiejczuk
I've never had lang/squeak/vm build successfully on sparc64. Shall I mark it BROKEN-sparc64? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/lang/squeak/vm/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefi

Re: update: audio/py-musicbrainzngs

2020-02-11 Thread Kurt Mosiejczuk
On Tue, Feb 04, 2020 at 11:54:01AM +0100, Paco Esteban wrote: > Hi Stuart, > On Tue, 04 Feb 2020, Stuart Henderson wrote: > > Please update HOMEPAGE to https://python-musicbrainzngs.readthedocs.io/ > > to use https and avoid redirects, > Did not catch that one. > > It will need an @pkgpath mark

Re: UPDATE devel/py-jupyter_core-4.6.1

2020-02-11 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 09:28:20PM +0100, Björn Ketelaars wrote: > Diff below brings py-jupyter_core to 4.6.1, which is needed for a > pending update of www/jupyter-notebook. Changelog can be found at > https://github.com/jupyter/jupyter_core/blob/4.6.1/docs/changelog.rst > Changes to the port: >

Re: UPDATE devel/py-jupyter_client-5.3.4

2020-02-11 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 09:31:17PM +0100, Björn Ketelaars wrote: > Enclosed diff brings py-jupyer_client to 5.3.4, which is needed for a > pending update of jupyter-notebook. Changelog can be found at > https://github.com/jupyter/jupyter_client/blob/5.3.4/docs/changelog.rst. > Changes to the port:

Re: postgresql readme

2020-02-11 Thread Kurt Mosiejczuk
On Tue, Feb 11, 2020 at 09:02:48PM +, Stuart Henderson wrote: > It's always annoying to look through postgresql.conf to figure out which > things you've changed and which are default settings. > Fortunately with postgresql-previous we have a default postgresql.conf > that's likely to be close

Re: UPDATE www/jupyter-notebook-6.0.3

2020-02-11 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 09:36:30PM +0100, Björn Ketelaars wrote: > Diff below updates jupyter-notebook to 6.0.3. Changelog can be found at > https://jupyter-notebook.readthedocs.io/en/stable/changelog.html. > Noticeable change is that upstream dropped support for python 2. > Changes to the port: >

Re: NEW: devel/py-minidump

2020-02-11 Thread Kurt Mosiejczuk
On Tue, Feb 11, 2020 at 10:41:29PM +0100, Klemens Nanni wrote: > New RDEP for devel/angr/py-cle, Python 3 only > Information for inst:py3-minidump-0.0.12 > Comment: > library to parse Windows minidump file format > Description: > Python library to parse Windows mini

Mark devel/py-unicorn BROKEN-sparc64

2020-02-12 Thread Kurt Mosiejczuk
This has never built while I've been doing the sparc64 builds. I'd like to mark it BROKEN-sparc64 ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/py-unicorn/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile ---

Mark net/mutella BROKEN-sparc64

2020-02-12 Thread Kurt Mosiejczuk
net/mutella has never built successfully while I've run sparc64 builds. ok to mark BROKEN-sparc64? --Kurt Index: Makefile === RCS file: /cvs/ports/net/mutella/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makef

Unbreak comms/xastir for sparc64 (and probably others)

2020-02-12 Thread Kurt Mosiejczuk
This diff fixes the build of comms/xastir on sparc64. Previously the necessary define wasn't getting passed along to the compiler. I switched from playing with CONFIG_ENV to adding the necessary parts to CFLAGS directly in the Makefile. I've confirmed that it still builds on amd64 after this chang

Unbreak emulators/fs-uae build on sparc64

2020-02-12 Thread Kurt Mosiejczuk
This patch fixes the build for emulators/fs-uae for sparc64. ok? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/emulators/fs-uae/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile26 Jul

Re: Unbreak emulators/fs-uae build on sparc64

2020-02-13 Thread Kurt Mosiejczuk
On Thu, Feb 13, 2020 at 10:09:17AM +, Edd Barrett wrote: > Hi Kurt, > On Wed, Feb 12, 2020 at 11:56:14PM -0500, Kurt Mosiejczuk wrote: > > This patch fixes the build for emulators/fs-uae for sparc64. > I was recently playing with a newer version of fs-uae and found that the

Mark chinese/libpinyin BROKEN-sparc64

2020-02-13 Thread Kurt Mosiejczuk
Another that has never successfully built on sparc64 ok? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/chinese/libpinyin/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile12 Jul 2019 20:

Increase duration before DPB marks a port frozen

2020-02-13 Thread Kurt Mosiejczuk
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 ports. :) How would folks feel about increasing to 45

Re: Remove net/mutella (Was: Re: Mark net/mutella BROKEN-sparc64)

2020-02-13 Thread Kurt Mosiejczuk
On Fri, Feb 14, 2020 at 07:42:29AM +0100, Charlene Wendling wrote: > On Wed, 12 Feb 2020 21:44:19 -0500 > Kurt Mosiejczuk wrote: > > net/mutella has never built successfully while I've run sparc64 > > builds. > > ok to mark BROKEN-sparc64? > It builds with por

Re: update: sysutils/py-prometheus_client

2020-02-15 Thread Kurt Mosiejczuk
On Wed, Feb 12, 2020 at 10:55:05AM +0100, Paco Esteban wrote: > Hi ports@, > Here's an update of this port from 0.6.0 to 0.7.1 > According to changelog: > [ENHANCEMENT] Multiprocess exposition speed boost (#421) > [ENHANCEMENT] optimize openmetrics text parsing (~4x perf) (#402) > [ENHANCEMENT] A

[sparc64/gcc] Fix misc/open62541

2020-02-15 Thread Kurt Mosiejczuk
GCC does not like -Wpedantic Removing it fixes the build on sparc64 and doesn't hurt the build on amd64. ok? (cc maintainer) --Kurt Index: patches/patch-CMakeLists_txt === RCS file: /cvs/ports/misc/open62541/patches/patch-CMakeLis

  1   2   3   4   5   6   7   8   >