non port: net/mpich/Makefile |
Number of commits found: 87 |
Sunday, 13 Aug 2023
|
14:48 Piotr Kubaj (pkubaj)
net/mpich: drop not necessary powerpc64 knob
b996841 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Wednesday, 28 Dec 2022
|
16:51 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@.
1bcedd2 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 18 Dec 2021
|
12:41 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)
ac8df55 |
Thursday, 4 Nov 2021
|
18:25 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.
6fa3abe |
Friday, 29 Oct 2021
|
09:50 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)
819f25b |
Thursday, 28 Oct 2021
|
00:08 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à
dea8231 |
Wednesday, 27 Oct 2021
|
22:19 Jan Beich (jbeich)
net/mpich: replace L0 fix with upstream version
PR: 252536
Reported by: Edoardo Aprà
a46966b |
Tuesday, 28 Sep 2021
|
12:38 Wen Heping (wen)
net/mpich: Update CONFLICTS
e48452d |
Monday, 6 Sep 2021
|
22:25 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)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
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)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
Segmentation fault
PR: 256244 (for tracking)
b5815e7 |
Thursday, 24 Jun 2021
|
00:56 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)
f9e3cb9 |
Sunday, 30 May 2021
|
21:43 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
88e1348 |
Saturday, 29 May 2021
|
17:25 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)
697c7df |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 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/
 |
Tuesday, 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
 |
Saturday, 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'
ipc_handle.handle, ZE_IPC_MEMORY_FLAG_NONE,
ptr);
~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:141:53: error: use of undeclared identifier
'ZE_IPC_MEMORY_FLAG_NONE'; did you mean 'ZE_IPC_MEMORY_FLAG_TBD'?
ipc_handle.handle, ZE_IPC_MEMORY_FLAG_NONE,
ptr);
^~~~~~~~~~~~~~~~~~~~~~~
src/gpu/mpl_gpu_ze.c:156:11: warning: implicit declaration of function
'zeDriverCloseMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverCloseMemIpcHandle(global_ze_driver_handle, ptr);
^
src/gpu/mpl_gpu_ze.c:171:11: warning: implicit declaration of function
'zeDriverGetMemAllocProperties' is invalid in C99
[-Wimplicit-function-declaration]
ret = zeDriverGetMemAllocProperties(global_ze_driver_handle, ptr, &ptr_attr,
&device);
^
src/gpu/mpl_gpu_ze.c:202:25: error: use of undeclared identifier
'ZE_DEVICE_MEM_ALLOC_FLAG_DEFAULT'
device_desc.flags = ZE_DEVICE_MEM_ALLOC_FLAG_DEFAULT;
^
src/gpu/mpl_gpu_ze.c:204:17: error: no member named 'version' in 'struct
_ze_device_mem_alloc_desc_t'
device_desc.version = ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT;
~~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:204:27: error: use of undeclared identifier
'ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT'
device_desc.version = ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT;
^
src/gpu/mpl_gpu_ze.c:208:11: warning: implicit declaration of function
'zeDriverAllocDeviceMem' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverAllocDeviceMem(global_ze_driver_handle, &device_desc,
^
src/gpu/mpl_gpu_ze.c:223:23: error: use of undeclared identifier
'ZE_HOST_MEM_ALLOC_FLAG_DEFAULT'
host_desc.flags = ZE_HOST_MEM_ALLOC_FLAG_DEFAULT;
^
src/gpu/mpl_gpu_ze.c:224:15: error: no member named 'version' in 'struct
_ze_host_mem_alloc_desc_t'
host_desc.version = ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT;
~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:224:25: error: use of undeclared identifier
'ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT'
host_desc.version = ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT;
^
src/gpu/mpl_gpu_ze.c:229:11: warning: implicit declaration of function
'zeDriverAllocHostMem' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverAllocHostMem(global_ze_driver_handle, &host_desc, size,
mem_alignment, ptr);
^
src/gpu/mpl_gpu_ze.c:240:11: warning: implicit declaration of function
'zeDriverFreeMem' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverFreeMem(global_ze_driver_handle, ptr);
^
src/gpu/mpl_gpu_ze.c:251:11: warning: implicit declaration of function
'zeDriverFreeMem' is invalid in C99 [-Wimplicit-function-declaration]
ret = zeDriverFreeMem(global_ze_driver_handle, ptr);
^
src/gpu/mpl_gpu_ze.c:280:19: error: use of undeclared identifier
'device_handles'; did you mean 'dev_handle'?
*dev_handle = device_handles[dev_id];
^~~~~~~~~~~~~~
PR: 252536
Reported by: Nick, thierry
 |
Friday, 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.
 |
Friday, 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:
#!
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Monday, 22 Apr 2019
|
13:16 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
 |
Friday, 22 Feb 2019
|
19:56 sunpoet
Update MASTER_SITES and WWW
 |
Monday, 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.
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Saturday, 24 Nov 2018
|
19:45 linimon
Add USES=compiler:c11 to fix build on gcc-based archs.
PR: 233307
Submitted by: Piotr Kubaj
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Thursday, 7 Jun 2018
|
16:01 tijl
Update to 3.2.1 and drop maintainership.
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Wednesday, 7 Dec 2016
|
13:24 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
 |
Wednesday, 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
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 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
 |
Thursday, 12 Nov 2015
|
18:48 tijl
Update to MPICH 3.2
 |
Monday, 18 May 2015
|
12:22 tijl
- Enable FORTRAN and GFORKER options by default due to popular request
- Add option group descriptions
 |
Thursday, 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]
 |
