[macports-ports] branch master updated: g95: fix build error, closing #52990
Ryan Schmidt
ryandesign at macports.org
Mon Jul 17 22:53:43 UTC 2017
> On Jul 16, 2017, at 03:00, Takeshi Enomoto <takeshi at macports.org> wrote:
>
> Takeshi Enomoto (tenomoto) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/0c117cac980b5c189b1b033652def0ece0c51a81
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 0c117ca g95: fix build error, closing #52990
>
> 0c117ca is described below
>
>
> commit 0c117cac980b5c189b1b033652def0ece0c51a81
>
> Author: Takeshi Enomoto <takeshi at macports.org>
> AuthorDate: Sun Jul 16 16:58:12 2017 +0900
>
>
> g95: fix build error, closing #52990
>
> ---
> lang/g95/Portfile | 4 ++--
> lang/g95/files/patch-libf95-math-x87.S.diff | 12 +++++++++++-
> 2 files changed, 13 insertions(+), 3 deletions(-)
>
>
> diff --git a/lang/g95/Portfile b/lang/g95/Portfile
> index 77da2ad..5b95c59 100644
> --- a/lang/g95/Portfile
> +++ b/lang/g95/Portfile
> @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0
>
> name g95
> version 0.93
> -revision 4
> +revision 5
> platforms darwin
> categories lang
> license GPL-2
Since this just fixed a build failure, the revision didn't need to be increased.
> @@ -97,7 +97,7 @@ compiler.blacklist-append {clang < 500}
> configure.cflags-append -std=gnu89
> pre-configure {
> file mkdir ${workpath}/gcc-${version_gcc}/${name}
> - reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
> +# reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
Is this line still needed? If yes, uncomment it; if no, remove it.
More information about the macports-dev
mailing list