From owner-svn-ports-all@freebsd.org Sun Dec 20 16:39:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55ACAA4DDDB; Sun, 20 Dec 2015 16:39:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239551D2B; Sun, 20 Dec 2015 16:39:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKGdEmp094521; Sun, 20 Dec 2015 16:39:14 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKGdEsC094520; Sun, 20 Dec 2015 16:39:14 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512201639.tBKGdEsC094520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 20 Dec 2015 16:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404063 - head/net/mpich2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 20 Dec 2015 16:39:15 -0000 Author: thierry Date: Sun Dec 20 16:39:14 2015 New Revision: 404063 URL: https://svnweb.freebsd.org/changeset/ports/404063 Log: USES=execinfo localbase switch. PR: ports/205388 Submitted by: pawel Modified: head/net/mpich2/Makefile Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Sun Dec 20 16:01:22 2015 (r404062) +++ head/net/mpich2/Makefile Sun Dec 20 16:39:14 2015 (r404063) @@ -18,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes -USES= libtool:keepla fortran perl5 pkgconfig python +USES= execinfo libtool:keepla localbase fortran perl5 \ + pkgconfig python USE_GCC= yes USE_LDCONFIG= yes USE_PERL5= build @@ -46,8 +46,6 @@ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \ PACKAGE="${PORTNAME}" \ PTHREAD_LIBS="-lpthread" -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include .if ${FFLAGS} == "-O" FFLAGS= -O2 .endif