Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 14:59:56 -0500
From:      Ade Lovett <ade@lovett.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13417: fix games/xgalaga
Message-ID:  <E11KSAG-0004TG-00@zen.lovett.com>

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

>Number:         13417
>Category:       ports
>Synopsis:       fix games/xgalaga
>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:   Fri Aug 27 13:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>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?E11KSAG-0004TG-00>