- Update to 6.1.6.7
- Fix WITH_IMAGEMAGICK_THREADS knob PR: ports/75065 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
This commit is contained in:
parent
092e0be75a
commit
8353357eaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124038
2 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
PORTVERSION= 6.1.6.6
|
||||
PORTVERSION= 6.1.6.7
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
|
||||
|
@ -65,8 +65,7 @@ PLIST_SUB+= WITH_PERL='@comment '
|
|||
(!defined(WITHOUT_IMAGEMAGICK_PERL) && \
|
||||
defined(PERL_THREADED) && ${PERL_THREADED} == "true")
|
||||
CONFIGURE_ARGS+= --with-threads
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-threads
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ImageMagick-6.1.6-6.tar.bz2) = b832ecc8658687a67ee79413d169651c
|
||||
SIZE (ImageMagick-6.1.6-6.tar.bz2) = 4558859
|
||||
MD5 (ImageMagick-6.1.6-7.tar.bz2) = cb88563e9428562515cfdc9285d51812
|
||||
SIZE (ImageMagick-6.1.6-7.tar.bz2) = 4558405
|
||||
|
|
Loading…
Reference in a new issue