FreeBSD ports you maintain which are out of date

2021-12-10 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: Building JAVA-applications with maven

2021-12-10 Thread Michael Osipov
On 07.06.16 20:46, Kurt Jaeger wrote: A Uses/maven.mk sounds non-trivial, but very, very useful, if it covers the generic use-case of maven-built ports. 4 years later, has anyone done anything on this matter? I may have some free time later this month, if not... I think, creating devel/log4j2

Re: HEADS-UP: sys/module.h must be included after sys/param.h on main

2021-12-10 Thread Bjoern A. Zeeb
On Sat, 11 Dec 2021, Tomoaki AOKI wrote: Hi, As no one have done heads-up... On src, "git: df38ada2931f - main - modules: increase MAXMODNAME and provide backward compat" [1] mandates includes of sys/module.h after sys/param.h. That order is suggested by style.9 as well; I think we had only

Re: HEADS-UP: sys/module.h must be included after sys/param.h on main

2021-12-10 Thread Tomoaki AOKI
Hi. Original post is not yet delivered... On Fri, 10 Dec 2021 23:25:11 + (UTC) "Bjoern A. Zeeb" wrote: > On Sat, 11 Dec 2021, Tomoaki AOKI wrote: > > Hi, > > > As no one have done heads-up... > > > > On src, "git: df38ada2931f - main - modules: increase MAXMODNAME and > > provide backward