diff options
-rw-r--r-- | graphics/ale/Makefile | 6 | ||||
-rw-r--r-- | graphics/ale/distinfo | 4 | ||||
-rw-r--r-- | graphics/ale/files/patch-Makefile | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index c923e9c30841..e89fbf38cbe1 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -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 @@ MAKE_ARGS+= IMAGEMAGICK=1 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 --git a/graphics/ale/distinfo b/graphics/ale/distinfo index 2b939119df22..fe09a64f6054 100644 --- a/graphics/ale/distinfo +++ b/graphics/ale/distinfo @@ -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 --git a/graphics/ale/files/patch-Makefile b/graphics/ale/files/patch-Makefile index 862e03128295..fbbcb53e988a 100644 --- a/graphics/ale/files/patch-Makefile +++ b/graphics/ale/files/patch-Makefile @@ -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 |