Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 11:36:15 +0900 (JST)
From:      th@cis.ibaraki.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21640: Update: games/xeji
Message-ID:  <200009290236.e8T2aFO39817@nadja.cis.ibaraki.ac.jp>

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

>Number:         21640
>Category:       ports
>Synopsis:       Update: games/xeji
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 19:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200009290236.e8T2aFO39817>