1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

3207 Commits

Author SHA1 Message Date
Trevor Johnson
4df3c270df The release notes say:
Do not share a profile between Netscape and Mozilla builds.  Doing
	this can lead to unpredictable results, some of which may include
	loss of Search settings and preferences and unchecked growth of
	the Bookmarks file (large enough to freeze your system).  It is
	best to create a new profile for each or manually copy (and change
	the name [of]) an existing profile.

Warn users about this.
2002-10-15 09:49:09 +00:00
Masafumi Max NAKANE
f25e2221ce Add a patch to correct the problem with interaction between ircII and screen.
Suggested by:	mistral@imasy.or.jp (Yoshihiko SARUMARU)
Patch Obtained From:	PR 11388 (from Christopher N. Harrell <cnh@mindspring.com>)
2002-10-14 23:01:03 +00:00
Trevor Johnson
fc66aa4263 I remove the linux-netscape6 ports from ports/french, ports/german,
ports/japanese and ports/www.  In their place, I add corresponding netscape7
ports, after repo copies.  Now ports/www/netscape7 will no longer be a slave
port.  Instead it is the master port for the others.

The French, German, and Japanese ports now have AIM, because I had trouble
getting them to work without it.

I add a security warning to all these ports, about the "forward referrer" bug
(Mozilla bug 145579).
2002-10-14 13:50:21 +00:00
SADA Kenji
92008b7d05 Add new port: ja-mikachan-ttfonts.
This is handwritten TrueType font-set.

See: http://mikachan-font.com

Lha use was adviced by sf, thanks.
2002-10-14 07:07:12 +00:00
Kris Kennaway
6f539376b3 The word port has not been fetchable and has been marked FORBIDDEN for
11 months.  Remove it.
2002-10-13 03:48:19 +00:00
Kris Kennaway
ba64d7342f This port became part of the base system in 4.0-RELEASE and is therefore
obsolete.  Remove it.
2002-10-13 03:47:00 +00:00
Kris Kennaway
421b5f8cf2 The micq port was marked FORBIDDEN for security reasons 13 months ago.
Remove it.
2002-10-13 03:33:19 +00:00
Kris Kennaway
63f35a40db The canuum port was marked FORBIDDEN for security reasons 2 years and 1 month
ago.  Remove it.
2002-10-13 03:25:56 +00:00
Trevor Johnson
033ecd2611 Remove xklock port. It has been forbidden for 20 months. 2002-10-12 00:48:41 +00:00
Alan Eldridge
f62b4deba3 1. Removed comments from pkg-plist files per will's request.
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those
   cvsup servers (in about an hour or so)!
2002-10-11 07:42:22 +00:00
Hye-Shik Chang
3b53c7926f Update to 1.4.9 2002-10-08 04:32:21 +00:00
Akinori MUSHA
ea4cef3e92 Use RUBY_MOD*. 2002-10-06 21:38:34 +00:00
Akinori MUSHA
f006f18654 Reflect *_RD renaming. 2002-10-06 19:50:45 +00:00
MANTANI Nobutaka
c720a42a37 Add migemo-xemacs-devel-mule, a Japanese incremental search tool for xemacs-devel-mule.
PR:		ports/42873
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2002-10-06 13:17:46 +00:00
MANTANI Nobutaka
c8bbb5c11a Unify post-install targets of migemo-* ports. 2002-10-06 12:55:43 +00:00
Kris Kennaway
06ab801084 BROKEN: Broken by master port update 2002-10-05 22:59:33 +00:00
Kris Kennaway
641b3ae87b BROKEN: Broken dependency 2002-10-05 22:57:52 +00:00
Kris Kennaway
7dfc6744de BROKEN: Does not compile 2002-10-05 22:11:09 +00:00
Kris Kennaway
c636b0a35e BROKEN: Incorrect pkg-plist 2002-10-05 21:52:28 +00:00
Yoichi NAKAYAMA
af3d207d56 Specify PORTVERSION explicitly. 2002-10-05 19:37:26 +00:00
Yoichi NAKAYAMA
bfdba0377b update to 200210 version 2002-10-05 19:31:34 +00:00
Akinori MUSHA
0b4fc6a9d6 Fix a bug where the following piece of code causes coredump:
perl -e '
        use Text::Kakasi;
        Text::Kakasi::getopt_argv("kakasi", "-ieuc", "-Ha");
        Text::Kakasi::do_kakasi("\xa1\xb3");
    '

