Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 05:33:45 -0700 (PDT)
From:      MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/japanese/jtex209-both/files patch-ah
Message-ID:  <200010261233.FAA51015@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sanpei      2000/10/26 05:33:44 PDT

  Added files:
    japanese/jtex209-both/files patch-ah 
  Log:
  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.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010261233.FAA51015>