summaryrefslogtreecommitdiffstats
path: root/japanese/canna-lib
Commit message (Collapse)AuthorAgeFilesLines
* Oops, I meant to bump the PORTREVISION with the previous commit sincemax2002-05-161-1/+1
| | | | that commit corrected possible problem with pkg_add'ing this port.
* - Canna doesn't use /var/run any longer.max2002-05-163-22/+23
| | | | | | | | | | | - 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
* - Make this compile with imake 4.2.0, in which the LinkFileListknu2002-04-023-3/+75
| | | | | | | | | | | | | | | | 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)
* Remove the dependency to imake since this is now taken care ofmax2002-02-161-7/+1
| | | | in bsd.port.mk.
* Uncomment BUILD_DEPENDS to xmkmf which was accidentally commented out in 1.44.max2002-01-201-1/+1
|
* Bump the PORTREVISION to reflect recent changes before the release.max2002-01-201-1/+1
| | | | | | | | | I intentionally left the PORTREVISION when the corresponding changes were committed because: 1. MLINKS correction was not as significant as requiring PORTREVISION bump. 2. There could be more minor corrections to the dictionary and I did not think it was worth putting everyone through the upgrade every time minor correction was made to the dictionary.
* Properly include bsd.port.pre.mk before the reference toknu2002-01-191-2/+4
| | | | | | XFREE86_VERSION. Submitted by: "Dan Langille" <dan@langille.org>
* Urgent fix before the freeze: Add the dependency on devel/imake ifknu2002-01-191-0/+4
| | | | | | XFREE86_VERSION is 3. This would probably fix the build failure on bento.
* Typo fix in MLINKS.max2002-01-151-2/+2
| | | | Pointed-out by: Masayuki FUKUI <m-fukui@jp.fujitsu.com>
* One more correction to the dictionary.max2002-01-121-0/+11
| | | | Submitted by: Yasuhide CANADA <canada@dai.meta.ne.jp>
* A patch to correct an error in the dictionary.max2002-01-111-0/+11
| | | | | | PR: 33779 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Credit: Yasuhide CANADA <canada@dai.meta.ne.jp>
* Adjust post-install and pkg-plist so that all necessary directoriesmax2001-11-212-9/+12
| | | | | are created with proper mode/ownership at installation time, and thus, possible to pkg_delete cleanly.
* Correct the problem which caused server/main.c to be uncompilable.max2001-11-202-1/+2
| | | | | | 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.)
* Make dic/ideo/pubdic/pod.c compilable on -current.max2001-11-201-0/+20
| | | | Submitted by: Takayuki Tamura <ttathome@remus.dti.ne.jp>
* Remove unnecessary line (which has already been commented out).max2001-11-201-1/+0
|
* Tweaks to make it usable on -current.max2001-11-204-3/+70
| | | | | | | | 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>
* Oops, PORTVERSION had an extraneous `.'.max2001-11-181-1/+1
|
* Upgrade to 3.5b2.max2001-11-1811-419/+116
| | | | | | | 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.
* user.group -> user:group in chown call(s).dd2001-07-261-3/+3
|
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Fix script I broke.tg2000-07-071-1/+2
| | | | | PR: 19744 Submitted by: knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp>
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-8/+21
| | | | | | | 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.
* Add length of delimiters.kuriyama2000-06-301-2/+2
| | | | Suggested by: kjm@RINS.RYUKOKU.AC.JP
* Fix remote buffer overflow vulnerability.kuriyama2000-06-301-0/+22
| | | | | | | | | | 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?
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-3/+2
| | | | ldconfig in PLIST need personal consideration.
* Add some @dirrm's to cleanup after itself.asami2000-04-301-0/+8
| | | | Found by: bento
* Add missing manpages.asami2000-04-301-1/+3
| | | | Found by: bento
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-3/+3
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Use devel/imake instead of x11/XFree86.max2000-03-081-1/+1
| | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Use 'mkdir -p' to create /var/run/Canna in PLIST just in case it existssteve1999-07-041-1/+1
| | | | already.
* Correctly install manpages. The removal of USE_IMAKE in the previousasami1999-01-151-2/+2
| | | | commit screwed this up slightly.
* Stop RUN_DEPEND to X, make BUILD_DEPEND only,sada1999-01-042-21/+25
| | | | | and some portlint check. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Fix warning message.kuriyama1998-10-101-2/+3
|
* ELF shlib names should be listed when a.out shlibs end with ".0".asami1998-09-211-4/+4
|
* Convert to ELF and cleanup use of MAN* macros.steve1998-09-212-76/+25
|
* These ports install uncompressed manpages even though USE_IMAKE isasami1998-08-251-1/+2
| | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
* mkdir /var/run/canna at startup script.kuriyama1998-08-151-1/+3
| | | | | PR: ports/7400 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* dirrm absolute path -> unexecitojun1997-10-171-1/+1
|
* due to /var/run permission change in 2.2.5-RELEASE, we changeditojun1997-10-173-119/+84
| | | | | | change where to write pid file. Submitted by: sanpei@jp.freebsd.org
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-141-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* /bin/sh -> ${SH}max1997-07-131-2/+2
|
* Fix this slightly differently, change "all:" to "all:", this seems moreasami1997-06-111-2/+3
| | | | in line with the other Makefiles.
OpenPOWER on IntegriCloud