Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:51 1.7.3_3 |
Tobias C. Berner (tcberner)  |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
08 Nov 2021 15:52:33 1.7.3_3 |
Piotr Kubaj (pkubaj)  |
science/mbdyn: fix build on powerpc64*
In file included from bulk.cc:35:
In file included from ./dataman.h:47:
In file included from ./mbpar.h:107:
In file included from ./../../libraries/libmbutil/parsinc.h:108:
./../../libraries/libmbutil/parser.h:275:3: error: expected identifier
FIRSTARG,
^
/usr/include/machine/frame.h:112:18: note: expanded from macro 'FIRSTARG'
^
1 error generated. |
25 May 2021 10:00:10 1.7.3_3 |
Thierry Thomas (thierry)  |
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting
packages.
Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one). |
22 Apr 2021 22:16:46 1.7.3_3 |
Yuri Victorovich (yuri)  |
science/mbdyn: Unbreak build by properly implementing get_nprocs() for FreeBSD.
It looks like it was only built for one CPU before and didn't fail.
Some change in the underlying libraries triggered the build to become
multi-CPU and it began failing because get_nprocs() wasn't available
for FreeBSD and also was't properly linked to the surrounding code.
Reported by: fallout |
06 Apr 2021 14:31:07 1.7.3_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Nov 2020 22:36:02
1.7.3_1 |
linimon  |
Add workaround for new failure with Fortran GCC 10 frontend:
Type mismatch in argument 't' at (1); passed REAL(4) to INTEGER(4)
PR: 246700
Approved by: maintainer |
18 May 2020 01:38:12
1.7.3_1 |
linimon  |
Mark as BROKEN on powerpc64:
libraries/libmbutil/parser.h:275:3: error: expected identifier
Approved by: portmgr (tier-2 blanket) |
22 Feb 2020 18:53:40
1.7.3_1 |
rene  |
science/mbdyn: use math/metis instead of expired math/metis4 for METIS option |
17 Feb 2020 20:26:39
1.7.3_1 |
pkubaj  |
science/mbdyn: fix build on powerpc*
result is undefined:
wraptest.cc:325:9: error: 'result' was not declared in this scope
325 | time = result << 32;
| ^~~~~~
PR: 244202
Approved by: yuri (maintainer) |
30 Jan 2020 14:17:44
1.7.3_1 |
swills  |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
12 Jan 2020 21:06:31
1.7.3 |
yuri  |
science/mbdyn: Update 1.7.2 -> 1.7.3
Reported by: portscout |
26 Jul 2019 20:46:57
1.7.2_8 |
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 |
22 Apr 2019 13:16:34
1.7.2_7 |
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 |
12 Dec 2018 01:35:36
1.7.2_6 |
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 |
04 Oct 2018 21:10:42
1.7.2_5 |
yuri  |
science/dftbplus science/mbdyn science/octopus: Change from math/arpack to
math/arpack-ng |
29 Jul 2018 22:18:46
1.7.2_4 |
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 |
22 Jun 2018 08:08:31
1.7.2_3 |
yuri  |
science/mbdyn: Take maintainership. |
22 Jun 2018 08:04:39
1.7.2_3 |
yuri  |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
26 Apr 2018 06:41:30
1.7.2_3 |
yuri  |
math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW
Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.
PR: 210579
Submitted by: yuri
Submitted by: pfg
Approved by: maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days) |
10 Mar 2018 17:46:06
1.7.2_2 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
1.7.2_1 |
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 |
05 Jul 2017 15:50:43
1.7.2 |
ultima  |
* Updated to 1.7.2
* New maintainer Jov <amutu@amutu.com>
* Sorted options
Changelog: https://www.mbdyn.org/userfiles/downloads/CHANGELOG-1.7.txt
PR: 220157
Submitted by: Jov <amutu@amutu.com> (maintainer), pfg
Reviewed by: matthew (mentor), matt
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11481 |
01 Apr 2017 15:23:32
1.7.1_2 |
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 |
07 Dec 2016 13:24:57
1.7.1_1 |
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 |
29 Sep 2016 20:01:40
1.7.1 |
pawel  |
- Update to version 1.7.1 [1]
- Enable multithreaded support with devel/libatomic_ops [1]
- Remove not supported TCL option [1]
- Add LICENSE_FILE
- Convert to options helpers
https://www.mbdyn.org/userfiles/downloads/CHANGELOG-1.5.txt
https://www.mbdyn.org/userfiles/downloads/CHANGELOG-1.6.txt
https://www.mbdyn.org/userfiles/downloads/CHANGELOG-1.7.txt
PR: 212464 [1]
Submitted by: pfg [1] |
01 Apr 2016 14:25:18
1.4.3_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
05 Feb 2015 22:51:23
1.4.3_1 |
thierry  |
- Use blaslapack
- Fix configure with Gotoblas2
- Fix umfpack detection
- Pet portlint. |
12 Nov 2014 18:48:53
1.4.3_1 |
antoine  |
Cleanup plist |
10 Sep 2014 20:50:37
1.4.3_1 |
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) |
29 Aug 2014 18:43:03
1.4.3 |
bapt  |
Update to 1.4.3
Stage
Strip binaries
Convert to USES=libtool
PR: 193074
Submitted by: pfg |
24 Jul 2014 16:33:10
1.4.0_3 |
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
17 Jul 2014 08:57:51
1.4.0_3 |
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. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
14 Jul 2014 18:42:04
1.4.0_3 |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
10 May 2014 21:57:47
1.4.0_3 |
stephen  |
- Chase revision r353611 to math/GiNaC.
Approved by: portmgr (implicit) |
10 Mar 2014 20:55:22
1.4.0_2 |
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
1.4.0_1 |
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) |
26 Oct 2013 00:52:36
1.4.0_1 |
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 22:48:31
1.4.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
28 Apr 2013 22:08:22
1.4.0 |
bapt  |
Convert science to new options framework |
09 Jul 2012 11:11:44
1.4.0 |
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 |
22 Nov 2011 11:14:10
1.4.0 |
bf  |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes |
11 Nov 2011 04:12:51
1.4.0 |
linimon  |
Mark as broken on powerpc: does not compile.
Hat: portmgr
Feature safe: yes |
23 Sep 2011 22:26:39
1.4.0 |
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 |
12 Sep 2011 19:14:40
1.4.0 |
maho  |
I forgot to remove unncessary patch..
Pointed out by: bf, erwin and pav |
07 Sep 2011 02:19:30
1.4.0 |
maho  |
Update to 1.4.0 and unbreak for 8-exp gcc46 run.
Patch kindly sent by: bf
Discssed with: gerald |
25 Aug 2011 22:25:45
1.3.9_5 |
maho  |
Fix for experimental gcc 4.6 build, and many small fixes
and improvements, and bump portrevision.
Submitted by: bf |
04 Mar 2011 14:08:57
1.3.9_4 |
miwi  |
- Chase ginac shlib bump |
26 Feb 2011 09:56:51
1.3.9_3 |
thierry  |
Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715 |
14 Nov 2010 22:00:16
1.3.9_2 |
thierry  |
Chase the upgrade of MPICH2.
PR: ports/151868
Approved by: maho (maintainer) |
28 Nov 2009 10:44:56
1.3.9_1 |
thierry  |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors. |
13 Sep 2009 00:08:01
1.3.9_1 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
05 Aug 2009 05:25:46
1.3.9 |
maho  |
Update to 1.3.9 and unbreak.
Hoping sparc version is also builds as well. |
29 May 2009 03:31:23
1.2.7_2 |
maho  |
Take over. |
07 Feb 2009 16:38:30
1.2.7_2 |
gerald  |
Mark BROKEN. |
07 Feb 2009 15:11:31
1.2.7_2 |
gerald  |
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Remove trailing whitespace to appease portlint. |
07 Jan 2009 16:34:27
1.2.7_2 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
05 Sep 2008 21:09:25
1.2.7_1 |
amdmi3  |
- Add experimental option for Chaco.
- Remove BROKEN for Metis option: it builds fine
- Remove BROKENness for 4.x, we don't check that anymore.
PR: 126696
Submitted by: Pedro Giffuni <pfgshield-freebsd at yahoo dot com> |
20 Aug 2008 00:57:32
1.2.7 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
03 Jun 2008 02:42:06
1.2.7 |
linimon  |
Reset kay_lehmann@web.de by request due to lack to time to maintain ports. We
appreciate all the help in the past. |
27 Oct 2007 19:00:54
1.2.7 |
pav  |
- Remove patch files as per last PR
Reported by: pointyhat
Pointy hat to: araujo |
08 Oct 2007 18:26:19
1.2.7 |
araujo  |
- Update to 1.2.7.
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.
PR: ports/114805
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Approved by: stas (mentor) |
04 Oct 2007 02:24:29
1.2.6_2 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
30 Sep 2007 04:47:37
1.2.6_2 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
09 Mar 2007 12:18:21
1.2.6_1 |
maho  |
Fix build by renaming libcolamd.a to libcolamd_mbdyn.a.
Submitted by: maho
Approved by: maintainer |
19 Feb 2007 05:38:48
1.2.6_1 |
maho  |
Fix build.
Approved by: maintainer timeout (14 days) |
24 Jan 2007 01:19:49
1.2.6_1 |
maho  |
Forgot to remove patch. |
24 Jan 2007 01:18:56
1.2.6_1 |
maho  |
* remove unnecessary patch
* possible fix build on pointy hat
Approved by: maintainer |
17 Jan 2007 02:21:49
1.2.6_1 |
maho  |
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* Approved by: portmgr(kris) |
23 Feb 2006 10:40:45
1.2.6 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
17 Feb 2006 11:47:41
1.2.6 |
lawrance  |
Update to 1.2.6. [1]
Add a patch to unbreak compilation with mpich. [2]
PR: ports/92909 [1], ports/93176 [2]
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer) |
24 Jan 2006 01:01:36
1.2.4 |
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.2.4 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
01 Jun 2005 07:49:33
1.2.4 |
pav  |
- Mark BROKEN on 4.X |
28 May 2005 09:42:15
1.2.4 |
pav  |
- Does not compile on sparc64
Reported by: krismail |
22 May 2005 15:50:06
1.2.4 |
pav  |
New port for mbdyn, which is a MultiBody Dynamics simulation software. It comes
with lots of libraries etc. There are two knobs which are in development at
the moment so I disabled them with an IGNORE message. They need some work and
maybe some testing.
PR: ports/81136
Submitted by: Kay Lehmann <kay_lehmann@web.de> |