Thursday, 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.
 |
Friday, 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.
 |
Thursday, 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
 |
Tuesday, 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.
 |
Monday, 5 May 2014
|
09:45 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
 |
Wednesday, 23 Apr 2014
|
13:25 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).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
 |
Monday, 10 Mar 2014
|
20:55 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)
 |
Thursday, 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>
 |
Friday, 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.
 |
Friday, 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
 |
Wednesday, 7 Jan 2009
|
16:34 gerald
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
 |
Tuesday, 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.
 |
Saturday, 19 Apr 2008
|
17:56 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)
 |
Saturday, 4 Aug 2007
|
11:41 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)
 |
Saturday, 28 Jul 2007
|
07:39 thierry
Don't use implicitly f77 but set USE_FORTRAN, thus install the f90
interface and fix on -CURRENT.
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 19 Apr 2007
|
21:20 gabor
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
 |
Wednesday, 13 Dec 2006
|
13:20 linimon
Reset dbader@ece.unm.edu due to timeouts and no response to email.
Hat: portmgr
 |
Sunday, 10 Dec 2006
|
11:05 thierry
Respect $X11BASE.
PR: 105844
Approved by: maintainer's time-out
 |
Sunday, 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)
 |
Friday, 4 Aug 2006
|
12:34 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
 |
Thursday, 26 May 2005
|
01:44 danfe
Convert to OPTIONS.
Approved by: maintainer
 |
Friday, 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]
 |
Saturday, 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
 |
Sunday, 22 Feb 2004
|
22:34 oliver
Implement an WITHOUT_X11 and an WITHOUT_TK target
Approved By: maintainer
 |
Wednesday, 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
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Monday, 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)
 |
Friday, 21 Feb 2003
|
13:15 knu
De-pkg-comment.
 |
Thursday, 13 Feb 2003
|
04:09 nork
Update to 1.2.5.
PR: ports/48230
Submitted by: David A. Bader <dbader@eece.unm.edu>
 |
Sunday, 24 Nov 2002
|
13:41 knu
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor
 |
Friday, 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)
 |
Thursday, 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)
 |
Thursday, 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)
 |
Saturday, 18 May 2002
|
02:17 kris
BROKEN: Does not package correctly
 |
Tuesday, 5 Mar 2002
|
16:24 lioux
Update to 1.2.3
 |
Sunday, 7 Oct 2001
|
23:44 lioux
update to 1.2.2.2
 |
Sunday, 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
 |
Thursday, 28 Jun 2001
|
23:26 olgeni
Add patch file 5996. I also fixed/sorted pkg-plist.
 |
Tuesday, 17 Apr 2001
|
20:14 kris
Bump PORTREVISION
 |
20:14 kris
Add a metric buttload of patches.
 |
Sunday, 3 Dec 2000
|
03:24 lioux
Add a new official distribution patch, number 5655.
 |
Friday, 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.
 |
Sunday, 12 Nov 2000
|
12:21 lioux
Add latest official distribution patches.
 |
Saturday, 30 Sep 2000
|
15:41 dannyboy
Bump PORTREVISION. Three commits, one PR (sigh).
 |
05:04 dannyboy
Add two PATCHFILES.
 |
Saturday, 9 Sep 2000
|
11:16 kevlo
Update to version 1.2.1
 |
Monday, 29 May 2000
|
04:34 steve
Add the following distribution patches: 5226, r157, and rpvfs.
 |
Number of commits found: 87 |