Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 08:53:49 GMT
From:      YAMAMOTO@FreeBSD.org, Shigeru <shigeru@iij.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126071: Tektronix for japanese/kterm is no more needed
Message-ID:  <200807290853.m6T8rnxJ093002@www.freebsd.org>
Resent-Message-ID: <200807290900.m6T903SU030946@freefall.freebsd.org>

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

>Number:         126071
>Category:       ports
>Synopsis:       Tektronix for japanese/kterm is no more needed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 09:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     YAMAMOTO, Shigeru
>Release:        8.0-CURRENT
>Organization:
>Environment:
FreeBSD venus.iij.ad.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jul 23 23:04:15 JST 2008     root@venus.iij.ad.jp:/usr/src/sys/amd64/compile/VENUS  amd64

>Description:
Tektronix patch for japanese/kterm is no more needed to build.

Whenk enabling option 'TEKTRONIXEMU', I have an error at compiling japanease/kterm.

Error message is,
 ===>  Applying extra patch /export1/share/current/ports/japanese/kterm/files/extra-patch-Tektronix
 1 out of 1 hunks failed--saving rejects to ./kterm.h.rej
 *** Error code 1

kterm.h.rej:
***************
*** 35,41 ****
  #define KTERM_XIM     /* XIM protocol */
  #define KTERM_KINPUT2 /* Kinput2 protocol */
  #define KTERM_COLOR   /* color sequence */
- #define KTERM_NOTEK   /* disables Tektronix emulation */
  #undef  KTERM_XAW3D   /* Xaw3d -DARROW_SCROLLBAR support */
  
  #endif /* !_KTERM_H_ */
--- 35,41 ----
  #define KTERM_XIM     /* XIM protocol */
  #define KTERM_KINPUT2 /* Kinput2 protocol */
  #define KTERM_COLOR   /* color sequence */
+ #undef  KTERM_NOTEK   /* disables Tektronix emulation */
  #undef  KTERM_XAW3D   /* Xaw3d -DARROW_SCROLLBAR support */
  
  #endif /* !_KTERM_H_ */

>How-To-Repeat:
1) make config ato japanease/kterm and enable option 'TEKTRONIXEMU'
2) do 'make' at japanese/kterm

>Fix:
Please delete a rule to use 'extra-patch-Tektronix' from japanese/kterm/Makefile and delete a patch at japanese/kterm/files/extra-patch-Tektronix.


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



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