diff options
author | hrs <hrs@FreeBSD.org> | 2008-10-30 15:43:17 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-10-30 15:43:17 +0800 |
commit | ab746ca863b6adbbabefbf962d5b3c8b46a2f3d2 (patch) | |
tree | 55ef80449d1ec8a4da2d94a34b794bb6fd238b97 /japanese/FreeWnn-server/Makefile | |
parent | 1a84e28c35faf91a9661f1e91984c38ba6b83651 (diff) | |
download | freebsd-ports-gnome-ab746ca863b6adbbabefbf962d5b3c8b46a2f3d2.tar.gz freebsd-ports-gnome-ab746ca863b6adbbabefbf962d5b3c8b46a2f3d2.tar.zst freebsd-ports-gnome-ab746ca863b6adbbabefbf962d5b3c8b46a2f3d2.zip |
- 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).
Diffstat (limited to 'japanese/FreeWnn-server/Makefile')
-rw-r--r-- | japanese/FreeWnn-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/FreeWnn-server/Makefile b/japanese/FreeWnn-server/Makefile index 865db29eaf7c..67e4e5e20deb 100644 --- a/japanese/FreeWnn-server/Makefile +++ b/japanese/FreeWnn-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeWnn PORTVERSION= 1.1.1.a021 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= japanese MASTER_SITES= ftp://ftp.freewnn.org/pub/%SUBDIR%/ \ ${MASTER_SITE_SOURCEFORGE_JP} @@ -17,7 +17,7 @@ PKGNAMESUFFIX= -server DISTNAME= ${PORTNAME}-1.1.1-a021 MAINTAINER= hrs@FreeBSD.org -COMMENT?= A Japanese/Chinese/Korean input method (Japanese client libraries) +COMMENT?= A Japanese/Chinese/Korean input method (Japanese server) USE_BZIP2= yes GNU_CONFIGURE= yes @@ -32,7 +32,7 @@ SUB_LIST= RC_SUBR=${RC_SUBR} PKGINSTALL= ${WRKDIR}/pkg-install WNNTYPE?= WNN -CONFIGURE_ARGS= --enable-library=no ${CONFIGURE_ARGS.${WNNTYPE}} +CONFIGURE_ARGS= --enable-libraries=no ${CONFIGURE_ARGS.${WNNTYPE}} # Wnn LIB_DEPENDS.WNN= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib |