Date: Thu, 12 Oct 2000 03:50:02 -0700 (PDT) From: Takeshi Hiyama <th@cis.ibaraki.ac.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/21640: Update: games/xeji Message-ID: <200010121050.DAA43273@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/21640; it has been noted by GNATS. 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-- 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?200010121050.DAA43273>