On Sun, May 04, 2025 at 05:03:47AM -0400, Kurt Mosiejczuk wrote:
> llvm-lit is set to ONLY_FOR_ARCHS LLVM_ARCHS. But it's
> got COMPILER of base-clang with no others.
>
> So on sparc64 dpb ends up trying base-gcc to build it, which of course
> won't work.
>
> So should the ONLY_FOR_ARCHS be chan
==
> RCS file: /cvs/ports/devel/p5-Devel-MAT/Makefile,v
> diff -u -p -u -r1.5 Makefile
> --- ./devel/p5-Devel-MAT/Makefile 20 Mar 2024 00:30:01 - 1.5
> +++ ./devel/p5-Devel-MAT/Makefile 2 Feb 2025 19:36:07
e/Makefile
> --- devel/p5-Test2-Suite/Makefile 2 Jul 2024 11:12:03 - 1.14
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,24 +0,0 @@
> -COMMENT =set of tools built upon the Test2 framework
> -
> -DISTNAME = Test2-Suite-0.000163
> -CPAN_AUTHOR =E
Hi,
I need the libdivsufsort library to build the NIST SP 800-90B tools.
Unfortunately libdivsufsort did not tag their latest release in June
2015, so I have to use the git commit hash.
ok to import?
Comment:
library for lightweight suffix array construction algorithm
Description:
This library
On Mon, Dec 09, 2024 at 02:06:34PM +0900, ASOU Masato wrote:
> I built llvm-lit and ran make test and got the following result:
>
>
>
> Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
>
> Failed Tests (2):
> lit :: shtest-external-shell-kill.
On Thu, Dec 05, 2024 at 02:15:28PM +0100, Alexander Bluhm wrote:
> On Thu, Dec 05, 2024 at 10:01:42AM +0900, ASOU Masato wrote:
> > Ok, I will make devel/llvm-lit.
>
> Attached is a llvm-openmp that uses llvm-lit as test dependency.
>
> Unfortunately some tests are failing.
On Fri, Dec 06, 2024 at 07:14:35AM +, Stuart Henderson wrote:
> On 2024/12/06 09:30, ASOU Masato wrote:
> > I got following error when make llvm-lit:
> >
> > ===> Checking files for llvm-lit-19.1.4
> > >> Fetch
> > >> https://pypi.io/packages/source/l/llvmproject-19.1.4.src/llvm-project-19.1
led : 41 (13.44%)
Nevertheless I want to get some of these ports commited and debug
problems in tree. llvm-lit passes all self tests.
bluhm
> --
> ASOU Masato
>
> On Wed, Dec 4, 2024 at 8:00???PM Alexander Bluhm
> wrote:
> >
> > On Wed, Dec 04, 2024 at 01:52
Hi,
To test OpenMP I need the LLVM test tools. I decided to create a
new port, instead of using the exiting llvm ports. It reuses the
llvm-project distfile, but compiles and tests only what I need. It
is a bit tricky as it is half cmake and half python. I use the
newest llvm version, hoping th
nd
> No tests were found!!!
>
> Could you teach me how to test OpenMP?
It seems that we are missing llvm-lit.
I can port that software also and see if it works. But I wanted
to show the port before porting more for testing it.
bluhm
>
> Thank you.
> --
> ASOU Masato
>
&g
Hi,
I need OpenMP for some other port I am working on. It is an extension
for gcc or clang. Currently I only need it for base clang, so I
build it from llvm 16.0.6 sources.
Comment:
LLVM OpenMP libraries
Description:
The OpenMP API supports multi-platform shared-memory parallel
programming in
On Tue, May 21, 2024 at 06:44:09PM +0200, giova...@paclan.it wrote:
> On 5/21/24 9:44 AM, Giovanni Bechis wrote:
> > Update to latest version.
> > Most regression tests have warnings like:
> > t/01.Policy.t ok
> > perl:/usr/local/libdata/perl5/site_perl/amd64-openbs
On Tue, Feb 27, 2024 at 10:31:32PM +0100, Sol?ne Rapenne wrote:
> Le mardi 27 f?vrier 2024, 18:46:18 CET Alexander Bluhm a ?crit :
> > On Tue, Feb 27, 2024 at 05:58:59PM +0100, Solene Rapenne wrote:
> > > I removed net/sendxmpp which had net/p5-Net-XMPP as a run dependency,
&g
On Tue, Feb 27, 2024 at 05:58:59PM +0100, Solene Rapenne wrote:
> I removed net/sendxmpp which had net/p5-Net-XMPP as a run dependency,
> however p5-Net-XMPP is used by p5-Net-Jabber but the latter doesn't
> have any reverse dep.
>
> I suggest to remove both as we have no programs using them in po
On Fri, Dec 08, 2023 at 06:30:44AM +, wen heping wrote:
> Hi, ports@:
>
> Here is a patch for devel/p5-IPC-Shareable to update to 1.13 and
> add missing RUN_D and TEST_D.
> It build well and pass all tests on amd64-current system.
You should set MAKE_ENV = CI_TESTING=1
Otherwise noth
On Fri, Dec 08, 2023 at 02:52:44AM +, wen heping wrote:
> Here is a patch to create new port devel/p5-Mock-Sub,
> which is required by the update of devel/p5-IPC-Shareable.
> It build well and pass tests on amd64-current system.
> # Lines below not in the template
> CPAN_AUTHOR = STEVEB
On Mon, Nov 27, 2023 at 09:29:02AM +, Klemens Nanni wrote:
> Just pass it from the ports Makefile, no patch needed:
>
> FAKE_FLAGS = BINDIR=/usr/local/sbin
Portcheck does not like this:
hardcoded paths detected in Makefile, consider using SUBST_VARS and TRUEPREFIX/L
OCALBASE/LOCALSTATEDIR/V
On Sun, Nov 26, 2023 at 09:21:44PM +, Klemens Nanni wrote:
> On Sun, Nov 26, 2023 at 09:52:57PM +0100, Alexander Bluhm wrote:
> > Did I get the TRUEPREFIX and LOCALBASE correct?
>
> I wouldn't bother, really, and just hard-code /usr/local these days.
> Lots of
Hi,
I forgot startup framework for my pfresolved port.
- Better install daemon in sbin.
Did I get the TRUEPREFIX and LOCALBASE correct?
- Provide rc script, mostly copied from iked.
- Add user and group.
Can I recycle one of the list?
ok?
bluhm
Index: net/pfresolved/Makefile
==
Hi,
ok to import pfresolved 1.00 ?
Comment:
pf table DNS update daemon
Description:
Convert files with FQDN into IP addreses and write them into pf
tables. The daemon pfresolved allows to consume lists of hostnames
that can be used in pf rules. Thses lists are updated dynamically
using DNS.
b
On Thu, Nov 23, 2023 at 12:02:55PM +0100, Omar Polo wrote:
> noticed that we're behind a few versions. Tests are all passing and
> works for me, but I don't use its consumers in ports. Looking at the
> changes for the various versions between 3.15 and 3.17 I wouldn't expect
> breakage.
>
> ok?
Hi,
ok to import p5-URI-Query 0.16 ?
Comment:
class providing URI query string manipulation
Description:
URI::Query provides simple URI query string manipulation, allowing you
to create and manipulate URI query strings from GET and POST requests in
web applications. This is primarily useful for
This breaks iperf3 in my setup.
root@ot50:.../~# iperf3 -sD
Abort trap (core dumped)
iperf3[72726]: pledge "proc", syscall 2
Program terminated with signal SIGABRT, Aborted.
#0 _thread_sys_fork () at /tmp/-:2
2 /tmp/-: No such file or directory.
(gdb) bt
#0 _thread_sys_fork () at /tmp/-:
On Fri, Nov 10, 2023 at 08:28:16AM +0100, Renaud Allard wrote:
> Hello,
>
> On 11/9/23 23:13, Alexander Bluhm wrote:
> > On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote:
> >> Here is a new port for p5-File-FcntlLock which will be needed in order
> >>
On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote:
> Here is a new port for p5-File-FcntlLock which will be needed in order
> to update mail/exim to the next version.
COMMENT = file locking with fcntl(2)
has to start with lower case letter
WANTLIB = c perl
as FcntlLock.xs calls fnctl
On Mon, Sep 25, 2023 at 08:48:51AM +, wen heping wrote:
> Hi, ports@:
>
>Here is a patch to create new port mail/p5-Mail-Message.
>It build and run well on amd64-current system, pass all tests.
>It is required by the update of p5-Mail-Box.
>
>Before commit this patch, the patc
Hi,
ok to import py3-pyqtgraph 0.13.3 ?
I am not a python expert. Did I get the python3 flavor and py3-
prefix correctly?
Some tests fail with "No module named 'OpenGL'", but the other
features work well.
Comment:
pure-python graphics and GUI library
Description:
PyQtGraph is a pure-python gr
Now with attachment.
On Mon, Sep 04, 2023 at 01:35:22AM +0200, Alexander Bluhm wrote:
> Hi,
>
> List::Util::WeightedChoice is needed for another port update.
> ok to import p5-List-Util-WeightedChoice-0.06 ?
>
> Comment:
> extension to allow for nonnormalized weighted cho
Hi,
List::Util::WeightedChoice is needed for another port update.
ok to import p5-List-Util-WeightedChoice-0.06 ?
Comment:
extension to allow for nonnormalized weighted choices
Required by:
p5-Data-RandomPerson-0.60
Description:
Perl extension to allow for nonnormalized weighted choices. Just
On Wed, Jul 12, 2023 at 07:23:13AM +, wen heping wrote:
> Hi, ports@:
>
> Here is a patch to create new port textproc/p5-PPIx-Utils.
OK bluhm@
> It is required by the update of devel/p5-Perl-Critic.
> It build and run well on amd64-current system, all tests passed.
>
>
> Cheers !
>
On Wed, Aug 30, 2023 at 02:37:22AM +0200, Theo Buehler wrote:
> On Tue, Aug 29, 2023 at 05:10:47PM +0200, Jeremie Courreges-Anglas wrote:
> > On Tue, Aug 29 2023, Rafael Sadowski wrote:
> > > I would like remove security/botan. The only consumer use it is
> > > devel/monotone.
> > >
> > > Does we
On Wed, Aug 09, 2023 at 10:26:44PM +1000, Jonathan Gray wrote:
> Genoa and Bergamo (4th gen epyc) patches for
> https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html
>
> Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e Length=5568 bytes
> Family=0x19 Model=0x11 Stepping
I created the same diff and and booted a machine with it.
cpu_ucode_intel_apply: microcode updated cpu 0 rev 0xca->0xf4 (2232023)
cpu0: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a
OK bluhm@
On Tue, Aug 08, 2023 at 07:52:41PM +0100, Stuart Henderson wrote:
> Index: Makefile
> ===
Jeremie Courreges-Anglas wrote:
> > > >> On Wed, Jul 05 2023, Alexander Bluhm wrote:
> > > >> > On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas
> > > >> > wrote:
> > > >> >> On Tue, Jul 04 2023, Alexander
On Sun, Jun 18, 2023 at 01:46:58PM -0600, Ashlen wrote:
> Hi, I'm looking to update devel/p5-Module-Starter from 1.54 to 1.77.
> In order to do this, I need devel/p5-Software-License imported into
> the ports tree so I can add it as a RUN_DEPENDS. Without it, the
> new version of `module-starter` f
On Wed, Jul 05, 2023 at 09:21:35PM +0200, Jeremie Courreges-Anglas wrote:
> On Wed, Jul 05 2023, Alexander Bluhm wrote:
> > On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas wrote:
> >> On Tue, Jul 04 2023, Alexander Bluhm wrote:
> >> > Hi,
> >
On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas wrote:
> On Tue, Jul 04 2023, Alexander Bluhm wrote:
> > Hi,
> >
> > ok to import splicebench-1.02 ?
>
> At first I got puzzled by SUPDISTFILES but gofor it if you find it useful.
If upstream provides
Hi,
ok to import splicebench-1.02 ?
Comment:
socket splicing network benchmarking tool
Description:
Splicebench implements a relay for OpenBSD socket splicing. Goal
it to have a minimal setup for performance and reliability testing.
bluhm
splicebench-1.02.tgz
Description: application/tar-gz
Hi,
ok to import p5-Test-MockTime-HiRes?
I need it as test dependnecy for devel/p5-Date-Extract.
bluhm
Comment:
replaces actual time with simulated high resolution time
Description:
Test::MockTime::HiRes is a Time::HiRes compatible version of
Test::MockTime. You can wait milliseconds in simul
On Mon, May 08, 2023 at 03:31:34PM +0200, Johannes Thyssen Tishman wrote:
> > I followed your advice and compared p5-Graph-Easy with the output of
> > portgen as well. The follwing was still missing:
> >
> > BUILD_DEPENDS = devel/p5-Module-Build>=0.36
> > CONFIGURE_STYLE = modbuild
On Tue, Apr 11, 2023 at 12:27:14PM +0200, Johannes Thyssen Tishman wrote:
> now that 7.3 has been released I'd like to revive this thread and see if
> anyone is interested in this port. I'd appreciate any feedback in case
> the port need more work.
OK bluhm@ for p5-Graph-Easy
p5-Graph-Easy-As_svg
Hi,
ok to import p5-Sereal-5.004 ?
bluhm
Comment:
fast, compact, powerful binary (de-)serialization
Description:
Sereal is an efficient, compact-output, binary and feature-rich
serialization protocol. The Perl encoder is implemented as the
Sereal::Encoder module, the Perl decoder correspondingl
Hi,
devel/p5-Test-Group does not work with modern Perl. Tests fail and
say
You have loaded versions of test modules known to have problems with Test2.
This could explain some test failures.
* Module 'Test::Group' is known to be broken in version 0.20 and below, newer
versions have not been tes
On Fri, Apr 21, 2023 at 08:05:29AM +, Laurent Cheylus wrote:
> Hi,
>
> a simple update for net/scapy version 2.5.0 : update Makefile and
> pkg/PLIST for this version.
The previous time when an update to scapy 2.4.5 was tried, it broke
a bunch of OpenBSD regress tests.
https://marc.info/?l=o
On Wed, Apr 12, 2023 at 10:48:32AM -0400, Sven F. wrote:
> Hello,
>
> p5-DateTime-Cron-Simple depends on p5-DateTime
Except the missing revision bump, your fix is correct.
But when looking at the Perl module, I found no license file.
I see this line, which means it is not free software.
Co
On Fri, Mar 31, 2023 at 10:09:38AM +0100, Stuart Henderson wrote:
> On 2023/03/30 21:03, Alexander Bluhm wrote:
> > On Fri, Mar 10, 2023 at 12:08:52AM +0100, Alexander Bluhm wrote:
> > > On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote:
> > > >H
On Fri, Mar 10, 2023 at 12:08:52AM +0100, Alexander Bluhm wrote:
> On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote:
> >Here is a patch to create 2 new ports:devel/p5-DateTime-Format-Oracle
> > and converters/p5-Convert-NLS_DATE_FORMAT. Both are required by the
On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote:
>Here is a patch to create 2 new ports:devel/p5-DateTime-Format-Oracle
> and converters/p5-Convert-NLS_DATE_FORMAT. Both are required by the
> update of databases/p5-Rose-DB.
>Both new port build well and pass all tests on amd64-
On Tue, Feb 21, 2023 at 07:08:14AM +, wen heping wrote:
> Hi, ports@:
>
> Here is a simple patch for devel/p5-CPAN-Perl-Releases to
> update to 5.20230220.
> It build well and pass all tests on amd64-current system.
> No other ports depend on it.
>
> Cheers !
> wen
Everything com
On Tue, Feb 14, 2023 at 05:49:18PM -0800, Andrew Hewus Fresh wrote:
> 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 wit
On Tue, Feb 07, 2023 at 09:59:53PM +0100, Rafael Sadowski wrote:
> > Could you just update it from 12.40 to 12.50? That should work
> > with cpan master site.
> >
> > bluhm
>
> Sure, quite simple:
OK bluhm@
> Index: Makefile
> ===
On Tue, Feb 07, 2023 at 09:42:24PM +0100, Rafael Sadowski wrote:
> On Mon Feb 06, 2023 at 05:58:16PM +0100, Alexander Bluhm wrote:
> > On Sun, Feb 05, 2023 at 09:09:54PM +0100, Rafael Sadowski wrote:
> > > Simple update p5-Image-ExifTool-12.55. OK?
> > >
> > >
On Mon, Feb 06, 2023 at 08:10:45PM +0100, Gonzalo L. Rodriguez wrote:
> Update for Suricata to 6.0.10:
> OK? Comments?
> SHARED_LIBS += htp 0.0 # 2.0
New library has new symbols, we need at least a minor bump.
$ /usr/src/lib/check_sym /usr/local/lib/libhtp.so.0.0
fa
On Sun, Feb 05, 2023 at 09:09:54PM +0100, Rafael Sadowski wrote:
> Simple update p5-Image-ExifTool-12.55. OK?
>
> ${MASTER_SITE_PERL_CPAN:=Image/ does not provide a tarball.
In Chages it says:
Note: The most recent production release is Version 12.50. (Other versions are
considered development r
Hi,
Here is the final port that imports p5-Devel-MAT to dump and analyse
the memory of a Perl process.
ok to import p5-Devel-MAT 0.49 ?
Comment:
perl memory analysis tool
Description:
A Devel::MAT instance loads a heapdump file, and provides a container
to store analysis tools to work on it. To
Hi,
ok to import p5-Feature-Compat-Try 0.05 ?
Comment:
make try/catch syntax available
Description:
This module makes syntax support for try/catch control flow easily
available.
bluhm
p5-Feature-Compat-Try.tgz
Description: application/tar-gz
Sorry for all my Perl ports@ spam. To get p5-Devel-MAT commited,
I need four more modules in total. These two were missed by potential
reviewers.
anyone?
bluhm
On Thu, Nov 10, 2022 at 07:23:55PM +0100, Alexander Bluhm wrote:
> Hi,
>
> Tests of both modules depend on each other, so
On Sun, Nov 13, 2022 at 11:05:19PM +, Klemens Nanni wrote:
> make configure complains about the test deps not being there, but make
> build runs fine and make test passes (after installing them, of course).
>
> Not sure if you want to but those deps into BUILD_DEPENDS as well to
> silence the
Hi,
ok to import p5-Commandable 0.08 ?
Comment:
utilities for commandline-based programs
Description:
This distribution contains a collection of utilities extracted from
various commandline-based programs Paul Evans has written, in the hope of
trying to find a standard base to build these from i
On Sun, Nov 13, 2022 at 06:50:02PM +, Klemens Nanni wrote:
> $ cd `make show=WRKSRC`
> $ perl -I blib/lib -I blib/arch t/01header.t
> Cannot open test.pmat for writing - Permission denied at t/01header.t
> line 13.
Does this patch help?
OpenBSD pobj permissions may not allo
On Sun, Nov 13, 2022 at 06:28:41PM +, Klemens Nanni wrote:
> On Sun, Nov 13, 2022 at 07:22:13PM +0100, Alexander Bluhm wrote:
> > Hi,
> >
> > ok to import p5-Devel-MAT-Dumper 0.46
> >
> > Comment:
> > write a heap dump file for later analysis
> &g
Hi,
ok to import p5-Devel-MAT-Dumper 0.46
Comment:
write a heap dump file for later analysis
Description:
This module provides the memory-dumping function that creates a heap
dump file which can later be read by Devel::MAT::Dumpfile. It provides
a single function which is not exported, which wri
Hi,
ok to import p5-String-Tagged-Terminal 0.05 ?
Comment:
format terminal output using String::Tagged
Description:
This subclass of String::Tagged provides a method, build_terminal, for
outputting the formatting tags embedded in the string as terminal
escape sequences, to render the the output
Hi,
ok to import p5-Convert-Color-XTerm 0.06 ?
Comment:
indexed colors used by XTerm
Description:
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine,
Hi,
ok to import p5-String-Tagged 0.18 ?
Comment:
string buffers with value tags on extents
Description:
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.
Hi,
ok to import p5-Test-Identity 0.01 ?
Comment:
assert the referential identity of a reference
Description:
This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same object or is "undef". It is similar t
Hi,
Tests of both modules depend on each other, so I want to add them
together.
ok to import p5-Syntax-Keyword-Defer 0.07
Comment:
execute code when leaving a block
Description:
This module provides a syntax plugin that implements a block which
executes when the containing scope has finished.
Hi,
ok to import p5-Syntax-Keyword-Match 0.09 ?
Comment:
match/case syntax for perl
Description:
This module provides a syntax plugin that implements a control-flow
block called match/case, which executes at most one of a choice of
different blocks depending on the value of its controlling expre
Hi,
ok to import p5-XS-Parse-Keyword 0.27 ?
Needed as dependency for a bunch of other Perl modules.
Comment:
XS functions to assist in parsing keyword syntax
Description:
This module provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily f
On Wed, Nov 02, 2022 at 07:35:00AM -0600, Aaron Bieber wrote:
> Hi!
>
> Here are some new ports that I used for making https://openbsd.app
>
> They are basically `portgen`d with some "now you live in the tree"
> tweaks.
>
> Cluesticks? OKs?
Download Mojo-SQLite-3.009.tar.gz failed, you need a C
On Wed, Oct 12, 2022 at 02:54:09AM +, wen heping wrote:
> Hi, all:
>
> Here is a patch for devel/p5-DateTime-TimeZone to update to 2.55.
> It build well and pass all tests on amd64-current system.
>
> I did not test the ports depend on it, since it only update the Olson
> databas
Hi,
security/p5-Crypt-Serpent make test crashes the Perl process on 64
bit platforms. Only i386 test passes. This is not what you want
in a crypto library. Last update was in 2002, upstream CPAN testers
also crash. It has no dependencies in ports tree.
ok to remove?
bluhm
On Tue, Sep 06, 2022 at 02:29:41PM +0200, Landry Breuil wrote:
> tarball contains textproc/p5-File-KDBX, devel/p5-Iterator-Simple and
> security/p5-Crypt-Argon2.
devel/p5-Iterator-Simple
- use lower case letter in COMMENT = Simple iterator and utilities
- Use our p5-Module-Install package instead
Forgot attach tgz :-(
On Fri, Jul 29, 2022 at 02:24:02PM +0200, Alexander Bluhm wrote:
> Hi,
>
> I have written a little tool to send and receive UDP packets and
> measure thoughput. With existing programs like iperf3 it is unclear
> what happens at syscall layer. My udpben
Hi,
I have written a little tool to send and receive UDP packets and
measure thoughput. With existing programs like iperf3 it is unclear
what happens at syscall layer. My udpbench can generate twice as
much UDP throughput due to strange effects in iperf3.
Can we add benchmarks/udpbench as port?
Attachment forgotten.
On Thu, Jun 09, 2022 at 02:33:03PM +0200, Alexander Bluhm wrote:
> Hi ports@,
>
> After playing with p5-CBOR-Free, p5-CBOR-XS better fits our needs.
> As usual in Perl, there is more than one way to screw it up.
>
> ok to import p5-CBOR-XS 1.86 ?
>
Hi ports@,
After playing with p5-CBOR-Free, p5-CBOR-XS better fits our needs.
As usual in Perl, there is more than one way to screw it up.
ok to import p5-CBOR-XS 1.86 ?
bluhm
Comment:
concise binary object representation
Description:
This module converts Perl data structures to the Concise Bi
Hi ports@
I would like to update misc/open62541 library. That is not easy
as it is not API compatible. The depending port misc/p5-OPCUA-Open62541
compiles, but fails in make test.
So I have to fix open62541 library bugs and add p5-OPCUA-Open62541
compatiblity layer. As the latter is my module
Hi ports@
ok to import p5-CBOR-Free 0.32 ?
This is my final step that uses the 3 ports I have just imported.
bluhm
Comment:
fast CBOR for everyone
Description:
This library implements CBOR via XS under a license that permits
commercial usage with no "strings attached".
p5-CBOR-Free.tgz
Descr
Hi ports@
ok to import p5-Text-Control 0.5 ?
bluhm
Comment:
transforms of control characters
Description:
These are transforms of control characters useful for debugging.
This module considers byte numbers 32 - 126 to be "printable"; i.e.,
they represent actual ASCII characters. Anything outsi
Hi ports@,
ok to import p5-Test-Class-Tiny 0.03 ?
bluhm
Comment:
xUnit in Perl, simplified
Description:
Test::Class has served Perl's xUnit needs for a long time but is
incompatible with the Test2 framework. This module allows for a
similar workflow but in a way that works with both Test2 and
Hi ports@,
ok to import p5-X-Tiny 0.21 ?
bluhm
Comment:
super-lightweight exception framework
Description:
This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.
p5-X-Tiny.tgz
Description: appl
On Sun, Apr 03, 2022 at 10:31:54AM +, wen heping wrote:
> Hi,
>
> Here is a patch to update mail/p5-Mail-DMARC:
> i) Update to 1.20211209
> ii) Add p5-Email-Sender as RUN_DEPENDS
> It build well, 1 of all 20 tests failed on my amd64-7.1 system.
>
>
> One port depends
On Fri, Mar 11, 2022 at 12:20:31PM +, Stuart Henderson wrote:
> On 2022/03/11 11:28, Alexander Bluhm wrote:
> > On Fri, Mar 11, 2022 at 07:54:55AM +, Stuart Henderson wrote:
> > > On 2022/03/10 19:38, Andrew Hewus Fresh wrote:
> > > >
> > > > Th
On Fri, Mar 11, 2022 at 07:54:55AM +, Stuart Henderson wrote:
> On 2022/03/10 19:38, Andrew Hewus Fresh wrote:
> > On Fri, Mar 11, 2022 at 01:02:04AM +0100, Alexander Bluhm wrote:
> > > Hi,
> > >
> > > Can we commit espie@'s diff to fix the -Wcom
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.
bluhm
Index: infrastructure/mk/perl.port.mk
===
On Fri, Feb 25, 2022 at 09:41:45AM +, Ricardo wrote:
> Attached is an update to net/scapy (changes:
> https://github.com/secdev/scapy/releases/tag/v2.4.5).
I have the same diff in my home for a while. But I never commited
it as it breaks regress tests. I did not find time to look into it.
On Thu, Feb 10, 2022 at 05:21:55PM -0700, Theo de Raadt wrote:
> We curate a singular choice of each firmware. We supply that.
> End of story.
I was unaware of the new behavior.
> and those experts can stop running fw_update and do it by hand.
I was testing new firmware package that is not rele
On Thu, Feb 10, 2022 at 03:51:44PM -0800, Andrew Hewus Fresh wrote:
> 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?
>
On Thu, Feb 10, 2022 at 01:31:11AM +1100, Jonathan Gray wrote:
> release notes and list of updated platforms
> https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207
>
> tests welcome
Running on the following machines:
with i386
cpu0: Intel(R) Xeon(R)
On Tue, Jan 11, 2022 at 07:25:58PM +0100, Jeremie Courreges-Anglas wrote:
> On Mon, Jan 10 2022, Alexander Bluhm wrote:
> > On Mon, Jan 10, 2022 at 10:55:54PM +0100, Jeremie Courreges-Anglas wrote:
> >> On Mon, Jan 10 2022, Alexander Bluhm wrote:
> >> > On Sat, Ja
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 version number (as understood by ports) going
> backwards so will need an EPOCH bump
Some Perl modules
On Mon, Jan 10, 2022 at 10:55:54PM +0100, Jeremie Courreges-Anglas wrote:
> On Mon, Jan 10 2022, Alexander Bluhm wrote:
> > On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote:
> >> On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote:
> >> > On
On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote:
> On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote:
> > On Fri, Dec 31 2021, Stefan Hagen wrote:
> >> Christian Weisgerber wrote:
> >>> Here's a reminder that these ports still fail to build since the
> >>> LLVM 13 updat
On Tue, Oct 19, 2021 at 01:22:24PM +, wen heping wrote:
> Here is a patch to create new port devel/p5-B-Debug,
> it is required by the update of devel/p5-Decel-Cover.
> It build well and pass all tests on amd64-7.0 system.
>
> Comments ?
OK bluhm@
On Thu, Sep 09, 2021 at 08:56:52AM -0600, c...@openbsd.org wrote:
> http://build-failures.rhaalovely.net/powerpc/2021-08-21/misc/open62541,ns0_full.log
/usr/obj/ports/open62541-1.0.6-ns0_full/bin/cc ... namespace0_generated.c
Segmentation fault (core dumped)
ninja: build stopped: subcommand faile
Hi
ok to import p5-File-TreeCreate 0.0.1 ?
recursively create a directory tree
Needed to update some modules.
bluhm
p5-File-TreeCreate.tgz
Description: application/tar-gz
Hi,
The open62541 library may be compiled with full namespace zero.
This is neccessary for my use case.
For that I need an additional external package from the OPC UA
foundation. To build the full library, the compiler needs 8 MB
stack limit. And the package size grows from 4 to 10 MB.
So I cr
On Mon, Jul 26, 2021 at 12:54:06PM +0100, Stuart Henderson wrote:
> On 2021/07/26 11:38, Alexander Bluhm wrote:
> > On Sat, Jul 24, 2021 at 03:28:00PM +0200, Jeremie Courreges-Anglas wrote:
> > >
> > > The following patch lets security/botan build on riscv64.
> >
On Sat, Jul 24, 2021 at 03:28:00PM +0200, Jeremie Courreges-Anglas wrote:
>
> The following patch lets security/botan build on riscv64.
> I wrote a minimal description file, since I couldn't find one in the
> latest 1.11 (.34) release available upstream. Configure extract:
Botan 1 is end of life
1 - 100 of 442 matches
Mail list logo