pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [PATCH] lintpkgsrc cannot locate certain include files
On Sat, Jan 10, 2015 at 08:28:08AM -0600, J. Lewis Muir wrote:
> The verbose subroutine that gets called to display the output has a "-t
> STDERR" guard around printing to the standard error stream, so it won't
> print the message unless the standard error stream is opened to a tty.
> So, in your invocation, if you remove the redirection of the standard
> error stream to a file, you should see the behavior difference.
Thanks, I could reproduce the problem and the improvement.
You wouldn't perchance also have a fix for some of the remaining
warnings I'm seeing?
Bogus: PKGREVISION ${_GIT_PKGVERSION:S/.//g} (from /usr/pkgsrc/nih/PatternPaint-git/Makefile)
Bogus: PKGREVISION ${_CVS_PKGVERSION:S/.//g} (from /usr/pkgsrc/wip/auctex-current/Makefile)
Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/Typewriter/Makefile)
Bogus: ${PKGNAME:S/^suse_/suse32_/} (from /usr/pkgsrc/wip/suse121_32_libgpg-error/Makefile)
I guess it's enough to check out wip to see them.
Thomas
Home |
Main Index |
Thread Index |
Old Index