Re: MASTER_SITES for CPAN

2023-07-18 Thread Andrew Hewus Fresh
On Mon, Jul 17, 2023 at 09:38:28PM +0100, Stuart Henderson wrote: > here's how things currently look for one of the many Perl modules > where we're far enough behind that the distfile is no longer on CPAN: > > ===> Checking files for p5-Alien-Base-2.78 > >> Fetch

Re: Bug in Perl portgen WRT Apache::Test now in base, but portgen builds it anyway

2023-07-16 Thread Andrew Hewus Fresh
On Sun, Jul 16, 2023 at 08:10:59PM -0700, Chris Bennett wrote: > I am WIP on some Apache module ports that I want to submit when ready. Yay! > I want to bring in Apache::AuthCookie and Apache2::AuthCookieDBI > > portgen tries to build Apache::Test, but it is already in base and has a >

Re: unifi and snappy pure-java fallback problems

2023-05-22 Thread Andrew Hewus Fresh
a phone, apologies for poor formatting. > > On 21 May 2023 21:37:54 Andrew Hewus Fresh wrote: > > > Since updating to OpenBSD 7.3 and unifi-7.3.83, I've been having some > > weird issues with my APs not adopting properly. > > > > Any thoughts on how to further d

unifi and snappy pure-java fallback problems

2023-05-21 Thread Andrew Hewus Fresh
Since updating to OpenBSD 7.3 and unifi-7.3.83, I've been having some weird issues with my APs not adopting properly. Any thoughts on how to further debug this? I backed up my config and made a new unifi install that suffers the same issues. I'm not entirely sure this is the cause of the

[UPDATE] mail/p5-Mail-AuthenticationResults to 2.20230112

2023-02-26 Thread Andrew Hewus Fresh
While testing some other ports, I noticed that this one was missing a dependency on p5-Clone. Which led me to notice that there's an update available. https://metacpan.org/dist/Mail-AuthenticationResults/changes Comments, OK? Index: Makefile

[UPDATE] net/p5-POE-Component-IRC to 6.93

2023-02-14 Thread Andrew Hewus Fresh
It turns out there is something that needs updating for perl 5.36, or more specifically the updated Socket module. I didn't look up the details, but: https://metacpan.org/dist/POE-Component-IRC/changes - Fix issue with DCC on OpenBSD with newer Socket >= 2.031 OK? Index: Makefile

Re: NEW: mail/opensmtpd-filters/mimedefang

2023-01-18 Thread Andrew Hewus Fresh
On Wed, Jan 18, 2023 at 03:21:11PM +0100, Giovanni Bechis wrote: > On Wed, Jan 18, 2023 at 09:18:18AM +0100, Giovanni Bechis wrote: > > Hi, > > attached an opensmtpd filter to be able to use MIMEDefang with smtpd(8). > > Ok ? I didn't actually try defanging any mail, but the port looks OK

Re: [new] converters/p5-JSON-PP

2022-10-20 Thread Andrew Hewus Fresh
This is part of core perl, so it's already in base. Does ddclient need a newer version? On October 20, 2022 12:57:48 PM PDT, Pascal Stumpf wrote: >JSON::XS compatible pure-Perl module. > >Needed for an update of net/ddclient. OK?

Re: portgen still adds RCS tag

2022-06-17 Thread Andrew Hewus Fresh
This looks right to me, although I won't have time to test or commit for a few weeks yet. On Fri, Jun 17, 2022 at 04:45:36PM +0300, Kirill Bychkov wrote: > Hi! > Just tried portgen for generating p5 port and found out that it > still places $OpenBSD$ at the top of Makefile. > The patch below

Re: perl ppport.h -Wcompound-token-split-by-macro

2022-03-10 Thread Andrew Hewus Fresh
On Fri, Mar 11, 2022 at 01:02:04AM +0100, Alexander Bluhm wrote: > Hi, > > Can we commit espie@'s diff to fix the -Wcompound-token-split-by-macro > compiler warnings? It reduces the size of my logfiles a lot and > allows to look at the build output of XS Perl ports. I'm not opposed, but defer

Re: cad/openscad missing dependency on qtgamepad

2022-02-19 Thread Andrew Hewus Fresh
On Fri, Feb 18, 2022 at 06:32:33PM -0800, Andrew Hewus Fresh wrote: > I tried to run openscad on my PineBook Pro and it said: > > ld.so: openscad: can't load library 'libQt5Gamepad.so.1.0' > > pkg_add qtgamepad seemed to fix it, so I assume adding a LIB_DEPENDS on > qtgame

cad/openscad missing dependency on qtgamepad

2022-02-18 Thread Andrew Hewus Fresh
I tried to run openscad on my PineBook Pro and it said: ld.so: openscad: can't load library 'libQt5Gamepad.so.1.0' pkg_add qtgamepad seemed to fix it, so I assume adding a LIB_DEPENDS on qtgamepad should resolve it, although I'm not entirely sure what part of openscad has gamepad support. I

Re: update intel microcode to 20220207

