[maintainer update] remind 3.3.11 -> 3.3.12

2022-01-25 Thread Martin Ziemer
This patch updates remind from 3.3.11 to 3.3.12. Needs now converters/p5-JSON-MaybeXS instead of converters/p5-JSON-Any. Tested on two amd64 systems. (One with and one without tkremind) Index: Makefile === RCS file:

REMOVE: Nextcloud-20

2022-01-25 Thread Gonzalo L. Rodriguez
Hello, So I want to kill the version 20 in the Nextcloud port for the next release, so, if you are using it already in -release or -current somehow you should upgrade. OK? Comments? Cheers.- -- %gonzalo kill-20.diff.gz Description: Binary data

UPDATE: Lynis-3.0.7

2022-01-25 Thread Gonzalo L. Rodriguez
Hello, Update for Lynis to 3.0.7: https://github.com/CISOfy/lynis/releases OK? Comments? Cheers.- -- %gonzalo Index: Makefile === RCS file: /cvs/ports/security/lynis/Makefile,v retrieving revision 1.42 diff -u

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Stuart Henderson
On 2022/01/24 19:11, Dima Pasechnik wrote: > On Mon, Jan 24, 2022 at 04:57:49PM +, Stuart Henderson wrote: > > On 2022/01/24 15:51, Dima Pasechnik wrote: > > > Would a git-generated email with a diff be acceptable? > > > https://git-send-email.io/ > > > > Yes as long as it's not one of those

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Stuart Henderson
On 2022/01/25 05:10, Yifei Zhan wrote: > > Another issue is having a ports tree in the "runner".. a git checkout is > > large, but maybe since it would be "local" to github it wouldn't be > > _that_ bad?.. but a cvs checkout would be way to slow. > > I think checking out a fresh git tree is

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Stuart Henderson
On 2022/01/24 11:42, Aaron Bieber wrote: > Another issue is having a ports tree in the "runner".. a git checkout is > large, but maybe since it would be "local" to github it wouldn't be > _that_ bad?.. but a cvs checkout would be way to slow. A cvs checkout of the ports tree from anoncvs over my

Re: UPDATE net/prosody 0.11.13 from MAINTAINER

2022-01-25 Thread Stuart Henderson
committed. btw your MUA sent your diff with quoted-printable, if there's a way to change config to change it that would be ideal, but if not then it would probably be more helpful to send as an attachment rather than inline. On 2022/01/25 02:59, Lucas wrote: > Lucas wrote: > > Hello ports, > >

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2022-01-25 Thread Stuart Henderson
On 2022/01/24 15:01, Aisha Tammy wrote: > Thanks a lot for the response, it helped the get off the ground and start > compiling at least. > But turns out it needs rust nightly so it doesn't want to build. > > I've got the current port up at github - >

[update] lang/algol68g to 3.0.2 (help needed)

2022-01-25 Thread Omar Polo
Hello, algol68g saw some further developments recently with a major version released some time ago. Among various things, it also includes the fix for the usleep issue we found :) https://jmvdveer.home.xs4all.nl/en.download.algol-68-genie-current.html The build system changed slightly. Now

Re: PHP PDO 8.1.1 MySQL driver is not working

2022-01-25 Thread Stuart Henderson
On 2022/01/24 23:52, i...@protonmail.com wrote: > There is a problem with the php-pdo_mysql package/port. Oops, lang/php/8.1 was using the wrong ini path, it was using php-8.0.ini not 8.1. I have commited a fix for this and things seem to be working ok for me now. Until updated packages are

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Aaron Bieber
On Tue, Jan 25, 2022, at 4:36 AM, Stuart Henderson wrote: > On 2022/01/24 11:42, Aaron Bieber wrote: >> Another issue is having a ports tree in the "runner".. a git checkout is >> large, but maybe since it would be "local" to github it wouldn't be >> _that_ bad?.. but a cvs checkout would be

Re: sysutils/ssh-copy-id: use EXTRACT_FILES, do not strip

