How to use fix to ports bug in 9.1?

Hi all =)

In 9.1 is there this bug

http://www.freebsd.org/cgi/query-pr.cgi?pr=174576

which is triggered when doing

Code:
cd /usr/ports
make index

The fix should be to install perl from ports.

Code:
# pkg_add -r perl
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/perl.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/perl.tbz' by URL

How is this fix suppose to be applied?
 
Back
Top