| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
9100e  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
29 Jan 2008 14:59:50
9100e
|
nobutaka  |
Update to 9100e. |
22 Dec 2007 14:04:00
9100d
|
nobutaka  |
Update to 9100d.
PR: ports/117653
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
24 Sep 2007 15:59:22
9100c
|
nobutaka  |
Update to 9100c.
PR: ports/116503
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
28 Jul 2007 08:19:28
9100
|
nobutaka  |
Update Okinawa additional dictionary.
PR: ports/114803
Submitted by: Yamashiro Jun <yamajun@ofug.net> |
08 Jul 2007 09:06:27
9100
|
nobutaka  |
Update to 9100.
PR: ports/114269
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
04 Mar 2007 13:29:15
8700b
|
nobutaka  |
Update to 8700b. |
03 Mar 2007 17:02:37
8700
|
nobutaka  |
Update to 8700.
PR: ports/109699
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
23 Nov 2006 04:16:10
8322
|
nobutaka  |
Update to 8322. |
09 Jul 2006 17:29:09
7900
|
nobutaka  |
Update to 7900. |
09 May 2006 01:18:07
7500
|
edwin  |
Remove USE_REINPLACE from categories starting with a J |
19 Mar 2006 13:18:08
7500
|
nobutaka  |
Update to 7500. |
23 Feb 2006 10:40:45
7100b_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
19 Feb 2006 11:21:04
7100b
|
nobutaka  |
Fix failure of anthy dictionary generation with TMPDIR environment variable.
Submitted by: HASHIYA Takamitsu <hiraya@interrupt.gr.jp> |
15 Nov 2005 06:52:12
7100b
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
13 Nov 2005 13:43:45
7100b
|
nobutaka  |
- Fix optional dictionary support.
- Add SHA256 checksums to distinfo.
PR: ports/88920
Submitted by: Yamashiro, Jun <yamajun@ofug.net> |
03 Nov 2005 15:52:47
7100b
|
nobutaka  |
Update to 7100b.
PR: ports/88456
Submitted by: Jun Mukai <mukai@jmuk.org> |
02 Jul 2005 14:28:00
6700b
|
nobutaka  |
Update to 6700b. |
17 Apr 2005 17:18:07
6300d
|
nobutaka  |
Follow the update of the Okinawan dictionary file.
PR: ports/79738
Submitted by: Yamashiro Jun <yamajun@ofug.net> |
12 Mar 2005 09:45:49
6300d
|
nobutaka  |
Update to 6300d.
Committed at: Jakarta, Indonesia |
09 Mar 2005 18:49:42
6300_1
|
ume  |
add a knob to embed gskk (SKK's dictionary for Canna) into Anthy.
Approved by: nobutaka (maintainer) |
02 Mar 2005 09:53:03
6300_1
|
krion  |
Fix plist. |
01 Mar 2005 19:09:39
6300
|
nobutaka  |
Update to 6300. |
09 Jan 2005 12:37:36
5900
|
nobutaka  |
Add WITH_ODIC knob. This adds geographical names and biographical names in
Okinawa region (located at the southern tip of Japan) to the anthy dictionary.
PR: ports/75309
Submitted by: Yamashiro Jun <yamajun@ofug.net> |
03 Nov 2004 16:42:29
5900
|
nobutaka  |
Update to 5900. |
09 Jul 2004 18:43:11
5500
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
04 Jul 2004 04:11:48
5500
|
nobutaka  |
Update to 5500. |
14 Mar 2004 06:17:56
5100
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
02 Mar 2004 15:17:48
5100
|
nobutaka  |
Update to 5100. |
23 Feb 2004 13:56:17
4700_2
|
nobutaka  |
Create DOCSDIR before install the document.
Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.
Submitted by: bento via kris |
22 Feb 2004 13:36:15
4700_1
|
nobutaka  |
1. Change the install location of elisp files.
2. SIZEify.
3. Install the document of elisp files.
PR: ports/63150 [1]
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> [1] |
08 Nov 2003 17:25:54
4700
|
nobutaka  |
Update to 4700. |
14 Oct 2003 14:47:37
4300b
|
nobutaka  |
Update checksum of 2ch.t. |
31 Aug 2003 12:26:36
4300b
|
nobutaka  |
Add WITH_2CHDIC knob.
It enables to include the 2ch BBS terms dictionary in the Anthy dictionary. |
24 Aug 2003 15:41:50
4300b
|
nobutaka  |
Take over maintainership. |
19 Aug 2003 07:06:52
4300b
|
daichi  |
update japanese/anthy: 4300 -> 4300b
PR: 55625
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
11 Jul 2003 18:39:40
4300
|
nork  |
Update to version 4300[1].
Drop MAINTAINERship.
PR: ports/54325 [1]
Submitted by: Ports Fury [1]
Approved by: maintainer timeout (a long time) |
07 Mar 2003 06:04:59
2427b
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
19 Sep 2002 03:18:03
2427b
|
kris  |
Add missing files |
26 Feb 2002 06:37:10 
|
nakai  |
Initial import. Another kana-kanji conversion server. |