dot.*rc in ${PREFIX}/share/skel/zh_TW.Big5, instead of `make install-user`.
I also have to admit the RUN_DEPENDS section is too ugly, since it
strives identifying whether an installed port/package is Big5-ized.
For those which is unique or have "cookies", there should be no problem.
But the following still have problems, especially slave ports:
mutt
nvi-big5(if another version of nvi-m17n is installed)
pine4(not sure yet)
rxvt
aterm
tin
tintin++
xmms
PLIST appropriately whatever the choice. This fixes the bento build
problem on RELENG_3, and doesn't affect packages that actually have
built before (RELENG_4 and HEAD), so no PORTREVISION bump.
binding code in Python 2.0. Again, compatibility with Python 1.5.2 should
be maintained.
- Thanks to Brad Chapman <chapmanb@arches.uga.edu> for his help.
PR: 22690
Submitted by: maintainer
break Fnorb with Python 1.5.2)
- Submitted by: Mike Meyer (mwm@mired.org)
- Caveat: There may be further Python 2.0 incompatibilities in Fnorb. The
next release of Fnorb should be 2.0-compatible.
PR: 22636
Submitted by: maintainer
at the BSDCon2000 I18N meeting. User only needs to install
the port to gain a fully localized Traditional Chinese system.
PR: 22673
Submitted by: Michael C. Wu <keichii@peorth.iteration.net>
ftp site (specified in portbuild.conf). (It used to be implied by
-norestr.)
(2) Remove x11-toolkits/Motif-dummy from list of dummy ports, since
open-motif is now the default. Also gone is the MOTIF_OPEN
variable.
(3) Run the tar -czf of the ports tree and generation of CHECKSUM.MD5
in the background.
(4) Print the amount of time it took for the entire process, as well
as phase 1 and phase 2 of the compilations. (It is done by date
-r, so it will only work modulo 24 hours. Hopefully the build
will never go over 24 hours again.)
(5) Make symlink of the form [ae].${branch}.YYYYMMDD ->
[ae].${branch}.YYYYMMDDHH so we can have the simple "date" form as
well as the new "date+hour" directories for logs.
(6) Remove temporary make status files from /tmp that are over 60
minutes since the last modification. It was filling up the root
filesystem.
(7) Print out an "ls -lrt" of packages/All into logs/ls-lrt. This is
going to be used to evaluate make's job dispatch policies.
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.