From owner-freebsd-ports Thu Oct 12 3:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FCE837B503 for ; Thu, 12 Oct 2000 03:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA43273; Thu, 12 Oct 2000 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 12 Oct 2000 03:50:02 -0700 (PDT) Message-Id: <200010121050.DAA43273@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Takeshi Hiyama Subject: Re: ports/21640: Update: games/xeji Reply-To: Takeshi Hiyama Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/21640; it has been noted by GNATS. From: Takeshi Hiyama 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-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message