View | Details | Raw Unified | Return to bug 130809
Collapse All | Expand All

(-)fftw3/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#    $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
6
#    $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
7
7
8
PORTNAME=	fftw3
8
PORTNAME=	fftw3
9
PORTVERSION=	3.1.3
9
PORTVERSION=	3.2
10
PORTREVISION?=	0
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	ftp://ftp.fftw.org/pub/fftw/ \
11
MASTER_SITES=	ftp://ftp.fftw.org/pub/fftw/ \
13
		ftp://ftp.fftw.org/pub/fftw/old/
12
		ftp://ftp.fftw.org/pub/fftw/old/
(-)fftw3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fftw-3.1.3.tar.gz) = a3dcba0d30880118310b86833023eea3
1
MD5 (fftw-3.2.tar.gz) = 280960ddbad368ebb96c073a2b642f5d
2
SHA256 (fftw-3.1.3.tar.gz) = 96cc33243c6b9da6c9955a751402e62d973dbc654c275cc05fdbca65aba0bad5
2
SHA256 (fftw-3.2.tar.gz) = 205a021a87cae27146741d15bff260353497d219332a97718c0c649ab81483d0
3
SIZE (fftw-3.1.3.tar.gz) = 2810399
3
SIZE (fftw-3.2.tar.gz) = 3670044
(-)fftw3/files/patch-ltmain.sh (-6 / +6 lines)
Lines 1-14 Link Here
1
--- ltmain.sh.orig	Sun Dec 19 23:35:06 2004
1
--- ltmain.sh.orig	2008-10-26 21:41:32.000000000 -0500
2
+++ ltmain.sh	Sun Dec 19 23:35:19 2004
2
+++ ltmain.sh	2009-01-20 22:42:18.000000000 -0500
3
@@ -4280,10 +4280,12 @@
3
@@ -2077,10 +2077,12 @@
4
 	fi
4
 	fi
5
 
5
 
6
 	# Install the pseudo-library for information purposes.
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false ; then
7
+	if /usr/bin/false ; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
8
 	func_basename "$file"
9
 	name="$func_basename_result"
9
 	instname="$dir/$name"i
10
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
12
+	fi
13
 
13
 
14
 	# Maybe install the static library, too.
14
 	# Maybe install the static library, too.
(-)fftw3/pkg-plist (-2 / +2 lines)
Lines 4-11 Link Here
4
%%DEF%%include/fftw3.h
4
%%DEF%%include/fftw3.h
5
lib/libfftw3%%FFTW3_SUFX%%.a
5
lib/libfftw3%%FFTW3_SUFX%%.a
6
lib/libfftw3%%FFTW3_SUFX%%.so
6
lib/libfftw3%%FFTW3_SUFX%%.so
7
lib/libfftw3%%FFTW3_SUFX%%.so.4
7
lib/libfftw3%%FFTW3_SUFX%%.so.5
8
lib/libfftw3%%FFTW3_SUFX%%_threads.a
8
lib/libfftw3%%FFTW3_SUFX%%_threads.a
9
lib/libfftw3%%FFTW3_SUFX%%_threads.so
9
lib/libfftw3%%FFTW3_SUFX%%_threads.so
10
lib/libfftw3%%FFTW3_SUFX%%_threads.so.4
10
lib/libfftw3%%FFTW3_SUFX%%_threads.so.5
11
libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc
11
libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc

Return to bug 130809