| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Oct 2008 00:04:07
2.0.1.20_5
|
hrs  |
Remove japanese/sj3 because it is split into two ports
japanese/sj3-{server,lib}. |
30 Jun 2008 21:05:03
2.0.1.20_5
|
ed  |
Switch the japanese/sj3 port to termios instead of sgtty.
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) |
09 Sep 2007 07:08:07
2.0.1.20_4
|
edwin  |
[patch] japanese/sj3 is broken
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 |
22 Jan 2006 12:39:13
2.0.1.20_3
|
edwin  |
SHA256ify
Approved by: krion@ |
17 Sep 2004 03:21:00
2.0.1.20_3
|
nork  |
Fix build error.
PR: ports/71798
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> (maintainer)
Approved by: portmgr (marcus) |
19 Aug 2004 01:40:22
2.0.1.20_2
|
anholt  |
Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT. |
25 Jul 2004 08:30:33
2.0.1.20_2
|
nork  |
Fix build error by previous change.
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) |
20 Jul 2004 16:59:28
2.0.1.20_2
|
nork  |
Fix build error on 4-stable.
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by: bento via kris
Tested on the box from: AMD Developper Program (FreeBSD/amd64) |
15 Jul 2004 15:37:42
2.0.1.20_2
|
nork  |
Fix build error on amd64 (maybe ia64, too).
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from: AMD Developper Program (FreeBSD/amd64) |
10 Apr 2004 17:26:55
2.0.1.20_1
|
trevor  |
Tidy up whitespace. |
17 Mar 2004 12:56:33
2.0.1.20_1
|
kris  |
BROKEN on amd64 and ia64: Coredump during build |
29 Jan 2004 07:24:56
2.0.1.20_1
|
trevor  |
SIZEify. |
27 Sep 2003 00:50:09
2.0.1.20_1
|
edwin  |
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
23 Feb 2003 17:43:18
2.0.1.20_1
|
sobomax  |
GC empty files. |
20 Feb 2003 18:32:49
2.0.1.20_1
|
knu  |
De-pkg-comment. |
18 Nov 2002 03:48:10
2.0.1.20_1
|
kris  |
Reset undeliverable maintainer addresses to ports@FreeBSD.org |
27 Oct 2002 16:42:23
2.0.1.20_1
|
nork  |
Use correct syntax for chown (bin.bin -> bin:bin).
PR: ports/43578
Submitted by: TOMITA Yoshinori <yoshint@hotmail.com> |
26 Oct 2002 01:12:30
2.0.1.20_1
|
kris  |
Fix build on -current (cope with removal of union wait, and add
#include <sys/ioctl_compat.h>)
Submitted by: mike |
03 Feb 2001 01:05:07 
|
jedgar  |
Bump PORTREVISION for overflow fixes |
03 Feb 2001 01:03:39 
|
jedgar  |
Fix a few potential problems (strcpy -> strlcpy) |
03 Feb 2001 01:02:47 
|
jedgar  |
Fix locally-exploitable buffer overflow |
08 Oct 2000 11:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 03:24:23 
|
asami  |
Convert category japanese to new layout. |
06 Sep 2000 02:55:41 
|
asami  |
Change BUILD_DEPENDS from xmkmf:x11/XFree86 to xmkmf:devel/imake-4. Despite
all the -I/usr/X11R6/include's and the -Wl,-rpath,/usr/X11R6/lib's, this port
only seems to need imake. |
19 Jul 2000 16:16:34 
|
knu  |
Fix a typo in post-install. |
05 Jul 2000 13:37:07 
|
tg  |
As threatened on freebsd-ports: all startup scripts know about the two 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. |