Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 17:49:09 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41095: patch: unbreak games/xpat2 
Message-ID:  <200207290049.g6T0n9Og071036@vectors.cx>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207290049.g6T0n9Og071036>