java/icedtea-web: problems fetching and extracting

Lena at lena.kiev.ua Lena at lena.kiev.ua
Mon Sep 10 06:16:38 UTC 2012


> tar: Pathname in pax header can't be converted to current locale.

/usr/ports/java/icedtea-web/Makefile  now contains
EXTRACT_AFTER_ARGS=     | ${SETENV} LANG=en_US.UTF-8 ${TAR} -xf -

Should be changed to:
EXTRACT_AFTER_ARGS=     | ${SETENV} LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 ${TAR} -xf -

Then the port compiles without error in my case.


More information about the freebsd-java mailing list