Re: www/p5-Catalyst-Plugin-Session-PerUser : Fix the test

2019-07-20 Thread Charlene Wendling
On Wed, 17 Jul 2019 08:19:04 + wen heping wrote: > Hi, ports@: > > Here is a patch for www/p5-Catalyst-Plugin-Session-PerUser : > 1) Fix the test by adding missing TEST_DEPENDS > www/p5-Catalyst-Plugin-Session-PerUser > 2) sort RUN_DEPENDS > 3) I am not sure whether or REVISIO

Re: [NEW] www/p5-HTTP-Entity-Parser

2019-07-20 Thread Charlene Wendling
On Tue, 16 Jul 2019 07:24:56 + wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-HTTP-Entity-Parser, > which is required by the future update of www/p5-Plack. > It build well and passed all tests on my amd64-head system. > > Comments? OK? > wen OK cwen@

Re: [ports-gcc] Unbreak graphics/vulkan-loader (was: Re: powerpc bulk build report)

2019-07-19 Thread Charlene Wendling
are available. CC'ing Jeremie and Kurt, as i don't know how sparc64 is doing in this regard. I guess it should be only for x86* and arm* in the end. Charlène. > On Mon, Jul 15, 2019, at 3:42 PM, Charlene Wendling wrote: > > > > > http://build-failures.rhaalovely.ne

[fix] biology/p5-Bio-ASN1-EntrezGene: fix unescaped left braces

2019-07-17 Thread Charlene Wendling
This version of this module contains unescaped left braces that, while not fatal until Perl 5.32, mark the tests as failing when it should not. I'm proposing a patch to fix that. There are no consumers. Indeed now 'make test' passes. OK? Charlène. Index: Makefile ==

Re: [Update] math/p5-Math-Derivative : Update to 1.01

2019-07-17 Thread Charlene Wendling
On Sun, 14 Jul 2019 07:37:07 + wen heping wrote: > Hi, ports@: > > Here is a patch to for math/p5-Math-Derivative : > i) update to 1.01 > ii) add missing RUN_DEPENDS p5-Math-Utils, which currently > does not in portstree, but I submitted the patch to create it just > now. > >

Re: [NEW] math/p5-Math-Utils

2019-07-17 Thread Charlene Wendling
On Sun, 14 Jul 2019 02:41:17 + wen heping wrote: > Hi, > > Here is a patch to create new port math/p5-Math-Utils, which is > required by the future update of math/p5-Math-Derivative. > It build well and passed all tests on my amd64-head system. > > Comments? OK? This could make use of

Re: [Update] net/p5-SNMP-Info : Update to 3.68

2019-07-17 Thread Charlene Wendling
On Sat, 13 Jul 2019 12:29:22 + wen heping wrote: > Hi, ports@: > > Here is a patch for net/p5-SNMP-Info: > i) update to 3.68 > ii) add missing RUN_DEPEND net/p5-NetAddr-IP > iii) also build log complain lack of some TEST_DEPENDS, but I > did not update TEST_DEPENDS, because th

[ports-gcc] Unbreak devel/pycdc (was: Re: powerpc bulk build report)

2019-07-15 Thread Charlene Wendling
> http://build-failures.rhaalovely.net//powerpc/2019-06-29/devel/pycdc.log Using -Werror for releases seems ambitious to me, especially that GCC is very adept at generating them. I've removed the flag, and it builds [0] on macppc. Tests pass as well. Same thing for amd64 where there is no warni

[ports-gcc] Unbreak graphics/vulkan-loader (was: Re: powerpc bulk build report)

2019-07-15 Thread Charlene Wendling
> http://build-failures.rhaalovely.net//powerpc/2019-06-29/graphics/vulkan-loader.log The problem here is pretty simple as soon as base-gcc is implied: - it has missing switches (that's the failure seen in the log) - anonymous unions require -std=gnu99 (that's also in the log, "declarations t

[ports-gcc] Unbreak multimedia/qtav (was: Re: powerpc bulk build report)

2019-07-15 Thread Charlene Wendling
On Sun, 14 Jul 2019 06:46:44 -0600 (MDT) lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//powerpc/2019-06-29/multimedia/qtav.log > http://build-failures.rhaalovely.net/sparc64/2019-06-09/multimedia/qtav.log Classic issue here, GCC doesn't like to see NULL as an equivalent for fa

[fix, all archs] audio/clementine: fix with ports-gcc and future chromaprint version

2019-07-15 Thread Charlene Wendling
Hi, I've 2 itches to scratch with clementine now my chromaprint update has a pretty good shape and works fine on macppc/amd64. 1) Support chromaprint >= 1.4 -- Because our version of clementine is old, it's not compatible with recent versions of chromaprint. What i'm p

[arm64/macppc] Unbreak audio/taglib

2019-07-07 Thread Charlene Wendling
Hi, As i'm working on an audio/chromaprint update (that you can find on -wip [0]) to fix narrowing issues on macppc/arm, i've found another port in my way that has narrowing issues ;) > http://build-failures.rhaalovely.net/aarch64/last/audio/taglib.log (same on macppc, it doesn't occur on arm sur

Re: [NEW] devel/p5-Module-Util

