ports/90928: Update port: graphics/ale to 0.8.3

KATO Tsuguru tkato432 at yahoo.com
Mon Dec 26 15:10:41 UTC 2005


>Number:         90928
>Category:       ports
>Synopsis:       Update port: graphics/ale to 0.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 26 15:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/ale/Makefile graphics/ale/Makefile
--- /usr/ports/graphics/ale/Makefile	Sun Nov 27 13:04:19 2005
+++ graphics/ale/Makefile	Thu Dec 22 20:56:37 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ale
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	graphics
 MASTER_SITES=	http://auricle.dyndns.org/ALE/download/
 
@@ -31,6 +31,10 @@
 BROKEN=		"Does not build on alpha"
 .endif
 
+.if ${OSVERSION} < 502114
+CFLAGS+=	-Dround=rint
+.endif
+
 .if defined(WITH_DOUBLE)
 MAKE_ARGS+=	COLORS=DOUBLE COORDINATES=DOUBLE
 .endif
@@ -47,11 +51,6 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/d2.h
-.if ${OSVERSION} < 502114
-.for file in d2/image.h d2/image_rw.h d2/ppm.h d3/scene.cc
-	@${REINPLACE_CMD} -e 's|round(|rint(|g' ${WRKSRC}/${file}
-.endfor
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ale ${PREFIX}/bin
diff -urN /usr/ports/graphics/ale/distinfo graphics/ale/distinfo
--- /usr/ports/graphics/ale/distinfo	Sun Nov 27 13:04:19 2005
+++ graphics/ale/distinfo	Thu Dec 22 19:18:37 2005
@@ -1,3 +1,3 @@
-MD5 (ale-0.8.2.tar.gz) = 5b1935c4070ecf92bab1af2ce8aa34c7
-SHA256 (ale-0.8.2.tar.gz) = df7886526030978d34171822de737c3813e7300dd274a6cd00fee31c27261bde
-SIZE (ale-0.8.2.tar.gz) = 171993
+MD5 (ale-0.8.3.tar.gz) = 79901a14b8ee11dc66406388ff1ae2a1
+SHA256 (ale-0.8.3.tar.gz) = 5b334e4dc571bd2ffed915787d307998133f6956ef735bf73a1ff851b888a2f9
+SIZE (ale-0.8.3.tar.gz) = 159359
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list