Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.03.6_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2024.03.6 07 Sep 2024 06:24:53 |
Yuri Victorovich (yuri) |
science/rdkit: Fix fetch by caching unstable font distfile
PR: 281322
Reported by: Daniel Engberg <diizzy@FreeBSD.org> |
2024.03.6 31 Aug 2024 07:16:12 |
Yuri Victorovich (yuri) |
science/rdkit: update 2023_09_6 → 2024_03_6
Reported by: portscout |
2023.09.6 27 May 2024 20:56:47 |
Yuri Victorovich (yuri) |
science/rdkit: Broken on 15 aarch64
Reported by: fallout |
2023.09.6 17 Mar 2024 08:21:51 |
Yuri Victorovich (yuri) |
science/rdkit: Clang-17 crashes on FreeBSD 15 amd64
Reported by: fallout |
2023.09.6 08 Mar 2024 10:25:52 |
Yuri Victorovich (yuri) |
science/rdkit: update 2023_09_5 → 2023_09_6
Reported by: portscout |
2023.09.5 13 Feb 2024 16:44:08 |
Yuri Victorovich (yuri) |
science/rdkit: update 2023_09_3 → 2023_09_5
Reported by: portscout |
2023.09.3_1 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
2023.09.3 14 Dec 2023 23:19:48 |
Yuri Victorovich (yuri) |
science/rdkit: Update/add BROKEN_xx lines |
2023.09.3 07 Dec 2023 08:37:47 |
Yuri Victorovich (yuri) |
science/rdkit: update 2023_09_1 → 2023_09_3
Reported by: portscout |
2023.09.1 15 Oct 2023 22:06:36 |
Yuri Victorovich (yuri) |
science/rdkit: update 2023_03_3 → 2023_09_1
Reported by: portscout |
2023.03.3_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
2023.03.3 18 Aug 2023 15:55:05 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2023_03_2 → 2023_03_3
Reported by: portscout |
2023.03.2 18 Aug 2023 02:57:08 |
Muhammad Moinur Rahman (bofh) |
science/rdkit: Mark BROKEN on FreeBSD 14
Fails to compile as clang crashes with:
error: clang frontend command failed with exit code 134
Have tried to build with llvm14 and llvm15 and it builds but there are
lots of modules which are not built.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2023.03.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2023.03.2 20 Jun 2023 17:44:00 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2022_03_5 → 2023_03_2
Reported by: portscout |
2022.03.5_4 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
2022.03.5_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2022.03.5_2 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
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) |
2022.03.5_1 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 ) |
2022.03.5_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2022.03.5 07 Aug 2022 05:46:36 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2022.03.4 -> 2022.03.5
Reported by: portscout |
2022.03.4 06 Jul 2022 03:20:52 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2022.03.3 -> 2022.03.4
Reported by: portscout |
2022.03.3 03 Jun 2022 07:17:04 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2022.03.2 -> 2022.03.3
Reported by: portscout |
2022.03.2_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
2022.03.2 25 Apr 2022 20:50:10 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2022.03.1 -> 2022.03.2
Reported by: portscout |
2022.03.1 29 Mar 2022 00:38:48 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2021.09.5 -> 2022.03.1
Reported by: portscout |
2021.09.5 06 Mar 2022 02:15:33 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2021.09.4 -> 2021.09.5
Reported by: portscout |
2021.09.4 22 Jan 2022 09:06:37 |
Yuri Victorovich (yuri) |
science/rdkit: Broken on i386
Reported by: fallout |
2021.09.4 15 Jan 2022 22:50:01 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2021.03.5 -> 2021.09.4
PR: 261223
Reported by: diizzy@ |
2021.03.5_1 09 Sep 2021 20:00:09 |
Yuri Victorovich (yuri) |
science/coordgenlibs: Update 2.0.3 -> 3.0.0 |
2021.03.5 26 Aug 2021 05:38:54 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2021.03.4 -> 2021.03.5 |
2021.03.4 12 Jul 2021 02:10:30 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2021.03.3 -> 2021.03.4
Reported by: portscout |
2021.03.3 11 Jun 2021 09:57:59 |
Yuri Victorovich (yuri) |
science/rdkit: Update 2020.09.5 -> 2021.03.3
Reported by: portscout |
2020.09.5_1 10 May 2021 20:13:20 |
Thierry Thomas (thierry) |
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet |
2020.09.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.09.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.09.5_1 08 Mar 2021 17:29:25 |
yuri |
science/rdkit: Add PGSQL option to build the PostgreSQL cartridge
Also fix build with DOCS=OFF |
2020.09.5 02 Mar 2021 23:15:45 |
yuri |
science/rdkit: Update 2020.09.4 -> 2020.09.5
Reported by: portscout |
2020.09.4 23 Jan 2021 06:24:28 |
yuri |
science/rdkit: Update 2020.09.3 -> 2020.09.4
Reported by: portscout |
2020.09.3 14 Jan 2021 03:04:49 |
pkubaj |
science/rdkit: fix packaging on powerpc64
Also switch not-working with Clang -mpopcntb with -mpopcntd (as a side effect it
also raises requirements from POWER5 to POWER7).
MFH: 2021Q1 |
2020.09.3 05 Jan 2021 20:53:59 |
rene |
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_PILLOW,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports. |
2020.09.3 13 Dec 2020 22:00:58 |
yuri |
science/rdkit: Update 2018.09.3 -> 2020.09.3
Reported by: portscout |
2018.09.3_7 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
2018.09.3_6 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
2018.09.3_6 24 Feb 2020 11:36:16 |
kai |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
2018.09.3_5 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
2018.09.3_4 20 Aug 2019 00:08:48 |
pkubaj |
science/rdkit: fix build on GCC architectures
This port needs new GCC to build.
It adds -mpopcnt to *FLAGS, which breaks build on non-x86. Since it optimizes
for the host CPU, don't enable it.
Some libraries are not installed on big-endian systems.
PR: 239299
Approved by: yuri (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20997 |
2018.09.3_4 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
2018.09.3_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 |
2018.09.3_2 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
2018.09.3_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2018.09.3 31 Mar 2019 02:31:56 |
yuri |
science/rdkit: Update 2018.09.2 -> 2018.09.3
Reported by: portscout |
2018.09.2 23 Feb 2019 07:33:55 |
yuri |
science/rdkit: Update 2018_09_1 -> 2018_09_2
Reported by: portscout |
2018.09.1_3 26 Dec 2018 09:06:35 |
tcberner |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
2018.09.1_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2018.09.1_2 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 |
2018.09.1_1 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
2018.09.1 25 Oct 2018 07:00:51 |
yuri |
science/rdkit: Update 2018_03_4 -> 2018_09_1
Approved by: portscout |
2018.03.4 18 Aug 2018 06:59:22 |
yuri |
science/rdkit: Update 2018_03_3 -> 2018_03_4
Reported by: portscout |
2018.03.3_1 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2018.03.3 20 Jul 2018 06:28:32 |
yuri |
science/rdkit: Update 2018_03_2 -> 2018_03_3
Changelog:
https://github.com/rdkit/rdkit/releases/tag/Release_2018_03_3 |
2018.03.2 17 Jun 2018 19:15:55 |
yuri |
science/rdkit: Update 2018_03_1 -> 2018_03_2
Reported by: portscout |
2018.03.1 14 May 2018 06:42:03 |
yuri |
science/rdkit: Update 2017_09_3 -> 2018_03_1
Port changes:
* Add GH_TUPLE for 2 new bundled dependencies
* Add BUILD_DEPENDS and post-extract script for the new rapidjson dependency
Reported by: portscout |
2017.09.3_2 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2017.09.3_1 29 Mar 2018 06:35:58 |
yuri |
science/rdkit: Add python binding |
2017.09.3 22 Mar 2018 08:23:57 |
yuri |
New port: science/rdkit: Collection of cheminformatics and machine-learning
software |