mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 0.8.2
PR: ports/89580 Submitted by: Ports Fury
This commit is contained in:
parent
a1430ab625
commit
8bac9c8a33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149587
@ -7,24 +7,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= ale
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Anti-Lamenessing Engine
|
||||
|
||||
USE_GCC= 3.4
|
||||
OPTIONS= DOUBLE "64bit Data Precision Support" off \
|
||||
FFTW3 "FFTW3 Support" on \
|
||||
IMAGEMAGICK "ImageMagick Support" on
|
||||
|
||||
USE_GCC= 3.4+
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" IOCTL=1
|
||||
|
||||
PLIST_FILES= bin/ale
|
||||
|
||||
OPTIONS= DOUBLE "64bit Data Precision Support" off \
|
||||
FFTW3 "FFTW3 Support" on \
|
||||
IMAGEMAGICK "ImageMagick Support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
@ -48,8 +48,8 @@ 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 d3/scene.cc
|
||||
@${REINPLACE_CMD} -e 's|round|rint|g' ${WRKSRC}/${file}
|
||||
.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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ale-0.8.1.tar.gz) = 40383c17071744140ec46346676a989d
|
||||
SHA256 (ale-0.8.1.tar.gz) = 2bf230a3da465768c4fb8509f672de3a2deb0ad29d5b2c58052c8facd854b438
|
||||
SIZE (ale-0.8.1.tar.gz) = 149619
|
||||
MD5 (ale-0.8.2.tar.gz) = 5b1935c4070ecf92bab1af2ce8aa34c7
|
||||
SHA256 (ale-0.8.2.tar.gz) = df7886526030978d34171822de737c3813e7300dd274a6cd00fee31c27261bde
|
||||
SIZE (ale-0.8.2.tar.gz) = 171993
|
||||
|
Loading…
x
Reference in New Issue
Block a user