2022-02-10 Thread Andrew Hewus Fresh
On Thu, Feb 10, 2022 at 12:40:43PM +0100, Alexander Bluhm wrote: > Does the new fw_update not check the version number of the file? Does > it always overwrite with the tgz from firmware.openbsd.org? It only checks whether the versions match, one of the caveats I explained early in the process

ports-readmes-dancer and the "g++" subpackage don't get along

2022-01-23 Thread Andrew Hewus Fresh
I noticed this and while I hoped to find time to include a patch I haven't yet and so I decided to report without. It appears that "g++" or maybe subdirectories confuse the ports-readmes-dancer at openports.pl. For example, clicking either of the g++-11.2.0p0 or g++-8.4.0p9 links from

Re: www/p5-CGI-Simple: Update to 1.26

2022-01-10 Thread Andrew Hewus Fresh
On Tue, Jan 11, 2022 at 12:44:30AM +0100, Alexander Bluhm wrote: > On Tue, Jan 04, 2022 at 08:32:50AM +, Stuart Henderson wrote: > > > MODULES =cpan > > > PKG_ARCH = * > > > -DISTNAME = CGI-Simple-1.115 > > > +DISTNAME = CGI-Simple-1.26 > > > > this results in the

Re: a bit of love for portgen

2022-01-04 Thread Andrew Hewus Fresh
On Tue, Jan 04, 2022 at 06:35:30PM +0100, Marc Espie wrote: > I'm not a big user of it myself, so please test. > > Two improvements: > - stop CPAN::Meta::Requirements from complaining, by explicitly passing > it 0 for undefined requirements (e.g., any version). > (alternately, we could inherit

Re: question about BUILD, RUN and TEST DEPENDS

2021-12-14 Thread Andrew Hewus Fresh
On Tue, Dec 14, 2021 at 11:30:31AM -0800, Chris Bennett wrote: > On Tue, Dec 14, 2021 at 10:17:43AM -0800, Andrew Hewus Fresh wrote: > > I really don't follow quite what "something like this" is, so I'm > > probably going to answer the wrong question. > > > >

Re: question about BUILD, RUN and TEST DEPENDS

2021-12-14 Thread Andrew Hewus Fresh
On Tue, Dec 14, 2021 at 10:01:04AM -0800, Chris Bennett wrote: > Hi. > > I have a mountain of good and bad versions of many single ports stored > that I wanted to go through and discard the garbage from. > > I needed to see what I could find that would let me diff these different > versions of

Re: Error on make update plist

2021-12-12 Thread Andrew Hewus Fresh
On Sun, Dec 12, 2021 at 11:01:36AM -0800, Andrew Hewus Fresh wrote: > On Sun, Dec 12, 2021 at 11:42:42AM +, Stuart Henderson wrote: > > On 2021/12/12 11:29, Omar Polo wrote: > > > > Stripping directories from mail/p5-Email-Address > > > > Can't put int

Re: Error on make update plist

2021-12-12 Thread Andrew Hewus Fresh
On Sun, Dec 12, 2021 at 11:42:42AM +, Stuart Henderson wrote: > On 2021/12/12 11:29, Omar Polo wrote: > > > Stripping directories from mail/p5-Email-Address > > > Can't put into any plist (no applicable prefix): > > > /auto > > > Looking for unregistered conflicts > > > > > > Looking

Re: Add resolvd support to net/vpnc-scripts

2021-10-30 Thread Andrew Hewus Fresh
an accidentally removed blank line) On Sat, Oct 30, 2021 at 10:26:42AM -0700, Andrew Hewus Fresh wrote: > Due to changes to the work laptop I'm a new openconnect user and it > turns out it's not too tough to support resolvd in openconnect with a > couple new functions in vpnc-script. I don't

Add resolvd support to net/vpnc-scripts

2021-10-30 Thread Andrew Hewus Fresh
Due to changes to the work laptop I'm a new openconnect user and it turns out it's not too tough to support resolvd in openconnect with a couple new functions in vpnc-script. I don't have any idea if this is the best way to detect if resolvd is in use, but it seems to work in my one test case.

Re: databases/p5-SQL-Abstract-Pg: New port

2021-10-26 Thread Andrew Hewus Fresh
On Fri, Sep 10, 2021 at 07:34:07AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port databases/p5-SQL-Abstract-Pg, > which is required by the update of databases/p5-Mojo-Pg. > It build well and pass all tests on amd64-current system. > > Comments? > wen OK

Re: UPDATE: math/p5-Math-GMPf and math/p5-Math-GMPz

2021-10-26 Thread Andrew Hewus Fresh
OK afresh1@ for both of these, although p5-Math-GMPz seems to want p5-Test-Warn and Math::GMPq as TEST_DEPENDS. On Sun, Sep 12, 2021 at 10:31:12PM +0200, Steven Mestdagh wrote: > minor update, tests pass on amd64. ok? > > Index: Makefile >

Re: databases/p5-Mojo-Pg: Update to 4.26

2021-10-26 Thread Andrew Hewus Fresh
On Fri, Sep 10, 2021 at 03:10:17AM -0500, Abel Abraham Camarillo Ojeda wrote: > looks ok to me This needs the p5-SQL-Abstract-Pg port I OK'd just a minute ago, and I think one of them will need a @conflict marker since ${P5SITE}/SQL/Abstract/Pg.pm moved over to its own dist. In any case, with

