this a local port. From Fenner's survey:
ftp://ftp.tk.mesh.ad.jp/pub/Linux/JE-sources/X/xklock-2.7.tar.gz:
changing directory pub/Linux/JE-sources/X 550 X: No such file or
directory. (Last OK result Sat Nov 21 9:59:48 1998 )
ftp://ftp.biol.tsukuba.ac.jp/pub/X/clients/xklock-2.7.tar.gz: skipped:
530 Login incorrect. Password command failed establishing connection to
ftp.biol.tsukuba.ac.jp (Last OK result Sun Aug 27 9:01:30 2000 )
ftp://ftp.kagoshima-u.ac.jp/pub1/PC/linux-j/JE-sources/X/xklock-2.7.tar.
gz: skipped: Unable to connect to ftp.kagoshima-u.ac.jp ftp port: No
such host (Last actual result NEVER [checked 521 times since Sun Mar 1
8:53:08 1998 ])
ftp://ftp.hitachi.co.jp/pub/linux/colias/pub/linux/JE-0.9.6/sources/X/xk
lock-2.7.tar.gz: skipped: Unable to connect to ftp.hitachi.co.jp ftp
port: No such host (Last actual result Sat Mar 27 9:26:31 1999 changing
directory pub Unexpected reply for CWD pub: 550 pub: No such file or
directory.) (Last OK result NEVER [checked 338 times since Sun Mar 1
8:51:59 1998 ])
irc/xchat. As japanese/xchat "built" without a problem, I didn't
notice it was "broken"... In reality, the configure script failed to
detect the iconv library because of the removal of CPPFLAGS and LIBS
in CONFIGURE_ENV, therefore the built binary lacked Japanese support.
(i.e. the ja-xchat package included in 4.2-RELEASE will be broken)
To avoid this kind of sad accidents in future, add a note to irc/xchat
that it has a slave port and one should be careful not to overwrite
variables or targets.
From pkg-descr,
"This is a port of Leaf Rogue.
Leaf Rogue as message file for Rogue-clone: Version II."
PR: ports/22565
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
PR: ports/22530
Submitted by: Tomokatsu Saito <saito@a2z.co.jp> (MAINTAINER)
Prepare for the future merger with databases/postgresql7.
- Fix broken plist's by copying from those of databases/postgresql7.
- Previous plist removed all the precious user data mercilessly. :(
DO NOT PERFORM A "pkg_delete" AGAINST THE PREVIOUS INSTALLATION!
YOU WILL LOSE ALL THE DATA STORED IN "${PREFIX}/pgsql/data"!!!
- A bunch of missing entries have been added for pgacess files to
plist.tcl.
- Fix permissions for ${PREFIX}/pgsql/lib to avoid causing a security
error when doing ldconfig.
- Make scripts PREFIX-safe.
- Synchronize with databases/postgresql7.
- Standardize variable names.
- Complete user friendly messages.
- Move the Java class files to the standard directory..
- Minor cleanups.
I hope the merger will be accomplished in near future.
Retire japanese/gnomeicu, as gnomeicu now includes Japanese support
out-of-the-box. The Japanese support code has been committed over
the gnomeicu source tree by the patchkit author Takuo KITAME
<kitame@northeye.org> himself. Yay!
Approved by: nectar (MAINTAINER)
(only ja-linux-netscape is back to sada-san)
My short vacation finished and I have no longer
enough time to keep maintaining my ports.
- Move some local-distfiles from my site to asami-san's.
- Some cosmetic changes around removing kde*-i18n ports.
Fix a problem which was made by me in previouse commit.
(2) For vfghostscript5
Update a printer driver gdevrpdl to vertion 1.14
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Obtained from: ports-jp@jp.freebsd.org
build environment. Because option of ``-traditional'' was added by
jtex-1.52/configure, and failed in build phase.
I found that ``configure'' was broken if we make this ports with
crontab.
In jtex-1.52/configure, next C program was compiled and executed.
With terminal (normal) environment, ioctl was successful. But with
crontab, ioctl was failed.
----
#include <sys/types.h>
#include <sgtty.h>
main() {
struct sgttyb t;
exit(ioctl(0, TIOCGETP, &t) == 0);
}
----
I referred configure file which was generated by autoconf ver.2.13
and update jtex-1.52/configure file for ``-traditional'' and unbreak
this port.