Page MenuHomeFreeBSD

mat (Mathieu Arnold)
EngineeringAdministrator

Projects (9)

User Details

User Since
May 9 2014, 10:23 AM (463 w, 6 h)
Roles
Administrator

Recent Activity

Tue, Mar 21

mat committed R11:0605565fdfda: dns/bind918: fix build without MANPAGES (authored by 1983-01-06_gmx.net).
dns/bind918: fix build without MANPAGES
Tue, Mar 21, 1:03 PM
mat committed R11:0612249ceafd: dns/bind918: fix build without MANPAGES (authored by 1983-01-06_gmx.net).
dns/bind918: fix build without MANPAGES
Tue, Mar 21, 11:59 AM

Wed, Mar 15

mat committed R11:060554691a72: dns/bind918: update to 9.18.13 (authored by mat).
dns/bind918: update to 9.18.13
Wed, Mar 15, 8:27 PM
mat committed R11:06055457b9b7: dns/bind916: update to 9.16.39 (authored by mat).
dns/bind916: update to 9.16.39
Wed, Mar 15, 8:27 PM
mat committed R11:06117619e488: dns/bind918: update to 9.18.13 (authored by mat).
dns/bind918: update to 9.18.13
Wed, Mar 15, 8:18 PM
mat committed R11:0611760c0ecf: dns/bind916: update to 9.16.39 (authored by mat).
dns/bind916: update to 9.16.39
Wed, Mar 15, 8:18 PM

Fri, Mar 10

mat committed R11:0611258e535d: x11-toolkits/fpc-gtk2: fix PORTREVISION bump in fa81a4f5f8ed (authored by mat).
x11-toolkits/fpc-gtk2: fix PORTREVISION bump in fa81a4f5f8ed
Fri, Mar 10, 3:35 PM

Wed, Mar 8

mat updated the diff for D38934: debugs: remove options setting WITH_DEBUG.

rebase

Wed, Mar 8, 1:20 PM

Mon, Mar 6

mat requested review of D38934: debugs: remove options setting WITH_DEBUG.
Mon, Mar 6, 8:14 PM

Sat, Mar 4

mat added a comment to D38894: security/vuxml: Autofill CVE information.

Could you maybe use temporary files (mktemp(1)) for fetch output instead of variables, it makes the jq lines shorter (jq '.foo' /tmp/file instead of echo $foo | jq ".foo")

Sat, Mar 4, 8:28 AM

Feb 22 2023

mat committed R11:0605420a9794: sysutils/tmux: fix some NULL pointer (authored by diizzy).
sysutils/tmux: fix some NULL pointer
Feb 22 2023, 12:04 PM
mat committed R11:061012446971: sysutils/tmux: fix some NULL pointer (authored by diizzy).
sysutils/tmux: fix some NULL pointer
Feb 22 2023, 12:00 PM
mat committed R11:06101175a5df: net-mgmt/icingaweb2-module-vspheredb: fix PORTREVISION bump (authored by mat).
net-mgmt/icingaweb2-module-vspheredb: fix PORTREVISION bump
Feb 22 2023, 11:00 AM
mat added a comment to D38694: security/openssh-portable: Fix build on i386.

Does this really have to be an extra patch? Does it break the build on other archs?

Feb 22 2023, 10:15 AM

Feb 18 2023

mat added inline comments to D38634: sysutils/rundeck3: update to 3.4.10.
Feb 18 2023, 11:06 AM
mat added a comment to D38394: ports-mgmt/rc-subr-jail: Shell library to help writing jailed rc services..

It feels like something like this should be in base, not in ports.

Feb 18 2023, 10:13 AM
mat added inline comments to D38634: sysutils/rundeck3: update to 3.4.10.
Feb 18 2023, 10:09 AM
mat added a comment to D38634: sysutils/rundeck3: update to 3.4.10.
In D38634#879856, @fuz wrote:

The proposed commit message is now:

