Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.06 05 Sep 2024 21:04:30 |
Yuri Victorovich (yuri) |
science/openmolcas: Fix build with gcc14
PR: 281246
Reported by: Lorenzo Salvadore <salvadore@freebsd.org> |
24.06 16 Jun 2024 16:56:31 |
Yuri Victorovich (yuri) |
science/openmolcas: update 23.06 → 24.06 |
23.06 23 Jul 2023 08:50:35 |
Yuri Victorovich (yuri) |
science/openmolcas: Update 22.06 → 23.06 |
22.06_2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
22.06_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
22.06_1 05 Nov 2022 14:47:18 |
Thierry Thomas (thierry) |
science/*: bump PORTREVISION in consumers of libXC |
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) |
22.06 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 ) |
22.06 20 Aug 2022 17:48:45 |
Yuri Victorovich (yuri) |
science/openmolcas: Fix debug build |
22.06 08 Aug 2022 07:00:17 |
Yuri Victorovich (yuri) |
science/openmolcas: Broken on armv7
Reported by: fallout |
22.06 26 Jul 2022 17:05:36 |
Yuri Victorovich (yuri) |
science/openmolcas: Update 22.02 -> 22.06
Also test target is added.
The workaround for the cmake bug when cmake fails to find the
physical memory size is added. |
22.02_2 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
22.02_1 16 Jun 2022 15:13:01 |
Po-Chuan Hsieh (sunpoet) |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
22.02 29 May 2022 05:52:44 |
Yuri Victorovich (yuri) |
science/openmolcas: Broken on i386
Reported by: fallout |
22.02 24 May 2022 19:51:18 |
Yuri Victorovich (yuri) |
science/openmolcas: New port: Quantum chemistry software package
OpenMolcas has issues: it doesn't respect UNIX file path
conventions, it expects the installation directory to be writable.
Currently it needs to be either run as root, or after chown,
or after copying the entire tree to the home directory.
Hopefully they will resolve these issues. |