Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.3.17_3 24 Jan 2025 12:18:28 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
7.3.17_2 06 Nov 2024 15:14:32 |
Robert Clausecker (fuz) |
math/sdpa: speed up build
Sub-Makefiles of this port use make macros with lots of shell expansions
that are expanded again and again. Assign to these with := so that the
shell commands are ran only once. This fixes the port not building due
to timeouts under high system load.
Approved by: portmgr (build fix blanket)
MFH: 2024Q4 |
7.3.17_2 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
7.3.17_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
7.3.17_1 28 Oct 2023 17:46:11 |
Yuri Victorovich (yuri) |
math/sdpa: Reemove Gotoblas
PR: 274110
Requested by: thierry@ |
7.3.17 21 Jun 2023 17:30:28 |
Yuri Victorovich (yuri) |
math/sdpa: Update 7.3.8 → 7.3.17 |
7.3.8_10 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.3.8_9 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
7.3.8_9 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
7.3.8_9 12 May 2021 19:28:33 |
Yuri Victorovich (yuri) |
math/sdpa: Take maintainership |
7.3.8_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.3.8_9 17 Nov 2020 22:19:10 |
linimon |
Add workaround for Fortran frontend to GCC 10.
PR: 246700 |
7.3.8_9 30 Jan 2020 14:17:44 |
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 |
7.3.8_8 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 |
7.3.8_7 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 |
7.3.8_6 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 |
7.3.8_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 |
7.3.8_4 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). |
7.3.8_3 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 |
7.3.8_2 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 |
7.3.8_1 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 |
7.3.8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
7.3.8 08 Mar 2016 16:03:59 |
mat |
Update to 7.3.8.
PR: 205895
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
7.3.1_4 01 Jan 2016 16:51:12 |
rakuco |
Switch to a working MASTER_SITE and unmark broken.
Also remove an old entry from distinfo that has not been used since r238832. |
7.3.1_4 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
7.3.1_4 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
7.3.1_4 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) |
7.3.1_3 08 Aug 2014 03:47:26 |
vanilla |
Stagify. |
7.3.1_3 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
7.3.1_3 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
7.3.1_3 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) |
7.3.1_2 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) |
7.3.1_2 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 ) |
7.3.1_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
7.3.1_1 26 Jul 2013 06:39:00 |
danfe |
- Fix parallel build by telling make(1) that binary depends on a library
- Reword COMMENT text while I am here (pkg-descr is still a mess though;
Makefile also needs some love and cleaning)
Reported by: pointyhat-west |
7.3.1_1 10 Jul 2013 17:01:32 |
bapt |
Convert to USES=gmake |
7.3.1_1 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
7.3.1_1 22 Nov 2011 11:14:10 |
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 |
7.3.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
7.3.1_1 16 Feb 2010 06:04:32 |
maho |
Build fix with gotoblas.
Feature safe: yes |
7.3.1_1 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 |
7.3.1 03 Aug 2009 15:03:56 |
maho |
Update to 7.3.1. |
7.3.0 08 Apr 2009 02:51:04 |
maho |
Update to 7.3.0 (20090321 version). |
7.2.1 17 Feb 2009 04:57:41 |
maho |
Update to 7.2.1 2008/12/24 version. |
7.2.0_1 18 Jan 2009 07:51:33 |
maho |
Remove CONFIGURE_ENV.
Submitted by: gerald@ |
7.2.0_1 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
7.2.0 15 Dec 2008 04:06:31 |
maho |
Update to 7.2.0 2008/11/23 version. |
7.1.1 20 Jun 2008 23:39:12 |
maho |
Update to SDPA 7.1.1 20080618 version. |
7.1.0 11 Apr 2008 00:38:14 |
maho |
Update to 20080410 of SDPA 7.1.0 and manual. |
7.1.0 31 Mar 2008 01:27:10 |
maho |
Update to 7.1.0 (20080329 version). |
7.0.5 05 Mar 2008 01:10:40 |
maho |
The source file and manual file have the date in its
filename. |
7.0.5 29 Feb 2008 07:13:19 |
maho |
Fix distinfo for the manual.
According to the master site,
> http://sdpa.indsys.chuo-u.ac.jp/sdpa/
> 2008.2.28
> The software manual of the SDPA (Ver. 7.0.5) is revised. [Download].
Also this is a correct one.
(BTW: I'm one of the author of this manual) |
7.0.5 18 Feb 2008 01:40:11 |
maho |
Update to SDPA 7.0.5. |
6.2.1_1 18 Dec 2007 05:06:52 |
maho |
Mark as broken. It depends on math/atlas which is problematic,
and waiting for SDPA7. |
6.2.1_1 17 Jul 2007 00:36:37 |
maho |
I forgot to update distinfo by last commit,
> * Also documentations (.ps and .pdf) have been altered slightly.
Submitted by: sat |
6.2.1_1 14 Jul 2007 01:25:39 |
maho |
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.
* Also documentations (.ps and .pdf) have been altered slightly. |
6.2.1_1 18 Apr 2007 00:32:25 |
maho |
MASTER_SITES has been changed.
Notified by: Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp> |
6.2.1_1 16 Jan 2007 04:37:14 |
maho |
Fix build.
Submitted by: kris via pointyhat. |
6.2.1_1 15 Jan 2007 13:02:10 |
maho |
one portlint fix. |
6.2.1_1 12 Jan 2007 23:42:19 |
maho |
Still lapack.h and blas.h are required, though remove dependency
of g2c.h. |
6.2.1_1 11 Jan 2007 08:05:45 |
maho |
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* somehow archives are changed but no difference by taking diff. |
6.2.1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
6.2.1 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
6.2.1 30 Oct 2005 07:28:36 |
maho |
Fix build and install
Submitted by: kris via pointyhat |
6.2.1 10 Oct 2005 02:55:18 |
maho |
update to 6.2.1
Submitted by: edwin |
6.2.0 06 Jul 2005 04:17:33 |
maho |
(forced commit)
.else if should be .elif or .elseif
->
.else if should be .elif
Submitted by: joe, kris
->
Submitted by: marcus, kris
Submitted by: marcus
Pointy hat to: myself |
6.2.0 06 Jul 2005 02:05:49 |
maho |
.else if should be .elif or .elseif
Submitted by: joe, kris |
6.2.0 04 Jul 2005 04:12:13 |
maho |
remakeing optimization flags |
6.2.0 12 May 2005 02:30:42 |
maho |
Unbreak by updating to 6.2.0
and now it is relased under GPL
Submitted by: kris (broken report) |
6.00_2 30 Apr 2005 01:15:54 |
kris |
BROKEN: Unfetchable |
6.00_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
6.00_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
6.00_2 19 Aug 2004 01:24:01 |
maho |
Now confirmed that both static and dynamic ATLAS lib
has same performance. |
6.00_2 18 Aug 2004 11:20:11 |
maho |
amd64 dislikes -malign-double |
6.00_2 18 Aug 2004 11:12:34 |
maho |
o Add WITH_SMP, ATLAS with SMP support. currently serious
perfomance loss is observed.
o change Intel C++ compiler flags to approprate one. |
6.00_2 16 Aug 2004 12:09:45 |
maho |
USE_ICC -> WITH_ICC
Checked by: portlint |
6.00_2 16 Aug 2004 08:55:50 |
maho |
Add flag USE_ICC, uses intel c/c++ compilier |
6.00_2 16 Aug 2004 01:24:11 |
maho |
MASTER_SITE have been moved.
Reported by: kris |
6.00_2 11 Jul 2004 01:00:45 |
kris |
BROKEN: Unfetchable |
6.00_2 06 May 2004 19:49:54 |
maho |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor |
6.00_2 13 Mar 2004 03:46:59 |
maho |
1) remove lapack dependency
2) SIZEify
3) fix build (sdpa.6.00.install.txt has been changed)
--- sdpa.6.00.install.txt.old Fri Nov 15 15:22:50 2002
+++ sdpa.6.00.install.txt Wed Mar 10 16:57:59 2004
@@ -17,6 +17,7 @@
4. Install SDPA
A. Install SDPA with CLAPACK, without ATLAS
+B. Install SDPA on Windows
-----------------------------------------
@@ -263,3 +264,13 @@
(Only the first 15 lines of the commit message are shown above ) |
6.00_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
6.00_1 19 Jan 2004 13:11:29 |
maho |
1) very minor update, without changing the filename
a) add some debug print
b) initialize some data
2) bump portrevision accodingly
Pointed out by: edwin |
6.00 17 Jan 2004 11:28:11 |
edwin |
Update master_sites.
Informed maintainer about the fact that one file gives a checksum error.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/sdpa-6.00.log |
6.00 04 Oct 2003 04:21:13 |
maho |
Add new port math/sdpa.
The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). Extremely efficient, almost fastest
around the world! |