From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 17:03:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B58B15E4 for ; Wed, 10 Jun 2015 17:03:38 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82261101F for ; Wed, 10 Jun 2015 17:03:38 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obbqz1 with SMTP id qz1so39739324obb.3 for ; Wed, 10 Jun 2015 10:03:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=UFkvdnqhf5qF76TW9efAktQFECRytJ4QNMpEE5ceyEI=; b=gAGGQnZf17cr1f9p/mvDGhil38xkBunlhFmdv6SUwRso6ax4zVoaeNEOn3wCoYhGun 8SnNU0fqx9MYlSp3xJR0EVWLG5aqYOFzfBFAidk+tFmYSHyd0vSlPrKDHTlzkZm6ca49 6fuRh96qWHPJ+kINc2/mV9jm9ZKobMQJvlHEGHBo2s0SwIrh9wAJ3Roe+iyU7tPoJK2x GUTYyRnAor2v7dgcqn/CI+UU4gEYuP+TKzcGUznMDCuesovhxgwSTAs5jR9jOgMLk3LQ MYNJdFaOQoVhVCAcix4jV8aFvq/1fUXk2o3+jo0mLNV/5wdgHZOUcYnPXBpTAarAfTrD Gqkw== X-Gm-Message-State: ALoCoQnaPrtSoTN6ouL3X2pnB4jrgk4biTnqscWoWkqU+O9KcKX6Tuh4KOhZ8WXtIco9YWIXYXPh X-Received: by 10.202.87.4 with SMTP id l4mr3507806oib.86.1433955392382; Wed, 10 Jun 2015 09:56:32 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.214.20 with HTTP; Wed, 10 Jun 2015 09:56:11 -0700 (PDT) In-Reply-To: <201506101647.t5AGliPa027092@svn.freebsd.org> References: <201506101647.t5AGliPa027092@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 11 Jun 2015 00:56:11 +0800 X-Google-Sender-Auth: Z_lUs6pZiZLhbH9vWLsjUYobwig Message-ID: Subject: Re: svn commit: r389075 - head/science/hdf5 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 17:03:38 -0000 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 > > 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 >