2019-07-04 Thread Charlene Wendling
On Thu, 4 Jul 2019 11:40:08 +0100 Stuart Henderson wrote: > On 2019/07/04 02:43, wen heping wrote: > > Hi, ports@: > > > > Here is an patch to create devel/p5-Module-Util, which is > > needed by the update of devel/p5-DateTime-Format-Natural. > >It build well and passed all tests on my am

Re: [NEW] devel/p5-DateTime-Format-Flexible

2019-07-04 Thread Charlene Wendling
On Thu, 4 Jul 2019 11:43:52 +0100 Stuart Henderson wrote: > On 2019/07/04 00:24, wen heping wrote: > > Hi, ports@: > > > > Here is an patch to create devel/p5-DateTime-Format-Flexible, > > which is needed by the update of p5-XML-Feed. > >It build well and passed all tests on my amd64-head

[big endian archs] Unbreak textproc/icu4c

2019-07-03 Thread Charlene Wendling
Hi, While build icu4c on my macppc box, i had the following error: > gmake[2]: *** No rule to make target 'out', needed by 'out/icudt64b.dat'. > Stop. > gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source/data' FreeBSD has a patch that circumvents it [0]. According to them, it

[update/unbreak] emulators/vbam 2.1.1 -> 2.3.3

2019-07-02 Thread Charlene Wendling
It all started with this: > http://build-failures.rhaalovely.net/powerpc/last/emulators/vbam.log > http://build-failures.rhaalovely.net/sparc64/last/emulators/vbam.log We don't ship the required file since, as far i as understand, we don't ship OpenMP. So it was needed to remove -fopenmp. It ac

Re: [update] www/p5-WWW-Search-Ebay 3.042 -> 3.052

2019-07-01 Thread Charlene Wendling
n 2019 20:08:53 +0200 Charlene Wendling wrote: > Hi, > > On Wed, 29 May 2019 19:30:52 -0700 > Andrew Hewus Fresh wrote: > > > On Tue, May 21, 2019 at 08:12:30AM +0200, Charlene Wendling wrote: > > > > [...] > > > > This one needs: > > RUN_DEP

Re: [update] www/p5-HTML-TableContentParser 0.13 -> 0.301

2019-07-01 Thread Charlene Wendling
Ping, i've moved to PERMIT_PACKAGE as well. On Mon, 20 May 2019 23:30:19 +0200 Charlene Wendling wrote: > > Here is an update for HTML::TableContentParser. > > What's new upstream [0]: > > - modernise the distribution and tests, fix documentation > - fix t

Re: [update] www/p5-HTML-SiteTear 1.44 -> 1.46

2019-07-01 Thread Charlene Wendling
Ping, with an additional move to PERMIT_PACKAGE. On Mon, 20 May 2019 22:59:00 +0200 Charlene Wendling wrote: > Hi ports, > > Here is an update for HTML::SiteTear. > > What's new upstream (partial, see [0]): > > - support embed and param html tags > - avo

Re: textproc/p5-PDF-Table : Update to 0.11.0

2019-07-01 Thread Charlene Wendling
On Mon, 1 Jul 2019 06:19:25 + wen heping wrote: > Hi, ports@: > > Here is a patch to update textproc/p5-PDF-Table to 0.11.0. > It build well and passed all tests on my amd64 head system. > No other ports depends on it. > > Comments? OK ? It works fine with the updated p5-PDF-API2 yo

Re: textproc/p5-PDF-API2: Update to 2.034

2019-07-01 Thread Charlene Wendling
Hi, On Mon, 1 Jul 2019 03:30:38 + wen heping wrote: > Hi, > >Here is a patch to update textproc/p5-PDF-API2 to 2.034. It build > well and passed all test on my amd64 system. > >Two ports depends on it, textproc/p5-PDF-API2-Simple and > textproc/p5-PDF-Table. Both build well and pass

Re: [maintainer update] www/p5-Mojo 8.18

2019-06-30 Thread Charlene Wendling
Hi, On Sun, 30 Jun 2019 20:11:01 +0300 Manolis Tzanidakis wrote: > Hello, > this diff updates www/p5-Mojo to 8.18. All tests pass. Thanks! I've found no issues while testing direct consumers as well. We should move to PERMIT_PACKAGE though. OK cwen@ (i'll commit and make the PERMIT_PACKAGE ch

Re: [macppc/arm] Unbreak misc/openbabel (was: Re: powerpc bulk build report)

2019-06-24 Thread Charlene Wendling
Ping :) On Sun, 16 Jun 2019 09:23:56 +0200 Charlene Wendling wrote: > Hi, > > > http://build-failures.rhaalovely.net//powerpc/2019-05-19/misc/openbabel.log > > http://build-failures.rhaalovely.net/arm/2019-04-30/misc/openbabel.log > > http://build-failures.rhaalovel

Re: update youtube-dl 2019.06.08

2019-06-21 Thread Charlene Wendling
Hi, On Fri, 21 Jun 2019 11:11:21 +0300 Paul Irofti wrote: > OK > > On 18.06.2019 08:51, Nam Nguyen wrote: > > Björn Ketelaars writes: > > > >> On Mon 17/06/2019 19:50, Nam Nguyen wrote: > >>> The generated PLIST has four lines of the form: > >>> -lib/python${MODPY_VERSION}/site-packages/youtube

