diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-18 02:51:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-18 02:51:07 +0800 |
commit | c212ca74ef44925c1d7595691895a19bcfe5f60c (patch) | |
tree | f99a3b48e18e20136263171e23363cafde4e87f8 /lang | |
parent | 4aca9428e360d00a3bb9c1db1708f1d040caf5a0 (diff) | |
download | freebsd-ports-gnome-c212ca74ef44925c1d7595691895a19bcfe5f60c.tar.gz freebsd-ports-gnome-c212ca74ef44925c1d7595691895a19bcfe5f60c.tar.zst freebsd-ports-gnome-c212ca74ef44925c1d7595691895a19bcfe5f60c.zip |
- Update to 7.6.108
- Make the dependcy to libfftw optional since math/fftw needs gcc 4.1.2-xxx
to be compiled users may not afford this long compilation time
- Update MASTER_SITES
PR: 111746
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike76/Makefile | 16 | ||||
-rw-r--r-- | lang/pike76/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 37a7a52c00cd..92883b06dc4c 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pike76 -PORTVERSION= 7.6.104 +PORTVERSION= 7.6.108 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ + http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ + http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ ftp://ftp.oav.net/pike/7.6/ \ - ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ \ - ftp://ftp.us.caudium.net/pub/pike/7.6/ \ - ftp://ftp.us.caudium.net/pub/pike/official_releases/${PORTVERSION}/ + ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ DISTNAME= Pike-v${PORTVERSION} MAINTAINER= kiwi@oav.net @@ -22,7 +22,6 @@ COMMENT= A dynamic programming language with a syntax similar to C++ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gdbm.3:${PORTSDIR}/databases/gdbm \ - fftw.2:${PORTSDIR}/math/fftw \ pcre.0:${PORTSDIR}/devel/pcre \ nettle.2:${PORTSDIR}/security/nettle \ mird.1:${PORTSDIR}/databases/mird @@ -38,7 +37,8 @@ OPTIONS= TTF "Add FreeType 1 support" on \ SANE "Add SANE support" off \ PDF "Add PDF support" off \ SVG2 "Add SVG2 support" off \ - TDS "Add FreeTDS (Sybase and MSSQL) support" off + TDS "Add FreeTDS (Sybase and MSSQL) support" off \ + FFTW "Add libFFTW support" off MAN1= pike.1 @@ -130,6 +130,10 @@ CONFIGURE_ARGS+= --with-ffmpeg CONFIGURE_ARGS+= --without-ffmpeg .endif +.if defined(WITH_FFTW) +LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw +.endif + .if defined(WITH_TTF) LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype CONFIGURE_ARGS+= --with-ttflib diff --git a/lang/pike76/distinfo b/lang/pike76/distinfo index ab06e8cfadda..be9be8fd5102 100644 --- a/lang/pike76/distinfo +++ b/lang/pike76/distinfo @@ -1,3 +1,3 @@ -MD5 (Pike-v7.6.104.tar.gz) = b5d15adc6940694ec7ad210374f4f6da -SHA256 (Pike-v7.6.104.tar.gz) = 6cd1b231753399680851a778b484fa24460904bd3bd9ea0c215f0caefd8397cc -SIZE (Pike-v7.6.104.tar.gz) = 15194212 +MD5 (Pike-v7.6.108.tar.gz) = 0d6ee7552d352686a65dc896899d1e4e +SHA256 (Pike-v7.6.108.tar.gz) = 46e042deebe580c10bde0f1fc28ef89a76de33839c35e99879a8c93e1564d897 +SIZE (Pike-v7.6.108.tar.gz) = 15191854 |