/sysutils/mcelog/

'freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kinput2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Fix SIGSEGV problem on amd64.hrs2009-12-081-1/+4
| | | | | | | - Convert ConvDesc and ModeTable to a linked list, deprecate complex realloc-based memory management. - Add missing "${CAT} ${PKGMESSAGE}" in the post-install target. - Regenerate patches.
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* Prioritize $JSERVER over "CcWnn.Jserver" in the resource file forhrs2008-12-281-1/+1
| | | | server name lookup for consistency. Bump PORTREVISION.
* Fix a typo in WITH_WNN7.hrs2008-11-111-2/+2
| | | | | Spotted by: NAKAJI Hiroyuki PR: ports/128789
* Stop using :u modifier because old make(1) does not understand it.hrs2008-11-111-15/+18
| | | | Spotted by: ume
* Use mode 01777 for unix domain socket directory and drop accesshrs2008-11-081-1/+1
| | | | | | privilege to the unix domain socket from group and others. This should be no user-visible change.
* Use Unix domain socket for Wnn backend (jserver) by default.hrs2008-11-081-1/+1
|
* Fix packing list when all of WITH_*WNN* knobs are disabled andhrs2008-11-081-4/+24
| | | | | | only WITH_CANNA is enabled. Spotted by: WATANABE Kazuhiro
* - Disable TCP transport by default (WITH_TCP knob) because unixhrs2008-11-031-2/+7
| | | | | | domain socket is used in most cases. - Use "localhost" when TCP transport enabled.
* Use 127.0.0.1 for incoming communication socket (internally-usedhrs2008-11-021-1/+1
| | | | | one) instead of INADDR_ANY. This is not a user-visible change of the original functionality.