Subject: CVS commit: pkgsrc/benchmarks/benchfft
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2005 21:04:37
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sat Nov  5 21:04:37 UTC 2005

Modified Files:
	pkgsrc/benchmarks/benchfft: Makefile distinfo
	pkgsrc/benchmarks/benchfft/patches: patch-ac patch-ad patch-ae
Removed Files:
	pkgsrc/benchmarks/benchfft/patches: patch-af patch-ag

Log Message:
Do not intermingle build phases, CONFIGURE_DIRS can specify a list of
directories to process. The removal of pre-configure fixes the config.*
handling at the same time. Also specify the config.status overrides.
Patch configure to not try to detect -lrfftw, just link the static
version explicitly. Do the same for -lfftw. This ensures that we
actually do get the static versions without having to worry about
libtool being too clever. Retire manual config.sub hacks, this should be
handled by config.guess already.

<jlam> just go ahead and commit that benchfft patch and let's
<jlam> never speak of it again :)


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/benchmarks/benchfft/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/benchmarks/benchfft/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/benchmarks/benchfft/patches/patch-ac \
    pkgsrc/benchmarks/benchfft/patches/patch-ae
cvs rdiff -r1.4 -r1.5 pkgsrc/benchmarks/benchfft/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/benchmarks/benchfft/patches/patch-af \
    pkgsrc/benchmarks/benchfft/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.