From owner-svn-ports-head@freebsd.org Fri May 11 13:52:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1E4EFD5DFD; Fri, 11 May 2018 13:52:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93F2E688CD; Fri, 11 May 2018 13:52:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75C1F10674; Fri, 11 May 2018 13:52:08 +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 w4BDq8Iu043815; Fri, 11 May 2018 13:52:08 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BDq8tO043746; Fri, 11 May 2018 13:52:08 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805111352.w4BDq8tO043746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 11 May 2018 13:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469640 - head/net/mpich2 X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/net/mpich2 X-SVN-Commit-Revision: 469640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 13:52:09 -0000 Author: thierry Date: Fri May 11 13:52:07 2018 New Revision: 469640 URL: https://svnweb.freebsd.org/changeset/ports/469640 Log: Fix an incorrect plist when the option X11 is deselected. PR: 228155 Submitted by: doralitze (at) chaotikum.org Modified: head/net/mpich2/Makefile head/net/mpich2/pkg-plist Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Fri May 11 13:48:51 2018 (r469639) +++ head/net/mpich2/Makefile Fri May 11 13:52:07 2018 (r469640) @@ -3,7 +3,7 @@ PORTNAME= mpich2 DISTVERSION= 1.5 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 5 CATEGORIES= net java parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ Modified: head/net/mpich2/pkg-plist ============================================================================== --- head/net/mpich2/pkg-plist Fri May 11 13:48:51 2018 (r469639) +++ head/net/mpich2/pkg-plist Fri May 11 13:52:07 2018 (r469640) @@ -101,11 +101,11 @@ bin/parkill @sample(,,600) etc/mpd.conf.dist etc/mpd.conf etc/mpe_callstack_ldflags.conf etc/mpe_f77env.conf -etc/mpe_graphics.conf +%%X11%%etc/mpe_graphics.conf etc/mpe_help.conf etc/mpe_log.conf etc/mpe_log_postlib.conf -etc/mpe_mpianim.conf +%%X11%%etc/mpe_mpianim.conf etc/mpe_mpicheck.conf etc/mpe_mpilog.conf etc/mpe_mpitrace.conf @@ -121,7 +121,7 @@ include/clog_uuid.h include/mpe.h include/mpe_callstack.h include/mpe_graphics.h -include/mpe_graphicsf.h +%%X11%%include/mpe_graphicsf.h include/mpe_log.h include/mpe_log_thread.h include/mpe_logf.h @@ -161,7 +161,7 @@ include/primitives/opa_unsafe.h %%JAVA%%lib/clogprint.jar %%JAVA%%lib/jumpshot.jar %%JAVA%%lib/jumpshot_launcher.jar -lib/libampe.a +%%X11%%lib/libampe.a lib/libfmpich.a lib/libfmpich.la lib/libfmpich.so @@ -872,10 +872,10 @@ sbin/mpeuninstall %%DATADIR%%/examples/collchk/wrong_reals.f %%DATADIR%%/examples/collchk/wrong_root.c %%DATADIR%%/examples/collchk/wrong_scatterv.c -%%DATADIR%%/examples/graphics/Makefile -%%DATADIR%%/examples/graphics/cpi.c -%%DATADIR%%/examples/graphics/cxgraphics.c -%%DATADIR%%/examples/graphics/fxgraphics.f +%%X11%%%%DATADIR%%/examples/graphics/Makefile +%%X11%%%%DATADIR%%/examples/graphics/cpi.c +%%X11%%%%DATADIR%%/examples/graphics/cxgraphics.c +%%X11%%%%DATADIR%%/examples/graphics/fxgraphics.f %%JAVA%%%%DATADIR%%/examples/logfiles/barrier.rlog %%JAVA%%%%DATADIR%%/examples/logfiles/fpilog.clog %%JAVA%%%%DATADIR%%/examples/logfiles/fpilog.slog2