Found by:	GOTO Kentaro <gotoken@notwork.org>
2002-10-05 11:24:29 +00:00
Akinori MUSHA
cd0a61e05e Update to 020928. 2002-10-05 11:18:46 +00:00
Akinori MUSHA
cf0fbaead2 s/PLIST_SUB=/PLIST_SUB+=/ to fix packaging. 2002-09-29 21:05:03 +00:00
Masafumi Max NAKANE
43b9d438e0 Fix the build error caused by conflicting malloc() prototype declaration.
Submitted by:	Shingo WATANABE <nabe@nabechan.org>
PR:		42944
2002-09-26 20:58:27 +00:00
MIHIRA Sanpei Yoshiro
d71ebcfb97 Fix values.h build problem
Submitted by:	bento
2002-09-25 13:48:35 +00:00
Norikatsu Shigemura
db23b3817f Unbreak building kterm on 4.6-REL or later.
Submitted by:		bento
Approved by:		knu (mentor)
2002-09-23 16:57:09 +00:00
Akinori MUSHA
80bf54119f Since WITH_{CANNA,FREEWNN,WNN6,SJ3} are always defined, there is no
need to check if they are defined.  Remove the checks and correct
conditional PLIST_SUB+= assignment.

Submitted by:	bento
2002-09-23 11:28:55 +00:00
Akinori MUSHA
e7adaf2a02 Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS. 2002-09-21 07:11:33 +00:00
Makoto Matsushita
91942e3d7d Make a directory for documentation before installing anything.
Pointed out by: kris & bento's logfile.
2002-09-21 06:00:42 +00:00
Kiriyama Kazuhiko
98b16dd4b3 Update to 1.0.1.
Submitted by: MAYAMA Ko <maya@spring8.or.jp>, PR: ports/42874
2002-09-21 02:26:02 +00:00
Akinori MUSHA
98bd56e60d - Update to 2.05.
- Install English manpage and more documents, and do not install a
  copy of GPL.

- Support NOPORTDOCS properly.

- Add WWW.

- Hand maintainership over to the submitter. (MAINTAINER timeout)
2002-09-20 23:30:38 +00:00
Jun Kuriyama
82ac6f0ccb Add USE_BISON.
Reported by:	bento
2002-09-20 02:39:31 +00:00
Kris Kennaway
a14db01f36 Add missing directories 2002-09-19 02:20:09 +00:00
Kris Kennaway
bf64a9173f Add missing files 2002-09-19 02:18:03 +00:00
OKAZAKI Tetsurou
d212585184 Update tmac suite to 20020918 of RELENG_4.
Change the default .Os value to FreeBSD 4.7.
Bump PORTREVISION.
2002-09-19 01:38:47 +00:00
Makoto Matsushita
18d40dffde Use ports/japanese/skk-jisyo-cdb.
There is no functional changes for server itself.  However, the dictionaly
location is changed, so bump PORTREVISION to notify the change to the users.

patch-ab is no longer needed, since this ports doesn't build CDB format
dictionary anymore.
2002-09-18 15:34:21 +00:00
Yoichi NAKAYAMA
cfa79909bf Add skk-jisyo-cdb, SKK dictionary files in another format.
Submitted by:	YANO Toru <toru@maid.ne.jp>
		KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-09-16 18:35:54 +00:00
Akinori MUSHA
07200067da Update to jnethack-3.4.0-0.8. 2002-09-16 09:00:20 +00:00
Satoshi Taoka
8ede6d055b Support the original dictionary EIJIRO included in a book sold by ALC Inc.
In the version, the dictionary files are archived in LHA format

Change ${ENV} to ${SETENV}

Submitted by: knu

Fix the dependency
  Using FreePWING 1.4.3, deleting CR after NL is not necessary
  So nkf is not necessary.
  After FreePWING 1.4.2, catdump is used in FreePWING instead of
  epwutil.
2002-09-15 05:48:30 +00:00
Satoshi Taoka
eda1c349ae Update to version 1.4.3 2002-09-15 05:25:22 +00:00
Akinori MUSHA
fac517ae29 Update to 2.0.12. 2002-09-13 12:11:53 +00:00
Akinori MUSHA
0ad0d6fd2a Update skkinput3 to 3.0_1 after a repocopy from japanese/skkinput.
PR:		ports/41808
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-09-13 10:18:23 +00:00
Satoshi Taoka
322031a4c5 New port: OTOJIRO English - Japanese Dictionary (EPWING V1 format) 2002-09-13 05:52:57 +00:00
Satoshi Taoka
5408006015 New port: WAEIJIRO Japanese - English Dictionary (EPWING V1 format) 2002-09-13 05:51:56 +00:00
MANTANI Nobutaka
e40f019308 Update to 0.15. 2002-09-12 14:01:48 +00:00
Alan Eldridge
d7e4c9c96f Missed these. They can hide, but they can't get away.... 2002-09-11 01:15:56 +00:00
Alan Eldridge
8aa0f055fe texas chainsaw kde2 massacre 2002-09-10 17:10:14 +00:00
Alan Eldridge
854767b236 texas chainsaw kde2 massacre 2002-09-10 16:00:11 +00:00
Alan Eldridge
6d20589d73 texas chainsaw kde2 massacre 2002-09-10 15:47:30 +00:00