2022-01-25 Thread Klemens Nanni
On Mon, Jan 24, 2022 at 01:56:21PM +, Stuart Henderson wrote: > EXTRACT_FILES is going a bit far isn't it? It's not like it's a large > distfile. If you really must then please at least add Changelog to the > extracted files. I'll just leave it as-is and fix the obvious bug in `do-install',

specialtopics.html: cmake ports and SHARED_LIBS

2022-01-25 Thread Stuart Henderson
Ports using cmake.port.mk usually need some help to get shared libraries built correctly with the version suffix, if a build is run without any SHARED_LIBS entries for a library (as is the case for a new port, or an existing port which adds a new library) the file is usually named libXXX.so rather

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Kurt Mosiejczuk
On Tue, Jan 25, 2022 at 04:42:28AM +, Yifei Zhan wrote: > However I'm more concerned about the mailing part of the process, > since problems in it can't be easily detected on sender's machine > (some mailhosters would mangle inline patches when sending to other > hosts (Protonmail once

Re: specialtopics.html: cmake ports and SHARED_LIBS

2022-01-25 Thread Tracey Emery
On Tue, Jan 25, 2022 at 02:53:48PM +, Stuart Henderson wrote: > Ports using cmake.port.mk usually need some help to get shared libraries > built correctly with the version suffix, if a build is run without any > SHARED_LIBS entries for a library (as is the case for a new port, or an > existing

Re: specialtopics.html: cmake ports and SHARED_LIBS

2022-01-25 Thread Kurt Mosiejczuk
On Tue, Jan 25, 2022 at 02:53:48PM +, Stuart Henderson wrote: > Ports using cmake.port.mk usually need some help to get shared libraries > built correctly with the version suffix, if a build is run without any > SHARED_LIBS entries for a library (as is the case for a new port, or an > existing

Tor Browser unveil path-seeing problem

2022-01-25 Thread fossy
So I can see files when saving an file, but not via CTRL+O to open files..

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2022-01-25 Thread Klemens Nanni
On Sun, Jan 23, 2022 at 07:32:13PM -0500, aisha wrote: > On 21/10/10 04:06PM, Klemens Nanni wrote: > > > > That was the wrong/incomplete diff, but I already found a quirk... > > Correct diff soon. > > > > Did this ever get developed further? No. Motivation for this was an audio/psst port,

Re: [update] net/synapse 1.51.0

2022-01-25 Thread Aaron Bieber
Renaud Allard writes: > [[S/MIME Signed Part:Undecided]] > > Hello, > > Here is a patch for net/synapse to 1.51.0 > > Best Regards > > [2. text/x-patch; synapse-1.51.0.diff]... > > [[End of S/MIME Signed Part]] Do you have a new port for the matrix-common stuff?

Re: REMOVE: Nextcloud-20

2022-01-25 Thread Stuart Henderson
On 2022/01/25 13:17, Gonzalo L. Rodriguez wrote: > Hello, > > So I want to kill the version 20 in the Nextcloud port for the next release, > so, > if you are using it already in -release or -current somehow you should > upgrade. > > OK? Comments? > > Cheers.- > > -- > >

Re: specialtopics.html: cmake ports and SHARED_LIBS

2022-01-25 Thread Marc Espie
On Tue, Jan 25, 2022 at 02:53:48PM +, Stuart Henderson wrote: > Ports using cmake.port.mk usually need some help to get shared libraries > built correctly with the version suffix, if a build is run without any > SHARED_LIBS entries for a library (as is the case for a new port, or an > existing

Re: specialtopics.html: cmake ports and SHARED_LIBS

2022-01-25 Thread Antoine Jacoutot
On Tue, Jan 25, 2022 at 02:53:48PM +, Stuart Henderson wrote: > Ports using cmake.port.mk usually need some help to get shared libraries > built correctly with the version suffix, if a build is run without any > SHARED_LIBS entries for a library (as is the case for a new port, or an > existing

Re: Tor Browser unveil path-seeing problem

2022-01-25 Thread George Rosamond
On 1/25/22 10:52, fo...@dnmx.org wrote: So I can see files when saving an file, but not via CTRL+O to open files.. Do you mean ctl-o doesn't open the "Open File" dialog at all or you can't see anything? It's restricted to files in ~/Downloads I believe. g

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-25 Thread Matthias Kilian
Hi, On Mon, Jan 24, 2022 at 07:19:42PM +0100, Matthias Kilian wrote: > On Mon, Jan 24, 2022 at 05:56:21PM +0100, Volker Schlecht wrote: > > Sorry to bother you about it, but did you get around to having a look at the > > patch? > > Looks good so far, I also ran dpb -uR to rebuild any packages

Re: [new] net/py-tremc - curses interface for transmission

2022-01-25 Thread Omar Polo
sorry for the delay > I'm not a python developer either but I have used tremc on other systems > before > which is why I wanted to make a working port for it. > > I actually had to force the language module to run the test with the > following line in the Makefile: > > MODPY_PYTEST_ARGS =

Re: [update] lang/algol68g to 3.0.2 (help needed)

2022-01-25 Thread Brian Callahan
Hi Omar -- On 1/25/2022 5:36 AM, Omar Polo wrote: > Hello, > > algol68g saw some further developments recently with a major version > released some time ago. Among various things, it also includes the fix > for the usleep issue we found :) > I took at quick look at this. It looks like

Re: Tor Browser unveil path-seeing problem

2022-01-25 Thread Stuart Henderson
On 2022/01/25 12:35, George Rosamond wrote: > On 1/25/22 10:52, fo...@dnmx.org wrote: > > So I can see files when saving an file, but not via CTRL+O to open files.. > > > > Do you mean ctl-o doesn't open the "Open File" dialog at all or you can't > see anything? It's restricted to files in

Re: [update] lang/algol68g to 3.0.2 (help needed)

2022-01-25 Thread Omar Polo
Brian Callahan writes: > Hi Omar -- > > On 1/25/2022 5:36 AM, Omar Polo wrote: >> Hello, >> >> algol68g saw some further developments recently with a major version >> released some time ago. Among various things, it also includes the fix >> for the usleep issue we found :) >> > > I took at

Re: [new] net/py-tremc - curses interface for transmission

2022-01-25 Thread Stuart Henderson
Two small nits, otherwise ok; GH_ACCOUNT =tremc GH_PROJECT =tremc GH_COMMIT = 8b6b29163295e5cf12d9d874e80203c5906619c8 DISTNAME = tremc-0.9.2 if it is not the 0.9.2 release then please don't name it that. As it's some commit after 0.9.2 made on

Re: [new] net/py-tremc - curses interface for transmission

2022-01-25 Thread Omar Polo
Stuart Henderson writes: > Two small nits, otherwise ok; > > GH_ACCOUNT =tremc > GH_PROJECT =tremc > GH_COMMIT = 8b6b29163295e5cf12d9d874e80203c5906619c8 > DISTNAME = tremc-0.9.2 > > if it is not the 0.9.2 release then please don't name it that. >

[new] sysutils/gitmux - git repo status in tmux status bar

2022-01-25 Thread Aaron Bieber
Hi, Here is a port of gitmux, a tool to display git repo status info in your tmux status bar. It's pretty straight forward: Information for inst:gitmux-0.7.6 Comment: git in your tmux status bar Description: Show git status in your tmux status bar. Maintainer: Aaron Bieber WWW:

Re: [new] net/py-tremc - curses interface for transmission

2022-01-25 Thread Thim
On 2022-01-25 20:13:53, Stuart Henderson wrote: > Two small nits, otherwise ok; > > GH_ACCOUNT =tremc > GH_PROJECT =tremc > GH_COMMIT = 8b6b29163295e5cf12d9d874e80203c5906619c8 > DISTNAME = tremc-0.9.2 > > if it is not the 0.9.2 release then please

aarch64 bulk build report

2022-01-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun Jan 23 14:15:24 MST 2022 finished at Tue Jan 25 19:44:16 MST 2022 lasted 2D05h28m done with kern.version=OpenBSD 7.0-current (GENERIC.MP) #1505: Fri Jan 21 13:43:26 MST 2022 built packages:11107 Jan 23:3262 Jan 24:1268 Jan 25:6576 critical

Re: Tor Browser unveil path-seeing problem

2022-01-25 Thread Stuart Henderson
On 2022/01/25 16:32, fo...@dnmx.org wrote: > Also, it would seem hat one cannot print-out to a file, because the > default path/file-name is ~/mozzila.pdf and you cannot change it (because > unveil). > > And the (now confirming) trick to get to ~/Downloads doesn't work with this. > > And when I

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-25 Thread Damien Miller
On Fri, 21 Jan 2022, joshua stein wrote: > Using CVS and dealing with tarballs is probably pretty > ancient-feeling for many outsiders. I don't know that more > documentation is really the problem. > > I personally tend to ignore most ports@ emails that aren't diffs I > can easily view in my

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-25 Thread Volker Schlecht
Hi, On 1/25/22 20:09, Matthias Kilian wrote: Everything looked ok for me. Thanks for working on the update. If there are no complaints from other people, I'll commit it later this week. Ok, cool! Do you still want to take maintainership? Then I'll adjust MAINTAINER accordingly. Sure,

Re: [Maintainer Update] games/blockgame 0.6.14 (previously games/multimc)

2022-01-25 Thread Peter Hessler
On 2022 Jan 11 (Tue) at 20:08:02 +0100 (+0100), Muhammad Kaisar Arkhan (Yuki) wrote: :On 1/10/22 20:02, Muhammad Kaisar Arkhan (Yuki) wrote: :> On 1/8/22 16:37, Muhammad Kaisar Arkhan (Yuki) wrote: :> > On 1/8/22 16:35, Muhammad Kaisar Arkhan (Yuki) wrote: :> > > Hi ports@, :> > > :> > > This

Re: Fwd: [SECURITY] [UPDATE] lang/node to 16.13.2

2022-01-25 Thread Volker Schlecht
At the risk of being considered a PITA: Is there anything *I* can do to move this a step forward? regards, Volker On 1/24/22 10:26, Stuart Henderson wrote: On 2022/01/23 17:47, Aaron Bieber wrote: Bogus WANTLIB: crypto.11 (/usr/local/bin/node) (NOT REACHABLE) Bogus WANTLIB: ssl.11

dpd -d BUILD_USER=

2022-01-25 Thread YASUOKA Masahiko
Hi, I'm trying dpb -d BUILD_USER=releng but dpb executes portlock(1) by default "_pbuild" user. It seems that overriding internal default "build_user" is missing. Is the diff ok? Index: infrastructure/lib/DPB/Config.pm ===

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 02:53:56 Modified files: net/icinga/web2-module-incubator: Makefile distinfo net/icinga/web2-module-incubator/pkg: PLIST Log message: update to icinga-web2-module-incubator-0.12.0

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:10:19 Modified files: net/prosody: Tag: OPENBSD_7_0 Makefile distinfo net/prosody/patches: Tag: OPENBSD_7_0 patch-makefile Log message: security update to prosody-0.11.13

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/01/25 05:27:35 Modified files: net/powerdns : Makefile distinfo Log message: Upgrade to PowerDNS Authoritative Server 4.6.0 See https://docs.powerdns.com/authoritative/upgrading.html

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 02:37:29 Modified files: mail/dovecot-fts-flatcurve: Makefile distinfo Log message: update to dovecot-fts-flatcurve-0.2.0

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:08:00 Modified files: net/prosody: Makefile distinfo Log message: security update to prosody-0.11.13, from maintainer

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 02:51:17 Modified files: sysutils/freeipmi: Makefile distinfo sysutils/freeipmi/patches: patch-libfreeipmi_Makefile_in

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:12:26 Modified files: www/tomcat : Makefile Added files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/patches: patch-conf_server_xml www/tomcat/v10/pkg:

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:12:10 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/patches: patch-conf_server_xml www/tomcat/v9/pkg: PLIST-examples PLIST-main Log message: update to

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:12:02 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/patches: patch-conf_server_xml www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.75

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:03:29 ports/www/tomcat/v10 Update of /cvs/ports/www/tomcat/v10 In directory cvs.openbsd.org:/tmp/cvs-serv41328/v10 Log Message: Directory /cvs/ports/www/tomcat/v10 added to the repository

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:03:30 ports/www/tomcat/v10/pkg Update of /cvs/ports/www/tomcat/v10/pkg In directory cvs.openbsd.org:/tmp/cvs-serv41328/v10/pkg Log Message: Directory /cvs/ports/www/tomcat/v10/pkg added to the

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 04:03:30 ports/www/tomcat/v10/patches Update of /cvs/ports/www/tomcat/v10/patches In directory cvs.openbsd.org:/tmp/cvs-serv41328/v10/patches Log Message: Directory /cvs/ports/www/tomcat/v10/patches

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 05:16:27 Modified files: lang/php/7.4/patches: patch-main_php_ini_c lang/php/8.0/patches: patch-main_php_ini_c Log message: use MODPHP_VERSION in patch-main_php_ini_c in 7.4/8.0, they

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 05:15:42 Modified files: lang/php/8.1 : Makefile lang/php/8.1/patches: patch-main_php_ini_c Log message: fix lang/php/8.1 using wrong config file (php-8.0.ini instead of php-8.1.ini

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/25 07:26:57 Modified files: sysutils/ssh-copy-id: Makefile Log message: Do not strip(1) the shell script Fixes this in `make fake`: strip:

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/25 07:02:38 Modified files: infrastructure/mk: bsd.port.mk Log message: officially restrict characters in CATEGORIES and FULLPKGPATH* so that ports-readmes-dancer and the likes can have

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 07:44:25 Modified files: misc/remind: Makefile distinfo Log message: update to remind-3.3.12, from Martin Ziemer (maintainer)

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/01/25 06:31:45 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 91.5.1. See

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/01/25 06:41:31 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_0 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 91.5.1. See

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/25 07:09:41 ports/x11/zutty/patches Update of /cvs/ports/x11/zutty/patches In directory cvs.openbsd.org:/tmp/cvs-serv79970/patches Log Message: Directory /cvs/ports/x11/zutty/patches added to the

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/01/25 07:17:54 Modified files: misc/posixtestsuite: Makefile Added files: misc/posixtestsuite/patches: patch-conformance_interfaces_sigpause_4-1_c Log

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 10:53:06 Modified files: converters/p5-JSON: Makefile distinfo Log message: update to p5-JSON-4.05

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 11:10:36 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_combined_ffmpeg_demux_avformat_c

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Anton Lindqvist
CVSROOT:/cvs Module name:ports Changes by: an...@cvs.openbsd.org 2022/01/25 11:56:03 Modified files: mail/mdsort: Makefile distinfo Log message: update to mdsort-11.3.0 - handle headers encoded using quoted printable or base64

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/25 15:31:54 Modified files: games/amnesia-tdd: Makefile Log message: workaround for segfault in games/amnesia-tdd clang 13 is stricter and -O2 causes segfault. clang 11 worked with -O2. As a

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 17:03:23 Modified files: lang/python: python.port.mk Log message: In the Python module, handle ports which use setuptools with only setup.cfg and not setup.py, by writing a small wrapper if

Re: CVS: cvs.openbsd.org: ports

2022-01-25 Thread Alexander Bluhm
On Tue, Jan 25, 2022 at 05:48:18PM -0500, Kurt Mosiejczuk wrote: > On Tue, Jan 25, 2022 at 07:17:54AM -0700, Alexander Bluhm wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: bl...@cvs.openbsd.org 2022/01/25 07:17:54 > > > > Modified files: > > misc/posixtestsuite:

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/01/25 17:12:26 Modified files: misc/posixtestsuite/pkg: PLIST Log message: Forgot to update the plist. Found by kmos@ the hard way.

Re: CVS: cvs.openbsd.org: ports

2022-01-25 Thread Kurt Mosiejczuk
On Tue, Jan 25, 2022 at 07:17:54AM -0700, Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: ports > Changes by: bl...@cvs.openbsd.org 2022/01/25 07:17:54 > > Modified files: > misc/posixtestsuite: Makefile > Added files: > misc/posixtestsuite/patches: >

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/25 17:14:59 Removed files: net/py-minimalmodbus/patches: patch-setup_py devel/py-jsonschema/patches: patch-setup_py Log message: Remove patches to cope with Python setuptools-based ports