Skip site navigation (1)Skip section navigation (2)

CVS log for ports/japanese/dbskkd-cdb/Makefile

[BACK] Up to [FreeBSD] / ports / japanese / dbskkd-cdb

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:35 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- 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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 13 07:26:41 2010 UTC (2 years ago) by matusita
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 10 17:04:26 2009 UTC (3 years ago) by matusita
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -25 lines
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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 13 12:27:18 2009 UTC (3 years ago) by matusita
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Update as the dbskkd-cdb website was moved.

No PORTREVISION bump since tgzball is _not_ changed.

Notified by: Kenji Rikitake (the dbskkd-cdb author)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jul 4 06:49:55 2007 UTC (4 years, 7 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Use DISTVERSIONSUFFIX to simplify Makefile.
No contents change, no bump.

Verified with: make -V DISTNAME

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue May 9 00:17:58 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -1 lines
Remove USE_REINPLACE from categories starting with a J

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 17 15:53:22 2004 UTC (7 years, 1 month ago) by matusita
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -10 lines
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)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 30 14:36:48 2004 UTC (7 years, 3 months ago) by matusita
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +49 -22 lines
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)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 22 15:51:58 2003 UTC (8 years, 11 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_10_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
De-pkg-comment.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 21 06:00:42 2002 UTC (9 years, 4 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
Make a directory for documentation before installing anything.

Pointed out by: kris & bento's logfile.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 18 15:33:21 2002 UTC (9 years, 4 months ago) by matusita
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -21 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 15 15:47:39 2002 UTC (9 years, 11 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Change my email address to the one of @FreeBSD.org.

Reviewed by:	kuriyama

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 31 22:22:45 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:19:36 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
typo clean up police: \s -> \t

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:19:09 2000 UTC (11 years, 3 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Standardise on "matusita@jp.FreeBSD.org" instead of various other
capitalisations.

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 29 20:12:09 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change MASTER_SITES.

PR:		ports/20883
Submitted by:	Makoto Matsushita <matusita@jp.FreeBSD.ORG> (MAINTAINER)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 25 04:06:13 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -18 lines
- Unbreak the port by making it use cdb-0.55.  The breakage was due to
the update of database/cdb to 0.70.

PR:		ports/18092
Submitted by:	MAINTAINER

- Fix wrong work directory specifications.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:17:53 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -7 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:12:59 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.

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. :)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 26 03:23:17 1999 UTC (12 years, 3 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
update to 1.01

PR:		14016
Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Sep 8 17:08:42 1999 UTC (12 years, 5 months ago) by taoka
Branches: MATSUSHITA
CVS tags: v1_00, RELEASE_3_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Yet another dictionary server for SKK

PR:		12513
Submitted by:	Makoto Matsushita <matusita@jp.FreeBSD.ORG>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 8 17:08:42 1999 UTC (12 years, 5 months ago) by taoka
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options