sysutils/rundeck3: update to 3.4.10
    
 - use options -H amd -o to daemon(8) for logging
Feb 18 2023, 10:07 AM
mat added inline comments to D38634: sysutils/rundeck3: update to 3.4.10.
Feb 18 2023, 10:04 AM
mat added a comment to D34739: lang/python: add bytecode trigger.

Why was this change committed without a full exp-run?

Feb 18 2023, 8:09 AM

Feb 15 2023

mat committed R11:0605372462bf: dns/bind918: update to 9.18.12 (authored by mat).
dns/bind918: update to 9.18.12
Feb 15 2023, 4:52 PM
mat committed R11:06053711a551: dns/bind916: update to 9.16.38 (authored by mat).
dns/bind916: update to 9.16.38
Feb 15 2023, 4:52 PM
mat committed R11:0609536d8ce5: dns/bind916: update to 9.16.38 (authored by mat).
dns/bind916: update to 9.16.38
Feb 15 2023, 4:47 PM
mat committed R11:0609537c5137: dns/bind918: update to 9.18.12 (authored by mat).
dns/bind918: update to 9.18.12
Feb 15 2023, 4:47 PM
mat added inline comments to D37861: Mk/bsd.options.mk: Update comments..
Feb 15 2023, 9:10 AM

Feb 14 2023

mat added inline comments to D38523: ftp/wzdftpd: fix build with LLVM 15.
Feb 14 2023, 8:28 AM

Feb 13 2023

mat updated subscribers of D38498: Mk/Uses: autoreconf.mk: Add AUTORECONF_FLAGS.

poke @bapt

Feb 13 2023, 2:43 PM
mat added a comment to D38523: ftp/wzdftpd: fix build with LLVM 15.

I understand what you say and no need to be frustrated about it.
This is a good to practice example about SED versus patches.

I cannot accept the same thing repeated over 10 file patches, I did not look at the rest of them: ~15 patches, without a better solution.

Feb 13 2023, 2:37 PM

Feb 9 2023

mat added a comment to D38429: python.mk: don't write bytecode whilst building under PEP-517.
In D38429#874508, @mat wrote:

From what I understand, you removed sunpoet's fix because of some hypothetical future problem that may never happen.

This problem exists right now, because bytecode is not to be packaged, period. We (and many other operating system-level packagers) have been doing it wrong for years, and only as a crutch due to lack of a trigger mechanism that we now have. D34739 uses trigger support; having bytecode packaged hampers development of that, because proper operation cannot be verified.

Feb 9 2023, 8:23 AM
mat added a comment to D38429: python.mk: don't write bytecode whilst building under PEP-517.

Because you are running as root, which almost always owns the installed files.

Feb 9 2023, 7:44 AM

Feb 8 2023

mat added a comment to D38429: python.mk: don't write bytecode whilst building under PEP-517.

From what I understand, you removed sunpoet's fix because of some hypothetical future problem that may never happen.

Feb 8 2023, 8:57 AM
mat committed R11:060529900f14: math/PDL: mark broken on aarch64 too (authored by mat).
math/PDL: mark broken on aarch64 too
Feb 8 2023, 8:28 AM
mat committed R11:060529824d7c: math/PDL: drop maintainership (authored by mat).
math/PDL: drop maintainership
Feb 8 2023, 8:28 AM
mat committed R11:06089821bfec: math/PDL: mark broken on aarch64 too (authored by mat).
math/PDL: mark broken on aarch64 too
Feb 8 2023, 8:23 AM
mat committed R11:0608981d178c: math/PDL: drop maintainership (authored by mat).
math/PDL: drop maintainership
Feb 8 2023, 8:23 AM
mat added a comment to D38429: python.mk: don't write bytecode whilst building under PEP-517.

I have no idea what actually writes bytecode, or when it gets written, but it feels like this should be put in a place where it is picked up by all ports that will use some python bits, like directly in bsd.port.mk so all ports get it.

Feb 8 2023, 8:01 AM

Jan 27 2023

