Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.3 04 Oct 2024 07:05:04 |
Philippe Audeoud (jadawin) Author: Laurent Chardon |
net/mpich: Update to 4.2.3
PR: 281834 |
4.2.2 18 Sep 2024 07:24:55 |
Dimitry Andric (dim) |
net/mpich: fix build with clang 19 on i386
In bug 276035 this was already handled once, but with clang 19 on i386
we get similar link errors:
ld: error: undefined reference: __addtf3
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __gttf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __lttf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __multf3 (Only the first 15 lines of the commit message are shown above ) |
4.2.2 12 Aug 2024 11:08:32 |
Zsolt Udvari (uzsolt) Author: Laurent Chardon |
net/mpich: Fix build error on i386 CURRENT
A workaround existed in net/mpich for a missing feature in llvm 17.0.
The feature has been added to llvm 18.1 except for the i386 platform.
This patch adds llvm 18.1 i386 to the existing workaround.
PR: 280719
Approved by: submitter is maintainer |
4.2.2 08 Jul 2024 13:49:59 |
Torsten Zuehlsdorff (tz) |
net/mpich: Upgrade mpich from 4.2.1 to 4.2.2
- Remove default slurm dependency and make it an option (Bug 279777)
- Remove HYDRA dependency on torque (not needed)
- Revert removal of HYDRA option
PR: 280184, 279777
Approved by: Laurent Chardon <laurent.chardon@gmail.com> (maintainer) |
4.2.1_2 30 Jun 2024 13:08:14 |
Rene Ladan (rene) |
net/mpich: remove support for expired graphics/torque |
4.2.1_1 10 May 2024 13:41:08 |
Thierry Thomas (thierry) Author: Laurent Chardon |
net/mpich: mark IGNORE when the option L0 is selected
It builds fine with L0, but does not run.
PR: 278869 |
4.2.1_1 09 May 2024 17:09:10 |
Thierry Thomas (thierry) Author: Laurent Chardon |
net/mpich: fix with default options
MPICH is broken when L0 is selected: remove it from the default options.
Remark: still broken with L0.
PR: 278869 |
4.2.1 24 Apr 2024 19:31:15 |
Nuno Teixeira (eduardo) Author: Laurent |
net/mpich: Update to 4.2.1
- Submitter becomes maintainer
- Remove bash dependency
- Restore the www doc folder
- Remove bugfix for slurm_query_node_list.c as it was fixed upstream
While I'm here:
- Remove GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf6c
ChangeLog: https://www.mpich.org/2024/04/17/mpich-4-2-1-released/
PR: 278505 |
4.1.3 31 Mar 2024 02:34:55 |
Yuri Victorovich (yuri) |
net/mpich: update 4.1.2 → 4.1.3 |
4.1.2_4 31 Mar 2024 02:34:54 |
Yuri Victorovich (yuri) Author: John Hein |
net/mpich: Fix failure to build when devel/uthash is installed
PR: 265684 |
4.1.2_3 30 Jan 2024 20:25:00 |
Muhammad Moinur Rahman (bofh) |
net/mpich: Moved man to share/man
Approved by: portmgr (blanket) |
4.1.2_2 23 Jan 2024 19:09:49 |
Thierry Thomas (thierry) |
net/mpich: apply the fix for clang 17 on all OSVERSION
clang-17 has been MFC’ed: do not check OSVERSION but rather COMPILER_VERSION.
PR: 276035
Reported by: pmc (at) citylink.dinoex.sub.org |
4.1.2_2 01 Jan 2024 11:29:41 |
Thierry Thomas (thierry) Author: Dimitry Andric |
net/mpich: real fix for clang-17
This replaces the previous work-around and the need of an external
compiler.
For detailed explanations, see PR 276035.
PR: 276035 |
4.1.2_2 31 Dec 2023 13:39:13 |
Thierry Thomas (thierry) |
net/mpich: fix PORTREVISION after 003d02547265 |
4.1.2_1 31 Dec 2023 11:40:31 |
Thierry Thomas (thierry) |
net/mpich: work-around to build the dependencies on -CURRENT
Since the switch from clang-16 to 17.0.6 on -CURRENT, MPICH encounters
linker errors.
A work-around to force the usage of clang <= 16 has been introduced in
eb36006fdb70, but when the compiler has been forced to build, it must be
kept to build the dependencies.
PR: 276035 |
4.1.2_1 30 Dec 2023 17:05:15 |
Muhammad Moinur Rahman (bofh) |
net/mpich: Revert dependency changes
Revert "net/mpich: fix build by removal of hydra from pkg-plist"
This reverts commit 531052cb22f42acc476e0b15379db24115b683f1.
Revert "net/mpich: Update dependency"
This reverts commit 78bb85928c8845e2f3ccd78dc68bd2e7184a9339.
sysutils/torque is required by mpich.
Reported by: thierry |
4.1.2_2 30 Dec 2023 12:31:15 |
Stefan Eßer (se) |
net/mpich: fix build by removal of hydra from pkg-plist
Commit 78bb85928c8 removed the HYDRA option, but missed to remove
the files depending on that option from pkg-plist.
Approved by: portmgr (implicit) |
4.1.2_2 30 Dec 2023 07:47:27 |
Muhammad Moinur Rahman (bofh) |
net/mpich: Update dependency
Default option HYDRA depends on expired port sysutils/torque. Remove the
DEFAULT option and dependencies. |
4.1.2_1 19 Dec 2023 20:53:31 |
Rainer Hurling (rhurlin) |
net/mpich: Unbreak on CURRENT with base clang 17
clang version 17.0.6 causes linker errors that break the build on
15.0-CURRENT. Work around this by building with an older llvm from
ports. This patch is same as commit f25b169ac895.
Thanks to thierry@ for the hint. |
4.1.2_1 18 Dec 2023 21:26:58 |
Thierry Thomas (thierry) |
net/mpich: fix with Slurm-23.11.1
See <https://github.com/pmodels/mpich/issues/6806>.
Patch from <https://github.com/pmodels/mpich/pull/6820>. |
4.1.2 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
net/mpich: upgrade to 4.1.2
Upgrade to 4.1.2
Release notes at <https://www.mpich.org/2023/06/08/mpich-4-1-2-released/>.
It also installs mpi_f08.mod and some other interfaces, but this requires
ISO_Fortran_binding.h to be found.
PR: 275317
Exp-run by: antoine@ |
3.4.3_2 13 Aug 2023 14:48:42 |
Piotr Kubaj (pkubaj) |
net/mpich: drop not necessary powerpc64 knob |
3.4.3_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.4.3_1 28 Dec 2022 16:51:02 |
Thierry Thomas (thierry) |
Mk/Uses/mpi.mk: revert c9a111c1f2ce by marking MPICH libraries as private
Mark the libraries brought by MPICH dependencies as private, in order to
avoid to register them.
Patch provided by tijl@. |
3.4.3 04 Nov 2022 16:42:38 |
Thierry Thomas (thierry) Author: Olivier Certner |
net/mpich: do not fail when F90 is set
PR: 267502 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.4.3 18 Dec 2021 12:41:26 |
Jan Beich (jbeich) |
net/mpich: update to 3.4.3
Changes: https://www.mpich.org/2021/12/16/mpich-3-4-3-released/
Reported by: GitHub (watch releases) |
3.4.2_4 04 Nov 2021 18:25:39 |
Yuri Victorovich (yuri) |
net/mpich: Fix bug with uninitialized variables
Patch suggested in
https://github.com/nwchemgit/nwchem/issues/463#issuecomment-960359049
is added.
science/nwchem now works with mpich. |
3.4.2_3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.4.2_3 28 Oct 2021 00:08:04 |
Jan Beich (jbeich) |
net/mpich: switch L0=off to --without-ze after 697c7df81364
https://github.com/pmodels/mpich/commit/67b1e07851fe
https://github.com/pmodels/mpich/commit/84ae6243139c
PR: 252536
Reported by: Edoardo Aprà |
3.4.2_3 27 Oct 2021 22:19:27 |
Jan Beich (jbeich) |
net/mpich: replace L0 fix with upstream version
PR: 252536
Reported by: Edoardo Aprà |
3.4.2_3 28 Sep 2021 12:38:09 |
Wen Heping (wen) |
net/mpich: Update CONFLICTS |
3.4.2_3 06 Sep 2021 22:25:00 |
Jan Beich (jbeich) Author: Henrik Gulbrandsen |
net/mpich: unbreak optimized runtime after 88e134883dd2
Runtime may fail without a L0 driver like intel-compute-runtime e.g.,
$ mpivars
Abort(268484367) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread:
Other MPI error, error stack:
MPIR_Init_thread(153): gpu_init failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=268484367
:
system msg for write_line failure : Bad file descriptor
Attempting to use an MPI routine before initializing MPICH
$ MPIR_CVAR_ENABLE_GPU=0 mpivars
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread:
Other MPI error, error stack:
MPIR_Init_thread(159)......: (Only the first 15 lines of the commit message are shown above ) |
3.4.2_2 24 Jun 2021 00:56:42 |
Jan Beich (jbeich) |
devel/level-zero: update to 1.4.1
Changes: https://github.com/oneapi-src/level-zero/compare/v1.3.7...v1.4.1
Reported by: GitHub (watch releases) |
3.4.2_1 30 May 2021 21:43:06 |
Jan Beich (jbeich) |
net/mpich: enable L0 by default for GPU support
To disable at runtime set MPIR_CVAR_ENABLE_GPU=0 via environ(7).
PR: 256244
Tested by: thierry |
3.4.2 29 May 2021 17:25:49 |
Jan Beich (jbeich) |
net/mpich: update to 3.4.2
Changes: https://www.mpich.org/2021/05/28/mpich-3-4-2-released/
Reported by: GitHub (watch releases) |
3.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.1 20 Feb 2021 04:26:05 |
nc |
net/mpich: Update to 3.4.1
Changes: https://www.mpich.org/2021/01/26/mpich-3-4-1-released/ |
3.4 12 Jan 2021 19:32:05 |
pkubaj |
net/mpich: fix build on powerpc64
Neither __BYTE_ORDER nor __BIG_ENDIAN are defined:
In file included from src/mpi/datatype/typerep/dataloop/looputil.c:10:
./src/mpi/datatype/typerep/dataloop/looputil.h:57:2: error: This code assumes
that __BYTE_ORDER and __BIG_ENDIAN are defined
#error This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined |
3.4 09 Jan 2021 17:51:19 |
jbeich |
net/mpich: unbreak with level-zero after r560756
level-zero is pulled as a build-only dependency of intel-compute-runtime.
mpich support for level-zero is broken and uses pre-1.0 API (before r545238).
src/gpu/mpl_gpu_ze.c:123:11: warning: implicit declaration of function
'zeDriverGetMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverGetMemIpcHandle(global_ze_driver_handle, ptr, ipc_handle);
^
src/gpu/mpl_gpu_ze.c:139:9: warning: implicit declaration of function
'zeDriverOpenMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
zeDriverOpenMemIpcHandle(global_ze_driver_handle,
^
src/gpu/mpl_gpu_ze.c:140:70: error: no member named 'global_dev_id' in 'struct
_ze_ipc_mem_handle_t'
global_ze_devices_handle[ipc_handle.global_dev_id],
~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:141:45: error: no member named 'handle' in 'struct
_ze_ipc_mem_handle_t' (Only the first 15 lines of the commit message are shown above ) |
3.4 08 Jan 2021 09:30:06 |
thierry |
- Upgrade to 3.4:
Release notes at <https://www.mpich.org/2021/01/05/mpich-3-4-released/>
- Depend on external libfabric and libjson-c
- Add a test target. |
3.2.1_6 05 Jul 2020 14:55:08 |
tobik |
net/mpich: Unbreak build with GCC 10
checking whether gfortran10 allows mismatched arguments... no
configure: error: The Fortran compiler gfortran10 will not compile files that
call
the same routine with arguments of different types.
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/mpich-3.2.1_6.log
PR: 246700 |
3.2.1_6 27 Dec 2019 22:00:54 |
thierry |
Mpich installs some Perl scripts, e.g. parkill.
If Perl is not found during the build, their shebang is:
#! |
3.2.1_5 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.2.1_4 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
3.2.1_3 22 Feb 2019 19:56:19 |
sunpoet |
Update MASTER_SITES and WWW |
3.2.1_3 17 Dec 2018 19:45:06 |
yuri |
net/mpich: Remove the compiler version check
It fails on science/meep for no obvious reason, and would otherwise prevent meep
from being upgraded mpich2->mpich. |
3.2.1_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.2.1_1 24 Nov 2018 19:45:15 |
linimon |
Add USES=compiler:c11 to fix build on gcc-based archs.
PR: 233307
Submitted by: Piotr Kubaj |
3.2.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.2.1 07 Jun 2018 16:01:10 |
tijl |
Update to 3.2.1 and drop maintainership. |
3.2_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.2_5 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.2_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.2_3 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
3.2_2 23 Nov 2016 18:16:55 |
tijl |
Add patch to apply alignment attribute to a struct instead of a typedef.
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.
PR: 214784
MFH: 2016Q4 |
3.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.2_1 01 Feb 2016 14:05:47 |
tijl |
The configure variable MPICH_LDFLAGS is no longer supported. There is a
separate variable for each compiler wrapper now.
PR: 206655 |
3.2 12 Nov 2015 18:48:53 |
tijl |
Update to MPICH 3.2 |
3.1.4_1 18 May 2015 12:22:21 |
tijl |
- Enable FORTRAN and GFORKER options by default due to popular request
- Add option group descriptions |
3.1.4 26 Feb 2015 18:07:11 |
tijl |
- Update to MPICH 3.1.4
- Pass *FLAGS variables to configure via MPICHLIB_*FLAGS because otherwise
they are hardcoded into mpicc [1]
PR: 197563 [1] |
3.1.3 09 Oct 2014 11:21:29 |
tijl |
Update to MPICH 3.1.3
From the announcement:
This release adds several enhancements to Portals4 support, PAMI, RMA, and
ROMIO. It also contains a large number of bug fixes. |
3.1.2 15 Aug 2014 20:28:37 |
tijl |
Update to MPICH 3.1.2
From the announcement:
This release contains significant enhancements to the BG/Q device,
especially for RMA and shared memory functionality. It also contains
enhancements to ROMIO and upgrades hwloc to 1.9. In addition, it updates
its weak alias support to align with gcc-4.x, has a better implementation
of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes
several bugs present in 3.1.1. |
3.1.1_1 24 Jul 2014 16:09:13 |
amdmi3 |
- Switch devel/hwloc to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Add LICENSE_FILE
- While here, fix stagedir reference in www/trafficserver
Approved by: portmgr blanket |
3.1.1 10 Jun 2014 19:34:14 |
tijl |
Update to MPICH 3.1.1.
From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes. |
3.1_2 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
3.1_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
3.1_1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.1 20 Feb 2014 22:15:46 |
tijl |
- Update to MPICH 3.1.
- Remove bash and perl dependencies.
- Make Fortran support optional.
- Add options to select process managers.
Based on suggestions made by Matthieu Volat <matthieu.volat@ujf-grenoble.fr> |
3.1.r3 14 Feb 2014 20:27:27 |
tijl |
Introduce MPICH version 3.1rc3 in net/mpich (copied from net/mpich2) as
upstream MPICH2 has been renamed back to MPICH. |
1.2.7.p1_4 23 Jan 2009 12:33:23 |
gerald |
Remove net/mpich. It fails to build, does not have a maintainer, no
other port depends on it, and has been superseded by net/mpich2.
Discussed with: pav |
1.2.7.p1_4 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.2.7.p1_3 06 Jan 2009 22:35:16 |
gerald |
Use ${FC} instead of hard coding gfortran42 (which would need to be
gfortran43 nowadays).
Remove F77=${FC} from CONFIGURE_ENV since this provided by Mk/bsd.gcc.mk.
Add USE_GCC=4.3 since this port uses both C and Fortran frontends. |
1.2.7.p1_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.2.7.p1_2 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.2.7.p1_2 28 Jul 2007 07:39:11 |
thierry |
Don't use implicitly f77 but set USE_FORTRAN, thus install the f90
interface and fix on -CURRENT. |
1.2.7.p1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.7.p1 19 Apr 2007 21:20:48 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p |
1.2.7.p1 13 Dec 2006 13:20:20 |
linimon |
Reset dbader@ece.unm.edu due to timeouts and no response to email.
Hat: portmgr |
1.2.7.p1 10 Dec 2006 11:05:42 |
thierry |
Respect $X11BASE.
PR: 105844
Approved by: maintainer's time-out |
1.2.7.p1 20 Aug 2006 20:05:02 |
thierry |
- Upgrade to the latest MPICH-1;
- Change WWW and add a note about MPICH-2.
PR: ports/100522
Approved by: maintainer time-out (one month) |
1.2.6_1 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
1.2.6_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.6_1 26 May 2005 01:44:10 |
danfe |
Convert to OPTIONS.
Approved by: maintainer |
1.2.6_1 20 May 2005 22:06:01 |
thierry |
Add a link for ports still using mpiCC. [1]
Since I'm there, prune empty directories.
Reported by: Kris via pointyhat [1]
Approved by: maintainer [1] |
1.2.6 14 May 2005 12:16:02 |
thierry |
Upgrade to 1.2.6 and fix building problems by upgrading from jdk13 to
jdk14.
With some cleaning to pet portlint.
Remark: java is disabled when PACKAGE_BUILDING.
PR: ports/79279
Submitted by: maintainer |
1.2.5.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2.5.2 22 Feb 2004 22:34:16 |
oliver |
Implement an WITHOUT_X11 and an WITHOUT_TK target
Approved By: maintainer |
1.2.5.2 04 Feb 2004 16:37:17 |
mi |
Upgrade 1.2.5 to 1.2.5.2, released in September. Include two patches
released by MPICH since then.
Approved by: maintainer |
1.2.5_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2.5_2 18 Aug 2003 06:15:20 |
daichi |
update ports/net/mpich: 1.2.5_1 -> 1.2.5_2
- maintainer mail address change
- added some patch files to PATCHFILES
PR: 55608
Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer) |
1.2.5_1 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
1.2.5_1 13 Feb 2003 04:09:58 |
nork |
Update to 1.2.5.
PR: ports/48230
Submitted by: David A. Bader <dbader@eece.unm.edu> |
1.2.4_1 24 Nov 2002 13:41:11 |
knu |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor |
1.2.4_1 01 Nov 2002 16:13:32 |
nork |
Update(add new patches), and version bump.
Submitted by: Mikhail Teterin <mi+mx@aldan.algebra.com>
Approved by: David A. Bader <dbader@eece.unm.edu> (maintainer) |
1.2.4 12 Sep 2002 17:58:39 |
nork |
make the java dependency more flexible
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor) |
1.2.4 27 Jun 2002 05:01:55 |
nork |
Update to 1.2.4
PR: 39658
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor) |
1.2.3 18 May 2002 02:17:18 |
kris |
BROKEN: Does not package correctly |