[macppc/arm] Unbreak misc/openbabel (was: Re: powerpc bulk build report)

2019-06-16 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net//powerpc/2019-05-19/misc/openbabel.log > http://build-failures.rhaalovely.net/arm/2019-04-30/misc/openbabel.log > http://build-failures.rhaalovely.net/aarch64/2019-06-09/misc/openbabel.log It's a typical narrowing error we've here. Upstream has fixes [0

Re: [macppc/arm] Unbreak graphics/ufraw (was: Re: powerpc bulk build report)

2019-06-10 Thread Charlene Wendling
On Mon, 10 Jun 2019 13:49:49 +0100 Stuart Henderson wrote: > On 2019/06/10 13:22, Charlene Wendling wrote: > > Hi :) > > > > > http://build-failures.rhaalovely.net//powerpc/2019-05-19/graphics/ufraw.log > > > http://build-failures.rhaalovely.net/aarch64/2019-06

[ports-gcc] Unbreak x11/libhandy (was: Re: powerpc bulk build report)

2019-06-10 Thread Charlene Wendling
> http://build-failures.rhaalovely.net//sparc64/last/x11/libhandy.log > http://build-failures.rhaalovely.net//powerpc/last/x11/libhandy.log It's just a COMPILER line missing because it's C11, right? Well it's more than this, as once provided it yells: > (more of them) > /usr/local/lib/libgtk-3

[macppc/arm] Unbreak graphics/ufraw (was: Re: powerpc bulk build report)

2019-06-10 Thread Charlene Wendling
Hi :) > http://build-failures.rhaalovely.net//powerpc/2019-05-19/graphics/ufraw.log > http://build-failures.rhaalovely.net/aarch64/2019-06-02/graphics/ufraw.log > http://build-failures.rhaalovely.net/arm/last/graphics/ufraw.log It's a typical case of code that assumes that char is signed on all p

Re: UPDATE: x11/icewm 1.5.4 => 1.5.5

2019-06-09 Thread Charlene Wendling
Hi Brian, On Fri, 7 Jun 2019 10:25:40 -0400 Brian Callahan wrote: > Hi ports -- > > Attached is a small update to icewm-1.5.5 > Changelog is here: https://github.com/ice-wm/icewm/releases/tag/1.5.5 > > Works well on amd64; big endian testing appreciated. I've tested on macppc, it works as exp

[macppc] Unbreak www/squid (was: Re: powerpc bulk build report)

2019-06-08 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net//powerpc/2019-05-19/www/squid.log It happens because upstream made a nice atomic detection code, that takes -latomic into account (amazing!), but, i quote $WRKSRC/configure test code: /* Override any GCC internal prototype to avoid an error. Use char

[ports-gcc] Unbreak astro/celestia (was Re: powerpc bulk build report)

2019-06-06 Thread Charlene Wendling
On Thu, 6 Jun 2019 09:27:07 -0600 (MDT) lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//powerpc/2019-05-19/astro/celestia.log This one is easy - it's a (static) bool method, and ports-gcc doesn't want NULL as a return value. It's the only problem there was, it builds without iss

[macppc] net/freeradius3 now requires atomics

2019-06-06 Thread Charlene Wendling
Hi ports, Stuart, Freeradius is broken with ports-gcc on macppc. It's a classic: > /usr/ports/pobj/freeradius-server-3.0.19/freeradius-server-3.0.19/build/lib/local/.libs/libfreeradius-radius.so: > undefined reference to `__atomic_store_8' > /usr/ports/pobj/freeradius-server-3.0.19/freeradius-s

Re: net/megatools: unbreak on gcc archs

2019-06-06 Thread Charlene Wendling
Hi, On Wed, 05 Jun 2019 15:02:59 +0200 Jeremie Courreges-Anglas wrote: > > Hi, > > there have been attempts to unbreak megatools on gcc archs by forcing > C99 mode but this is not enough. -std=c99 disables some extensions > used by this port, namely anonymous unions. -std=gnu99 helps getting

Re: 回复: [New]www/p5-WWW-Form-UrlEncoded

2019-06-01 Thread Charlene Wendling
Hi, On Thu, 30 May 2019 10:14:48 -0700 Andrew Hewus Fresh wrote: > On Thu, May 30, 2019 at 12:04:35AM +, wen heping wrote: > > Hi, > > > >This is the revised patch which reviewed by cwen@. > >Comments ? > For p5-WWW-Form-UrlEncoded i've let the old fix as-is. I could have put inste

Re: [update] www/p5-WWW-Search-Ebay 3.042 -> 3.052

2019-06-01 Thread Charlene Wendling
Hi, On Wed, 29 May 2019 19:30:52 -0700 Andrew Hewus Fresh wrote: > On Tue, May 21, 2019 at 08:12:30AM +0200, Charlene Wendling wrote: > > [...] > > This one needs: > RUN_DEPENDS+= www/p5-LWP-Protocol-https Yes, it makes sense indeed. > and a comment that tests ne

