Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_15,5 31 May 2022 15:03:23 |
Thierry Thomas (thierry) |
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 |
1.5_15,5 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) |
1.5_15,5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5_15,5 28 Dec 2020 16:24:12 |
thierry |
- clean the CONFLICTS line;
- no more ports in the tree depend on MPICH 2: mark it deprecated, and advise
to switch to MPICH 3. |
1.5_15,5 05 Jul 2020 15:02:18 |
tobik |
net/mpich2: 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/mpich2-1.5_14,5.log
PR: 246700 |
1.5_15,5 12 Jun 2020 19:52:40 |
thierry |
Remove the Python 2.7 modules, so that we can keep this port untill all
consumers have switched to a newer MPI provider. |
1.5_14,5 26 Nov 2019 21:46:13 |
jkim |
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 |
1.5_14,5 06 Nov 2019 18:58:04 |
zeising |
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. |
1.5_14,5 10 Oct 2019 20:09:59 |
bdrewery |
- Add compat for NOCCACHE -> NO_CCACHE |
1.5_14,5 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.5_14,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 |
1.5_13,5 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 |
1.5_12,5 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 |
1.5_11,5 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 |
1.5_10,5 02 Jul 2018 04:31:40 |
yuri |
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 |
1.5_10,5 11 May 2018 13:52:08 |
thierry |
Fix an incorrect plist when the option X11 is deselected.
PR: 228155
Submitted by: doralitze (at) chaotikum.org |
1.5_9,5 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). |
1.5_8,5 09 Jan 2018 07:55:05 |
mat |
Remove a few text occurrences of NOPORTDOCS.
Sponsored by: Absolight |
1.5_8,5 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
1.5_8,5 22 Sep 2017 10:48:58 |
mat |
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 |
1.5_8,5 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.5_8,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 |
1.5_6,5 21 May 2017 23:43:33 |
linimon |
It is possible that r441426 will fix the build problem on armv6. Give
it a try.
Approved by: portmgr (tier-2 blanket) |
1.5_6,5 14 May 2017 06:33:57 |
linimon |
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) |
1.5_6,5 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 |
1.5_5,5 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 |
1.5_4,5 20 Nov 2016 09:38:09 |
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).
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. |
1.5_3,5 10 Apr 2016 18:03:51 |
antoine |
Convert to @sample |
1.5_3,5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5_3,5 04 Mar 2016 21:36:16 |
thierry |
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 |
1.5_3,5 20 Dec 2015 16:39:14 |
thierry |
USES=execinfo localbase switch.
PR: ports/205388
Submitted by: pawel |
1.5_3,5 02 Aug 2015 15:03:20 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
1.5_2,5 25 Mar 2015 23:51:06 |
marino |
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 |
1.5_2,5 23 Jan 2015 16:03:58 |
antoine |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
1.5_2,5 30 Sep 2014 07:59:15 |
marino |
net/mpich2: Fix typo in MPI_CFLAGS (from previous commit) |
1.5_2,5 24 Sep 2014 11:55:14 |
marino |
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 |
1.5_1,5 10 Sep 2014 20:50:37 |
gerald |
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) |
1.5,5 01 Sep 2014 21:50:15 |
thierry |
- Upgrade to 1.5;
- Bump PORTREVISION for consumers. |
1.4.1.p1,5 26 Aug 2014 19:53:13 |
thierry |
Upgrade to 1.4.1p1. |
1.3.2.p1_4,5 20 Aug 2014 21:27:56 |
thierry |
- Take maintainership back;
- Stagify and modernize. |
1.3.2.p1_3,5 13 Aug 2014 10:16:02 |
marino |
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) |
1.3.2.p1_3,5 29 Jul 2014 20:55:28 |
adamw |
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) |
1.3.2.p1_3,5 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.3.2.p1_3,5 10 Jul 2014 12:13:12 |
olgeni |
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) |
1.3.2.p1_3,5 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) |
1.3.2.p1_2,5 16 Feb 2014 17:15:32 |
tijl |
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) |
1.3.2.p1_2,5 15 Dec 2013 15:43:22 |
wg |
net/mpich2: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.3.2.p1_2,5 26 Oct 2013 00:52:36 |
gerald |
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 (Only the first 15 lines of the commit message are shown above ) |
1.3.2.p1_1,5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.3.2.p1_1,5 31 Aug 2013 00:26:08 |
bapt |
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 |
1.3.2.p1_1,5 04 Jun 2013 06:34:05 |
bapt |
Convert to new options framework
While here trim parts related to unsupported FreeBSD versions |
1.3.2.p1_1,5 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
1.3.2.p1_1,5 06 Mar 2012 05:16:32 |
bf |
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* |
1.3.2.p1,5 03 Mar 2012 22:44:03 |
bf |
adopt |
1.3.2.p1,5 03 Mar 2012 20:36:44 |
crees |
Release to the pool |
1.3.2.p1,5 15 Feb 2012 23:06:48 |
pav |
- Mark BROKEN: does not package
Reported by: pointyhat |
1.3.2.p1,5 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.3.2.p1,5 21 Jul 2011 05:03:02 |
linimon |
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 |
1.3.2.p1,5 17 Jun 2011 06:46:07 |
crees |
- Update maintainer address
Approved by: rene (mentor) |
1.3.2.p1,5 16 May 2011 13:49:04 |
nivit |
- 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> |
1.3.2.p1,5 26 Feb 2011 09:56:41 |
thierry |
Upgrade to 1.3.2p1.
Changelog at
<http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news>
PR: ports/154714 |
1.3,5 16 Dec 2010 16:40:15 |
nivit |
- Annotate CONFLICTS between audio/musicpd net/mpich2
PR: ports/153194
Submitted by: nivit
Approved by: Chris Rees (maintainer of audio/musicpd) |
1.3,5 14 Nov 2010 22:00:10 |
thierry |
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 |
1.2.1.p1,5 15 Mar 2010 17:45:51 |
thierry |
Upgrade to 1.2.1p1.
Changelog available at:
http://trac.mcs.anl.gov/projects/mpich2/browser/mpich2/branches/release/mpich2-1.2.1/CHANGES |
1.2.1,4 01 Dec 2009 20:45:44 |
thierry |
Fix previous commit if NOPORTDOCS is defined.
Reported by: QAT |
1.2.1,4 30 Nov 2009 22:49:02 |
thierry |
Removing a .bak file.
Reported by: pointyhat via pav |
1.2.1,4 28 Nov 2009 10:44:43 |
thierry |
- 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. |
1.1.1.p1_1,4 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.1.1.p1_1,4 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
1.1.1.p1,4 07 Aug 2009 21:57:26 |
thierry |
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> |
1.1.1,3 27 Jul 2009 14:31:00 |
thierry |
Mark BROKEN on 6-RELEASE.
Reported by: pointyhat via Pav |
1.1.1,3 22 Jul 2009 21:22:44 |
thierry |
Upgrade to 1.1.1.
Changelog at
<https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1/CHANGES> |
1.1,3 27 Jun 2009 17:00:22 |
thierry |
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> |
1.0.7_3,3 09 Feb 2009 20:47:34 |
pav |
- Update download location, update WWW |
1.0.7_3,3 04 Feb 2009 20:35:33 |
thierry |
Fix LIB_DEPENDS. |
1.0.7_3,3 04 Feb 2009 18:41:08 |
thierry |
- 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. |
1.0.7_2,3 21 Jan 2009 10:33:10 |
thierry |
Remove duplicate flags in CONFIGURE_ENV.
Spotted by: gerald |
1.0.7_2,3 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.0.7_1,3 24 Aug 2008 14:34:11 |
thierry |
1 - add a missing USE_XORG;
2 - fix plist;
3 - release maintainership.
Reported by: pointyhat via erwin (1) + QAT (2) |
1.0.7_1,3 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
1.0.7_1,3 07 Jun 2008 21:20:58 |
thierry |
Fix version going backwards since the bump following USE_XLIB -> USE_XORG.
No functional change.
Reported by: kris |
1.0.7_1,2 06 Jun 2008 13:50:32 |
edwin |
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) |
1.0.7,2 25 May 2008 21:49:02 |
thierry |
This version tries to install docs even when --without-docdir is passed
to configure; fix it.
Reported by: itetcu |
1.0.7,2 08 Apr 2008 19:02:13 |
thierry |
Upgrade to 1.0.7.
Notified by: Pavan Balaji <balaji (at) mcs.anl.gov> (Argonne) |
1.0.6.p1_1,2 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.0.6.p1,3 13 Dec 2007 21:14:28 |
thierry |
Support compound flags and options for Fortran.
Submitted by: bf <bf2006a (at) yahoo.com> |
1.0.6.p1,3 11 Dec 2007 21:09:42 |
thierry |
- Upgrade to 1.0.6p1;
Changelog at <http://www-unix.mcs.anl.gov/mpi/mpich/106p1.txt>
- Fix pkgconfig. |
1.0.6,2 22 Sep 2007 07:21:12 |
thierry |
Upgrade to 1.0.6.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt> |
1.0.5p4_2,2 05 Aug 2007 19:06:35 |
thierry |
Bump portrevision: MPICH2 is OK with Python 2.5, but it must be
rebuilt. |
1.0.5p4_1,2 12 Jul 2007 08:46:45 |
maho |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: thierry |
1.0.5p4_1,2 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.0.5p4,2 22 Apr 2007 22:15:17 |
thierry |
The tarball has been re-rolled, but there is no visible difference.
Reported by: pointyhat via Kris |
1.0.5p4,2 30 Mar 2007 22:42:08 |
thierry |
Upgrade to 1.0.5p4. |
1.0.5p3_1,2 20 Mar 2007 00:58:48 |
maho |
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 |
1.0.5p3_1,2 09 Mar 2007 00:33:51 |
maho |
1. Build and install shared library.
2. configure should recognize pthread stuffs.
Submitted by: maho
Approved and improved by: thierry |
1.0.5p3,2 16 Feb 2007 21:59:38 |
thierry |
Update to 1.0.5p3. |
1.0.5p2,2 03 Feb 2007 12:51:46 |
thierry |
Update to 1.0.5p2. |
1.0.5p1_1,2 12 Jan 2007 05:21:26 |
maho |
Only use of gfortran42. not gcc42. this breaks a lot of programs...
Approved by: portmgr (kris) |
1.0.5p1,2 10 Jan 2007 23:42:54 |
maho |
* Update to 1.0.5p1
* Migrate to gfortran42.
Approved by: thierry (maintainer) |
1.0.5,1 19 Dec 2006 20:08:10 |
thierry |
Upgrade to 1.0.5.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>. |