Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 22:15:54 +0300 (MSK)
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92634: Update port: games/gillo fix build on amd64
Message-ID:  <200601311915.k0VJFsvt014687@doom.homeunix.org>
Resent-Message-ID: <200601311920.k0VJK6DC077621@freefall.freebsd.org>

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

>Number:         92634
>Category:       ports
>Synopsis:       Update port: games/gillo fix build on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 19:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Dec 15 07:51:52 MSK 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL-p3 i386


	
>Description:
- Fix build on amd64 by installing port manually
(jam seems to have problems on amd64)
	
>How-To-Repeat:
	
>Fix:

	

--- gillo.diff begins here ---
Index: gillo/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/gillo/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- gillo/Makefile	23 Jan 2006 20:01:03 -0000	1.1
+++ gillo/Makefile	31 Jan 2006 19:08:46 -0000
@@ -39,6 +39,8 @@
 	${JAM} -dx -sPREFIX=${PREFIX}
 
 do-install:
-	cd ${WRKSRC} && ${JAM} -dx -sPREFIX=${PREFIX} install
+	${INSTALL_PROGRAM} ${WRKSRC}/src/gillo3 ${PREFIX}/bin
+	@${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR}
 
 .include <bsd.port.mk>
Index: gillo/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/gillo/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- gillo/pkg-plist	23 Jan 2006 20:01:03 -0000	1.1
+++ gillo/pkg-plist	31 Jan 2006 19:13:00 -0000
@@ -1,5 +1,9 @@
 bin/gillo3
 %%DATADIR%%/attract.rgb
+%%DATADIR%%/ball.ac
+%%DATADIR%%/ballx2.ac
+%%DATADIR%%/ballx200.ac
+%%DATADIR%%/ball.rgb
 %%DATADIR%%/balleffectblue.rgb
 %%DATADIR%%/balleffectred.rgb
 %%DATADIR%%/boing.wav
@@ -20,6 +24,7 @@
 %%DATADIR%%/field.ac
 %%DATADIR%%/field.rgb
 %%DATADIR%%/field_out.ac
+%%DATADIR%%/field_out_bup.ac
 %%DATADIR%%/fourcar_choice.rgb
 %%DATADIR%%/game1.mod
 %%DATADIR%%/gillo.rgb
--- gillo.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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