Re: [NEW】www/p5-HTTP-MultiPartParser

2019-05-29 Thread Charlene Wendling
On Thu, 30 May 2019 00:34:59 + wen heping wrote: > Hi, ports@: > > Here is a patch to create www/p5-HTTP-MultiPartParser, it is > required by the update of p5-Plack, which is required by the update > of p5-Dancer2. > > It build well and passed all tests on my amd64-current system. Same

Re: 回复: 回复: [Update] www/p5-Cookie-Baker : update to 0.10

2019-05-29 Thread Charlene Wendling
Hi Wen, On Thu, 30 May 2019 00:05:50 + wen heping wrote: > ping ... It has just been committed. Charlène. > > 发件人: Andrew Hewus Fresh > 发送时间: 2019年5月27日 10:39 > 收件人: wen heping > 抄送: Charlene Wendling; ports@openbsd.org > 主题: Re

Re: [update] mariadb-10.3.14

2019-05-25 Thread Charlene Wendling
Hi, Thanks again for taking care of it! > On Tue, May 14 2019, Jeremie Courreges-Anglas wrote: > > On Mon, May 13 2019, Jeremie Courreges-Anglas > > wrote: > >> Now that 10.2 has been committed, here's an update to the latest. > >> Upstream removed the example config file so I decided to create

Re: [ports-gcc] Unbreak and fix audio/audacious-plugins

2019-05-24 Thread Charlene Wendling
On Fri, 24 May 2019 21:47:36 +0200 Christian Weisgerber wrote: > Christian Weisgerber: > > > > So i've stopped sndiod in the chroot, restarted sndiod on my main > > > install, then started audacious in the chroot: the white noise > > > issue is back. > > > > The chrooted audacious doesn't see

Re: [ports-gcc] Unbreak and fix audio/audacious-plugins

2019-05-24 Thread Charlene Wendling
Hi, On Fri, 24 May 2019 13:41:32 +0200 Christian Weisgerber wrote: > Charlene Wendling: > > > - It doesn't build with ports-gcc (macppc [0], sparc64 [1]) > > > > The problem here is again a macro vs function issue. I've applied > > the same thing

[update] audio/p5-Audio-Scan 0.99 -> 1.01

2019-05-23 Thread Charlene Wendling
Here is an update for Audio::Scan. What's new upstream [0]: - add support for Opus - fix incorrect duration calculation on ADTS AAC files - add proper license marker What's new in the port: - replace TEST_FLAGS+TEST_DEPENDS for TEST_POD=Yes - update DESCR to mention Opus support - license is

Re: new devel/p5-FFI-CheckLib

2019-05-23 Thread Charlene Wendling
Hi, On Thu, 23 May 2019 01:50:03 +0200 Alexander Bluhm wrote: > Hi, > > ok to import p5-FFI-CheckLib ? OK cwen@ > Comment: > check that a library is available for FFI > > Description: > This module checks whether a particular dynamic library is available > for FFI to use. It is modeled heav

Re: new devel/p5-Test-Exit

2019-05-22 Thread Charlene Wendling
Hi, On Wed, 22 May 2019 22:33:46 +0200 Alexander Bluhm wrote: > Hi, > > For updating p5-XML-LibXML I need a bunch of dependent ports. > > ok to import p5-Test-Exit? OK cwen@ > Note that I do not set RELEASE_TESTING as this creates another bunch > of non existing dependencies. Testing pod is

[update] archivers/p5-Compress-LZO 1.08 -> 1.09

2019-05-21 Thread Charlene Wendling
Here is an update for Compress::LZO, and a much needed modernisation of the port [0]. What's new upstream [1]: - move to lzo-2.x, and make the module build with it - bunch of new tests What's new in the port: - use the cpan MODULE for distfiles and homepage, it also avoids the PKG/DISTNAME

Re: [New]www/p5-WWW-Form-UrlEncoded

2019-05-21 Thread Charlene Wendling
Hi Wen, On Tue, 21 May 2019 08:20:15 + wen heping wrote: > Hi, ports@: > > Here is a patch to create www/p5-WWW-Form-UrlEncoded, it is > required by the update of p5-Plack, which is required by the update > of p5-Dancer2. > > It build well and passed all tests on my amd64-current system

[update] www/p5-WWW-Tumblr 5.2 -> 5.3

2019-05-20 Thread Charlene Wendling
Here is an update for WWW::Tumblr. This update address changes made to the Tumblr API, with no visible changes for possible consumers [0]. Port-wise it's a simple update, with a depends refresh. Testing: - 'make test' passes - there are no consumers Comments/feedback are welcome. Charlèn

[update] www/p5-WWW-Search-Ebay 3.042 -> 3.052

2019-05-20 Thread Charlene Wendling
As said earlier, here is an update for WWW::Search::Ebay. What's new upstream [0]: - fix category test - sync with Ebay HTML changes - allow shipping to be "unknown" Port-wise it's a simple update with some cleaning. Testing: - 'make test' passes, but you may meet HTTP 501s very often [1] -

[update] www/p5-WWW-Search 2.517 -> 2.518

2019-05-20 Thread Charlene Wendling
Here is an update for WWW::Search. What's new upstream [0]: - upstream don't force us to use Env anymore, as they use it for their own purpose - if tests fail, the html content is saved to a file What's new in the port: - the module really needs itself as TEST_DEPENDS to perform all its t

[update] www/p5-WWW-Mechanize-GZip 0.12 -> 0.14

2019-05-20 Thread Charlene Wendling
Here is an update for WWW::Mechanize::GZip. There is no actual changes to the code [0], only to the distribution. What's new in the port: - zap redundant perl5 in CATEGORIES - change DESCR to make it shorter, and remove the URL that now leads to some e-commerce stuff - enable Pod testing Te

[update] devel/p5-SVN-Notify 2.86 -> 2.87

2019-05-20 Thread Charlene Wendling
Here is an update for SVN::Notify. Upstream moved from Email::Address to Email::Address::XS. That's it [0]. Please note they seem to have a hard time with defining what is a hard dependency from an optional one, mostly because they wanted to keep Perl<=5.8 compat. We're better off grep'ing the

[update] www/p5-HTML-Template 2.9 -> 2.97

2019-05-20 Thread Charlene Wendling
Here is a long overdue update for HTML::Template. What's new upstream (97 lines of changelog [0]): - full UTF-8 templates support - allow clean XML style tags like "" - add a config() method to allow global defaults, reducing boilerplate code - add lazy caching - most importantly, nothing ba

[update] www/p5-HTML-TableContentParser 0.13 -> 0.301

2019-05-20 Thread Charlene Wendling
Here is an update for HTML::TableContentParser. What's new upstream [0]: - modernise the distribution and tests, fix documentation - fix table in table parsing - treat like , the old behaviour has been kept as an option What's new in the port: - reflow DESCR - put a valid license marker - s

[update] www/p5-HTML-SiteTear 1.44 -> 1.46

2019-05-20 Thread Charlene Wendling
Hi ports, Here is an update for HTML::SiteTear. What's new upstream (partial, see [0]): - support embed and param html tags - avoid accidental file clobbering - handle non-existent paths given to functions Port-wise it's a simple update with a dependencies cleanup. Testing: - 'make test'

[update] devel/p5-Term-Size 0.207 -> 0.209

2019-05-18 Thread Charlene Wendling
Here is a quick update for Term::Size. Upstream changes are distribution only [0] (promotion to stable release). What's new in the port: - enable Pod testing - update-plist(1) removed rightfully autosplit.ix, as there are no more AutoLoader files Testing: - 'make test' passes - There are

[update] devel/p5-Term-Shell 0.09 -> 0.11

2019-05-18 Thread Charlene Wendling
Here is a quick update for Term::Shell. Upstream changes [0] are mostly distribution/tests related. One notable change is the fact that aliases are reliably installed though. Port-wise it's a simple update. Testing: - 'make test' passes - There are 2 consumers that i've tested [1]: sysutils/

[update] devel/p5-Term-ReadLine-Gnu 1.28 -> 1.36

2019-05-18 Thread Charlene Wendling
Here is an update for Term::ReadLine::Gnu. What's new upstream (partial, see [0]): - improved UTF-8 handling - modernisation of the code base (but they still want to be Perl 5.8.x compatible) - support up to readline-8.0, with all new functions imported as well What's new in the port: -

Re: [NEW] p5-Math-GMPf

2019-05-18 Thread Charlene Wendling
On Sat, 18 May 2019 16:07:39 +0200 Steven Mestdagh wrote: > perl interface to the GMP library's floating point (mpf) functions. > tests pass on amd64. > > comments/ok? This one works fine on macppc as well. As with Math::GMPz, it could use more modules from the ports tree to enable more tests

Re: [NEW] p5-Math-GMPz

2019-05-18 Thread Charlene Wendling
Hi Steven, On Sat, 18 May 2019 16:06:16 +0200 Steven Mestdagh wrote: > perl interface to the GMP library's integer (mpz) functions. > > comments/ok? It works fine on amd64 and macppc. One small nit though (shared with Math::GMPf), can you please add these lines so most of the tests run? TES

Re: [update] textproc/p5-XML-RSS 1.59 -> 1.60

2019-05-17 Thread Charlene Wendling
On Sat, 18 May 2019 01:09:00 +0100 Stuart Henderson wrote: > On 2019/05/17 23:13, Charlene Wendling wrote: > > Ping :) > > > > On Tue, 7 May 2019 00:04:05 +0200 > > Charlene Wendling wrote: > > > > > > > > Here is an updat

