From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC6E16A4CE for ; Sun, 23 Nov 2003 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D404D43FE5 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoFFY004776 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoFVn004775; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:15 -0800 (PST) Resent-Message-Id: <200311231350.hANDoFVn004775@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B5E116A4D0 for ; Sun, 23 Nov 2003 05:45:53 -0800 (PST) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696D143FAF for ; Sun, 23 Nov 2003 05:45:51 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep07.dion.ne.jp with SMTP id <20031123134547718.JFSP@hfep07.dion.ne.jp> for ; Sun, 23 Nov 2003 22:45:47 +0900 Message-Id: <20031123224512.6e029139.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59611: Update port: games/xmille X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:24 -0000 >Number: 59611 >Category: ports >Synopsis: Update port: games/xmille >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 05:50:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix build on -current >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xmille/Makefile games/xmille/Makefile --- /usr/ports/games/xmille/Makefile Sun Nov 23 03:22:30 2003 +++ games/xmille/Makefile Sun Nov 23 05:42:16 2003 @@ -21,13 +21,7 @@ USE_IMAKE= yes MAN1= xmille.1 -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile due to imake" -.endif - post-extract: @${FIND} ${WRKSRC} -name '*.[ao]' -delete -.include +.include diff -urN /usr/ports/games/xmille/files/patch-ab games/xmille/files/patch-ab --- /usr/ports/games/xmille/files/patch-ab Sun Feb 4 02:00:35 2001 +++ games/xmille/files/patch-ab Sun Nov 23 05:41:44 2003 @@ -1,11 +1,64 @@ --- Imakefile.orig Thu Apr 2 23:03:24 1992 -+++ Imakefile Wed Jan 31 23:04:28 2001 -@@ -5,7 +5,7 @@ - /**/# Dana Chee - /**/# ++++ Imakefile Sun Nov 23 05:41:24 2003 +@@ -1,11 +1,11 @@ +-/**/# +-/**/# +-/**/# Imakefile for xmille (Mille Bourne game) +-/**/# +-/**/# Dana Chee +-/**/# ++XCOMM# ++XCOMM# ++XCOMM# Imakefile for xmille (Mille Bourne game) ++XCOMM# ++XCOMM# Dana Chee ++XCOMM# #define IHaveSubdirs -#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)' +#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' HEADERS = ui.h SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ +@@ -18,26 +18,26 @@ + SYS_LIBRARIES = -lm + SUBDIRS = control cards + +-/**/# +-/**/# This looks better with the timrom12 and timrom12b fonts supplied, +-/**/# but if you don't wish to install it, just use fixed. +-/**/# +-/**/# if you do want to use the timrom fonts, then uncomment this line +-/**/# and see the info below about font targets +-/**/# +-/**/#DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" ++XCOMM# ++XCOMM# This looks better with the timrom12 and timrom12b fonts supplied, ++XCOMM# but if you don't wish to install it, just use fixed. ++XCOMM# ++XCOMM# if you do want to use the timrom fonts, then uncomment this line ++XCOMM# and see the info below about font targets ++XCOMM# ++XCOMM#DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" + DEFINES = -DDEFAULT_FONT=\"fixed\" -DDEFAULT_FONTB=\"fixed\" + + MakeSubdirs($(SUBDIRS)) + + ComplexProgramTarget(xmille) + +-/**/# +-/**/# Otherwise, make these font targets (uncomment the following lines) +-/**/# +-/**/#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) +-/**/#FONTINSTDIR = $(FONTDIR)/misc +-/**/#FontTarget(timrom12) +-/**/#FontTarget(tomrom12b) +-/**/#all:: $(FONTS) ++XCOMM# ++XCOMM# Otherwise, make these font targets (uncomment the following lines) ++XCOMM# ++XCOMM#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) ++XCOMM#FONTINSTDIR = $(FONTDIR)/misc ++XCOMM#FontTarget(timrom12) ++XCOMM#FontTarget(tomrom12b) ++XCOMM#all:: $(FONTS) + >Release-Note: >Audit-Trail: >Unformatted: