Commit graph

3 commits

Author SHA1 Message Date
MIHIRA Sanpei Yoshiro
13bbe244c4 japanese/jtex209-both and jtex209-ntt was broken only on package
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.
2000-10-26 12:33:44 +00:00
Steve Price
b2e81c917a Remove the insertion of -m486 from CFLAGS so this has a better chance of
compiling on the Alpha.
2000-08-19 20:26:41 +00:00
Satoshi Asami
1f0164aa5b Japanese tex/latex. Builds both NTT and ASCII (no, not the American
character code, this one is a Japanese publisher) versions.  Many
files from this port (including the Makefile, hence the "?=" in
DISTNAME) are used for jtex209-ntt an jtex209-ascii ports.

Submitted by:	mita@jp.FreeBSD.org
1996-11-11 08:42:48 +00:00