[fix] shells/perlsh runtime is broken

2019-05-17 Thread Charlene Wendling
Hi ports, While working on an update for devel/p5-Term-ReadLine-Gnu, i've found out many issues with this port: - HOMEPAGE and MASTER_SITES are pointing to a dead domain name It's available on metacpan, so i've switched to MODULES=cpan, that will deal with all distribution issues for us in

Re: [update] textproc/p5-XML-RSS 1.59 -> 1.60

2019-05-17 Thread Charlene Wendling
Ping :) On Tue, 7 May 2019 00:04:05 +0200 Charlene Wendling wrote: > > Here is an update for XML::RSS. > > What's new upstream [0]: > > - Convert to Dist::Zilla > - Add Travis-CI support > (yup, only distribution changes) > > What's new in the p

[ports-gcc] Unbreak games/pingus

2019-05-16 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/sparc64/2019-05-03/games/pingus.log (same thing on macppc) A header is missing, adding it fixes indeed the issue. The runtime has been tested successfully on macppc and amd64. While here, HOMEPAGE has been moved to https. Comments/feedback are welcome!

[update] devel/p5-Term-ProgressBar 2.17 -> 2.22

2019-05-16 Thread Charlene Wendling
Here is an update for Term::ProgressBar. Upstream changes [0] mostly consist in making the module hides its own warning messages, to avoid disruption during the display of the progressbar. And there is some distribution changes. What's new in the port: - RUN/TEST_DEPENDS cleanup - fix spacing