Re: databases/p5-DBIx-DataModel: Update to 3.01

2021-10-26 Thread Andrew Hewus Fresh
On Fri, Sep 10, 2021 at 07:16:44AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for databases/p5-DBIx-DataModel: > i) Update to 3.01 > ii) Add some missing DEPENDS Sorry it took so long, but this seems to be missing more RUN_DEPENDS, at a minimum devel/p5-Carp-Clan

Re: Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-10-13 Thread Andrew Hewus Fresh
Hewus Fresh wrote: > This fixes the known fallout from adding a "vendor lib" to the base > perl. The goal is to make it harder to get the "loadable library and > perl binaries are mismatched" error when base perl is updated. > > The fixed patch for adding the

Re: Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-08-03 Thread Andrew Hewus Fresh
On Fri, Jul 30, 2021 at 05:34:35PM -0700, Andrew Hewus Fresh wrote: > This set of patches should mostly work without the addition of the > vendor directory as we hardcode the path in the Makefile and the vendor > lib patch makes the current path where ports and packages go and adds a &g

Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-07-30 Thread Andrew Hewus Fresh
This fixes the known fallout from adding a "vendor lib" to the base perl. The goal is to make it harder to get the "loadable library and perl binaries are mismatched" error when base perl is updated. The fixed patch for adding the vendor lib to perl is over on tech@. This set of patches should

[NEW] mail/p5-OpenSMTPd-Filter 0.0.2

2021-07-27 Thread Andrew Hewus Fresh
This module is a helper to make writing OpenSMTPd filters in perl easier. https://metacpan.org/release/OpenSMTPd-Filter While this module is somewhat new, I've been using it on my home server for a while with seemingly good success. I've been wanting to figure out how to

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
On Sun, Jun 13, 2021 at 09:17:44PM +0200, Mischa wrote: > On 13 Jun at 20:45, Andrew Hewus Fresh wrote: > > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > > > This module implement JSON-RPC 2.0 protocol in transport-independent > > > way. > > >

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > This module implement JSON-RPC 2.0 protocol in transport-independent > way. > > Also it support non-blocking client remote procedure call and both > blocking and non-blocking server method execution. This can be very > useful in case

Re: [New] devel/p5-Devel-PatchPerl

2021-06-11 Thread Andrew Hewus Fresh
On Tue, Jan 26, 2021 at 02:50:46AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create devel/p5-Devel-PatchPerl, which is required > to create perlbrew. >It build well and pass all tests on amd64-current system. OK afresh1@ If someone wants to import this and

Re: [New] devel/p5-CPAN-Perl-Releases

2021-06-11 Thread Andrew Hewus Fresh
On Tue, Jan 26, 2021 at 02:36:07AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create devel/p5-CPAN-Perl-Releases, which is required > to create perlbrew. >It build well and pass all tests on amd64-current system. OK afresh1@ I do worry that it will be annoying to keep

Re: new productivity/p5-iCal-Parser

2021-05-16 Thread Andrew Hewus Fresh
On Fri, Apr 23, 2021 at 11:41:42PM +0200, Alexander Bluhm wrote: > Hi, > > ok to import p5-iCal-Parser 1.21 ? OK afresh1@ > Comment: > parse iCalendar files into a data structure > > Description: > This module processes iCalendar (vCalendar 2.0) files as specified > in RFC 2445 into a data

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 06:29:08PM +, Martin wrote: > Great. > > Should I remove? > /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Encode/Encode.so This is a customization of your system outside something supported by OpenBSD, you should follow the advice of your local system

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 01:44:19PM +, Martin wrote: > After upgrade dkimproxy and error appeared, I did 'pkg_delete dkimproxy' and > 'pkg_delete -a' afterwards to clean up dependent Perl modules (possible > broken ones). > > 'pkg_add dkimproxy' to install it from scratch with all working p5

Re: cvsweb, running doc/pkg-readmes/cvsweb some files not found

2021-04-20 Thread Andrew Hewus Fresh
On Tue, Apr 20, 2021 at 08:00:52PM +0900, rgc wrote: > ports@ > > was setting up a local cvsweb > > running .../doc/pkg-readmes/cvsweb results in some files not found > > $ doas sh /usr/local/share/doc/pkg-readmes/cvsweb > cp: /usr/libdata/perl5/utf8_heavy.pl: No such file or directory > cp:

Prepare or removal of www/p5-Catalyst-Plugin-Singleton ?

2021-03-28 Thread Andrew Hewus Fresh
On Wed, Feb 10, 2021 at 07:19:50AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to update 5 p5-Catalyst-* ports: > www/p5-Catalyst-Devel: Update to 1.42 > www/p5-Catalyst-Plugin-PageCache: Update to 0.32 >

Re: [PATCH] fix valgrind abort

2021-03-24 Thread Andrew Hewus Fresh
On Thu, Mar 25, 2021 at 09:50:17AM +0900, Masato Asou wrote: > Hi ports, > > The valgrind was aborted after updated Pert to 5.32.1 as below: > > $ sysctl -n kern.version > OpenBSD 6.9-beta (GENERIC.MP) #428: Wed Mar 24 11:12:16 MDT 2021 >

