From owner-freebsd-ports Thu Sep 28 19:40:12 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 4484F37B43C for ; Thu, 28 Sep 2000 19:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24144; Thu, 28 Sep 2000 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: th@cis.ibaraki.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21640: Update: games/xeji Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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