[update] devel/p5-Term-Encoding 0.02 -> 0.03

2019-05-16 Thread Charlene Wendling
Here is an update for Term::Encoding. Upstream changes are distribution related [0], with no impact for us, with the exception of an extra test. Port-wise it's a simple update, i've just enabled Pod testing. Testing: - 'make test' passes - there is only one consumer, www/p5-Plagger, that sti

[update] textproc/p5-Text-WordDiff 0.08 -> 0.09

2019-05-16 Thread Charlene Wendling
Here is another quick update for Text::WordDiff. Upstream changes [0] are related to distribution and typos fixes. What's new in the port: - make use of TEST_POD instead of pulling dependencies - remove trailing whitespaces in DESCR and Makefile, and other cleanups Testing: - 'make test' p

[update] textproc/p5-Text-Table 1.132 -> 1.133

2019-05-16 Thread Charlene Wendling
Here is a quick update for Text::Table. Upstream changes are minimal [0], just a few typo/grammar fixes in the documentation and distribution changes. What's new in the port: - it uses Module::Build, so set it accordingly - added TEST_DEPENDS, documented that some tests can't be run due to s

[update] textproc/p5-Text-SimpleTable 2.03 -> 2.07

2019-05-16 Thread Charlene Wendling
Here is an update for Text::SimpleTable. What's new upstream [0]: - you can now make use of Unicode and CJK characters to draw lines - tests are more resilient Port-wise it's a simple update, with an added TEST_DEPENDS, so all tests can be run, and a standardised license marker. Testing: -

[ports-gcc] Unbreak and fix audio/audacious-plugins

2019-05-15 Thread Charlene Wendling
Hi, audacious-plugins has two issues, that still exist as of 3.10: - It doesn't build with ports-gcc (macppc [0], sparc64 [1]) The problem here is again a macro vs function issue. I've applied the same thing upstream still does on audacious proper [2]: undef'ing feof(3). Renaming loca

Re: [ports-gcc] Unbreak net/osrtspproxy

2019-05-15 Thread Charlene Wendling
On Wed, 15 May 2019 23:23:15 -0400 Alexander Bluhm wrote: > On Wed, May 15, 2019 at 02:43:26PM +0200, Charlene Wendling wrote: > > I've naively limited the use of these macros in upstream code > > to clang. > > Better remove these definitions in all cases. Thanks, i

Re: [update] devel/p5-Test-Time

2019-05-15 Thread Charlene Wendling
= Test-Time-0.08 > CATEGORIES = devel > +REVISION = 0 > + > +MAINTAINER = Julien Dhaille > > # Perl > PERMIT_PACKAGE_CDROM = Yes > > > > Le 10/05/2019 à 20:49, Charlene Wendling a écrit : > > On Fri, 10 May 2019 11:28:51 -

Re: [update] devel/p5-Array-Diff

2019-05-15 Thread Charlene Wendling
Hi, On Thu, 16 May 2019 00:40:52 +0200 Julien Dhaille wrote: > Hi, > update from upstream, 0.07 to 0.09, add the CPAN_AUTHOR and fix > PKGNAME build and test OK on amd64-current Thanks for reminding us that afresh1@ and me OK'd a previous diff from Wen Heping about this module 2 days ago, but n

[update] textproc/p5-Text-Reflow 1.09 -> 1.17

2019-05-15 Thread Charlene Wendling
Here is an update for Text::Reflow. What's new upstream (partial, see [0]): - add the reflow(1) tool, to use the module straight from the command line - various documentation fixes - fix a warning when reflow() is used on an empty string What's new in the port: - i took the decision to kee

Re: [Update]www/p5-Apache-LogFormat-Compiler: Update to 0.35

2019-05-15 Thread Charlene Wendling
On Wed, 15 May 2019 08:53:08 + wen heping wrote: > Hi, ports@ : > > Here is a patch to update www/p5-Apache-LogFormat-Compiler to > 0.35, which is required by the future update of www/p5-Plack. It > build well and passed all tests on my amd64-current system. > > Only one port p5-Pla

Re: [Update] www/p5-Cookie-Baker : update to 0.10

2019-05-15 Thread Charlene Wendling
On Wed, 15 May 2019 08:38:13 + wen heping wrote: > Hi, ports@ : > > Here is a patch to update www/p5-Cookie-Baker to 0.10, which is > required by the future update of www/p5-Plack. It build well and > passed all tests on my amd64-current system. > > Only one port p5-Plack depends on

Re: 回复: 回复: [NEW]devel/p5-File-Share

2019-05-15 Thread Charlene Wendling
4 Fix openbsd tag in PLIST > > Comments ? Yes: i've not seen that Pod testing wasn't enabled. As such i'm sending a new tarball that corrects that. OK cwen@ if someone is willing to commit it :) > wen > > > 发件人: Charlene Wendling >