Re: [New] devel/p5-Devel-PatchPerl

2021-03-15 Thread Andrew Hewus Fresh
On Tue, Jan 26, 2021 at 02:50:46AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create devel/p5-Devel-PatchPerl, which is required > to create perlbrew. >It build well and pass all tests on amd64-current system. OK afresh1 tarball reattached for convenience if someone

Re: [New] devel/p5-CPAN-Perl-Releases

2021-03-15 Thread Andrew Hewus Fresh
On Tue, Jan 26, 2021 at 02:36:07AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create devel/p5-CPAN-Perl-Releases, which is required > to create perlbrew. >It build well and pass all tests on amd64-current system. OK afresh1@ tarball reattached here if someone else

[UPDATE] www/rt to 5.0.1

2021-03-10 Thread Andrew Hewus Fresh
So, this patch doesn't get the port to pass tests, but it does add the new required dependency on textproc/p5-Pod-Parser and should be a start in figuring out a way to get the tests to run in an automated fashion. Would be best to remove /etc and such from @INC, but would probably need a patch for

Remove devel/p5-VCP-autrijus?

2021-03-07 Thread Andrew Hewus Fresh
It appears that p5-VCP-autrijus no longer works. At least, many tests fail, some files seem to no longer compile with recent perl versions and there are no consumers. Does anyone want this or can we remove it?

net/mrtg Adjust RUN_DEPENDS and PLIST to not install Pod modules that are elsewhere

2021-03-07 Thread Andrew Hewus Fresh
While looking at ports that might need to include p5-Pod-Parser that got removed from core in perl 5.32, I came across mrtg where it has been installing really old versions of core modules. (I only tried that it built, not that it actually worked as I don't actually run mrtg anywhere) Comments,

Re: I think your perl changes broke snort2pf

2021-03-03 Thread Andrew Hewus Fresh
On Wed, Mar 03, 2021 at 09:03:43PM -0600, Luke Small wrote: > # snort2pf -h > Socket6.c: loadable library and perl binaries are mismatched (got handshake > key 0xb60, needed 0xec0) > -Luke You need a Socket6 that is linked against the new version of perl. l8rZ, -- andrew -

Re: NEW: textproc/p5-Pod-Parser

2021-02-25 Thread Andrew Hewus Fresh
On Thu, Feb 25, 2021 at 08:46:24PM +, Stuart Henderson wrote: > Removed from core in 5.32 but at least x11/p5-Gtk2-Ex-PodViewer still > needs it. OK to import? Or alternatively if nothing else more > interesting shows up (my build isn't quite down but not far off) > we could remove

Re: NEW: www/py-html5-parser

2021-02-16 Thread Andrew Hewus Fresh
On Tue, Feb 16, 2021 at 04:42:07PM +, Stuart Henderson wrote: > On 2021/02/15 14:02, Daniel Dickman wrote: > > > > > > On Mon, 15 Feb 2021, Rafael Sadowski wrote: > > > > > Please find attached a new dependency for an possible calibre update. > > > > > > > I think it needs dependencies on

[UPDATE] www/p5-Mojo to p5-Mojolicious-8.73

2021-02-07 Thread Andrew Hewus Fresh
This update to Mojolicious 8.73 makes more of the test for the p5-Mojo-Pg update pass. However, even with this patch that adjusts expectations for libressl, there are some IPv6 TLS tests that fail. However, I cloned the mojo git repo and checked out the original commit of

Re: [portgen go] try harder to determine the version

2021-01-30 Thread Andrew Hewus Fresh
On Sat, Jan 30, 2021 at 01:20:25PM -0700, Aaron Bieber wrote: > > Aaron Bieber writes: > > > Andrew Hewus Fresh writes: > > > >> On Tue, Jan 26, 2021 at 05:23:30PM -0700, Aaron Bieber wrote: > >>> Hi, > >>> > >>>

Re: [portgen go] try harder to determine the version

2021-01-26 Thread Andrew Hewus Fresh
On Tue, Jan 26, 2021 at 05:23:30PM -0700, Aaron Bieber wrote: > Hi, > > Recently a program was found that caused breakage in 'portgen go'. The > breakage was two fold: > > 1) https://proxy.golang.org/qvl.io/promplot/@latest returns unexpected >results. This caused portgen to bomb out. > 2)

Re: Perlbrew port?

2021-01-25 Thread Andrew Hewus Fresh
On Mon, Jan 25, 2021 at 04:02:00PM +0100, bw-open...@gmx.de wrote: > Hello everyone, > > I'm currently diving into good ol' Perl programming and want to build a > local version of perl that will not mess with the base system. There is > a handy tool named perlbrew for that, which can be installed

Re: remove devel/p5-Regexp-Copy

2021-01-21 Thread Andrew Hewus Fresh
On Tue, Jan 19, 2021 at 05:45:47PM +0100, Alexander Bluhm wrote: > Hi, > > I would like to remove devel/p5-Regexp-Copy. > > - OpenBSD make test fails: > > http://bluhm.genua.de/portstest/results/2021-01-19T06%3A17%3A03Z/logs/devel/p5-Regexp-Copy/make.log > - Uptream tests are broken since

Re: [go.port.mk / portgen] Teach everyone how to handle Go's unique escaping

2021-01-16 Thread Andrew Hewus Fresh
On Tue, Jan 05, 2021 at 07:18:20AM -0700, Aaron Bieber wrote: > Hi, > > This teaches portgen and go.port.mk how to handle module URLs that > contain uppercase characters. > --- infrastructure/lib/OpenBSD/PortGen/Port/Go.pm > +++ infrastructure/lib/OpenBSD/PortGen/Port/Go.pm > @@ -31,6 +31,8 @@

Re: 回复: 回复: 回复: [NEW]databases/p5-SQL-Abstract-More

2021-01-04 Thread Andrew Hewus Fresh
.org > 抄送: ports@openbsd.org > 主题: 回复: [NEW]databases/p5-SQL-Abstract-More > > Revised patch that add the missing TEST_DEPENDS. > > wen > > 发件人: Andrew Hewus Fresh > 发送时间: 2019年9月21日 9:12 > 收件人: wen heping > 抄送: ports@openbsd.org &g

portgen(1) improve "fetch"

2020-12-05 Thread Andrew Hewus Fresh
This switches "fetch" to open3 and then croak with the STDERR it gets back from FTP if there was not STDOUT. It also adjusts the name used in errors and the User-Agent sent to remote servers. I wasn't sure what to use for the User-Agent, so went simple. This hasn't gotten super heavy testing,

Let `portgen p5 p5-YAML-XS` work

2020-12-05 Thread Andrew Hewus Fresh
This patch looks up the distname and then finds out if there are updates for it on the CPAM. That means you can pass in the port's directory name or likely package stub and have it update. That's useful to me for adding automation to updating my out-of-date ports. It allows me to update things

[UPDATE] mail/p5-Mail-AuthenticationResults to 1.20200824.1

2020-12-05 Thread Andrew Hewus Fresh
Here's a simple update to p5-Mail-AuthenticationResults to bring it current. There were only POD changes, but this gives me the chance to add the missing RUN_DEPENDS on p5-JSON. (no clue how I didn't notice that when testing or updating before)

