Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 00:07:29 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111746: [MAINTAINER] lang/pike76: update to 7.6.108
Message-ID:  <20070416220730.4247E2E6EC@proxy.home.oav.net>
Resent-Message-ID: <200704162210.l3GMA2LU001545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111746
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike76: update to 7.6.108
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 22:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- 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
- Updated mirrors lists

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pike76-7.6.108.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/Makefile /usr/ports/lang/pike76/Makefile
--- /usr/ports/lang/pike76.old/Makefile	Mon Apr 16 23:38:07 2007
+++ /usr/ports/lang/pike76/Makefile	Mon Apr 16 23:42:52 2007
@@ -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 @@
 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 @@
 		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
 
@@ -128,6 +128,10 @@
 CONFIGURE_ARGS+=	--with-ffmpeg
 .else
 CONFIGURE_ARGS+=	--without-ffmpeg
+.endif
+
+.if defined(WITH_FFTW)
+LIB_DEPENDS+=	fftw.2:${PORTSDIR}/math/fftw
 .endif
 
 .if defined(WITH_TTF)
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/distinfo /usr/ports/lang/pike76/distinfo
--- /usr/ports/lang/pike76.old/distinfo	Mon Apr 16 23:38:07 2007
+++ /usr/ports/lang/pike76/distinfo	Mon Apr 16 23:43:47 2007
@@ -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
--- pike76-7.6.108.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070416220730.4247E2E6EC>