aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/sj3-lib
Commit message (Collapse)AuthorAgeFilesLines
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Get Rid MD5 supportmiwi2011-03-191-2/+0
| | | | With hat: portmgr (myself)
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+1
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Separate the server part and the library part from japanese/sj3, andhrs2008-10-278-146/+56
| | | | | | | | remove japanese/sj3. - Use localhost as the default listen address instead of INADDR_ANY. - Add "servername" directive to serverrc. - Fix incorrect descriptions in serverrc. - Take maintainership.
* Switch the japanese/sj3 port to termios instead of sgtty.ed2008-07-012-1/+157
| | | | | | | | This makes the port build again with the latest versions of FreeBSD -CURRENT. Also increment the PORTREVISION, because we want older binaries of sj3 to be recompiled. sgtty is bad. Approved by: philip (mentor), Hiroo Ono (port maintainer)
* [patch] japanese/sj3 is brokenedwin2007-09-098-438/+108
| | | | | | | | | | | | There are several problems with japanese/sj3 port. 1. Original MASTER_SITES don't seem to work any longer. 2. With the current patchset it builds okay, but it is said that it does not work correctly. 3. It does not build under 7-CURRENT (i.e. with gcc4.2). PR: ports/113572 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Fix build error.nork2004-09-172-4/+6
| | | | | | PR: ports/71798 Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> (maintainer) Approved by: portmgr (marcus)
* Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.anholt2004-08-191-1/+1
|
* Fix build error by previous change.nork2004-07-252-3/+3
| | | | | | | PR: ports/69548 Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> Pointed out by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Tested on the box from: AMD Developper Program (FreeBSD/amd64)
* Fix build error on 4-stable.nork2004-07-212-4/+4
| | | | | | Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> Reported by: bento via kris Tested on the box from: AMD Developper Program (FreeBSD/amd64)
* Fix build error on amd64 (maybe ia64, too).nork2004-07-1510-267/+6
| | | | | Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> Tested on the box from: AMD Developper Program (FreeBSD/amd64)
* Tidy up whitespace.trevor2004-04-111-1/+0
|
* BROKEN on amd64 and ia64: Coredump during buildkris2004-03-171-1/+7
|
* SIZEify.trevor2004-01-291-0/+1
|
* - ECHO -> ECHO_MSGedwin2003-09-271-1/+1
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* GC empty files.sobomax2003-02-241-0/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-1/+1
|
* Use correct syntax for chown (bin.bin -> bin:bin).nork2002-10-281-1/+1
| | | | | PR: ports/43578 Submitted by: TOMITA Yoshinori <yoshint@hotmail.com>
* Fix build on -current (cope with removal of union wait, and addkris2002-10-262-12/+29
| | | | | | #include <sys/ioctl_compat.h>) Submitted by: mike
* Bump PORTREVISION for overflow fixesjedgar2001-02-031-0/+1
|
* Fix a few potential problems (strcpy -> strlcpy)jedgar2001-02-031-0/+22
|
* Fix locally-exploitable buffer overflowjedgar2001-02-031-2/+44
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Change BUILD_DEPENDS from xmkmf:x11/XFree86 to xmkmf:devel/imake-4.asami2000-09-061-1/+1
| | | | | Despite all the -I/usr/X11R6/include's and the -Wl,-rpath,/usr/X11R6/lib's, this port only seems to need imake.
* Fix a typo in post-install.knu2000-07-191-1/+1
| | | | | | PR: ports/20036 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notified by: bento
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-7/+23
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update the japanese/[o-t]* ports with the newknu2000-04-121-3/+2
| | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
* Allow this to build with the more strict compiler in -current.steve2000-02-143-65/+98
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Typo.asami1998-11-281-2/+2
|
* A few more USE_XLIBs.asami1998-11-281-1/+3
|
* I forgot to add a file.kuriyama1998-10-101-0/+10
|
* The current japanese/sj3 (sj3-2.0.1.13) has a security bug of sj3serv.kuriyama1998-10-0910-1427/+109
| | | | | | | | sj3-2.0.1.20 has already been released. In the version one, the bug was fixed. PR: ports/8093 Submitted by: taoka@infonets.hiroshima-u.ac.jp
* path to Japanese manpage updated (s/ja_JP.EUC/ja/)itojun1998-06-063-15/+15
| | | | Submitted by: sada@e-mail.ne.jp (SADA Kenji)
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-151-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.asami1997-06-121-2/+2
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-9/+4
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* CATEGORIES+= -> CATEGORIES=max1996-11-111-2/+2
| | | | Inspired by: obrien
* Add "jp-" in front of PKGNAME.asami1996-09-191-1/+2
|
* Change default port address to 3086 (3000 is already taken).asami1996-08-222-1/+22
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Yet another kanji input method.asami1996-08-196-0/+1920
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>