From th@nadja.cis.ibaraki.ac.jp  Thu Sep 28 19:36:17 2000
Return-Path: <th@nadja.cis.ibaraki.ac.jp>
Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69])
	by hub.freebsd.org (Postfix) with ESMTP id D695D37B423
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2000 19:36:16 -0700 (PDT)
Received: (from th@localhost)
	by nadja.cis.ibaraki.ac.jp (8.11.0/8.11.0) id e8T2aFO39817;
	Fri, 29 Sep 2000 11:36:15 +0900 (JST)
	(envelope-from th)
Message-Id: <200009290236.e8T2aFO39817@nadja.cis.ibaraki.ac.jp>
Date: Fri, 29 Sep 2000 11:36:15 +0900 (JST)
From: th@cis.ibaraki.ac.jp
Sender: th@nadja.cis.ibaraki.ac.jp
Reply-To: th@cis.ibaraki.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update: games/xeji
X-Send-Pr-Version: 3.2

>Number:         21640
>Category:       ports
>Synopsis:       Update: games/xeji
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 19:40:00 PDT 2000
>Closed-Date:    Fri Oct 13 13:38:30 PDT 2000
>Last-Modified:  Fri Oct 13 13:38:38 PDT 2000
>Originator:     HIYAMA Takeshi
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Dept. of Comp. & Info. Sci.s, Ibaraki University
>Environment:
>Description:

	Fixed Imakefile that was o.k. on XFree86-3, but was broken on XFree86-4.
	I increased PORTREVISION, but is this enough reasen to do so?

>How-To-Repeat:
>Fix:

	

diff -ru xeji.orig/Makefile xeji/Makefile
--- xeji.orig/Makefile	Fri Sep 29 10:37:04 2000
+++ xeji/Makefile	Fri Sep 29 10:57:02 2000
@@ -7,6 +7,7 @@
 
 PORTNAME=	xeji
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
 DISTNAME=	${PORTNAME}${PORTVERSION}
diff -ru xeji.orig/patches/patch-ab xeji/patches/patch-ab
--- xeji.orig/patches/patch-ab	Fri Sep 29 10:37:04 2000
+++ xeji/patches/patch-ab	Fri Sep 29 10:33:33 2000
@@ -1,5 +1,5 @@
---- Imakefile.orig	Sun Oct 10 14:55:09 1999
-+++ Imakefile	Sun Oct 10 14:55:29 1999
+--- Imakefile.orig	Sun May 15 15:34:42 1994
++++ Imakefile	Fri Sep 29 10:33:13 2000
 @@ -1,7 +1,7 @@
  LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
  SRCS = xeji.c
@@ -9,4 +9,5 @@
 +CC ?= gcc     
 +CFLAGS += -O2 -DXPM
  CDEBUGFLAGS =
- ComplexProgramTarget(xeji)
+-ComplexProgramTarget(xeji)
++ComplexProgramTargetNoMan(xeji)

>Release-Note:
>Audit-Trail:

From: Takeshi Hiyama <th@cis.ibaraki.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/21640: Update: games/xeji
Date: Thu, 12 Oct 2000 19:48:06 +0900

 This is a multi-part message in MIME format.
 --------------20E26A5066AEC6ECD2238C10
 Content-Type: text/plain; charset=iso-2022-jp
 Content-Transfer-Encoding: 7bit
 
 This is path for NEWLAYOUT
 --------------20E26A5066AEC6ECD2238C10
 Content-Type: text/plain; charset=iso-2022-jp;
  name="xeji.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="xeji.patch"
 
 diff -ruN xeji.orig/Makefile xeji/Makefile
 --- xeji.orig/Makefile	Thu Oct 12 19:42:05 2000
 +++ xeji/Makefile	Thu Oct 12 19:43:03 2000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	xeji
  PORTVERSION=	1.2
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
  DISTNAME=	${PORTNAME}${PORTVERSION}
 diff -ruN xeji.orig/files/patch-ab xeji/files/patch-ab
 --- xeji.orig/files/patch-ab	Thu Oct 12 19:42:05 2000
 +++ xeji/files/patch-ab	Thu Oct 12 19:44:02 2000
 @@ -1,5 +1,5 @@
 ---- Imakefile.orig	Sun Oct 10 14:55:09 1999
 -+++ Imakefile	Sun Oct 10 14:55:29 1999
 +--- Imakefile.orig	Sun May 15 15:34:42 1994
 ++++ Imakefile	Thu Oct 12 19:43:34 2000
  @@ -1,7 +1,7 @@
   LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
   SRCS = xeji.c
 @@ -9,4 +9,5 @@
  +CC ?= gcc     
  +CFLAGS += -O2 -DXPM
   CDEBUGFLAGS =
 - ComplexProgramTarget(xeji)
 +-ComplexProgramTarget(xeji)
 ++ComplexProgramTargetNoMan(xeji)
 
 --------------20E26A5066AEC6ECD2238C10--
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Fri Oct 13 13:38:30 PDT 2000 
State-Changed-Why:  
Update committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21640 
>Unformatted:
