non port: math/vtk9/Makefile |
Number of commits found: 49 |
Monday, 10 Feb 2025
|
02:59 Yuri Victorovich (yuri)
math/vtk9: Update WWW
3fba28e |
Tuesday, 31 Dec 2024
|
08:57 Muhammad Moinur Rahman (bofh)
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
0835676 |
Friday, 1 Nov 2024
|
09:25 Ronald Klop (ronald)
math/vtk9: unbreak aarch64 on FreeBSD 13
Builds fine locally in poudriere on 13.3 jail on aarch64.
I think it compiles now because FreeBSD 13.3 has a newer clang/llvm
version than FreeBSD 13.2.
PR: 264834
Approved by: yuri@ (maintainer)
29032a4 |
Thursday, 5 Sep 2024
|
06:18 Po-Chuan Hsieh (sunpoet)
math/vtk9: Build and install python bytecode
- Bump PORTREVISION for package change
from graphics/py-mayavi build log:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/python3.11/site-packages/__pycache__/vtk.cpython-311.pyc
extra: usr/local/lib/python3.11/site-packages/vtkmodules/__pycache__
extra: usr/local/lib/python3.11/site-packages/vtkmodules/util/__pycache__
=>> Cleaning up wrkdir
===> Cleaning for py311-mayavi-4.8.2
Approved by: portmgr (blanket)
With hat: python
3b9151c |
Saturday, 27 Apr 2024
|
12:44 Tijl Coosemans (tijl)
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine
98bf258 |
Thursday, 22 Feb 2024
|
09:38 Yuri Victorovich (yuri) Author: Hiroo Ono
math/vtk9: Fix build with OSMESA and JAVA option
PR: 277216
35b87f5 |
Sunday, 18 Feb 2024
|
09:29 Thierry Thomas (thierry)
*/*: bump PORTREVISION after OpenMPI upgrade
9eba616 |
Friday, 15 Dec 2023
|
22:23 Yuri Victorovich (yuri)
math/vtk9: Broken on FreeBSD 13 aarch64
Clang crashes.
3506637 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Wednesday, 26 Jul 2023
|
19:58 Loïc Bartoletti (lbartoletti)
devel/qt6: bump dependent ports
8071dcb |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Saturday, 24 Jun 2023
|
04:51 Yuri Victorovich (yuri)
math/vtk9: Update 9.2.2 → 9.2.6
Reported by: portscout
34eb151 |
Friday, 23 Jun 2023
|
04:51 Yuri Victorovich (yuri)
math/vtk9: Fix build breakage at plugins.qmltypes: Undefined symbol
"ompi_mpi_comm_world"
PR: 267320
Reported by: alt2600@icloud.com
c5a34d7 |
Saturday, 17 Jun 2023
|
15:24 Dimitry Andric (dim)
math/vtk9: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building math/vtk9:
/wrkdirs/usr/ports/math/vtk9/work/VTK-9.2.2/ThirdParty/cgns/vtkcgns/src/adfh/ADFH.c:1274:93:
error: incompatible function pointer types passing 'herr_t (hid_t, const char *,
const H5L_info1_t *, void *)' (aka 'int (long, const char *, const H5L_info1_t
*, void *)') to parameter of type 'H5L_iterate2_t' (aka 'int (*)(long, const
char *, const H5L_info2_t *, void *)') [-Wincompatible-function-pointer-types]
if (! is_link(id)) H5Literate_by_name2(id, name, H5_INDEX_CRT_ORDER,
H5_ITER_INC, NULL, delete_children, data, H5P_DEFAULT);
^~~~~~~~~~~~~~~
/usr/local/include/H5Lpublic.h:992:87: note: passing argument to parameter
'op' here
H5_iter_order_t order, hsize_t *idx,
H5L_iterate2_t op, void *op_data,
^
/wrkdirs/usr/ports/math/vtk9/work/VTK-9.2.2/ThirdParty/cgns/vtkcgns/src/adfh/ADFH.c:1434:64:
error: incompatible function pointer types passing 'herr_t (hid_t, const char *,
const H5L_info1_t *, void *)' (aka 'int (long, const char *, const H5L_info1_t
*, void *)') to parameter of type 'H5L_iterate2_t' (aka 'int (*)(long, const
char *, const H5L_info2_t *, void *)') [-Wincompatible-function-pointer-types]
H5Literate2(gid, H5_INDEX_CRT_ORDER, H5_ITER_NATIVE, NULL, fix_dimensions,
NULL);
^~~~~~~~~~~~~~
/usr/local/include/H5Lpublic.h:926:42: note: passing argument to parameter
'op' here
H5L_iterate2_t op, void *op_data);
^
and a bunch more of these. The problem is that the H5Literate_by_name2()
function (from /usr/local/include/H5Lpublic.h) is being called with an
incorrect argument for the "op" parameter, which should be of type
"H5L_iterate2_t" instead. In turn, "H5L_iterate2_t" is a function type,
and requires the function's "info" parameter to be of type "const
H5L_info2_t *".
Redefine "H5L_info_t" to mean "H5L_info2_t" to work around this problem,
otherwise a lot of function definitions would have to be adjusted.
PR: 272037
Approved by: yuri (maintainer)
MFH: 2023Q2
8c1a570 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Wednesday, 2 Nov 2022
|
16:22 Yuri Victorovich (yuri)
math/vtk9: Add workaround for a regression in VTK that requires qmake and moc
find_package(VTK QUIET COMPONENTS GUISupportQt) erroneously
requires qmake and moc to be present.
misc/visp regressed for this reason after VTK was updated to 9.2.2
even though VTK is only a proxy dependency for visp.
Reported by: fallout
2edab7c |
Tuesday, 1 Nov 2022
|
13:26 Piotr Kubaj (pkubaj)
math/vtk9: fix build on powerpc64le
As with other ports bundling sqlite3, it fails to build on powerpc64le because
sqlite3 assumes big-endian on all powerpc*.
57712b0 |
Monday, 24 Oct 2022
|
08:14 Yuri Victorovich (yuri)
math/vtk9: Update 9.1.0 -> 9.2.2
7406d45 |
Friday, 21 Oct 2022
|
19:22 Yuri Victorovich (yuri)
Revert "deskutils/just: Update 1.5.0 -> 1.6.0"
This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe.
9bd18faa |
19:21 Yuri Victorovich (yuri)
deskutils/just: Update 1.5.0 -> 1.6.0
Reported by: portscout
9f02903 |
Thursday, 20 Oct 2022
|
22:31 Yuri Victorovich (yuri)
math/vtk9: Fix mismatch in MPI dependency
Reported by: cmt@
ed69f58 |
06:48 Yuri Victorovich (yuri) Author: alt2600@icloud.com
math/vtk9: Disable Qt6 discovery
PR: 267217
15bfd78 |
05:17 Yuri Victorovich (yuri)
math/vtk9: Limit net/py-mpi4py dependency when both PYTHON and MPI options are
on
PR: 267191
Reported by: VVD <vvd@unislabs.com>
24eb2fb |
Wednesday, 19 Oct 2022
|
01:21 Yuri Victorovich (yuri)
math/vtk9: Add net/py-mpi4py dependency
... after the bundled version of mpi4py was recently removed.
b0c2eb7 |
Monday, 17 Oct 2022
|
09:20 Yuri Victorovich (yuri)
math/vtk9: Remove bundled pythob module mpi4py because it conflicts with
standalone py-mpi4py
Requested by: thierry@
6673a21 |
Thursday, 13 Oct 2022
|
17:25 Yuri Victorovich (yuri)
textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server
0c041ad |
14:41 Yuri Victorovich (yuri)
Revert "textproc/py-python-lsp-black: New port: Black plugin for the Python LSP
Server"
This reverts commit 0c041ad4a2d2ade16fb3a91a5e651f018e33455f.
586b19a |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:35 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>
5564b3b |
Tuesday, 28 Jun 2022
|
16:48 Yuri Victorovich (yuri)
math/vtk9: Fix MPI option
It wasn't linking to MPI libraries due to change in cmake flag name.
1f7e038 |
Monday, 7 Mar 2022
|
18:10 Po-Chuan Hsieh (sunpoet)
science/netcdf: Update to 4.8.1
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
6e49c04 |
Tuesday, 23 Nov 2021
|
23:53 Yuri Victorovich (yuri)
math/vtk9: Use external packages instead of bundled dependencies
This is partially restoring what has eroded with vtk updates,
and is partially adding new external dependencies.
5fff47e |
Monday, 22 Nov 2021
|
17:24 Yuri Victorovich (yuri)
math/vtk9: Force default python version in build
8e148e8 |
09:40 Yuri Victorovich (yuri)
math/vtk9: Update 9.0.3 -> 9.1.0
580d53b |
Thursday, 19 Aug 2021
|
08:46 Yuri Victorovich (yuri)
math/vtk9: Fix QT option
It wasn't properly enabling Qt support.
3375c7e |
Wednesday, 18 Aug 2021
|
22:50 Yuri Victorovich (yuri)
math/vtk9: Update 9.0.1 -> 9.0.3
Reported by: portscout
b578729 |
Tuesday, 29 Jun 2021
|
10:20 Thierry Thomas (thierry)
math/vtk9: do not pollute namespace with Xutil.h
Add the patch b3b088e8 from upstream, in order to permit cad/opencascade
to switch to VTK-9.
PR: 256876
Approved by: yuri (maintainer)
e67606b |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 22 Jan 2021
|
20:40 yuri
math/vtk9: Add pip's .egg-info directory that is normally installed with python
packages
At least one user, py-mayavi, needs it.
 |
Thursday, 21 Jan 2021
|
18:26 yuri
math/vtk9: Add the PYTHON option for python binding
Also fix WWW and MASTER_SITES URLs.
 |
Friday, 26 Jun 2020
|
19:03 yuri
math/vtk9: Update 9.0.0 -> 9.0.1
Reported by: portscout
 |
Friday, 8 May 2020
|
01:00 yuri
math/vtk9: Update 9.0.0.rc3 -> 9.0.0
 |
Saturday, 2 May 2020
|
01:41 yuri
math/vtk*: Fix CONFLICTS lines
 |
Monday, 27 Apr 2020
|
08:44 yuri
math/vtk8 and math/vtk9: Remove commented out lines
 |
Sunday, 26 Apr 2020
|
23:26 yuri
New port: math/vtk9: Visualization toolkit (9.0.0.rc3)
 |
23:24 yuri
Repocopy math/vtk8 -> math/vtk9
 |
Number of commits found: 49 |