pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/parallel/fastflow
On Wed, Aug 12, 2020 at 12:18:27AM +0000, Brook Milligan wrote:
> Module Name: pkgsrc
> Committed By: brook
> Date: Wed Aug 12 00:18:27 UTC 2020
>
> Modified Files:
> pkgsrc/parallel/fastflow: Makefile
>
> Log Message:
> parallel/fastflow: Replace bash in scripts
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/fastflow/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/parallel/fastflow/Makefile
> diff -u pkgsrc/parallel/fastflow/Makefile:1.1 pkgsrc/parallel/fastflow/Makefile:1.2
> --- pkgsrc/parallel/fastflow/Makefile:1.1 Sun Aug 9 15:51:07 2020
> +++ pkgsrc/parallel/fastflow/Makefile Wed Aug 12 00:18:27 2020
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.1 2020/08/09 15:51:07 brook Exp $
> +# $NetBSD: Makefile,v 1.2 2020/08/12 00:18:27 brook Exp $
>
> GITHUB_PROJECT= fastflow
> GITHUB_TAG= 3.0.0
> @@ -13,9 +13,12 @@ HOMEPAGE= https://github.com/fastflow/fa
> COMMENT= High performance C++ parallel building blocks
> LICENSE= gnu-gpl-v2
>
> -USE_TOOLS+= pax
> +USE_TOOLS+= bash pax
> NO_BUILD= yes
>
> +REPLACE_BASH+= ff/mapping_string.sh
> +REPLACE_BASH+= tests/runtests.sh
> +
> INSTALLATION_DIRS+= include/ff
>
> do-install:
Given that at least mapping_string.sh is installed...
Joerg
Home |
Main Index |
Thread Index |
Old Index