[NEW] textproc/p5-Text-Soundex 3.05

2020-12-03 Thread Andrew Hewus Fresh
This is a port of the Text::Soundex perl module that is needed for an update to databases/p5-SQL-Statement. Comments, OK? Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same

Re: [Update] security/p5-Crypt-OpenSSL-Random : Update to 0.15

2020-11-21 Thread Andrew Hewus Fresh
On Sat, Oct 10, 2020 at 01:34:42AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for security/p5-Crypt-OpenSSL-Random: > i) Update to 0.15 > ii) Move up the CPAN_AUTHOR line > iii) Add TEST_POD to MAKE_ENV > > It build well and pass all tests on amd64-current

Re: [NEW] devel/p5-Data-Section-Simple

2020-11-18 Thread Andrew Hewus Fresh
On Fri, Jul 24, 2020 at 01:27:45PM -0700, Andrew Hewus Fresh wrote: > On Tue, Jul 07, 2020 at 07:15:18AM +, wen heping wrote: > > Hi, ports@: > > > > Here is a patch to create devel/p5-Data-Section-Simple, which is > > needed by the update of devel/p5-Locale-US. &

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-11-13 Thread Andrew Hewus Fresh
> > > > On Fri, Sep 25, 2020 at 8:42 AM Sven F. wrote: > >> > >> On Thu, Sep 10, 2020 at 10:19 PM Andrew Hewus Fresh > >> wrote: > >> > > >> > p5-Struct-Dumb could use a TEST_DEPENDS on devel/p5-Data-Dump so tests > >> >

Re: {NEW] devel/p5-curry

2020-11-08 Thread Andrew Hewus Fresh
Ping. Needed for the update to databases/p5-DBIx-Class-Schema-Loader Reattached (with minor sorting tweaks to the Makefile) for convenience. On Thu, Apr 09, 2020 at 07:44:53PM -0700, Andrew Hewus Fresh wrote: > On Wed, Apr 08, 2020 at 02:17:22PM +, wen heping wrote: > >

Re: 回复: [Update] databases/p5-SQL-Translator : Update to 1.62

2020-11-03 Thread Andrew Hewus Fresh
On Mon, Nov 02, 2020 at 06:23:12AM +, wen heping wrote: > ping ... Committed, along with p5-Array-Compare. Thanks > > 发件人: owner-po...@openbsd.org 代表 wen heping > > 发送时间: 2020年10月10日 15:22 > 收件人: afre...@openbsd.org ; ports@openbsd.org > > 主题: [Update]

Re: 回复: [NEW] security/p5-Crypt-OpenSSL-Guess

2020-10-22 Thread Andrew Hewus Fresh
andom-0.11.tar.gz) = 15161 > +SHA256 (Crypt-OpenSSL-Random-0.15.tar.gz) = > 8IdvqhujER45uGqnMMYDIR7/KQXkYMcqV7YejPR1zvQ= > +SIZE (Crypt-OpenSSL-Random-0.15.tar.gz) = 15506 On Wed, Oct 09, 2019 at 02:10:21AM +, wen heping wrote: > ping ... > > 发

