ports/73349: Update port: graphics/ale to 0.7.2
KATO Tsuguru
tkato432 at yahoo.com
Sun Oct 31 14:10:26 UTC 2004
>Number: 73349
>Category: ports
>Synopsis: Update port: graphics/ale to 0.7.2
>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: Sun Oct 31 14:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list