FreeBSD ports you maintain which are out of date

2019-07-20 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

www/weblint error message

2019-07-20 Thread Sid
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. __

Re: www/weblint error message

2019-07-20 Thread Adam Weinberger
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

Re: www/weblint error message

2019-07-20 Thread Sid
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

Re: www/weblint error message

2019-07-20 Thread Adam Weinberger
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.

Re: www/weblint error message

2019-07-20 Thread Adam Weinberger
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

Re: How to package maven based ports

2019-07-20 Thread Daniel Morante via freebsd-ports
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

Re: www/weblint error message

2019-07-20 Thread Sid
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