mat added inline comments to D38136: Mk/bsd.port.mk: Be verbose when pkgconfig files ends up in wrong path.
Jan 27 2023, 6:41 PM
mat committed R11:060665876523: sysutils/munin-node: drop maintainership (authored by mat).
sysutils/munin-node: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:06066578b16b: sysutils/munin-master: drop maintainership (authored by mat).
sysutils/munin-master: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:060665690ded: sysutils/munin-contrib: drop maintainership (authored by mat).
sysutils/munin-contrib: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:060665525b64: sysutils/munin-common: drop maintainership (authored by mat).
sysutils/munin-common: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:06066542b075: net-mgmt/p5-Monitoring-Plugin: drop maintainership (authored by mat).
net-mgmt/p5-Monitoring-Plugin: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:0606653a32b2: net-mgmt/nagios4: drop maintainership (authored by mat).
net-mgmt/nagios4: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:06066503c102: net-mgmt/monitoring-plugins: drop maintainership (authored by mat).
net-mgmt/monitoring-plugins: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:060665232ed7: net-mgmt/nagios: drop maintainership (authored by mat).
net-mgmt/nagios: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:0606649ae631: mail/postfix-policyd-sf: drop maintainership (authored by mat).
mail/postfix-policyd-sf: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:0606651aa922: net-mgmt/nagios-plugins: drop maintainership (authored by mat).
net-mgmt/nagios-plugins: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:0606648b1018: mail/policyd2: drop maintainership (authored by mat).
mail/policyd2: drop maintainership
Jan 27 2023, 1:36 PM
mat committed R11:06066477758c: dns/doh-proxy: drop maintainership (authored by mat).
dns/doh-proxy: drop maintainership
Jan 27 2023, 1:36 PM

Jan 25 2023

mat committed R11:0605142aa525: dns/bind918: upgrade to 9.18.11 (authored by mat).
dns/bind918: upgrade to 9.18.11
Jan 25 2023, 4:39 PM
mat committed R11:06051415deab: dns/bind916: upgrade to 9.16.37 (authored by mat).
dns/bind916: upgrade to 9.16.37
Jan 25 2023, 4:39 PM
mat committed R11:060654348bd9: dns/bind918: upgrade to 9.18.11 (authored by mat).
dns/bind918: upgrade to 9.18.11
Jan 25 2023, 4:37 PM
mat committed R11:06065425a534: dns/bind916: upgrade to 9.16.37 (authored by mat).
dns/bind916: upgrade to 9.16.37
Jan 25 2023, 4:37 PM

Dec 23 2022

mat committed R11:0597389d2088: dns/bind918: update to 9.18.10 (authored by mat).
dns/bind918: update to 9.18.10
Dec 23 2022, 4:36 PM
mat committed R11:059738844d03: dns/bind916: update to 9.16.36 (authored by mat).
dns/bind916: update to 9.16.36
Dec 23 2022, 4:36 PM
mat committed R11:06035639b2cd: dns/bind918: update to 9.18.10 (authored by mat).
dns/bind918: update to 9.18.10
Dec 23 2022, 4:30 PM
mat committed R11:06035627150e: dns/bind916: update to 9.16.36 (authored by mat).
dns/bind916: update to 9.16.36
Dec 23 2022, 4:30 PM

Dec 17 2022

mat committed R11:0603116cbbdc: dns/doh-proxy: update to 0.9.5 (authored by mat).
dns/doh-proxy: update to 0.9.5
Dec 17 2022, 8:10 AM

Dec 11 2022

mat added a comment to D37666: framework: add poppler.mk to depend on poppler-ish ports.

Two typos, and a simplification.

Dec 11 2022, 7:21 PM
mat added inline comments to D37666: framework: add poppler.mk to depend on poppler-ish ports.
Dec 11 2022, 8:17 AM

Dec 10 2022

mat added inline comments to D37666: framework: add poppler.mk to depend on poppler-ish ports.
Dec 10 2022, 7:31 AM

