pkgsrc-Bugs archive

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

Re: pkg/55511: www/weblint runtime error



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

From: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/55511: www/weblint runtime error
Date: Thu, 23 Jul 2020 06:32:23 +0900

 As the error message says:
    Can't use 'defined(%hash)' (Maybe you should just omit the defined()?)
 just change
    defined(%hash)
    to 
    %hash
 will fix the problem.
 I'm afraid that print/ja-a2ps has the same problem
 -- 
 Makoto Fujiwara
 mef%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index