notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/mpich2/Makefile

Number of commits found: 105 (showing only 100 on this page)

1 | 2  »  

Tuesday, 31 May 2022
15:03 Thierry Thomas (thierry) search for other commits by this committer
net/mpich2: remove

MPICH2 has been marked as deprecated since dec. 2020, and no port in the
tree depends on it anymore.

Upstream switched to MPICH3 (net/mpich) and MPICH4 (not yet in the ports
tree), and now it does not build with GCC-11: it’s time to remove it.

PR:		264366
Reported by:	salvadore
commit hash: c212e29dfc9d48f2999b16d110231f22439a2c78 commit hash: c212e29dfc9d48f2999b16d110231f22439a2c78 commit hash: c212e29dfc9d48f2999b16d110231f22439a2c78 commit hash: c212e29dfc9d48f2999b16d110231f22439a2c78 c212e29
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Dec 2020
16:24 thierry search for other commits by this committer
- clean the CONFLICTS line;

- no more ports in the tree depend on MPICH 2: mark it deprecated, and advise
  to switch to MPICH 3.
Original commitRevision:559501 
Friday, 12 Jun 2020
19:52 thierry search for other commits by this committer
Remove the Python 2.7 modules, so that we can keep this port untill all
consumers have switched to a newer MPI provider.
Original commitRevision:538630 
Tuesday, 26 Nov 2019
21:46 jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
Original commitRevision:518482 
Wednesday, 6 Nov 2019
18:58 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories n

Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516920 
Thursday, 10 Oct 2019
20:09 bdrewery search for other commits by this committer
- Add compat for NOCCACHE -> NO_CCACHE
Original commitRevision:514247 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
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
Original commitRevision:499638 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Monday, 2 Jul 2018
04:31 yuri search for other commits by this committer
net/mpich2: Unbreak build by setting BASH_SHELL environment variable

Without it it was failing for me with wrong bash interpreter path in all
executables (ex. mpicxx).
Not sure why central builds weren't failing, but configrure expects BASH_SHELL
to be set.

Also order USExx section.

Approved by:	portmgr
Original commitRevision:473700 
Friday, 11 May 2018
13:52 thierry search for other commits by this committer
Fix an incorrect plist when the option X11 is deselected.

PR:		228155
Submitted by:	doralitze (at) chaotikum.org
Original commitRevision:469640 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Sunday, 10 Dec 2017
20:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:455913 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Cleanup after removal of libexecinfo from ports.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450353 
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Sunday, 21 May 2017
23:43 linimon search for other commits by this committer
It is possible that r441426 will fix the build problem on armv6.  Give
it a try.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441433 
Sunday, 14 May 2017
06:33 linimon search for other commits by this committer
Mark some ports failing on various tier-2 archs.  In cases where the
error message was a stub, provide a real one.

While here, pet portlint.

This is a catchup commit from various earlier commits.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:440863 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
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
Original commitRevision:428057 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
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).

In particular that is 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.
Original commitRevision:426566 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 4 Mar 2016
21:36 thierry search for other commits by this committer
Remove MAKE_JOBS_UNSAFE: according to mpich2 wiki FAQ, this issue was fixed
since v1.5a1.

PR:		ports/207691
Submitted by:	jiashiun (at) gmail.com
Original commitRevision:410150 
Sunday, 20 Dec 2015
16:39 thierry search for other commits by this committer
USES=execinfo localbase switch.

PR:		ports/205388
Submitted by:	pawel
Original commitRevision:404063 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Wednesday, 25 Mar 2015
23:51 marino search for other commits by this committer
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
Original commitRevision:382278 
Friday, 23 Jan 2015
16:03 antoine search for other commits by this committer
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Original commitRevision:377747 
Tuesday, 30 Sep 2014
07:59 marino search for other commits by this committer
net/mpich2: Fix typo in MPI_CFLAGS (from previous commit)
Original commitRevision:369574 
Wednesday, 24 Sep 2014
11:55 marino search for other commits by this committer
net/mpich2: fix pkg-plist when JAVA option disabled, but while here...

When the default JAVA option is turned off, the check-plist fails due
to four files that don't get installed, so prefix them with %%JAVA%%

While here:
 * Fixing stage-qa with INSTALL_TARGET=install-strip
 * Manually strip JAVA option library libTraceInput.so as needed
 * Remove obsolete @dirrm
 * Add CFLAGS related to using ports execinfo to find the execinfo.h
   (ports GCC seem to look in /usr/local/include by default, but DF's
    base compiler does not, so explicitly specify this location)

All of these should be covered under the "Just Fix It" blanket
Original commitRevision:369170 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 1 Sep 2014
21:50 thierry search for other commits by this committer
- Upgrade to 1.5;

- Bump PORTREVISION for consumers.
Original commitRevision:366964 
Tuesday, 26 Aug 2014
19:53 thierry search for other commits by this committer
Upgrade to 1.4.1p1.
Original commitRevision:366261 
Wednesday, 20 Aug 2014
21:27 thierry search for other commits by this committer
- Take maintainership back;