Re: [New] devel/p5-Test-EOL

2019-05-15 Thread Charlene Wendling
Hi, On Wed, 15 May 2019 01:27:53 + wen heping wrote: > Hi, ports@: > > Here is a patch to create p5-Test-EOL, which is required by the > test of www/p5-Dancer2. > > It was created by portgen with minnor change. > > It build well and pass all tests on my amd64-current system. >

[ports-gcc] Unbreak net/osrtspproxy

2019-05-15 Thread Charlene Wendling
Hi ports, Alexander, > http://build-failures.rhaalovely.net/sparc64/last/net/osrtspproxy.log (impacts also macppc with ports-gcc-8) There is a macro vs function clash here i guess. I've naively limited the use of these macros in upstream code to clang. It then builds fine on amd64 and macppc.

[update] textproc/p5-Text-Format 0.60 -> 0.61

2019-05-14 Thread Charlene Wendling
Here is another quick update for Text::Format. The only upstream change is a move to Dist::Zilla for distribution [0]. Port-wise it's also a simple update. Testing: - 'make test' passes - there are 2 consumers: net/p5-Net-eBay and www/p5-Object-eBay. They pass their tests [1]. Comments and

[update] textproc/p5-Text-Diff-HTML 0.07 -> 0.08

2019-05-14 Thread Charlene Wendling
Here is a quick update for Text::Diff::HTML. The only upstream changes are distribution related [0]. Port-wise, it's a simple update with some cleaning of trailing whitespaces and use of TEST_POD instead of a TEST_DEPENDS. Testing: - 'make test' passes - The only consumer is devel/p5-SVN-Web,

[update] net/p5-Net-Telnet-Cisco 1.10 -> 1.11

2019-05-14 Thread Charlene Wendling
Here is an update for Net::Telnet::Cisco. What's new upstream (partial, see[0]): - fix 'vlan database' command - override Net::Telnet::fhopen() because it breaks when called upon a Net::Telnet::Cisco object - fix a bad use of //g and a sigil typo that caused the output to be messed up in lo

[update] net/p5-Net-SSH2 0.69 -> 0.70

2019-05-14 Thread Charlene Wendling
Here is an update for Net::SSH2. What's new upstream [0]: - Documentation improvements. - SFTP stat was not reporting errors correctly Port wise it's a simple update. When checking against portgen(1), it mentions that CONFIGURE_STYLE should be set to modinst, but upstream embeds their own M

[update] net/p5-Net-SMTPS 0.06 -> 0.09

2019-05-14 Thread Charlene Wendling
Here is an update for Net::SMTPS. What's new upstream [0]: - fix STARTTLS - improvement for the debug option: it sets $IO::Socket::SSL::DEBUG now Port-wise it's a simple update with refreshed version for depends. Testing: - 'make test' passes - There are 2 consumers that i've tested [1], an

[ports-gcc] Unbreak textproc/libwpd

2019-05-14 Thread Charlene Wendling
Hi ports, > http://build-failures.rhaalovely.net//sparc64/2019-05-03/textproc/libwpd.log (impact macppc as well) What we have here is a typical missing header error. It builds fine on macppc and amd64 once provided. Comments and feedback are welcome, Charlène. Index: Makefile ==

Re: portgen(1) - better detection of EXTRACT_SUFX

2019-05-14 Thread Charlene Wendling
On Mon, 13 May 2019 15:33:41 -0700 Andrew Hewus Fresh wrote: > On Mon, May 13, 2019 at 11:49:02PM +0200, Charlene Wendling wrote: > > On Mon, 13 May 2019 13:46:46 -0700 > > Andrew Hewus Fresh wrote: > > > > > This should make portgen(1) recognize the EXTRACT_CAS

Re: portgen(1) - better detection of EXTRACT_SUFX

2019-05-13 Thread Charlene Wendling
On Mon, 13 May 2019 13:46:46 -0700 Andrew Hewus Fresh wrote: > This should make portgen(1) recognize the EXTRACT_CASES in > bsd.port.mk(5) and set EXTRACT_SUFX correctly. > > I didn't adjust Ruby handling because I don't really understand how > the ruby gems things work, but it appears all ruby

[update] net/p5-Net-Netmask 1.9022 -> 1.9104

2019-05-13 Thread Charlene Wendling
Here is an update for Net::Netmask. What's new upstream (partial, see [0]): - IPv6 support! Also added a protocol() method to get the address protocol, as expected - fix precision issue on long-double platforms - it's now released under the same terms as Perl Port-wise it's a simple update

[update] net/p5-Net-IP-XS 0.13 -> 0.21

2019-05-13 Thread Charlene Wendling
Here is an update for Net::IP::XS. What's new upstream [0]: - IP objects can now be used with threads (our Perl is built without threads support) - fix type mismatch in XS code (long vs int) - code refactoring for ipv6 What's new in the port: - clean up depends and make use of TEST_POD=Yes

Re: [update] net/p5-Net-DNS-Resolver-Programmable 0.03 -> 0.09

