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
instead of doing it in scripts/configure.
Move ``make clean'' that should done before the build process to pre-build
instead of doing it in scripts/configure.
Define RUN_DEPENDS on jless so that the command show can display Japanese
message correctly.
Generate mh configuration for FreeBSD from template instead of doing that
by patches.
(This allows the port to respect ${PREFIX}.)
Submitted by: sanpei@yy.cs.keio.ac.jp
Integrated recent changes made to ports/mail/mh.
Integrated widely used patches that are distributed with mew:
- Patch to make the folder command faster.
- Patch to suppress X-Authentication-Warning.
Added configuration options to include full pop support.
(Closing PR #2209.)
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Makefile patches/patch-ab patches/patch-ac patches/patch-ad
CVS: pkg/DESCR pkg/PLIST
CVS: Added Files:
CVS: files/FreeBSD.in patches/patch-ag patches/patch-ah
CVS: Removed Files:
CVS: patches/patch-aa scripts/configure
CVS: ----------------------------------------------------------------------
dot.{emacs,mosaic-hotlist-default}.
Install sample files into share/examples/w3 instead of to share/doc/w3.
Use PKG_PREFIX in the installation/deinstallation scripts.
Some Makefile cleanup.
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
dot.{emacs,mosaic-hotlist-default}.
Install sample files into share/examples/w3 instead of to share/doc/w3.
Use PKG_PREFIX in the installation/deinstallation scripts.
Some Makefile cleanup.
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
LOCAL_PORTS to MASTER_SITES.
Requested by: mita@jp.freebsd.org
(Closing PR #2310.)
Modify MASTER_SITES to list correct sites.
Instead of fetching ghostscript-fonts-*-4.01.tar.gz, which are symlinks
to ghostscript-fonts-std-4.0.tar.gz & *-other-3.0, fetch the real files.
(This elminates need for updating fontfile names when gs is upgraded.)
Standardize variables order.