- Stagify and modernize.
Original commitRevision:365516 
Wednesday, 13 Aug 2014
10:16 marino search for other commits by this committer
Reset maintainer of net/mpich2

This port is unstaged.  There were PRs discussing it, but no staging
PR existed, so the maintainer should have been reset back in June.
Several staged ports that depend on this one are currently at risk of
being removed with it.  It's also very old (ver 1.3.2) and the current
release is at 3.1.2, so it also needs to be updated to the latest
version as well as staged.

Approved by:	portmgr (implicit, not staged)
Original commitRevision:364772 
Tuesday, 29 Jul 2014
20:55 adamw search for other commits by this committer
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363390 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:344614 
Sunday, 15 Dec 2013
15:43 wg search for other commits by this committer
net/mpich2: fix usage of python

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336545 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Saturday, 31 Aug 2013
00:26 bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_PERL5 -> USES=perl5
  * USE_GMAKE -> USES=gmake
Original commitRevision:325749 
Tuesday, 4 Jun 2013
06:34 bapt search for other commits by this committer
Convert to new options framework
While here trim parts related to unsupported FreeBSD versions
Original commitRevision:319824 
Monday, 10 Dec 2012
13:43 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
Original commitRevision:308605 
Tuesday, 6 Mar 2012
05:16 bf search for other commits by this committer
fix the build after the change in the default Java ports; remove
X11BASE; add OPTIONS; sort USE* and options-handling blocs; remove
outdated Java conditionals and checks for unsupported versions of
FreeBSD; remove unnecessary dependence on gmake; fix default FFLAGS;
reposition LICENSE*
Original commit
Saturday, 3 Mar 2012
22:44 bf search for other commits by this committer
adopt
Original commit
20:36 crees search for other commits by this committer
Release to the pool
Original commit
Wednesday, 15 Feb 2012
23:06 pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 21 Jul 2011
05:03 linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
Original commit
Friday, 17 Jun 2011
06:46 crees search for other commits by this committer
- Update maintainer address

Approved by: rene (mentor)
Original commit
Monday, 16 May 2011
13:49 nivit search for other commits by this committer
- Chris Rees <utisoft at gmail.com> takes the maintainership
- Remove CONFLICTS with audio/musicpd

PR:             ports/156624
Submitted by:   Chris Rees <utisoft at gmail.com>
Original commit
Saturday, 26 Feb 2011
09:56 thierry search for other commits by this committer
Upgrade to 1.3.2p1.

Changelog at
<http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news>

PR:             ports/154714
Original commit
Thursday, 16 Dec 2010
16:40 nivit search for other commits by this committer
- Annotate CONFLICTS between audio/musicpd net/mpich2

PR:             ports/153194
Submitted by:   nivit
Approved by:    Chris Rees (maintainer of audio/musicpd)
Original commit
Sunday, 14 Nov 2010
22:00 thierry search for other commits by this committer
Upgrade to 1.3.
Changelog at
<http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news>

PR:             ports/151867
Submitted by:   /me
Original commit
Monday, 15 Mar 2010
17:45 thierry search for other commits by this committer
Upgrade to 1.2.1p1.

Changelog available at:
http://trac.mcs.anl.gov/projects/mpich2/browser/mpich2/branches/release/mpich2-1.2.1/CHANGES
Original commit
Tuesday, 1 Dec 2009
20:45 thierry search for other commits by this committer
Fix previous commit if NOPORTDOCS is defined.

Reported by:    QAT
Original commit
Monday, 30 Nov 2009
22:49 thierry search for other commits by this committer
Removing a .bak file.

Reported by:    pointyhat via pav
Original commit
Saturday, 28 Nov 2009
10:44 thierry search for other commits by this committer
- Upgrade to 1.2.1
        Changelog at
       
<https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2.1/CHANGES>

- Don't set PREFIX anymore to $PREFIX/mpich2.
Original commit
Wednesday, 18 Nov 2009
22:39 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Sunday, 13 Sep 2009
00:08 gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Original commit
Friday, 7 Aug 2009
21:57 thierry search for other commits by this committer
Upgrade to 1.1.1p1.

Changelog at
<https://trac.mcs.anl.gov/projects/mpich2/browser/mpich2/branches/release/mpich2-1.1.1/CHANGES?rev=5141>
Original commit
Monday, 27 Jul 2009
14:31 thierry search for other commits by this committer
Mark BROKEN on 6-RELEASE.

Reported by:    pointyhat via Pav
Original commit
Wednesday, 22 Jul 2009
21:22 thierry search for other commits by this committer
Upgrade to 1.1.1.

Changelog at
<https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1/CHANGES>
Original commit
Saturday, 27 Jun 2009
17:00 thierry search for other commits by this committer
Upgrade to 1.1.

Announcement at
<http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news>