Re: A bundle of patches to update p5-Catalyst ports

2020-10-09 Thread Andrew Hewus Fresh
On Fri, Oct 09, 2020 at 11:57:23AM +0200, Charlene Wendling wrote: > On Thu, 8 Oct 2020 21:15:27 -0700 > Andrew Hewus Fresh wrote: > > > I also committed the update to p5-Catalyst-Plugin-Session, although I > > didn't see it mentioned in this email. > > > > I

Re: A bundle of patches to update p5-Catalyst ports

2020-10-08 Thread Andrew Hewus Fresh
I also committed the update to p5-Catalyst-Plugin-Session, although I didn't see it mentioned in this email. I didn't import devel/p5-Data-Clone as cwen@ created it, but OK afresh1@ I did not import or commit these, as they need cwen's p5-Data-Clone, but all of cwen's tweaks are OK afresh1@ -

Re: [Remove] databases/p5-Catalyst-Controller-Rose

2020-09-18 Thread Andrew Hewus Fresh
On Mon, Aug 24, 2020 at 02:30:35AM +, wen heping wrote: > Hi, ports@: > >databases/p5-Catalyst-Controller-Rose seems upstream disappear, > and no other ports depends on it. I suggest to remove it. OK afresh1@ I don't see it on the main CPAN either, so assume it has been removed by the

Re: [NEW_WIP] devel/p5-MooX-ClassAttribute

2020-09-16 Thread Andrew Hewus Fresh
On Fri, Aug 28, 2020 at 02:30:40PM -0500, Chris Bennett wrote: > I have not fully checked this over, but it is a dependency for the > p5-Locale-CLDR group. > > I have questions about the CPAN examples. > This way (not necessarily the right way), produces the Perl scripts as > executables, but

Re: comms/p5-Device-Gsm: fix RUN_DEPENDS

2020-09-16 Thread Andrew Hewus Fresh
On Sat, Aug 29, 2020 at 05:25:05PM +0200, Charlene Wendling wrote: > While testing that port i'm greeted with: > > > # Failed test 1 in t/01basic.t at line 3 > > # t/01basic.t line 3 is: END { ok(0) unless $loaded } > > t/01basic.t ... > > Dubious, test returned 2 (wstat 512, 0x200) > >

Re: go portgen: enable ability to specify version

2020-09-10 Thread Andrew Hewus Fresh
On Thu, Sep 10, 2020 at 04:23:03PM -0600, Aaron Bieber wrote: > Hi, > > I have been sitting on this diff for a bit. It enables portgen to take a > version. For example: > > $ portgen go github.com/ipfs/go-ipfs@v0.7.0-rc2 > > This is handy when our logic to pick the version number prevents you

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-09-10 Thread Andrew Hewus Fresh
:55PM -0400, Sven F. wrote: > On Tue, Aug 25, 2020 at 10:46 AM Sven F. wrote: > > > > On Sun, Aug 23, 2020 at 6:47 PM Andrew Hewus Fresh > > wrote: > > > > > > Comments inline. > > > > > > On Mon, Aug 17, 2020 at 07:04:12PM -0400, Sv

Re: [NEW_WIP] p5-Unicode-Regex-Set

2020-09-10 Thread Andrew Hewus Fresh
On Fri, Aug 28, 2020 at 02:34:10PM -0500, Chris Bennett wrote: > I need to check this over a little better, too. > A dependency for building p5-Locale-CLDR family. > Is this the right category? I think either converters or textproc, but since the other p5-Unicode modules are in converters, this

Re: converters/p5-Catalyst-Plugin-Charsets-Japanese: fix depends

2020-08-27 Thread Andrew Hewus Fresh
On Fri, Aug 28, 2020 at 03:07:21AM +0200, Charlene Wendling wrote: > Hi, > > I've spotted that while reviewing Catalyst depends: > > > Failed test 'use Catalyst::Plugin::Charsets::Japanese;' > > at t/00_compile.t line 5. > > Tried to use 'Catalyst::Plugin::Charsets::Japanese'. > >

Re: Tons of empty man pages for new ports for LedgerSMB

2020-08-27 Thread Andrew Hewus Fresh
On Thu, Aug 27, 2020 at 08:51:52PM -0500, Chris Bennett wrote: > I just found a bunch of new Locale perl modules added to the depends > list. > > They all have empty man pages from no PODs. > About 20ish ports, most are just relevant data files for each language. Do you have an example? "No

Re: [update] biology/bioperl (and related ports)

2020-08-24 Thread Andrew Hewus Fresh
On Thu, Aug 20, 2020 at 12:20:32PM +0200, Charlene Wendling wrote: > Hi, > > Our current bioperl related ports are old, and we had to patch > them already to deal with Perl changes. So i'm proposing an update here > to 1.7.7 to avoid dealing with emergency fixes at a large scale. > > These

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-08-23 Thread Andrew Hewus Fresh
Comments inline. On Mon, Aug 17, 2020 at 07:04:12PM -0400, Sven F. wrote: > Index: devel/p5-Struct-Dumb/Makefile > === > RCS file: devel/p5-Struct-Dumb/Makefile > diff -N devel/p5-Struct-Dumb/Makefile > --- /dev/null 1 Jan 1970

