1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
6706303a87 Upgrade to 3.6p3. 2003-02-06 08:03:38 +00:00
Masafumi Max NAKANE
9357df90df Upgrade to 3.6p1, which contains security fixes.
Approved by:	kris
Submitted by:	KANOU Hiroki <kanou@mil.allnet.ne.jp>
Review and mod by:	max
2002-12-02 03:30:48 +00:00
Masafumi Max NAKANE
c363efe2a4 Correctly handle wchar.
Submitted by:	AIDA Shinra <aida-s@jcom.home.ne.jp>
2002-11-20 05:35:14 +00:00
Masafumi Max NAKANE
a67b340bea Cannaserver now has the -u option which allow you to specify who should
own the server process.  So instead of patching up the source to
drop the root privilege, just use this.
Suggested by:	AIDA Shinra <aida-s@jcom.home.ne.jp>
2002-11-14 02:25:20 +00:00
Masafumi Max NAKANE
c62e5cfc9f The LinkFileList hack, introduced in Rev 1.7.
Pointed-out by:	AIDA Shinra <aida-s@jcom.home.ne.jp>
2002-11-14 00:00:55 +00:00
Masafumi Max NAKANE
32b646a55e Ooops, forgot to 'cvs rm' this when upgrading to 3.6.
Pointed out by:	KANOU Hiroki <kanou@mil.allnet.ne.jp>
2002-11-12 05:01:49 +00:00
Masafumi Max NAKANE
82fb117ba8 Upgrade to 3.6. 2002-11-11 23:53:57 +00:00
Kris Kennaway
d3b6a0557b Fix build on -current
Submitted by:	tjr
2002-10-26 03:10:46 +00:00
Masafumi Max NAKANE
96dff61bf0 Add back files/patch-af which should never be removed. This patch takes care of two remote buffer overflows in server/misc.c. This patch was accidentally removed when the port was upgraded.
Since this fixes a security problem, bump the port revision.

Pointed-Out by:	TOGAWA Satoshi <toga@puyo.org>
2002-08-08 04:53:19 +00:00
Masafumi Max NAKANE
60db302613 - Canna doesn't use /var/run any longer.
- Improve the startup script.
- Modify the pkg-plist so that pkg_delete won't complain even when
  user dictionaries are installed.
- Use correct syntax for chown (bin.bin -> bin:bin)
Credits:	nyan@jp.FreeBSD.org
		nork@FreeBSD.org
		takachan@running-dog.net
		knu@iDaemons.org
2002-05-16 07:49:43 +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
Masafumi Max NAKANE
ff7527b800 One more correction to the dictionary.
Submitted by:	Yasuhide CANADA <canada@dai.meta.ne.jp>
2002-01-12 17:54:32 +00:00
Masafumi Max NAKANE
b276e40d0a A patch to correct an error in the dictionary.
PR:		33779
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Credit:		Yasuhide CANADA <canada@dai.meta.ne.jp>
2002-01-11 03:32:55 +00:00
Masafumi Max NAKANE
3f64b27b44 Correct the problem which caused server/main.c to be uncompilable.
With this fix, problems on -current should have been eliminated.
I'm bumping the PORTREVISION to encourage the update.  (Maybe I should've
done it when I changed the way cannaserver is run, anyway.)
2001-11-20 23:35:36 +00:00
Masafumi Max NAKANE
0ac810a065 Make dic/ideo/pubdic/pod.c compilable on -current.
Submitted by:	Takayuki Tamura <ttathome@remus.dti.ne.jp>
2001-11-20 21:07:11 +00:00
Masafumi Max NAKANE
8899852d45 Tweaks to make it usable on -current.
Due to changes to signal handling, invoked child process was not able to
send SIGQUIT to the parent.
So instead of installing the binary set{[gu]id(bin), setuid(bin) after
successful invokation.
Reported by:	Takayuki Tamura <ttathome@remus.dti.ne.jp>
2001-11-20 03:15:58 +00:00
Masafumi Max NAKANE
3c1817697c Upgrade to 3.5b2.
This upgrade is based on submissions from several people over years.
I have been reluctant to upgrade this port primarily because
I was never sure about the shared lib compatibility.
Thanks to those who submitted the patch as well as tested the new version.
2001-11-18 04:48:55 +00:00
Thomas Gellekum
d7860b6f9a Fix script I broke.
PR:		19744
Submitted by:	knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp>
2000-07-07 11:31:00 +00:00
Thomas Gellekum
546041ba31 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.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Jun Kuriyama
ab5bccd127 Add length of delimiters.
Suggested by:	kjm@RINS.RYUKOKU.AC.JP
2000-06-30 04:35:23 +00:00
Jun Kuriyama
6366da8219 Fix remote buffer overflow vulnerability.
References:	SPSadvisory#38
		http://shadowpenguin.backsection.net/advisories/advisory038.html
		(Japanese only)
		http://shadowpenguin.backsection.net/advisories/index.html
		(English abstract included)

Max, should we use "canna" UID for sandbox'ing?
2000-06-30 01:47:44 +00:00
SADA Kenji
a42b65903e Stop RUN_DEPEND to X, make BUILD_DEPEND only,
and some portlint check.
Submitted by:	MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
1999-01-04 20:21:59 +00:00
Jun-ichiro itojun Hagino
69e4331ab0 due to /var/run permission change in 2.2.5-RELEASE, we changed
change where to write pid file.

Submitted by:	sanpei@jp.freebsd.org
1997-10-17 15:59:05 +00:00
Satoshi Asami
dff06dcb78 Fix this slightly differently, change "all:" to "all:", this seems more
in line with the other Makefiles.
1997-06-11 19:57:23 +00:00
Satoshi Asami
0c198ec479 Remove empty "all:" target. Something in XFree86-3.3 imake config files
makes make unhappy about this line.
1997-06-11 12:01:12 +00:00
Masafumi Max NAKANE
33176cf1db Replaced spaces with tabs in several places, so that Imake will generates
valid Makefiles.
1996-10-31 05:06:27 +00:00
Masafumi Max NAKANE
2de7100601 So, here it comes back again. (I certainly hope the keyword substitution
mode is set correctly.)
1996-09-19 11:19:12 +00:00
Masafumi Max NAKANE
a9b1782c91 The keyword substitution mode of patch-ad needs to be changed to -ko,
so I remove this file first.
(And it will be back soon.)
1996-09-19 11:13:51 +00:00
Masafumi Max NAKANE
98f501df18 Fixed broken patch file. (Well, I hope it works...) 1996-09-19 09:49:38 +00:00
Masafumi Max NAKANE
e1d8feedad Changed the maintainer from Satoshi to Max.
This port now installs man pages.

(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.

Changed the location and the name of the lock file to /var/run/Canna.pid.

Changed the location of the log file to /var/log.

Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)

In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.

Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
1996-09-18 08:02:06 +00:00
Satoshi Asami
ab9d51b7e6 Upgrade, 3.2p1 -> 3.2p2.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-22 00:35:39 +00:00
Satoshi Asami
b4fd20d4a0 Canna, a kana-kanji conversion engine from NEC. 1995-03-06 08:12:40 +00:00