Notified by:    Pavan Balaji <balaji (at) mcs.anl.gov>
Original commit
Monday, 9 Feb 2009
20:47 pav search for other commits by this committer
- Update download location, update WWW
Original commit
Wednesday, 4 Feb 2009
20:35 thierry search for other commits by this committer
Fix LIB_DEPENDS.
Original commit
18:41 thierry search for other commits by this committer
- Bump PORTREVISION to chase the compiler change, in order to avoid the
message:

/usr/local/mpich2/include/mpicxx.h:46:4: error: #error 'Please use the
same version of GCC for compiling MPICH2 and user MPI programs'

- use execinfo.
Original commit
Wednesday, 21 Jan 2009
10:33 thierry search for other commits by this committer
Remove duplicate flags in CONFIGURE_ENV.

Spotted by:     gerald
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Sunday, 24 Aug 2008
14:34 thierry search for other commits by this committer
1 - add a missing USE_XORG;

2 - fix plist;

3 - release maintainership.

Reported by:    pointyhat via erwin (1) + QAT (2)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Saturday, 7 Jun 2008
21:20 thierry search for other commits by this committer
Fix version going backwards since the bump following USE_XLIB -> USE_XORG.

No functional change.

Reported by:    kris
Original commit
Friday, 6 Jun 2008
13:50 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Sunday, 25 May 2008
21:49 thierry search for other commits by this committer
This version tries to install docs even when --without-docdir is passed
to configure; fix it.

Reported by:    itetcu
Original commit
Tuesday, 8 Apr 2008
19:02 thierry search for other commits by this committer
Upgrade to 1.0.7.

Notified by:    Pavan Balaji <balaji (at) mcs.anl.gov> (Argonne)
Original commit
Sunday, 23 Mar 2008
11:11 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 13 Dec 2007
21:14 thierry search for other commits by this committer
Support compound flags and options for Fortran.

Submitted by:   bf <bf2006a (at) yahoo.com>
Original commit
Tuesday, 11 Dec 2007
21:09 thierry search for other commits by this committer
- Upgrade to 1.0.6p1;

  Changelog at <http://www-unix.mcs.anl.gov/mpi/mpich/106p1.txt>

- Fix pkgconfig.
Original commit
Saturday, 22 Sep 2007
07:21 thierry search for other commits by this committer
Upgrade to 1.0.6.

Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>
Original commit
Sunday, 5 Aug 2007
19:06 thierry search for other commits by this committer
Bump portrevision: MPICH2 is OK with Python 2.5, but it must be
rebuilt.
Original commit
Thursday, 12 Jul 2007
08:46 maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    thierry
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 30 Mar 2007
22:42 thierry search for other commits by this committer
Upgrade to 1.0.5p4.
Original commit
Tuesday, 20 Mar 2007
00:58 maho search for other commits by this committer
Fix objformat removal on -curent.
(BTW: patching to the m4 macros is not necessary, but just FYI)

Submitted by:   kris via pointyhat.
Approved by:    thierry
Original commit
Friday, 9 Mar 2007
00:33 maho search for other commits by this committer
1. Build and install shared library.
2. configure should recognize pthread stuffs.

Submitted by:   maho
Approved and improved by:       thierry
Original commit
Friday, 16 Feb 2007
21:59 thierry search for other commits by this committer
Update to 1.0.5p3.
Original commit
Saturday, 3 Feb 2007
12:51 thierry search for other commits by this committer
Update to 1.0.5p2.
Original commit
Friday, 12 Jan 2007
05:21 maho search for other commits by this committer
Only use of gfortran42. not gcc42. this breaks a lot of programs...

Approved by:    portmgr (kris)
Original commit
Wednesday, 10 Jan 2007
23:42 maho search for other commits by this committer
* Update to 1.0.5p1
* Migrate to gfortran42.

Approved by:    thierry (maintainer)
Original commit
Tuesday, 19 Dec 2006
20:08 thierry search for other commits by this committer
Upgrade to 1.0.5.

Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>.
Original commit
Sunday, 10 Dec 2006
23:22 thierry search for other commits by this committer
Re-enable the Fortran 90 module: fixed with gcc-withfortran-4.1.2_20061208.
Original commit
Saturday, 2 Dec 2006
12:57 thierry search for other commits by this committer
Disable Fortran 90 module while gfortran is broken.
Original commit
Thursday, 30 Nov 2006
23:32 kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
Original commit
Monday, 25 Sep 2006
19:43 thierry search for other commits by this committer
Add a knob WITH_SMPD, to enable SMPD instead of MPD, to work with SMPD under
Microsoft Windows.

Submitted by:   Intron <mag (at) intron.ac>
Original commit
Sunday, 17 Sep 2006
08:44 thierry search for other commits by this committer
Fix build on amd64: work-around against a make strange behaviour
=> use gmake.

Reported by:    Andrzej Tobola <ato (at) iem.pw.edu.pl>,
                Jaroslaw Gruca <grucaj (at) amper.iem.pw.edu.pl>
Original commit

Number of commits found: 105 (showing only 100 on this page)

1 | 2  »