ports/128789: [PATCH] japanese/ja-kinput2: fix the build error with wnn7

NAKAJI Hiroyuki nakaji at jp.freebsd.org
Tue Nov 11 15:10:03 UTC 2008


>Number:         128789
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-kinput2: fix the build error with wnn7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 15:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ra333.heimat.gr.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #121: Sat Nov  8 16:31:36 JST
>Description:
When WNN7 is active, libwnn7 must be used instead of libwnn6.
I think it is just a typo.

Port maintainer (hrs at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ja-kinput2-3.1_9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /net/www/home/ncvs/ports/japanese/kinput2/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	8 Nov 2008 07:10:42 -0000	1.28
+++ Makefile	11 Nov 2008 14:15:44 -0000
@@ -44,7 +44,7 @@
 CONF.WNN7=		'\#define UseWnn' \
 			'\#define UseWnn6' \
 			WNNINCDIR=$(LOCALBASE)/include/wnn7/wnn \
-			WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt"
+			WNNLIB="-L$(LOCALBASE)/lib -lwnn7 -lcrypt"
 PLIST.WNN7=		${PLIST.FREEWNN}
 
 LIB_DEPENDS.FREEWNN=	wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
--- ja-kinput2-3.1_9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list