freebsd-ports/japanese/perl5/pkg-descr
Masafumi Max NAKANE d4b598a09d Fix for problem indicated in PR #2666:
Perl5 uses setlocale function.  Recent jp-perl5 linked this order:
        libm libmalloc libc libcrypt libxpg4.
  the function of setlocale in libc has some problems for some locales
  (for example, ja_JP.EUC).

  It is needed to link libxpg4 before libc. I change to correct order
  in configure file of perl5.

Submitted by:	sampei@yy.cs.keio.ac.jp
1997-02-05 15:38:45 +00:00

28 lines
666 B
Plaintext

* jp-perl-5.003
This port collection was used:
port collection lang/perl5
by markm@FreeBSD.ORG,
and jperl5.003.patch7_1
by yasushi@cs.washington.edu.
----------- From lang/perl5/pkg/DESC
From the distribution README:
Perl is a language that combines some of the features of C, sed, awk
and shell. See the manual page for more hype. There are also two Nutshell
Handbooks published by O'Reilly & Assoc. See pod/perlbook.pod
for more information.
--
This port will not work on FreeBSD 2.0, nor will it work on earlier snapshots.
This is due to a bug in vprintf in the C library.
- MarkM
----------
- Yoshiro MIHIRA
(sanpei@yy.cs.keio.ac.jp)