2019-05-13 Thread Charlene Wendling
On Mon, 13 May 2019 16:20:52 +0200 Charlene Wendling wrote: > > Here is an update for Net::DNS::Resolver::Programmable. > > What's new upstream (partial, see [0]): > > - new maintainership, distribution tooling changed and versioning > has no more stupid '

[update] net/p5-Net-DNS-Resolver-Programmable 0.03 -> 0.09

2019-05-13 Thread Charlene Wendling
Here is an update for Net::DNS::Resolver::Programmable. What's new upstream (partial, see [0]): - new maintainership, distribution tooling changed and versioning has no more stupid 'v' in it - various bug fixes, improved testing, but most importantly no backward incompatible changes What's

Re: 回复: [Update] devel/p5-Array-Diff: update to 0.08

2019-05-13 Thread Charlene Wendling
On Mon, 13 May 2019 07:34:54 + wen heping wrote: > This is the new patch for devel/p5-Array-Diff to 0.09 > Build well and passed all tests on amd64-current. > No other ports depends on it. > > Comment ? Thanks! > wen > > 发件人: Andrew Hewus Fresh > 发送时间: 201

Re: 回复: 回复: [NEW] devel/p5-Ref-Util and devel/p5-Ref-Util-XS (again)

2019-05-13 Thread Charlene Wendling
sh > 发送时间: 2019年5月11日 0:30 > 收件人: wen heping > 抄送: Charlene Wendling; ports@openbsd.org > 主题: Re: 回复: [NEW] devel/p5-Ref-Util and devel/p5-Ref-Util-XS > (again) > > On Thu, May 09, 2019 at 06:36:01AM +, wen heping wrote: > > Hi, > > > > The new

[update] textproc/p5-Pod-Tests 1.19 -> 1.20

2019-05-12 Thread Charlene Wendling
Here is an update for Pod::Tests. What's new upstream [0]: - distribution tooling updates - mark deprecated (but it's used by Test::Inline) What's new in the port: - Add FIX_EXTRACT_PERMISSIONS (ETHER) - Reflow DESCR Testing: - 'make test' passes - There are 3 consumers and they all pass [1

[update] devel/p5-Test-WWW-Mechanize 1.48 -> 1.52

2019-05-12 Thread Charlene Wendling
Here is an update for Test::WWW::Mechanize. You'll need the Carp::Assert::More update i've sent earlier [0], as actually it's needed for general runtime. What's new upstream (partial, see[1]): - The click_ok() method can now take a button with X/Y coordinates. - It can now check for IDs and but

[update] devel/p5-Carp-Assert-More 1.14 -> 1.16

2019-05-12 Thread Charlene Wendling
Here is an update for Carp::Assert::More. It's needed to make an update devel/p5-Test-WWW-Mechanize tests pass. What's new upstream [0]: - add new assertions functions - assert_listref() has been renamed to assert_arrayref(), but assert_listref() has been kept for backward compatibility. Po

Re: NEW: devel/p5-forks

2019-05-12 Thread Charlene Wendling
On Sun, 12 May 2019 22:42:28 +0200 Klemens Nanni wrote: > Here's the tarball... I've tested on amd64 and macppc (where tests pass as well), and found no issues at all. OK cwen@

[update] devel/p5-Test-URI 1.081 -> 1.082

2019-05-12 Thread Charlene Wendling
Here is a quick update for Test::URI. The sole upstream change is a licensing one: it's now released explicitly under the Artistic 2.0 license [0]. Port-wise it's a simple update. Testing: - 'make test' passes - there are no consumers Comments/feedback are welcome! Charlène. [0] https

Re: [update] devel/p5-File-Copy-Recursive 0.38 -> 0.44

2019-05-12 Thread Charlene Wendling
Ping :) On Sat, 4 May 2019 12:30:13 +0200 Charlene Wendling wrote: > > Here is a long overdue update for File::Copy::Recursive. > > What's new upstream (partial, 10 years of changelog here [0]): > > - Move to File::Glob::bsd_glob() as File::Glob::glob() will vanish

[macppc/ports-clang] www/libsass runtime is broken

2019-05-12 Thread Charlene Wendling
Hi! > http://build-failures.rhaalovely.net/powerpc/last/x11/gnome/shell-extensions.log (x11/gnome/shell is also impacted) This problem seems to only impact macppc, sparc64 has a package for it. I looked closer at this one: - www/sassc is built with ports-gcc - www/libsass is built with ports-c

[update] devel/p5-Test-Spelling 0.20 -> 0.22

2019-05-11 Thread Charlene Wendling
Here is an update for Test::Spelling. What's new upstream [0]: - Update to Dist::Zilla, this fixes the configuration stage when '.' isn't in @INC, and totally change the distribution part. Port-wise it's a simple update with just a reordering of depends. Maybe aspell should be zapped - Test

Re: [update] textproc/p5-XML-XPath 1.40 -> 1.44

2019-05-11 Thread Charlene Wendling
On Sat, 11 May 2019 14:13:44 -0700 Andrew Hewus Fresh wrote: > On Sat, May 11, 2019 at 08:37:00PM +0200, Charlene Wendling wrote: > > > > Here is an update for XML::XPath. > > > > What's new upstream [0]: > > > > - Fix memory leak in XML::XPath:

<    2   3   4   5   6   7   8   9   10   11   >