Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 04:54:24 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/93783: [MAINTAINER] games/linux-alienarena: fix libXxf86dga.so.1problem
Message-ID:  <200602240454.k1O4sOrt058155@www.freebsd.org>
Resent-Message-ID: <200602240500.k1O50RoE070450@freefall.freebsd.org>

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

>Number:         93783
>Category:       ports
>Synopsis:       [MAINTAINER] games/linux-alienarena: fix libXxf86dga.so.1problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 24 05:00:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 15 20:23:11 PET 2006   
>Description:
- Add icculus patch, this fix libXxf86dga.so.1 error


>How-To-Repeat:
Run AlienArena, this show the message:

./crx: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory

and AlienArena is doesn't initialize
>Fix:
--- linux-alienarena-2006_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/linux-alienarena/Makefile /usr/ports/games/linux-alienarena-new/Makefile
--- /usr/ports/games/linux-alienarena/Makefile	Thu Feb 23 12:37:10 2006
+++ /usr/ports/games/linux-alienarena-new/Makefile	Thu Feb 23 23:46:40 2006
@@ -7,11 +7,13 @@
 
 PORTNAME=	alienarena
 PORTVERSION=	2006
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games linux
-MASTER_SITES=	http://www.forsakenweb.com/gamepage/loaders/games/
+MASTER_SITES=	http://www.forsakenweb.com/gamepage/loaders/games/:full \
+		http://offload1.icculus.org/~ravage/alienarena2006/:patch
 PKGNAMEPREFIX=	linux-
-DISTFILES=	${PORTNAME}-${PORTVERSION}-x86.run
+DISTFILES=	${PORTNAME}-${PORTVERSION}-x86.run:full \
+		${PORTNAME}-${PORTVERSION}ge-i386.tar.gz:patch
 
 MAINTAINER=	acardenas@bsd.org.pe
 COMMENT=	Alien Arena 2006 (Linux version)
@@ -70,8 +72,8 @@
 	@cd ${WRKSRC} && \
 		${TAIL} -c +8814 ${_DISTDIR}/${PORTNAME}-${PORTVERSION}-x86.run | ${TAR} xfz -
 	@${TAR} xfj ${WRKSRC}/alienarena-2006ge-data.tar.bz2 -C ${WRKSRC}
-
 	@${CP} -R ${WRKSRC}/engine/${ENGINE_ARCH}/* ${WRKSRC}
+	@${TAR} xfz ${_DISTDIR}/alienarena-2006ge-i386.tar.gz -C ${WRKSRC}
 
 pre-install:
 	@${RM} -f ${PLIST}
diff -ruN --exclude=CVS /usr/ports/games/linux-alienarena/distinfo /usr/ports/games/linux-alienarena-new/distinfo
--- /usr/ports/games/linux-alienarena/distinfo	Thu Feb 23 12:37:10 2006
+++ /usr/ports/games/linux-alienarena-new/distinfo	Thu Feb 23 23:10:12 2006
@@ -1,3 +1,6 @@
 MD5 (alienarena-2006-x86.run) = f27923b13dc586b649134d7a4bfc0709
 SHA256 (alienarena-2006-x86.run) = ce6b47c86bde5b3aefc572897c0e46fc5e8b2cafa178293835ee074951b50e1a
 SIZE (alienarena-2006-x86.run) = 164160207
+MD5 (alienarena-2006ge-i386.tar.gz) = fd32c73202b3fe9f79c54588daa35430
+SHA256 (alienarena-2006ge-i386.tar.gz) = 4fa39209bb5501d5fc010782b18956a8df4ea15782d488665086b72b871f051e
+SIZE (alienarena-2006ge-i386.tar.gz) = 967542
--- linux-alienarena-2006_3.patch ends here ---

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



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