Will Andrews
e05ed36727
Say goodbye to Qt 1.x and all of its dependents. The one port I found
...
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Jun Kuriyama
869052c989
Recommend to use official locale name "ja_JP.eucJP" instead of
...
obsolete locale name "ja_JP.EUC".
Use FreeBSD email address in Makefile MAINTAINER line.
Submitted by: horikawa (maintainer)
2002-04-15 00:49:40 +00:00
Jun Kuriyama
2db34b8bb6
jcatman should specify -dlang=ja_JP.eucJP when it invokes groff.
...
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> via horikawa
2002-04-15 00:47:50 +00:00
Patrick Li
55cac08b3d
Update to 3.1.2
...
PR: 37033
Submitted by: maintainer
2002-04-14 20:26:14 +00:00
Trevor Johnson
773dbcde7d
Update Japanese, German, and French Netscape ports to version 6.2.2
...
(the English port was already updated, because Netscape released
that binary before releasing the others).
Install Netscape in a different directory for each different language.
The startup command is now called netscape6english, netscape6french,
and so on, rather than just netscape6. Because of this, I set
PORTREVISION for the English version.
2002-04-14 01:52:33 +00:00
Ade Lovett
f18cbf2fa6
gettext upgrade uber-patch (stage 3)
...
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
2002-04-12 17:10:20 +00:00
Yoichi NAKAYAMA
922e33044b
Change maintainer's address to the one at FreeBSD.org.
2002-04-11 14:51:07 +00:00
Shigeyuki Fukushima
c856368a91
Fix wnn option.
...
Don't build info (this package does not need info).
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12612
2002-04-10 16:29:21 +00:00
Yoichi NAKAYAMA
1aaa37ca28
Don't run autoconf. It has configure script and the use of autoconf
...
2.53 cause breakage of it.
PR: ports/36864
Submitted by: maintainer
2002-04-10 10:09:49 +00:00
SADA Kenji
4314519f45
ja/bdf-fonts is replaced with ja/alias-fonts which was repo.copied from
...
ja/netscape-fonts.
2002-04-09 20:20:33 +00:00
SADA Kenji
a315e997ef
depending port ja-bdf-fonts was renamed to ja-alias-fonts
2002-04-09 20:13:49 +00:00
SADA Kenji
226ae7ce02
Rename depending port: bdf-fonts to alias-fonts.
2002-04-09 10:57:27 +00:00
SADA Kenji
3cb1f9c8c4
activate alias-fonts
2002-04-09 09:22:45 +00:00
SADA Kenji
a658de265f
Add fonts aliases.
...
Submitted by: maintainer
Submitted at: http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/12352
2002-04-09 09:20:56 +00:00
SADA Kenji
f8d2c50bef
Add new port alias-fonts, which obsoletes netscape-fonts.
...
As an improvement, it looks like same fonts irrespective of size.
It was renamed because it could be utilized with several Japanese apps, not only with Netscape.
You can trace the discussion at:
<http://home.jp.FreeBSD.org/cgi-bin/thread?mesid=%3c20020115163006%2e482281905%40taro%2ec%2eu%2dtokyo%2eac%2ejp%3e >
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-04-09 09:05:22 +00:00
Ying-Chieh Liao
17aae3e972
upgrade to 20020208
...
PR: 36922
Submitted by: maintainer
2002-04-09 08:19:17 +00:00
Bill Fenner
b889b7313b
Allow close-paren in a prototype [specifically for ioctl in configure]
2002-04-09 06:11:19 +00:00
Bill Fenner
b14f5cee7c
Don't redefine INT32_MAX
2002-04-09 06:10:54 +00:00
Yoichi NAKAYAMA
8b01dbd3ac
Add ebview, a gtk based tool to access CD-ROM dictionaries.
2002-04-05 16:02:16 +00:00
Ying-Chieh Liao
a4cecf2e4a
upgrade to 0.9.9
...
PR: 36750
Submitted by: maintainer
2002-04-04 18:08:15 +00:00
Yoichi NAKAYAMA
56c167afd4
Add kanjipad, a Japanese handwriting recognition tool.
...
PR: ports/36538
Submitted by: Christophe Juniet <cjuniet@entreview.com>
2002-04-03 16:11:01 +00:00
Patrick Li
82d93c25ff
Update to 2.10.3
...
PR: 36571
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Approved by: maintainer
2002-04-02 22:18:42 +00:00
Yoichi NAKAYAMA
fd2f2b3c3c
Fix for 5-current.
2002-04-02 20:23:00 +00:00
Akinori MUSHA
0f99a32cee
Fix libintl/libiconv dependencies.
2002-04-02 04:26:01 +00:00
Akinori MUSHA
a2330b1ecd
- Make this compile with imake 4.2.0, in which the LinkFileList
...
definition has been changed somehow. Add a patch to override it with
the previous definition.
Addressed by: Marc Espie <espie@openbsd.org>
- Add a patch to fix bzero()/bcopy() namespace collision. (by me)
- Change one of the master sites.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Discussed on: ports-jp@jp.FreeBSD.org
On behalf of: max (MAINTAINER)
2002-04-02 03:45:20 +00:00
Patrick Li
55b7b4d2b6
Update to 1.3.28.j1
...
PR: 36637
Submitted by: maintainer
2002-04-02 03:32:09 +00:00
Akinori MUSHA
4810accfaa
Remove japanese/gnomecore from LIB_DEPENDS, now that x11/gnomecore has
...
integrated the ja-gnomecore patches.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> [ports-jp 12552]
2002-04-01 11:16:48 +00:00
Akinori MUSHA
25324996fe
Mark as IGNORE saying "gnomecore 1.4.0.6 has these patches merged -
...
just install x11/gnomecore".
Submitted by; SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> [ports-jp 12552]
2002-04-01 11:15:01 +00:00
Kris Kennaway
f33affe258
Remove internal strcasestr implementation to fix build.
2002-04-01 03:39:55 +00:00
Akinori MUSHA
92b63d50f0
Update to 1.7.
2002-03-31 20:40:18 +00:00
Yoichi NAKAYAMA
9eec0e1865
Change LIB_DEPENDS since eb port is updated and
...
old one is preserved as japanese/eb2.
2002-03-31 18:01:50 +00:00
Patrick Li
0dbc019692
Update to 0.15.0
...
PR: 36578
Submitted by: maintainer
2002-03-31 18:01:07 +00:00
Akinori MUSHA
ef1e71ffee
Catch up with japanese/eb's update to 3.2.1. Bump PORTREVISION.
2002-03-31 16:47:01 +00:00
Yoichi NAKAYAMA
88c33443f4
Update japanese/eb for the latest version 3.2.1 and
...
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
2002-03-31 16:14:54 +00:00
Yoichi NAKAYAMA
d6f19b1281
Change LIB_DEPENDS since eb is repo-copied to eb2.
2002-03-31 15:54:32 +00:00
Yoichi NAKAYAMA
819f782910
Activate eb2 (repo-copied from japanese/eb).
2002-03-31 15:52:41 +00:00
Akinori MUSHA
86f4c3d05b
- Add a patch to unbreak the port.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546]
- Fix MASTER_SITES.
2002-03-31 13:10:50 +00:00
SADA Kenji
274b18d82a
Stop building those obsoleted packages on Bento.
2002-03-29 15:53:33 +00:00
Akinori MUSHA
16f4385330
Update to 2.10-pl2, which fixes a cross-site scripting vulnerability
...
and a security hole in a CGI script. Please upgrade!
PR: ports/36116
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
(I'm committing this before asking the maintainer, since this is a
critical update)
2002-03-28 14:28:45 +00:00
Trevor Johnson
b44efee3dc
Update English Netscape to 6.2.2, with unknown changes. The French,
...
German and Japanese ones remain at 6.2.1.
Bump PORTREVISION for those, because of change to startup script.
2002-03-27 17:48:52 +00:00
Shigeyuki Fukushima
733c76ecd0
Update to 2.2.2-j1.1.
...
PR: ports/35452
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2002-03-27 16:06:37 +00:00
Patrick Li
6721ad2079
Update to 20020326
...
PR: 36360
Submitted by: maintainer
2002-03-27 07:10:03 +00:00
Jun Kuriyama
ce9e5b7d6f
Fix broken dependency to ja-bdf-fonts.
2002-03-26 00:11:34 +00:00
Akinori MUSHA
e079a68013
Remove libchasen.la properly.
...
Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2002-03-25 21:14:39 +00:00
Maxim Sobolev
62f2687e21
Add USE_SUBMAKE, where it might be necessary.
2002-03-25 09:19:20 +00:00
Akinori MUSHA
b3236d7051
Update CHASEN_VERSION. (There was no functional change)
...
Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2002-03-23 16:25:58 +00:00
Akinori MUSHA
5a6ca81db5
Sayonara, WXG for FreeBSD. Hope we'll see you again some time..
2002-03-22 03:45:20 +00:00
Maxim Sobolev
7d3c8440d8
Fix breakage cause by recent freetype overhaul.
2002-03-18 14:53:44 +00:00
Maxim Sobolev
449a928eea
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
...
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c
Bump PORTREVISION to reflect the (lib)iconv upgrade.
2002-03-18 10:27:58 +00:00