CVS log for ports/japanese/FreeWnn-lib/files/patch-Wnn-jd-serverdefs
Up to [FreeBSD] / ports / japanese / FreeWnn-lib / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 2 14:47:17 2010 UTC (2 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Improve buffer management. This change should fix issues on amd64.
- Fix daemonizing part. It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts. Plus,
wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:21 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 2 23:08:14 2009 UTC (3 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -2 lines
- Use RFC 2553 API for AF_INET[46] socket handling. - Fix several potential buffer overflows. - Add missing "listenaddr ::1" to cserverc. - Add WITHOUT_INET6 handling.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 30 07:43:17 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
- Add "-a ADDR" option to jserver and "listenaddr" directive to jserverrc. This specifies listen address of the INET socket. Note that the default value is set as 127.0.0.1. If you need the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in $wnn_flags or modify jserverrc. - Fix a buffer overflow when very long file name is specified in the -f option. - Fix a typo in CONFIGURE_ARGS and COMMENT. - Rename a patch file (patch-Wnn-jd-serverdef).
