pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55511 CVS commit: pkgsrc/www/weblint



The following reply was made to PR pkg/55511; it has been noted by GNATS.

From: "David H. Gutteridge" <gutteridge%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55511 CVS commit: pkgsrc/www/weblint
Date: Wed, 22 Jul 2020 21:45:41 +0000

 Module Name:	pkgsrc
 Committed By:	gutteridge
 Date:		Wed Jul 22 21:45:41 UTC 2020
 
 Modified Files:
 	pkgsrc/www/weblint: Makefile distinfo
 Added Files:
 	pkgsrc/www/weblint/patches: patch-weblint
 
 Log Message:
 weblint: fix the package so it actually runs
 
 This is a very dated package that has Perl 4 era expectations. It used
 an expression that would never have worked as intended (at least, not in
 any version of Perl 5) and is past deprecation in modern Perl. It also
 expects Perl 4 versions of what modern Perl 5 provides as Getopt::Long
 and File::Find. It was simplest to satisfy its requirements by depending
 on p5-Perl4-CoreLibs, rather than rewriting multiple lines of code to
 modernize to the Perl 5 versions of these modules. With these changes,
 the package now runs, and passes all of its test suite. Addresses
 PR pkg/55511 by Stefan Schaeckeler.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/weblint/Makefile
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/weblint/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/www/weblint/patches/patch-weblint
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index