From ade@lovett.com Fri Aug 27 13:00:38 1999
Return-Path: <ade@lovett.com>
Received: from zen.lovett.com (zen.lovett.com [216.60.121.162])
	by hub.freebsd.org (Postfix) with ESMTP id 5FCE014E34
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 1999 13:00:36 -0700 (PDT)
	(envelope-from ade@lovett.com)
Received: from ade by zen.lovett.com with local (Exim 3.02 #1)
	id 11KSAG-0004TG-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 27 Aug 1999 14:59:56 -0500
Message-Id: <E11KSAG-0004TG-00@zen.lovett.com>
Date: Fri, 27 Aug 1999 14:59:56 -0500
From: Ade Lovett <ade@lovett.com>
Reply-To: ade@lovett.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix games/xgalaga
X-Send-Pr-Version: 3.2

>Number:         13417
>Category:       ports
>Synopsis:       fix games/xgalaga
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 13:10:01 PDT 1999
>Closed-Date:    Fri Aug 27 17:43:10 PDT 1999
>Last-Modified:  Fri Aug 27 17:43:46 PDT 1999
>Originator:     Ade Lovett
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Lovett Network Consultancy
>Environment:

	Up to date ports tree.

>Description:

	Another package-build error fix.
	See the tail end of
		http://bento.freebsd.org/errorlogs/3-full/xgalaga-2.0.log
	for the gory details.

>How-To-Repeat:

	cd games/xgalaga; make all package

>Fix:
	
	Typo in patch-aa.  A test expression was missing a space.
	Apply following patch.


cvs diff: Diffing .
cvs diff: Diffing files
cvs diff: Diffing patches
Index: patches/patch-aa
===================================================================
RCS file: /home/FreeBSD/cvs/ports/games/xgalaga/patches/patch-aa,v
retrieving revision 1.5
diff -u -r1.5 patch-aa
--- patch-aa	1999/06/22 18:05:15	1.5
+++ patch-aa	1999/08/27 19:49:59
@@ -11,7 +11,7 @@
 -	$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
 -	mkinstalldirs $(prefix)/sounds
 -	mkinstalldirs $(prefix)/levels
-+	if [ "X$(SOUNDSRV)" != "X"]; then \
++	if [ "X$(SOUNDSRV)" != "X" ]; then \
 +		$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \
 +	fi
 +	./mkinstalldirs $(prefix)/sounds
cvs diff: Diffing pkg


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jim 
State-Changed-When: Fri Aug 27 17:43:10 PDT 1999 
State-Changed-Why:  
Patch committed, thanks! 
>Unformatted:
