Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 22:14:06 -0600
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@smluc.org
Subject:   ports/48554: [Maintainer Update] games/gl-117 0.8 -> 0.8.2
Message-ID:  <200302220414.h1M4E6J13975@xarx.localdomain>

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

>Number:         48554
>Category:       ports
>Synopsis:       [Maintainer Update] games/gl-117 0.8 -> 0.8.2
>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 21 20:20:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Feb 21 20:02:25 CST 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

update from 0.8 to 0.8.2

Apparently this fixed a functional issue where textures couldn't be loaded

Thanks to Clement Laforet <sheepkiller@cultdeadsheep.org> for providing the
patch 

("Repost: gl-117" thread on -ports@)

>How-To-Repeat:
>Fix:

--- gl-117.patch begins here ---
diff -Nru gl-117.orig/Makefile gl-117/Makefile
--- gl-117.orig/Makefile	Fri Feb 21 22:18:23 2003
+++ gl-117/Makefile	Fri Feb 21 22:21:48 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gl-117
-PORTVERSION=	0.8
+PORTVERSION=	0.8.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -38,5 +38,6 @@
 	@cd ${WRKSRC}/src \
 		&& ${MV} loader_tga.cpp loader_tga.cpp.bak \
 		&& ${TR} -d '\015' < loader_tga.cpp.bak > loader_tga.cpp
+		@${REINPLACE_CMD} -e 's!"SDL/!"SDL11/!g' ${WRKSRC}/src/common.h
 
 .include <bsd.port.mk>
diff -Nru gl-117.orig/distinfo gl-117/distinfo
--- gl-117.orig/distinfo	Fri Feb 21 22:18:23 2003
+++ gl-117/distinfo	Fri Feb 21 22:21:54 2003
@@ -1 +1 @@
-MD5 (gl-117-0.8.tar.gz) = 0bceae5dd23ca3b92d1b26f59619807a
+MD5 (gl-117-0.8.2.tar.gz) = 8736c2b2aeb633fe507deca22b86b181
--- gl-117.patch ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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