non port: net/mpich/Makefile |
SVNWeb
|
Number of commits found: 85 |
Wed, 28 Dec 2022
|
[ 16:51 Thierry Thomas (thierry) ] 1bcedd2
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@.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 18 Dec 2021
|
[ 12:41 Jan Beich (jbeich) ] ac8df55
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)
|
Thu, 4 Nov 2021
|
[ 18:25 Yuri Victorovich (yuri) ] 6fa3abe
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.
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Thu, 28 Oct 2021
|
[ 00:08 Jan Beich (jbeich) ] dea8231
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à
|
Wed, 27 Oct 2021
|
[ 22:19 Jan Beich (jbeich) ] a46966b
net/mpich: replace L0 fix with upstream version
PR: 252536
Reported by: Edoardo Aprà
|
Tue, 28 Sep 2021
|
[ 12:38 Wen Heping (wen) ] e48452d
net/mpich: Update CONFLICTS
|
Mon, 6 Sep 2021
|
[ 22:25 Jan Beich (jbeich) Author: Henrik Gulbrandsen ] b5815e7
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 )
|
Thu, 24 Jun 2021
|
[ 00:56 Jan Beich (jbeich) ] f9e3cb9
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)
|
Sun, 30 May 2021
|
[ 21:43 Jan Beich (jbeich) ] 88e1348
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
|
Sat, 29 May 2021
|
[ 17:25 Jan Beich (jbeich) ] 697c7df
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)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 20 Feb 2021
|
[ 04:26 nc ]
net/mpich: Update to 3.4.1
Changes: https://www.mpich.org/2021/01/26/mpich-3-4-1-released/
|
Tue, 12 Jan 2021
|
[ 19:32 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
|
Sat, 9 Jan 2021
|
[ 17:51 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 )
|
Fri, 8 Jan 2021
|
[ 09:30 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.
|
Fri, 27 Dec 2019
|
[ 22:00 thierry ]
Mpich installs some Perl scripts, e.g. parkill.
If Perl is not found during the build, their shebang is:
#!
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
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
|
Fri, 22 Feb 2019
|
[ 19:56 sunpoet ]
Update MASTER_SITES and WWW
|
Mon, 17 Dec 2018
|
[ 19:45 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.
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 24 Nov 2018
|
[ 19:45 linimon ]
Add USES=compiler:c11 to fix build on gcc-based archs.
PR: 233307
Submitted by: Piotr Kubaj
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Thu, 7 Jun 2018
|
[ 16:01 tijl ]
Update to 3.2.1 and drop maintainership.
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Wed, 7 Dec 2016
|
[ 13:24 gerald ] (Only the first 10 of 227 ports in this commit are shown above. )
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
|
Wed, 23 Nov 2016
|
[ 18:16 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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 1 Feb 2016
|
[ 14:05 tijl ]
The configure variable MPICH_LDFLAGS is no longer supported. There is a
separate variable for each compiler wrapper now.
PR: 206655
|
Thu, 12 Nov 2015
|
[ 18:48 tijl ]
Update to MPICH 3.2
|
Mon, 18 May 2015
|
[ 12:22 tijl ]
- Enable FORTRAN and GFORKER options by default due to popular request
- Add option group descriptions
|
Thu, 26 Feb 2015
|
[ 18:07 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]
|
Thu, 9 Oct 2014
|
[ 11:21 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.
|
Fri, 15 Aug 2014
|
[ 20:28 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.
|
Thu, 24 Jul 2014
|
[ 16:09 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
|
Tue, 10 Jun 2014
|
[ 19:34 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.
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Thu, 20 Feb 2014
|
[ 22:15 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>
|
Fri, 14 Feb 2014
|
[ 20:27 tijl ]
Introduce MPICH version 3.1rc3 in net/mpich (copied from net/mpich2) as
upstream MPICH2 has been renamed back to MPICH.
|
Fri, 23 Jan 2009
|
[ 12:33 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
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ] (Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
Tue, 6 Jan 2009
|
[ 22:35 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.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- 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)
|
Sat, 28 Jul 2007
|
[ 07:39 thierry ]
Don't use implicitly f77 but set USE_FORTRAN, thus install the f90
interface and fix on -CURRENT.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 19 Apr 2007
|
[ 21:20 gabor ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
|
Wed, 13 Dec 2006
|
[ 13:20 linimon ]
Reset dbader@ece.unm.edu due to timeouts and no response to email.
Hat: portmgr
|
Sun, 10 Dec 2006
|
[ 11:05 thierry ]
Respect $X11BASE.
PR: 105844
Approved by: maintainer's time-out
|
Sun, 20 Aug 2006
|
[ 20:05 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)
|
Fri, 4 Aug 2006
|
[ 12:34 erwin ] (Only the first 10 of 67 ports in this commit are shown above. )
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
|
Thu, 26 May 2005
|
[ 01:44 danfe ]
Convert to OPTIONS.
Approved by: maintainer
|
Fri, 20 May 2005
|
[ 22:06 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]
|
Sat, 14 May 2005
|
[ 12:16 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
|
Sun, 22 Feb 2004
|
[ 22:34 oliver ]
Implement an WITHOUT_X11 and an WITHOUT_TK target
Approved By: maintainer
|
Wed, 4 Feb 2004
|
[ 16:37 mi ]
Upgrade 1.2.5 to 1.2.5.2, released in September. Include two patches
released by MPICH since then.
Approved by: maintainer
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Mon, 18 Aug 2003
|
[ 06:15 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)
|
Fri, 21 Feb 2003
|
[ 13:15 knu ] (Only the first 10 of 484 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 13 Feb 2003
|
[ 04:09 nork ]
Update to 1.2.5.
PR: ports/48230
Submitted by: David A. Bader <dbader@eece.unm.edu>
|
Sun, 24 Nov 2002
|
[ 13:41 knu ]
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor
|
Fri, 1 Nov 2002
|
[ 16:13 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)
|
Thu, 12 Sep 2002
|
[ 17:58 nork ]
make the java dependency more flexible
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor)
|
Thu, 27 Jun 2002
|
[ 05:01 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)
|
Sat, 18 May 2002
|
[ 02:17 kris ]
BROKEN: Does not package correctly
|
Tue, 5 Mar 2002
|
[ 16:24 lioux ]
Update to 1.2.3
|
Sun, 7 Oct 2001
|
[ 23:44 lioux ]
update to 1.2.2.2
|
Sun, 26 Aug 2001
|
[ 18:57 lioux ]
o Update to 1.2.2 o Remove patch-aa (no longer necessary) o Add
patch-mpid::ch2::chtick.c which fixes a missing header file include
|
Thu, 28 Jun 2001
|
[ 23:26 olgeni ]
Add patch file 5996. I also fixed/sorted pkg-plist.
|
Tue, 17 Apr 2001
|
[ 20:14 kris ]
Bump PORTREVISION
|
[ 20:14 kris ]
Add a metric buttload of patches.
|
Sun, 3 Dec 2000
|
[ 03:24 lioux ]
Add a new official distribution patch, number 5655.
|
Fri, 17 Nov 2000
|
[ 11:45 lioux ]
Add tk80 dependecy and have MPICH use it, so that all files listed in the
PLIST get correctly built on any system.
|
Sun, 12 Nov 2000
|
[ 12:21 lioux ]
Add latest official distribution patches.
|
Sat, 30 Sep 2000
|
[ 15:41 dannyboy ]
Bump PORTREVISION. Three commits, one PR (sigh).
|
[ 05:04 dannyboy ]
Add two PATCHFILES.
|
Sat, 9 Sep 2000
|
[ 11:16 kevlo ]
Update to version 1.2.1
|
Mon, 29 May 2000
|
[ 04:34 steve ]
Add the following distribution patches: 5226, r157, and rpvfs.
|
Number of commits found: 85 |