Nov 30 2022

mat added a reviewer for D37564: Amend options _DESC when using _IMPLIES: portmgr.
Nov 30 2022, 8:55 AM
mat requested review of D37564: Amend options _DESC when using _IMPLIES.
Nov 30 2022, 8:54 AM

Nov 19 2022

mat committed R9:304c85eb693b: gpg: add new gpg key (authored by mat).
gpg: add new gpg key
Nov 19 2022, 8:28 PM

Nov 16 2022

mat committed R11:acd4653275cb: dns/bind918: update to 9.18.9 (authored by mat).
dns/bind918: update to 9.18.9
Nov 16 2022, 5:07 PM
mat committed R11:327e51c5ac9a: dns/bind916: update to 9.16.35 (authored by mat).
dns/bind916: update to 9.16.35
Nov 16 2022, 5:07 PM
mat committed R11:9a2f580ddc9b: dns/bind918: update to 9.18.9 (authored by mat).
dns/bind918: update to 9.18.9
Nov 16 2022, 5:04 PM
mat committed R11:265c82e517b3: dns/bind916: update to 9.16.35 (authored by mat).
dns/bind916: update to 9.16.35
Nov 16 2022, 5:04 PM

Oct 24 2022

mat committed R11:f9de671be236: dns/bind918: update to 9.18.8 (authored by mat).
dns/bind918: update to 9.18.8
Oct 24 2022, 7:03 PM
mat committed R11:31f4a5f77c11: dns/bind916: update to 9.16.34 (authored by mat).
dns/bind916: update to 9.16.34
Oct 24 2022, 7:03 PM

Oct 7 2022

mat accepted D36902: pkgmgr is now a team under portmgr's umbrella.
Oct 7 2022, 9:49 AM

Sep 30 2022

mat committed R11:b67ea915f80e: dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f (authored by mat).
dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f
Sep 30 2022, 6:51 AM
mat committed R11:d62fd2d7200a: dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f (authored by mat).
dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f
Sep 30 2022, 5:29 AM

Sep 28 2022

mat committed R11:78b484ed5d37: dns/bind9*: fix some race condition in rc script (authored by Michael Sinatra <michael@burnttofu.net>).
dns/bind9*: fix some race condition in rc script
Sep 28 2022, 2:24 PM
mat committed R11:36ab384abd04: dns/bind9*: fix some race condition in rc script (authored by Michael Sinatra <michael@burnttofu.net>).
dns/bind9*: fix some race condition in rc script
Sep 28 2022, 2:20 PM
mat committed R11:e629fd76022c: dns/bind918: fix build in some obscure cases (authored by mat).
dns/bind918: fix build in some obscure cases
Sep 28 2022, 2:11 PM
mat committed R11:963e20c81248: dns/bind918: fix build in some obscure cases (authored by mat).
dns/bind918: fix build in some obscure cases
Sep 28 2022, 2:10 PM

Sep 21 2022

mat committed R11:de506faf165a: dns/bind916: update to 9.16.33 (authored by mat).
dns/bind916: update to 9.16.33
Sep 21 2022, 3:18 PM
mat committed R11:6d391292360a: dns/bind918: update to 9.18.7 (authored by mat).
dns/bind918: update to 9.18.7
Sep 21 2022, 3:18 PM
mat committed R11:15c63d09366c: dns/bind918: update to 9.18.7 (authored by mat).
dns/bind918: update to 9.18.7
Sep 21 2022, 3:14 PM
mat committed R11:d6e108c34a97: dns/bind916: update to 9.16.33 (authored by mat).
dns/bind916: update to 9.16.33
Sep 21 2022, 3:14 PM

Sep 3 2022

mat committed R9:25db40dcc208: pgpkeys: update my key (authored by mat).
pgpkeys: update my key
Sep 3 2022, 7:36 AM

Aug 26 2022

mat accepted D36358: license: Add a non applicable (NA) license only for metaports.
Aug 26 2022, 9:55 AM

