| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
2.00_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
18 Mar 2011 17:59:51
2.00_1
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
13 Jan 2010 07:26:42
2.00_1
|
matusita  |
Use SUB_FILES to substitute pkg-message.
In theory, package contents will not be changed. But it _is_ really
changed so that bump PORTREVISION here.
PR: 142615
Submitted by: Sevan Janiyan, venture37 atmark geeklan.co.uk |
10 Feb 2009 17:04:27
2.00
|
matusita  |
Update to version 2.00 (yes, major _release_ version).
As you know, 1.71dev does chroot(2) to the directory that dictionary
is located, and this makes the server configuration a little bit confused.
1.71dev also uses stderr as debugging information output, so that it may
affect some clients if dbskkd-cdb is kicked from inetd(8).
But these annoyed days are over. 2.00 behavior is backed to the one
as of 1.01; no chroot(2), no debug output to stderr (yeah!).
From this version, dbskkd-cdb uses tinycdb instead of original cdb.
For Makefile simplicity, this ports BUILD_DEPENDS to tinycdb. Thanks
to higher compatibility between tinycdb and cdb, you don't need to
rebuild CDB dictionary file; ports/japanese/skk-jisyo-cdb is not changed.
I've removed two patches, the one is just unneeded for now, and the another
one is for ports understandability (patch-aa is not a good idea; I can keep
this, but this is the second major version release -- it is a good time
to rename the patch file.)
Thank you to Kenji Rikitake, the dbskkd-cdb author, to let me to know
the 2.00 release in advance, and give some time to update this ports. |
13 Jan 2009 12:27:18
1.71_1
|
matusita  |
Update as the dbskkd-cdb website was moved.
No PORTREVISION bump since tgzball is _not_ changed.
Notified by: Kenji Rikitake (the dbskkd-cdb author) |
04 Jul 2007 06:49:55
1.71_1
|
matusita  |
Use DISTVERSIONSUFFIX to simplify Makefile.
No contents change, no bump.
Verified with: make -V DISTNAME |
09 May 2006 00:18:07
1.71_1
|
edwin  |
Remove USE_REINPLACE from categories starting with a J |
10 Nov 2005 08:19:00
1.71_1
|
matusita  |
Put SHA256 checksums.
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...) |
18 Dec 2004 03:13:23
1.71_1
|
matusita  |
Use /usr/local instead of ${PREFIX}. Makefile tweaks it if user who
install via port changes PREFIX to other location.
Submitted by: sf |
18 Dec 2004 03:09:00
1.71_1
|
matusita  |
Forget to add a new file, pkg-message... Pointy hat me.
Pointed out by: sf |
17 Dec 2004 15:53:22
1.71_1
|
matusita  |
Update for the better package, including:
- info messages moved to ${PKGMESSAGE} for pkg_add(1).
- remove old messages.
- employ PLIST_FILES.
- respect CFLAGS if user wants.
- add WWW: line.
- add messages for old users that why this daemon runs as root.
Submitted by: sf (except WWW: line) |
30 Oct 2004 14:36:48
1.71
|
matusita  |
Update to 1.71.
As you know, version 1.71 (actually 1.71dev) is "development version."
However, this version was already available in 20th century, and there
are no "doesn't work" information. The author of dbskkd-cdb says it's
ok to update this port to version 1.71dev, so here it is.
With a help of ports/databases/cdb, the Makefile is simpler than previous.
No features are changed, except dbskkd-cdb does chroot(2) in this version.
Since chroot(2) requires superuser privilege, dbskkd-cdb should be started
by root. For inetd user, please double-check your inetd.conf line from
skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb
to
skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb"
to kick by root. Daemontools users please consult the document.
Thanks to: Kenji Rikitake (the dbskkd-cdb author) |
10 Feb 2004 17:07:01
1.01_1
|
matusita  |
SIZEify. |
22 Feb 2003 15:51:59
1.01_1
|
matusita  |
De-pkg-comment. |
21 Sep 2002 06:00:42
1.01_1
|
matusita  |
Make a directory for documentation before installing anything.
Pointed out by: kris & bento's logfile. |
18 Sep 2002 15:34:22
1.01_1
|
matusita  |
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. |
18 Sep 2002 15:33:21
1.01_1
|
matusita  |
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. |
15 Mar 2002 15:47:40
1.01
|
matusita  |
Change my email address to the one of @FreeBSD.org.
Reviewed by: kuriyama |
31 May 2001 23:22:59 
|
ade  |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk |
14 Feb 2001 20:19:44 
|
lioux  |
typo clean up police: \s -> \t |
15 Oct 2000 04:19:12 
|
nbm  |
Standardise on "matusita@jp.FreeBSD.org" instead of various other
capitalisations. |
08 Oct 2000 03:24:23 
|
asami  |
Convert category japanese to new layout. |
29 Aug 2000 21:12:12 
|
knu  |
Change MASTER_SITES. |