summaryrefslogtreecommitdiff
path: root/japanese/canna-server/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ah, my slippery fingers, portversion should be 3.6p1 instead.Masafumi Max NAKANE2002-12-021-1/+1
| | | | Pointed out by: knu
* Upgrade to 3.6p1, which contains security fixes.Masafumi Max NAKANE2002-12-021-4/+3
| | | | | | Approved by: kris Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Review and mod by: max
* Correctly handle wchar.Masafumi Max NAKANE2002-11-201-0/+1
| | | | Submitted by: AIDA Shinra <aida-s@jcom.home.ne.jp>
* Upgrade to 3.6.Masafumi Max NAKANE2002-11-111-22/+10
|
* Add back files/patch-af which should never be removed. This patch takes ↵Masafumi Max NAKANE2002-08-081-1/+1
| | | | | | | | 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>
* Oops, I meant to bump the PORTREVISION with the previous commit sinceMasafumi Max NAKANE2002-05-161-1/+1
| | | | that commit corrected possible problem with pkg_add'ing this port.
* - Canna doesn't use /var/run any longer.Masafumi Max NAKANE2002-05-161-4/+5
| | | | | | | | | | | - 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 LinkFileListAkinori MUSHA2002-04-021-1/+1
| | | | | | | | | | | | | | | | 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 ofMasafumi Max NAKANE2002-02-161-7/+1
| | | | in bsd.port.mk.
* Uncomment BUILD_DEPENDS to xmkmf which was accidentally commented out in 1.44.Masafumi Max NAKANE2002-01-201-1/+1
|
* Bump the PORTREVISION to reflect recent changes before the release.Masafumi Max NAKANE2002-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 toAkinori MUSHA2002-01-191-2/+4
| | | | | | XFREE86_VERSION. Submitted by: "Dan Langille" <dan@langille.org>
* Urgent fix before the freeze: Add the dependency on devel/imake ifAkinori MUSHA2002-01-191-0/+4
| | | | | | XFREE86_VERSION is 3. This would probably fix the build failure on bento.
* Typo fix in MLINKS.Masafumi Max NAKANE2002-01-151-2/+2
| | | | Pointed-out by: Masayuki FUKUI <m-fukui@jp.fujitsu.com>
* Adjust post-install and pkg-plist so that all necessary directoriesMasafumi Max NAKANE2001-11-211-3/+6
| | | | | 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.Masafumi Max NAKANE2001-11-201-0/+1
| | | | | | 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.)
* Remove unnecessary line (which has already been commented out).Masafumi Max NAKANE2001-11-201-1/+0
|
* Tweaks to make it usable on -current.Masafumi Max NAKANE2001-11-201-1/+1
| | | | | | | | 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 `.'.Masafumi Max NAKANE2001-11-181-1/+1
|
* Upgrade to 3.5b2.Masafumi Max NAKANE2001-11-181-29/+28
| | | | | | | 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.
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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 withMaxim Sobolev2000-06-161-1/+2
| | | | ldconfig in PLIST need personal consideration.
* Add missing manpages.Satoshi Asami2000-04-301-1/+3
| | | | Found by: bento
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-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.Masafumi Max NAKANE2000-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.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Correctly install manpages. The removal of USE_IMAKE in the previousSatoshi Asami1999-01-151-2/+2
| | | | commit screwed this up slightly.
* Stop RUN_DEPEND to X, make BUILD_DEPEND only,SADA Kenji1999-01-041-21/+15
| | | | | and some portlint check. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-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.Jun Kuriyama1998-10-101-2/+3
|
* Convert to ELF and cleanup use of MAN* macros.Steve Price1998-09-211-14/+19
|
* These ports install uncompressed manpages even though USE_IMAKE isSatoshi Asami1998-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.Jun Kuriyama1998-08-151-1/+3
| | | | | PR: ports/7400 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* due to /var/run permission change in 2.2.5-RELEASE, we changedJun-ichiro itojun Hagino1997-10-171-4/+7
| | | | | | change where to write pid file. Submitted by: sanpei@jp.freebsd.org
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-17/+13
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-7/+3
| | | | | Instead of writing several shell commands in post-install target, simply call pkg/INSTALL.
* Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1996-11-051-5/+5
|
* PKGNAME is now prefixed with ``jp-.''Masafumi Max NAKANE1996-09-181-3/+3
| | | | | | ${LOCALBASE} is used instead of /usr/local. Submitted by: asami@FreeBSD.ORG
* Changed the maintainer from Satoshi to Max.Masafumi Max NAKANE1996-09-181-14/+38
| | | | | | | | | | | | | | | | | | | | | 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)
* Fixed the problem that the startup script installed in /usr/local/etc/rc.dMasafumi Max NAKANE1996-09-171-3/+4
| | | | | didn't actually start the program. Amazingly, no one has complained about this problem!!
* Install startup script in .../etc/rc.d.Satoshi Asami1996-08-091-2/+12
| | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ad.jp>
* ${XMKMF} -> xmkmf, so that "make includes" and such won't get invokedSatoshi Asami1995-06-261-2/+2
| | | | | | twice. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* AddSatoshi Asami1995-06-241-1/+4
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)