Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 00:56:11 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r389075 - head/science/hdf5
Message-ID:  <CAMHz58TXt4vPG57WXU7vsB5rpMCYkoqtp3hh3tED9a%2BjMhnrnQ@mail.gmail.com>
In-Reply-To: <201506101647.t5AGliPa027092@svn.freebsd.org>
References:  <201506101647.t5AGliPa027092@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 11, 2015 at 12:47 AM, Sunpoet Po-Chuan Hsieh <
sunpoet@freebsd.org> wrote:

> Author: sunpoet
> Date: Wed Jun 10 16:47:44 2015
> New Revision: 389075
> URL: https://svnweb.freebsd.org/changeset/ports/389075
>
> Log:
>   - Remove no-op --with-pthread=/usr from CONFIGURE_ARGS:
>     - --enable-threadsafe and --enable-cxx/--enable-cxx are mutually
> exclusive
>

I meant to say "--enable-cxx/--enable-fortran" ...


>     - --with-pthread=/usr is only valid with --enable-threadsafe
>
>   PR:           200728
>   Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
>
> Modified:
>   head/science/hdf5/Makefile
>
> Modified: head/science/hdf5/Makefile
>
> ==============================================================================
> --- head/science/hdf5/Makefile  Wed Jun 10 16:47:39 2015        (r389074)
> +++ head/science/hdf5/Makefile  Wed Jun 10 16:47:44 2015        (r389075)
> @@ -26,8 +26,7 @@ OPTIONS_SUB=  yes
>  CONFIGURE_ARGS=        --enable-cxx \
>                 --enable-hl \
>                 --enable-instrument \
> -               --enable-strict-format-checks \
> -               --with-pthread=/usr
> +               --enable-strict-format-checks
>  GNU_CONFIGURE= yes
>  INSTALL_TARGET=        install-strip
>  MAKE_JOBS_UNSAFE=      yes
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TXt4vPG57WXU7vsB5rpMCYkoqtp3hh3tED9a%2BjMhnrnQ>