Bug 222615

Summary: portindex produce a lot of perl warnings
Product: Documentation Reporter: Wolfram Schneider <wosch>
Component: Books & ArticlesAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Wolfram Schneider freebsd_committer freebsd_triage 2017-09-26 08:47:31 UTC
While building the ports HTML pages for the web site I noticed a lot of perl warnings:

cd doc/en_US.ISO8859-1/htdocs/ports
make
/usr/bin/perl /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex INDEX /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Use of uninitialized value in string ne at /home/wosch/freebsd-doc/en_US.ISO8859-1/htdocs/ports/portindex line 288, <INDEX> line 27564.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-26 10:55:15 UTC
A commit references this bug:

Author: wosch
Date: Tue Sep 26 10:54:16 UTC 2017
New revision: 50931
URL: https://svnweb.freebsd.org/changeset/doc/50931

Log:
  check for undefined input from ports database

  PR: 222615

Changes:
  head/en_US.ISO8859-1/htdocs/ports/portindex