Re: p5-gtk3 / Gtk3.pm

2020-08-23 Thread Andrew Hewus Fresh
On Tue, Aug 18, 2020 at 08:44:51AM +0100, Stuart Henderson wrote: > On 2020/08/18 09:00, su.root wrote: > > During compilation from source I receive the following error > > http://ix.io/2u20 . > > I was unable to locate p5-gtk3 in ports and just wanted to check if > > there is work around to

Re: 回复: [NEW] www/p5-Plack-Middleware-MethodOverride

2020-08-17 Thread Andrew Hewus Fresh
. > wen > ____ > 发件人: Andrew Hewus Fresh > 发送时间: 2020年8月18日 9:49 > 收件人: wen heping > 抄送: ports@openbsd.org > 主题: Re: [NEW] www/p5-Plack-Middleware-MethodOverride > > On Mon, Jul 27, 2020 at 12:35:36PM +, wen heping wrote: > > Hi, ports@: > > > >

Re: [NEW] www/p5-Plack-Middleware-MethodOverride

2020-08-17 Thread Andrew Hewus Fresh
On Mon, Jul 27, 2020 at 12:35:36PM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port www/p5-Plack-Middleware-MethodOverride, > which is required by the update of p5-Catalyst-Runtime. >It build well and pass all tests on amd64-current system. > > Cheers ! > wen

Re: [NEW-WIP] p5-Plack-Request-WithEncoding mandoc errors, BUILD_DEPENDS question

2020-08-16 Thread Andrew Hewus Fresh
On Sun, Aug 16, 2020 at 03:07:16PM -0500, Chris Bennett wrote: > fixed Makefile inline OK afresh1@ to import this with this version of the Makefile, > # $OpenBSD$ > > COMMENT = subclass of Plack::Request which supports encoded requests > > DISTNAME =Plack-Request-WithEncoding-0.14 >

Re: [Update] databases/p5-DBIx-Class : Update to 0.082842

2020-08-16 Thread Andrew Hewus Fresh
On Mon, Jul 27, 2020 at 07:57:08AM +, wen heping wrote: > Hi, all: > > Here is a patch for databases/p5-DBIx-Class to update 0.082842. > It build well and run well. 2 tests failed in total of 314 tests.(while > currently > there are 7 tests failed in total 308 tests) > There are

Re: [NEW] databases/p5-SQL-Abstract-Classic

2020-08-16 Thread Andrew Hewus Fresh
On Mon, Jul 27, 2020 at 02:27:05AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port databases/p5-SQL-Abstract-Classic, > which is required by the update of databases/p5-DBIx-Class. > It build well and pass all tests on amd64-current system. > > > Cheers ! >

Re: 回复: [NEW] devel/p5-Test-CleanNamespaces

2020-08-16 Thread Andrew Hewus Fresh
________ > 发件人: Andrew Hewus Fresh > 发送时间: 2020年7月29日 12:09 > 收件人: wen heping > 抄送: ports@openbsd.org > 主题: Re: [NEW] devel/p5-Test-CleanNamespaces > > On Sat, Jul 25, 2020 at 02:09:29AM +, wen heping wrote: > > Hi, ports@: > > > >H

Re: [NEW-WIP] p5-Plack-Request-WithEncoding mandoc errors, BUILD_DEPENDS question

2020-08-15 Thread Andrew Hewus Fresh
On Wed, Aug 12, 2020 at 11:15:49AM -0500, Chris Bennett wrote: > I submitted p5-Plack-Request-WithEncoding-0.13 previously. > Newer version just went up. Upstream is friendly to changes. > > The POD has some problems that cause mandoc errors after noticing that > the man page looked bad. I think

Re: 回复: [NEW] devel/p5-Devel-OverloadInfo

2020-08-15 Thread Andrew Hewus Fresh
On Wed, Jul 29, 2020 at 12:19:37PM +, wen heping wrote: > Revised patch, add a line to mention why one POD test failed. Thank you. This is OK afresh1@ I'm happy to import these new ports I've OKd if I could get another. > wen > ____ > 发件人: Andrew

Re: NEW: databases/p5-CDB_File

2020-08-15 Thread Andrew Hewus Fresh
On Mon, Jul 27, 2020 at 09:29:01AM +0200, Matthias Pitzl wrote: > On 24.07.2020 - 13:39:55, Andrew Hewus Fresh wrote: > > On Thu, Jul 23, 2020 at 12:05:01PM +0200, Matthias Pitzl wrote: > > > Hi, > > > > > > CDB_File is a Perl module for accessing constant da

Re: [Update] devel/p5-POE: Update to 1.368

2020-08-15 Thread Andrew Hewus Fresh
On Sun, Aug 02, 2020 at 02:50:27PM +, wen heping wrote: > Hi, ports@: > > Here is patch for devel/p5-POE to update to 1.368. > It build well and pass all tests on amd64-currrent system. > > There are 27 ports depends on devel/p5-POE, 24 build and pass > all tests but: > 1)

