Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.0 11 Mar 2024 19:32:08 |
Stephen Montgomery-Smith (stephen) |
science/getdp: Updat to 3.6.0.
Also include patch that maintainer will push upstream. |
3.5.0_2 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
3.5.0_1 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) |
3.5.0 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 ) |
3.5.0 20 Jul 2022 14:22:51 |
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 ) |
3.5.0 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
3.5.0 13 May 2022 15:49:35 |
Stephen Montgomery-Smith (stephen) |
science/getdp: Update to 3.5.0. |
3.4.0_1 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
3.4.0 24 Sep 2021 17:35:11 |
Stephen Montgomery-Smith (stephen) |
science/getdp: Update to 3.4.0. |
3.3.0_1 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
3.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.0 26 Jan 2021 17:56:09 |
sunpoet |
Fix r561520
/!\ getdp-3.3.0: Makefile errors /!\
you cannot include bsd.port[.pre].mk twice
Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
set DISTNAME
*** Error code 1
Stop.
make: stopped in /usr/ports/science/getdp
Approved by: portmgr (blanket) |
3.3.0 13 Jan 2021 23:03:31 |
linimon |
Update GCC_DEFAULT from 9 to 10.
A few (mostly Fortran-based) ports need to be patched because GCC 10
is stricter. A handful of ports need to be restricted to GCC 9 because
they fail with 10.
5 ports still fail with GCC 10. However, seeing as this work has been
ongoing since 2020-05-24, it is simply time to make the commit and
notify the affected maintainers.
While here, pet portlint (Makevar order).
PR: 246700
Submitted by: gerald
Approved by: antoine (after many, many, -exp runs) |
3.3.0 22 Dec 2019 02:28:58 |
stephen |
- Update to 3.3.0. |
3.2.0_2 25 Oct 2019 23:41:34 |
tcberner |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
3.2.0_1 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 |
3.2.0 03 Jul 2019 23:55:47 |
stephen |
- Update to 3.2.0. |
3.1.0_1 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 |
3.1.0 22 Apr 2019 01:12:30 |
stephen |
- Update to 3.1.0. |
3.0.4_1 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 |
3.0.4 10 Dec 2018 13:42:53 |
stephen |
- Update to 3.0.4. |
3.0.3 24 Oct 2018 14:36:09 |
stephen |
- Update to 3.0.3. |
3.0.2 11 Sep 2018 14:51:18 |
stephen |
- Update to 3.0.2. |
3.0.1 09 Sep 2018 22:46:05 |
stephen |
- Update to 3.0.1. |
3.0.0 23 Aug 2018 19:24:54 |
stephen |
- Update to 3.0.0. |
2.11.3_2 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 |
2.11.3_1 23 Jun 2018 08:27:14 |
tcberner |
Update math/gsl to 2.5
PR: 229067 |
2.11.3 22 Jun 2018 08:37:17 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Remove no-op WANT_PERL
- Switch to new test framework
Approved by: portmgr blanket |
2.11.3 12 May 2018 22:23:40 |
stephen |
- Update to 2.11.3. |
2.11.2_3 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). |
2.11.2_2 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 |
2.11.2_1 03 Jul 2017 20:38:12 |
tcberner |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408 |
2.11.2 25 Jun 2017 18:25:50 |
stephen |
- Update to 2.11.2. |
2.11.1 20 Jun 2017 03:31:13 |
stephen |
- Update to 2.11.1. |
2.11.0 20 Jun 2017 01:49:54 |
stephen |
- Update to 2.11.0. |
2.8.0_3 18 Jun 2017 03:17:52 |
stephen |
- Fix compilation error (which presumably comes from a change in header files
associated with python2). |
2.8.0_3 02 May 2017 05:26:40 |
tcberner |
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522 |
2.8.0_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 |
2.8.0_1 10 Dec 2016 18:38:34 |
antoine |
getdp builds fine with bsd make |
2.8.0_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 |
2.8.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.8.0 11 Mar 2016 00:57:25 |
stephen |
- Update to 2.8.0.
- Add license. |
2.7.0 18 Jan 2016 04:03:25 |
stephen |
- Update to 2.7.0. |
2.2.1_5 12 Nov 2014 18:48:53 |
antoine |
Cleanup plist |
2.2.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) |
2.2.1_4 17 Aug 2014 13:09:56 |
tijl |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
2.2.1_3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.2.1_3 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.2.1_3 17 Jul 2014 08:57:51 |
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) |
2.2.1_3 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.2.1_3 04 Jul 2014 22:08:15 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
2.2.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) |
2.2.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) |
2.2.1_2 27 Jan 2014 15:15:04 |
stephen |
- Implement staging. |
2.2.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 ) |
2.2.1_1 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
2.2.1_1 26 Aug 2013 16:06:38 |
bf |
Update math/gsl to 1.16 and adjust some dependent ports |
2.2.1 08 Nov 2012 00:02:06 |
stephen |
- forgot to remove a file in the last update.
Feature safe: yes |
2.2.1 07 Nov 2012 23:56:50 |
stephen |
- Update to 2.2.1.
Feature safe: yes |
1.2.1_16 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.1_15 03 Jul 2011 13:22:25 |
ohauer |
- remove MD5 |
1.2.1_15 18 Jun 2011 17:05:16 |
hrs |
Fix build; use print/texinfo for texi2pdf instead of print/teTeX-base. |
1.2.1_14 14 Jun 2011 07:38:51 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
1.2.1_14 09 May 2011 16:42:28 |
bf |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
1.2.1_13 29 Mar 2010 01:12:27 |
wen |
- Bump PORTREVISION to chase the update of math/gsl |
1.2.1_12 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.1_11 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.1_10 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
1.2.1_9 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.2.1_9 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.2.1_8 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.2.1_7 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
1.2.1_7 13 Feb 2009 15:25:27 |
wxs |
- Pass maintainership along. |
1.2.1_7 17 Jan 2009 19:54:37 |
gerald |
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.And for this port, CONFIGURE_ENV was bogus to begin with.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> |
1.2.1_7 12 Jan 2009 20:37:24 |
miwi |
- Chase gsl shlib bump |
1.2.1_6 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.2.1_5 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.2.1_5 08 Apr 2008 13:53:22 |
jadawin |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor) |
1.2.1_4 29 Oct 2007 04:34:12 |
maho |
Build fix.
gfortran has intrinsic etime and we should use it.
Submitted by: linimon |
1.2.1_4 26 Sep 2007 02:34:00 |
linimon |
Add WANT_PERL to get the bsd.perl.mk inclusion. This should have no
effect with bsd.port.mk 1.586. |
1.2.1_4 14 Jul 2007 02:46:18 |
maho |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
1.2.1_4 29 Jun 2007 05:46:43 |
ijliao |
chase math/gsl lib version |
1.2.1_3 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.2.1_2 06 Apr 2007 06:48:45 |
gabor |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z |
1.2.1_2 17 Jan 2007 04:52:15 |
maho |
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled lapack.
Submitted by: kris via pointyhat. |
1.2.1_1 06 May 2006 01:28:22 |
mnag |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
1.2.0 18 Mar 2006 21:31:43 |
thierry |
Update to 1.2.1.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>. |
1.2.0 15 Mar 2006 14:21:22 |
thierry |
Upgrade to 1.2.0.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>. |
1.1.2 10 Dec 2005 09:08:44 |
thierry |
Upgrade to 1.1.2. |
1.1.0 25 Nov 2005 17:44:39 |
pav |
- Add SHA256 |
1.1.0 28 Aug 2005 09:11:10 |
thierry |
Upgrade to 1.1.0. |
1.0.1_1 02 May 2005 20:46:12 |
jylefort |
Bump PORTREVISION after the libgsl update.
Obtained from: thierry |
1.0.1 02 May 2005 13:00:18 |
jylefort |
Chase the libgsl update. |
1.0.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.1 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'. |
1.0.1 20 Feb 2005 18:11:36 |
thierry |
Fix doc generation, broken since the upgrade to teTeX 3.0.
According to Hiroki Sato:
"In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex
always detects the PDF output feature. Although there are several means
to fix this problem, I think disabling such detection should be simple
and enough."
Reported by: kris via pointyhat
Obtained from: hrs |
1.0.1 06 Feb 2005 17:47:18 |
thierry |
Upgrade to 1.0.1. |
1.0.0 24 Nov 2004 20:12:19 |
thierry |
Fix build dependences.
Reported by: Kris via pointyhat. |
1.0.0 15 Nov 2004 22:18:09 |
thierry |
Add getdp 1.0.0, a rather general finite element solver using mixed
finite elements.
Suggested by: Pedro F. Giffuni. |