Aug 25 2022

mat added inline comments to D24208: Porter's handbook 5.4.3: clarify group in GH_TUPLE.
Aug 25 2022, 8:04 AM

Jul 29 2022

mat requested review of D35986: committers-guide: add a bit about partial cloning.
Jul 29 2022, 12:51 PM

Jul 22 2022

mat committed R11:d19bd4976024: dns/bind918: update to 9.18.5 (authored by mat).
dns/bind918: update to 9.18.5
Jul 22 2022, 1:54 PM
mat committed R11:2086e377dc8b: dns/bind916: update to 9.16.31 (authored by mat).
dns/bind916: update to 9.16.31
Jul 22 2022, 1:54 PM
mat committed R11:34f95b934d08: dns/bind918: fix nullfs mount when chrooted (authored by Tatsuki Makino <tatsuki_makino@hotmail.com>).
dns/bind918: fix nullfs mount when chrooted
Jul 22 2022, 1:54 PM
mat committed R11:7f75f9cf428a: dns/bind918: update to 9.18.5 (authored by mat).
dns/bind918: update to 9.18.5
Jul 22 2022, 1:43 PM
mat committed R11:0bd2969d042c: dns/bind916: update to 9.16.31 (authored by mat).
dns/bind916: update to 9.16.31
Jul 22 2022, 1:43 PM

Jul 15 2022

mat committed R11:fa2609e30ffe: dns/bind918: fix nullfs mount when chrooted (authored by Tatsuki Makino <tatsuki_makino@hotmail.com>).
dns/bind918: fix nullfs mount when chrooted
Jul 15 2022, 2:31 PM
mat committed R11:dfd06f105636: sysutils/tmux: update to 3.3a (authored by mat).
sysutils/tmux: update to 3.3a
Jul 15 2022, 2:17 PM
mat added a comment to D35782: bsd.sites.mk: Add GH_CHERRYPICK variable.
In D35782#812011, @felix_palmen-it.de wrote:
In D35782#812003, @mat wrote:

The way to go is to put the patches in the files directory in the port, and git add them.

Is this common agreement? I often found the opinion that local patches should be the last resort. Pulling patches from GitHub seems to be common practice (and well, if it's a dist site and the ports framework offers dist patches, this makes sense to me).

Jul 15 2022, 1:15 PM
mat added a comment to D35782: bsd.sites.mk: Add GH_CHERRYPICK variable.
In D35782#812003, @mat wrote:

Ok, this was already discussed a few times, something called GH_PATCH I think.

The way to go is to put the patches in the files directory in the port, and git add them.

I can't find GH_PATCH in my mail archive or from google search. Would you like to share what has been discussed and the rationale of this conclusion? It is nice to be recorded and will help the future us.

Jul 15 2022, 1:13 PM

Jul 13 2022

mat added inline comments to D35733: framework: add git-hook to check PORTEPOCH validity.
Jul 13 2022, 6:10 AM

Jul 12 2022

mat added a comment to D35782: bsd.sites.mk: Add GH_CHERRYPICK variable.

Ok, this was already discussed a few times, something called GH_PATCH I think.

Jul 12 2022, 12:47 PM

Jun 20 2022

mat committed R11:2327fe64774a: dns/bind9-devel: update to latest commit (authored by mat).
dns/bind9-devel: update to latest commit
Jun 20 2022, 10:52 AM
mat committed R11:189caff6082e: lang/perl5-devel: update to latest commit (authored by mat).
lang/perl5-devel: update to latest commit
Jun 20 2022, 10:52 AM

Jun 16 2022

mat committed R11:c87372d321bc: dns/bind918: update to 9.18.4 (authored by mat).
dns/bind918: update to 9.18.4
Jun 16 2022, 10:14 AM
mat committed R11:53f735d1ff29: dns/bind916: update to 9.16.30 (authored by mat).
dns/bind916: update to 9.16.30
Jun 16 2022, 10:14 AM