Re: [Update] devel/p5-Devel-ebug : Update to 0.63

2020-08-15 Thread Andrew Hewus Fresh
On Tue, Aug 04, 2020 at 08:33:28AM +, wen heping wrote: > Hi, ports@: > Here is a patch for devel/p5-Devel-ebug to update to 0.63, > it build well and pass all tests on amd64-current system. > NO other ports depends on it. This seems to be missing a number of DEPENDS and PLIST @man

Re: [Update] mail/p5-Email-MIME-ContentType : Update to 1.024

2020-08-15 Thread Andrew Hewus Fresh
On Tue, Aug 04, 2020 at 12:56:00PM +, wen heping wrote: > Hi, ports@: > > Here is a patch for mail/p5-Email-MIME-ContentType to update to 1.024. > It build well and pass all tests on amd64-current system. > Two ports depends on it: > i)mail/p5-Email-MIME >

Re: [NEW] www/p5-CGI-Struct

2020-08-15 Thread Andrew Hewus Fresh
On Mon, Jul 27, 2020 at 01:12:01PM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port www/p5-CGI-Struct, > which is required by the update of p5-Catalyst-Runtime. >It build well and pass all tests on amd64-current system. I said OK to both this and

[NEW] p5-Crypt-OpenPGP + dependencies

2020-08-07 Thread Andrew Hewus Fresh
Here's a new port for Crypt::OpenPGP plus some dependencies it needs. One fairly major change to upstream is that I changed a couple of Crypt::OpenPGP::Util functions to use arc4random_buf instead of some other ugly modules that still didn't tie into the OpenBSD random subsystem to get random

[FIX DEPENDS] devel/p5-MooseX-ConfigFromFile

2020-07-30 Thread Andrew Hewus Fresh
While testing another port I noticed that this module had some incorrect RUN_DEPENDS (specifically p5-Path-Tiny instead of p5-MooseX-Types-Path-Tiny) so here's an update to clean up the dependencies. I also found it needed the modbuild tiny CONFIGURE_STYLE. This seems to build and test much more

Re: [Update] devel/p5-Moose : Update to 2.2013

2020-07-30 Thread Andrew Hewus Fresh
This needs "CONFIGURE_STYLE = modbuild tiny" and a TEST_DEPENDS on devel/p5-MooseX-StrictConstructor Although I notice that tests fail because p5-MooseX-ConfigFromFile is missing a RUN_DEPENDS, so look for a change to that incoming. Other than that OK afresh1@ On Sun, Jul 26, 2020 at 01:28:19PM

Re: [Update] devel/p5-Moose : Update to 2.2013

2020-07-30 Thread Andrew Hewus Fresh
On Sun, Jul 26, 2020 at 01:28:19PM +, wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-Moose to update to 2.2013: > i) It build well and pass all tests on amd64-current system. > ii) Two new ports should been added : p5-Devel-OverloadInfo and >

Re: [Update RUN_DEPENDS] devel/p5-MooseX-Clone

2020-07-28 Thread Andrew Hewus Fresh
On Sat, Jul 25, 2020 at 03:12:19AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-MooseX-Clone to update > its RUN_DEPENDS. Currently devel/p5-MooseX-Clone test > fail, with this patch the tests success. It will also package just fine without the BUILD_DEPENDS line

Re: [NEW] devel/p5-Test-CleanNamespaces

2020-07-28 Thread Andrew Hewus Fresh
On Sat, Jul 25, 2020 at 02:09:29AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port p5-Test-CleanNamespaces, > it is required by the future update of p5-Moose. >It builds well and all tests pass. FIX_EXTRACT_PERMISSIONS (and optionally PKG_ARCH) should move

Re: [NEW] devel/p5-Devel-OverloadInfo

2020-07-28 Thread Andrew Hewus Fresh
On Sat, Jul 25, 2020 at 01:46:18AM +, wen heping wrote: > Hi, ports@: > >Here is patch to create new port devel/p5-Devel-OverloadInfo, > it is required by the future update of p5-Moose. >It build well, all tests passed but one spell check test failed. Since that test is one of the

Re: NEW: textproc/chordpro

2020-07-28 Thread Andrew Hewus Fresh
On Tue, Jul 28, 2020 at 03:23:59PM -0700, Andrew Hewus Fresh wrote: > On Tue, Jul 28, 2020 at 01:25:52PM -0600, Todd C. Miller wrote: > > On Fri, 24 Jul 2020 14:05:47 -0600, Todd C. Miller wrote: > > > > > chordpro will read a text file containing the lyrics of one or man

Re: NEW: textproc/chordpro

2020-07-28 Thread Andrew Hewus Fresh
On Tue, Jul 28, 2020 at 01:25:52PM -0600, Todd C. Miller wrote: > On Fri, 24 Jul 2020 14:05:47 -0600, Todd C. Miller wrote: > > > chordpro will read a text file containing the lyrics of one or many > > songs plus chord information. chordpro will then generate a > > photo-ready, professional

  1   2   3   4   5   >