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
On trying to run www/weblint, I got this error message:
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at
/usr/local/bin/weblint line 846.
It's worked on a previous compile. I'm not sure if this is a bug or if I need
to configure something. Thank you.
__
On Sat, Jul 20, 2019 at 1:35 PM Sid wrote:
>
> On trying to run www/weblint, I got this error message:
>
> Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at
> /usr/local/bin/weblint line 846.
>
> It's worked on a previous compile. I'm not sure if this is a bug or if I nee
Thanks,
Here's the line:
&whine($., 'expected-attribute', $id) unless defined %args;
After removing "defined" or "unless defined %args", this is the error message
when running weblint:
Can't locate newgetopt.pl in @INC (@INC contains:
/usr/local/lib/perl5/site_perl/m
On Sat, Jul 20, 2019 at 3:19 PM Sid wrote:
>
> Thanks,
>
> Here's the line:
> &whine($., 'expected-attribute', $id) unless defined %args;
>
> After removing "defined" or "unless defined %args", this is the error message
> when running weblint:
> Can't locate newgetopt.
On Sat, Jul 20, 2019 at 3:35 PM Adam Weinberger wrote:
>
> On Sat, Jul 20, 2019 at 3:19 PM Sid wrote:
> >
> > Thanks,
> >
> > Here's the line:
> > &whine($., 'expected-attribute', $id) unless defined %args;
> >
> > After removing "defined" or "unless defined %args", this is the erro
I've run into the same issue while attempting to port a few JAVA apps
that use maven and more recently one that also uses yarn for dependencies.
Have a look at the java/eclipse port. It uses a pre-warmed maven
repository that is fetched from github.
While this is indeed a clever solution, it's
This solution works well. Thank you.
> > The port is an absolute mess. Not the least of its problems is the
> > fact that it's a perl script that doesn't depend on perl. newgetopt.pl
> > hasn't been distributed with perl for more than 7 years. It also uses
> > find.pl which also hasn't been includ