Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Apr 2020 20:54:04
4.0.3_7

|
danilo  |
- Move back to net/openmpi (OpenMPI 4 now) |
12 Apr 2020 09:14:39
4.0.3_6

|
danilo  |
- Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated. |
20 Jan 2020 17:09:01
4.0.3_5

|
bapt  |
Fix bad invocation of REINPLACE_CMD
Missing space before the -e argument
Reported by: Antonio Huete Jimenez <tuxillo@quantumachine.net> (dragonfly) |
26 Jul 2019 20:46:57
4.0.3_5

|
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 |
25 Dec 2018 20:25:40
4.0.3_4

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
4.0.3_4

|
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 |
03 Nov 2018 10:30:49
4.0.3_3

|
thierry  |
- build the shared libraries by defaulti (used by Code_Saturne);
- add an option to keep the static ones;
- add an external pkg-plist. |
22 Sep 2018 18:00:25
4.0.3_2

|
yuri  |
Change 4 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
Ports:
biology/phyml benchmarks/mdtest benchmarks/imb math/parmetis |
10 Mar 2018 17:46:06
4.0.3_1

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
29 Jun 2017 09:52:21
4.0.3

|
madpilot  |
- Update to 4.0.3
- Convert to options helpers
- Add fixes to make OPENMPI option compile
PR: 219750
Submitted by: pfg@ |
25 Jun 2017 21:07:58
4.0_11

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
24 Feb 2017 17:57:08
4.0_11

|
dim  |
Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis
Approved by: portmgr (antoine)
Exp-run by: antoine
PR: 217257
MFH: 2017Q1 |
27 Jun 2016 21:30:34
4.0_10

|
rene  |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
01 Apr 2016 14:16:20
4.0_10

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Dec 2014 14:24:13
4.0_10

|
danilo  |
- Update net/openmpi to 1.8.4 |
20 Dec 2014 19:15:32
4.0_9

|
bapt  |
cleanup plist |
30 Sep 2014 17:39:25
4.0_9

|
marino  |
Unbreak math/parmetis everywhere except FreeBSD 8
There were two issues with the previous commit.
- LDFLAGS wsa missing -L argument for libc++
- The libc++.so file is not actually a library, it's a linker script.
Specifying libc++.so in LIB_DEPENDS causes the port to fail when
it tries to install libc++ twice since it fails to recognize
libc++.so as a library.
This doesn't fix FreeBSD breakage because it seems that it's missing
the C99 math function symbols. |
28 Sep 2014 03:41:25
4.0_9

|
danilo  |
- Update net/openmpi from 1.8.2 to 1.8.3 |
10 Sep 2014 20:50:37
4.0_8

|
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) |
01 Sep 2014 21:50:15
4.0_7

|
thierry  |
- Upgrade to 1.5;
- Bump PORTREVISION for consumers. |
26 Aug 2014 19:55:00
4.0_6

|
thierry  |
Chase the upgrade of net/mpich2.
Approved by: portmgr (non staged ports) |
14 Jul 2014 16:51:45
4.0_5

|
tijl  |
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port) |
05 May 2014 09:45:37
4.0_4

|
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 |
10 Mar 2014 20:55:22
4.0_4

|
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) |
16 Feb 2014 17:15:32
4.0_3

|
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) |
27 Dec 2013 23:33:34
4.0_3

|
marino  |
math/parmetis: Add metis.h file, support stage
Install metis.h file in order to support software that requires both
metis and parmetis such as Trilino <http://trilinos.org>. While here,
support stage.
PR: ports/179930
Approved by: maintainer timeout (6 months) |
27 Dec 2013 22:56:50
4.0_2

|
marino  |
math/parmetis: Unbreak on FreeBSD 10+
ParMetis requires both cmake and gmake. Apparently gmake sets ${MAKE}
to value of "make" if undefined, and this causes the bmake to be launched
for subdirectories rather than gmake. That's the cause of the build
failure for FreeBSD 10+. The eventual fix using MAKE_ARGS took me hours
to figure out, this drove me crazy!
Fix covered by portmgr general blanket for ports modernization (bmake). |
26 Oct 2013 00:52:36
4.0_2

|
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 ) |
20 Sep 2013 20:55:06
4.0_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
22 Mar 2013 20:06:15
4.0_1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
05 Mar 2013 17:07:44
4.0_1

|
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
09 Jul 2012 11:11:44
4.0_1
|
bf  |
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port
to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578 |
19 Nov 2011 09:04:39
4.0
|
bf  |
Adopt
Feature safe: yes |
01 Sep 2011 17:46:30
4.0
|
dhn  |
- Update to 4.0
PR: ports/160126
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
02 Aug 2011 17:04:00
3.1_6
|
bapt  |
Deprecate some ports where I can't find distfiles and upstream |
21 Jun 2011 02:02:05
3.1_6
|
stephen  |
- Add option to use /net/openmpi instead of net/mpich2
- portlint
PR: ports/156331
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: maho (mentor) |
26 Feb 2011 09:56:51
3.1_6
|
thierry  |
Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715 |
28 Nov 2009 10:44:56
3.1_5
|
thierry  |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors. |
24 Aug 2008 20:13:27
3.1_4
|
amdmi3  |
- Fix plist for NOPORTDOCS case
Reported by: QAT |
06 Jun 2008 13:44:06
3.1_4
|
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) |
19 May 2007 20:32:57
3.1_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
12 Mar 2007 15:51:15
3.1_2
|
linimon  |
Return to pool due to lack of time on maintainer's part.
Hat: portmgr |
07 Oct 2006 22:07:22
3.1_2
|
thierry  |
Change dependence to net/mpich2.
PR: ports/100729
Approved by: maintainer's time-out (since Jul 22) |
05 Apr 2006 11:48:11
3.1_1
|
jmelo  |
- Fix mastersite
- Add WWW
- Make portlint happy
PR: ports/94482
Approved by: maintainer timeout (15 days), mnag (mentor) |
22 Jan 2006 12:56:47
3.1_1
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
3.1_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
3.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
08 Oct 2003 11:29:48
3.1
|
roam  |
Update to ParMetis 3.1.
PR: 57737
Submitted by: maintainer |
21 Feb 2003 12:44:05
3.0
|
knu  |
De-pkg-comment. |
24 Nov 2002 13:39:19
3.0
|
knu  |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor |
21 Sep 2002 06:41:01
3.0
|
ijliao  |
upgrade to 3.0
PR: 39144
Submitted by: maintainer |
11 Mar 2001 03:25:53

|
kris  |
Fix plist |
08 Oct 2000 04:10:26

|
asami  |
Convert category math to new layout. |