Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.6_2 12 Oct 2023 19:34:36 |
Rene Ladan (rene) |
net/openmpi3: Remove expired port
2023-10-11 net/openmpi3: OpenMPI 3 is not maintained by the upstream project
anymore and will be removed |
3.1.6_2 11 Jul 2023 20:47:20 |
Danilo Egea Gondolfo (danilo) |
net/openmpi3: Add a deprecation note
It's not used anywhere in the ports tree anymore.
Adding a 3 months expiration date so people who are still
using it can realised they need to migrate without any surprises. |
3.1.6_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.1.6_1 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.1.6_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.6_1 09 Jan 2021 14:16:52 |
danilo |
net/openmpi3: Use the embedded hwloc library to workaround a conflict between
hwloc and hwloc2 due sysutils/slurm-wlm.
OpenMPI3 is not compatible with hwloc2. Also, OpenMPI3 was deprecated by
upstream and will be removed from the ports tree as soon as all the ports which
depend on it are moved to net/openmpi.
PR: 252496 |
3.1.6 16 Oct 2020 11:25:29 |
danilo |
net/openmpi and net/openmpi3: Fix build with GCC 10 and remove deprecated
option.
Some gfortran defaults were changed in GCC 10:
https://gcc.gnu.org/gcc-10/changes.html
The conditional is required because the parameter -fallow-argument-mismatch will
break the current default gfortran.
Reported by: linimon |
3.1.6 12 Apr 2020 09:01:26 |
danilo |
- Remove SLURM support on i386 (not supported by SLURM itself) |
3.1.6 10 Apr 2020 16:20:20 |
danilo |
- Update to 3.1.6 |
3.1.5 04 Dec 2019 21:14:10 |
danilo |
- Update to 3.1.5 |
3.1.4_2 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
3.1.4_2 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
3.1.4_1 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.1.4 27 May 2019 16:50:12 |
danilo |
- Update to 3.1.4
PR: 237486 |
3.1.3_2 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.1.3_1 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.1.3 11 Nov 2018 10:38:33 |
danilo |
- Update to 3.1.3 |
3.1.2_1 25 Sep 2018 22:25:36 |
danilo |
- Remove --enable-heterogeneous from CONFIGURE_ARGS, this option is broken and
causing problems
see https://github.com/open-mpi/ompi/blob/master/README#L1387
while here
- Bump PORTREVISION
- Move USES to the proper section to make portlint happy
PR: 231697
Submitted by: russo AT bogodyn.org |
3.1.2 12 Sep 2018 00:29:38 |
danilo |
- Update to 3.1.2
- Disable OFED for now to keep the current list of libraries on FreeBSD 12 |
3.1.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.1.1 07 Jul 2018 06:44:07 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket) |
3.1.1 02 Jul 2018 13:40:14 |
danilo |
- Update to 3.1.1 |
3.1.0 19 May 2018 19:52:09 |
danilo |
- Update to 3.1.0 |
3.0.1 30 Mar 2018 12:36:14 |
danilo |
- Update to 3.0.1 |
3.0.0_1 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.0.0 01 Jan 2018 17:47:07 |
danilo |
- New port: net/openmpi3
Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available. A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers. |