Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.5_3 24 Jan 2025 12:18:28
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
4.1.5_2 01 Jan 2024 11:49:51
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
4.1.5_1 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
4.1.5_1 18 Dec 2023 21:09:11
    |
Yuri Victorovich (yuri)  |
science/siesta: Update WWW |
4.1.5_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.1.5 15 Mar 2023 08:48:15
    |
Piotr Kubaj (pkubaj)  |
science/siesta: enable on 13 / powerpc{,64le} |
4.1.5 12 Mar 2023 00:00:50
    |
Piotr Kubaj (pkubaj)  |
science/siesta: enable building on FreeBSD 13/powerpc64
releng/13.2 has a fix for the build error. |
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) |
4.1.5 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 ) |
4.1.5 04 Jul 2022 00:00:31
    |
Piotr Kubaj (pkubaj)  |
science/siesta: unbreak on powerpc* / main
Builds fine now on CURRENT. |
4.1.5 19 Jun 2022 07:44:10
    |
Yuri Victorovich (yuri)  |
science/siesta: Add comment |
4.1.5 19 May 2021 04:07:41
    |
Yuri Victorovich (yuri)  |
science/siesta: Broken on aarch64, powerpc* due to lack of IEEE754 support in
gcc |
4.1.5 13 May 2021 22:24:45
    |
Yuri Victorovich (yuri)  |
science/siesta: Broken on aarch64 |
4.1.5 29 Apr 2021 03:01:43
    |
Yuri Victorovich (yuri)  |
science/siesta: Update 4.0.2 -> 4.1.5 |
4.0.2_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.2_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.2_3 17 Nov 2020 22:40:46
  |
linimon  |
Add workaround for new failure with Fortran GCC 10 frontend:
Type mismatch between actual argument at (1) and actual argument at (2)
(COMPLEX(8)/REAL(8)).
PR: 246700
Approved by: maintainer |
4.0.2_3 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 |
4.0.2_2 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 |
4.0.2_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 |
4.0.2 03 Sep 2018 17:51:33
  |
yuri  |
New port: science/siesta: Program to perform efficient electronic structure
calculations |