Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 07:35:24 +0900 (JST)
From:      NIIMI Satoshi <sa2c@and.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36151: ports/japanese/Canna cannot be compiled with imake-4
Message-ID:  <20020320223524.788BA6D@berkeley.sa2c.net>

next in thread | raw e-mail | index | archive | help

>Number:         36151
>Category:       ports
>Synopsis:       ports/japanese/Canna cannot be compiled with imake-4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 14:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD berkeley.sa2c.net 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #7: Mon Mar 11 23:25:55 JST 2002 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/SA2C_NET i386


	
>Description:
ports/japanese/Canna cannot be compiled with imake-4 that comes
with XFree86-4.2.
	
>How-To-Repeat:
# cd /usr/ports/japanese/Canna; make
with XFREE86_VERSION=4 in /etc/make.conf
	
>Fix:
Include following patches in ports/japanese/Canna/files.

patch-al:
--- Imakefile.orig	Wed Nov 27 16:01:34 1996
+++ Imakefile	Thu Mar 21 07:20:50 2002
@@ -19,6 +19,8 @@
 
 MakeCannaConfigH(cannaconf.h)
 
+includes:: cannaconf.h
+
 CANNAROOT = .
 SERVERDIR = server dic/phono dic/ideo
 CLIENTDIR = cmd dic/phono misc

patch-am:
--- lib/canna/Imakefile.orig	Wed Nov 27 16:23:42 1996
+++ lib/canna/Imakefile	Thu Mar 21 07:22:07 2002
@@ -119,6 +119,8 @@
 sglobal.h: GSYM.awk globnames
 	awk -f GSYM.awk < globnames > $@
 
+includes:: sglobal.h
+
 clean::
 	$(RM) y.tab.h y.tab.c lex.yy.c gram.h gram.c lex.c sglobal.h
 

	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020320223524.788BA6D>