From tkato432@yahoo.com  Sun Oct 31 14:01:40 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9881416A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 31 Oct 2004 14:01:40 +0000 (GMT)
Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C00043D2D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 31 Oct 2004 14:01:39 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([219.108.124.102]) by hfep08.dion.ne.jp with SMTP
          id <20041031140135606.XFCN@hfep08.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sun, 31 Oct 2004 23:01:35 +0900
Message-Id: <20041031230018.53412a32.tkato432@yahoo.com>
Date: Sun, 31 Oct 2004 23:00:18 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/ale to 0.7.2

>Number:         73349
>Category:       ports
>Synopsis:       Update port: graphics/ale to 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 31 14:10:24 GMT 2004
>Closed-Date:    Mon Nov 01 18:22:45 GMT 2004
>Last-Modified:  Mon Nov 01 18:22:45 GMT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/ale/Makefile graphics/ale/Makefile
--- /usr/ports/graphics/ale/Makefile	Sat Aug 28 21:58:00 2004
+++ graphics/ale/Makefile	Thu Oct 28 12:35:16 2004
@@ -7,14 +7,14 @@
 #
 
 PORTNAME=	ale
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://auricle.dyndns.org/ALE/download/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Anti-Lamenessing Engine
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
@@ -44,7 +44,7 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/d2.h
 .if ${OSVERSION} < 502114
-.for file in d2/image_rw.h d2/ppm.h
+.for file in d2/image_rw.h d2/ppm.h d3/scene.cc
 	@${REINPLACE_CMD} -e 's|round|rint|g' ${WRKSRC}/${file}
 .endfor
 .endif
diff -urN /usr/ports/graphics/ale/distinfo graphics/ale/distinfo
--- /usr/ports/graphics/ale/distinfo	Sat Aug 28 21:58:00 2004
+++ graphics/ale/distinfo	Thu Oct 28 12:25:15 2004
@@ -1,2 +1,2 @@
-MD5 (ale-0.7.1.tar.gz) = 90b39eed7e03afbee8ff071762bca78b
-SIZE (ale-0.7.1.tar.gz) = 99981
+MD5 (ale-0.7.2.tar.gz) = d4a4e474ea4ceef2278f36019ac4daf8
+SIZE (ale-0.7.2.tar.gz) = 122603
diff -urN /usr/ports/graphics/ale/files/patch-Makefile graphics/ale/files/patch-Makefile
--- /usr/ports/graphics/ale/files/patch-Makefile	Sat Aug 28 21:58:00 2004
+++ graphics/ale/files/patch-Makefile	Thu Oct 28 12:36:09 2004
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Aug 23 15:08:16 2004
-+++ Makefile	Sat Aug 28 07:38:03 2004
+--- Makefile.orig	Wed Oct 27 00:23:47 2004
++++ Makefile	Thu Oct 28 12:35:59 2004
 @@ -41,17 +41,17 @@
  DEBUG_CFLAGS:=$(if $(subst 0,,$(DEBUG)),-DDEBUG,-DNDEBUG)
  IMAGEMAGICK_CFLAGS:=$(if $(use_imagemagick),-DUSE_MAGICK $(shell Magick-config --cflags --cppflags),)
@@ -21,12 +21,12 @@
  LDFLAGS:=$(if $(use_imagemagick),$(IMAGEMAGICK_LDFLAGS)) $(FFTW_LDFLAGS) -lm
  
  #
-@@ -68,7 +68,7 @@
- 	rm -f ale
+@@ -75,7 +75,7 @@
+ 	find testsuite -name "*.output.*" | xargs rm -rf
  
- ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h
--	g++ -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS)
-+	$(CXX) -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS)
+ ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
+-	g++ -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
++	$(CXX) -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
  
  # The following approach to building a Windows binary is probably very
  # dependent on the host platform configuration.  The above target may be a
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon Nov 1 07:09:15 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73349 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Mon Nov 1 18:22:40 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73349 
>Unformatted:
