non port: math/blas/Makefile |
SVNWeb
|
Number of commits found: 38 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
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 )
|
Sun, 13 Jun 2021
|
[ 17:48 Thierry Thomas (thierry) ] c2488a6 (Only the first 10 of 19 ports in this commit are shown above. )
math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
to 3.9.1;
Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>
- Chase this upgrade in biology/treekin;
- Add a test target;
- Remove a conflict with math/openblas (PR 244296);
- Fix the build with Gcc10 (PR 247485).
PR: 247542
Approved by: expr-run by antoine@
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 11 Mar 2018
|
[ 11:20 rene ] (Only the first 10 of 15 ports in this commit are shown above. )
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 29 Jul 2014
|
[ 20:55 adamw ] (Only the first 10 of 50 ports in this commit are shown above. )
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)
|
Sat, 5 Apr 2014
|
[ 16:30 antoine ]
Stage support
With hat: portmgr
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 )
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Mon, 23 Jan 2012
|
[ 01:16 maho ]
* Make the BLAS port the secondary port of LAPACK.
* Version number of BLAS port is now accord with LAPACK port.
Submitted by: bf
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 27 Sep 2010
|
[ 05:25 maho ]
Fix build on FBSD 6.
PR: 150918
Submitted by: glarkin@, bf@
Spotted by: Pointyhat
|
Sun, 19 Sep 2010
|
[ 22:23 maho ]
Correct handling profiled libraries.
PR: 150174
Submitted by: bf@
|
Mon, 30 Aug 2010
|
[ 07:26 bf ]
Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;
use one toolchain consistently; build profiling libraries
PR: 117923
Approved by: maho (maintainer), makc (co-mentor)
|
Sun, 13 Sep 2009
|
[ 00:08 gerald ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ] (Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
Mon, 10 Sep 2007
|
[ 03:04 maho ]
Fix build for blas depended ports.
Submitted by: pav
|
Fri, 7 Sep 2007
|
[ 01:18 maho ]
Make fetchable. The distfile has been changed and taking the diff
of old and new one, I only see non-functional changes.
Also setting netlib.org as the primal mastersite is appropreate.
Submitted by: vittorio <vdemart1@tin.it>
|
Thu, 12 Jul 2007
|
[ 06:24 maho ]
Now we USE_FORTRAN=yes for using FORTRAN compiler.
|
Tue, 23 Jan 2007
|
[ 08:09 maho ]
A cosmetic change.
|
Tue, 16 Jan 2007
|
[ 23:41 maho ]
Pass maintainership.
Approved by: stas (maintainer)
|
[ 02:39 maho ]
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
|
Tue, 9 Jan 2007
|
[ 12:00 maho ]
Migrate to gfortran.
Approved by: stas (maintainer)
|
Sun, 1 Oct 2006
|
[ 20:05 stas ]
- Fix compiling with oncoming gcc41.
Reported by: pointyhat run
Approved by: sem (mentor)
|
Wed, 16 Aug 2006
|
[ 16:43 rafan ]
- Respect DESTDIR
- Use PLIST_FILES
- Pass maintainership to submitter
PR: ports/102111
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
|
Tue, 15 Aug 2006
|
[ 00:29 clsung ] (Only the first 10 of 61 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Mon, 24 Apr 2006
|
[ 19:57 thierry ]
Register conflicts with math/elmer-mathlibs and pet portlint.
|
Thu, 13 Apr 2006
|
[ 17:53 ehaupt ]
This port now respects FFLAGS.
PR: 95521
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
Fri, 30 Sep 2005
|
[ 17:48 fenner ]
www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.
Approved By: portmgr (linimon)
|
Thu, 20 Feb 2003
|
[ 18:42 knu ] (Only the first 10 of 122 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:19 sobomax ] (Only the first 10 of 100 ports in this commit are shown above. )
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
Thu, 15 Jun 2000
|
[ 18:12 sobomax ] (Only the first 10 of 57 ports in this commit are shown above. )
Second round of INSTALL_SHLIBS=yes fixes.
|
Number of commits found: 38 |