diff options
author | wiz <wiz> | 2003-06-05 21:41:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 21:41:42 +0000 |
commit | a9ab7469818deff8cab4abf62b1b286b8b653561 (patch) | |
tree | bfae3d9177e54910fdd0181266c4f57765c90653 /math | |
parent | efc419172421f742a73ad7ea5c025c68aa02e943 (diff) | |
download | pkgsrc-a9ab7469818deff8cab4abf62b1b286b8b653561.tar.gz |
Add patch to make 'info fftw3' work. Noted broken by Jeremy C. Reed.
PKGREVISION++
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 3 | ||||
-rw-r--r-- | math/fftw/PLIST | 4 | ||||
-rw-r--r-- | math/fftw/distinfo | 3 | ||||
-rw-r--r-- | math/fftw/patches/patch-aa | 13 |
4 files changed, 19 insertions, 4 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index ca3fbbbb08d..201b3019840 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/05/02 18:04:47 jtb Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/05 21:41:42 wiz Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0-fma @@ -6,6 +6,7 @@ DISTNAME= fftw-3.0-fma DISTNAME= fftw-3.0 .endif PKGNAME= fftw-3.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ diff --git a/math/fftw/PLIST b/math/fftw/PLIST index 46183b27692..af6aba850ab 100644 --- a/math/fftw/PLIST +++ b/math/fftw/PLIST @@ -1,16 +1,16 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/29 22:48:45 jtb Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/05 21:41:42 wiz Exp $ bin/fftw-wisdom bin/fftw-wisdom-to-conf include/fftw3.f include/fftw3.h @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/fftw3.info info/fftw3.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/fftw3.info info/fftw3.info-1 info/fftw3.info-2 info/fftw3.info-3 info/fftw3.info-4 info/fftw3.info-5 +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/fftw3.info lib/libfftw3.a lib/libfftw3.la lib/libfftw3.so diff --git a/math/fftw/distinfo b/math/fftw/distinfo index c24941755e2..22a688a59ed 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2003/04/29 22:48:46 jtb Exp $ +$NetBSD: distinfo,v 1.5 2003/06/05 21:41:42 wiz Exp $ SHA1 (fftw-3.0.tar.gz) = a4f33bdc975b24884c56c227e1ec02fa42185cac Size (fftw-3.0.tar.gz) = 1951812 bytes SHA1 (fftw-3.0-fma.tar.gz) = a0b5cc3ce30d4570d0b8971e3bd318bacd80dffa Size (fftw-3.0-fma.tar.gz) = 1964699 bytes +SHA1 (patch-aa) = dd7dbb6d9bb68efa30a19361cb76d5d8f5108a25 diff --git a/math/fftw/patches/patch-aa b/math/fftw/patches/patch-aa new file mode 100644 index 00000000000..b0d63ed41c8 --- /dev/null +++ b/math/fftw/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/06/05 21:41:42 wiz Exp $ + +--- doc/fftw3.texi.orig Tue Apr 15 20:53:44 2003 ++++ doc/fftw3.texi +@@ -90,7 +90,7 @@ approved by the Free Software Foundation + + @dircategory Texinfo documentation system + @direntry +-* fftw3: (fftw3)FFTW User's Manual. ++* fftw3: (fftw3). FFTW User's Manual. + @end direntry + + @titlepage |