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
Hi,
Since the upgrade of perl to 5.34, mod_perl build fails with
modperl_perl.c:271:16: error: cannot take the address of an rvalue of
type 'U8 *' (aka 'unsigned char *')
Seems to be related to https://github.com/Perl/perl5/issues/18555 and
https://github.com/Perl/perl5/issues/18617
Any idea
The flavors helpers like flavor_RUN_DEPENDS are super useful, but I need
to modify USES based on flavor, and find that there is no helper for it.
That is, I'd like to be able to do this:
flavor1_USES= alice
flavor2_USES= bob
Instead of:
.if ${FLAVOR} == flavor1
USES+= alice
.elif ${FLAV