From owner-freebsd-ports Sun Jul 28 17:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 643F237B400 for ; Sun, 28 Jul 2002 17:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F1C43E5E for ; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0o4JU024483 for ; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0o446024482; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D212337B400 for ; Sun, 28 Jul 2002 17:48:36 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDCE43E3B for ; Sun, 28 Jul 2002 17:48:36 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (ac22b7aee938daab2333a417da84021c@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T0n92e071037 for ; Sun, 28 Jul 2002 17:49:09 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T0n9Og071036; Sun, 28 Jul 2002 17:49:09 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290049.g6T0n9Og071036@vectors.cx> Date: Sun, 28 Jul 2002 17:49:09 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41095: patch: unbreak games/xpat2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41095 >Category: ports >Synopsis: patch: unbreak games/xpat2 >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: Sun Jul 28 17:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: this patch unbreaks games/xpat2. it wouldn't package because it was looking for a file named using an incorrect man suffix. >How-To-Repeat: >Fix: this patches games/xpat2/files/patch-ab also, remove the BROKEN= line in the Makefile ::) --- xpat2.patch begins here --- --- files/patch-ab.orig Mon Mar 12 13:25:46 2001 +++ files/patch-ab Sun Jul 28 17:39:43 2002 @@ -1,5 +1,5 @@ ---- Xpat.tmpl.orig Mon Mar 12 12:14:02 2001 -+++ Xpat.tmpl Mon Mar 12 12:16:19 2001 +--- src/Xpat.tmpl.orig Sun Nov 5 12:03:10 2000 ++++ src/Xpat.tmpl Sun Jul 28 17:38:32 2002 @@ -40,9 +40,9 @@ XCOMM 1. Specify User Interface (_exactly_ one of the interfaces below) @@ -30,7 +30,7 @@ XCOMM the default is to copy an .au-file to /dev/audio SOUNDOBJ = X-sound_SUN.o -@@ -161,7 +161,7 @@ +@@ -161,13 +161,14 @@ XCOMM ######################################################################### XCOMM Root directory of xpat2 installation @@ -39,3 +39,10 @@ XCOMM XPATROOT = /usr/local/lib/xpat XCOMM XPATROOT = /opt/XPat2 + XPATLIBDIR = $(XPATROOT) + APPDEFSDIR = $(LIBDIR) + XPATMANDIR = $(XPATROOT)/man/man6 ++MANSUFFIX = 6 + + XCOMM This is the name of the log-file, where solved games are stored: + SCOREFILE = /var/games/xpat.log --- xpat2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message