Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.8.2_2 22 Jan 2025 05:02:08 |
Loïc Bartoletti (lbartoletti) |
x11-toolkits/py-wxPython4: Update to 4.2.2 |
4.8.2_1 25 Nov 2024 12:07:22 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree |
4.8.2 08 Jun 2024 15:31:09 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: update 4.8.1 → 4.8.2 |
4.8.1_7 23 Nov 2023 11:20:28 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree |
4.8.1_6 30 Oct 2023 18:37:16 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Fix build on some systems
... by preventing tvtk_classes.zip rebuild.
Such rebuild causes failure, and it is also conditional
on file time comparison.
Accepting the pre-existing tvtk_classes.zip prevents such
rebuild, which hopefully would prevent build failured.
Reported by: fallout |
4.8.1_6 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> |
4.8.1_6 24 Jun 2023 04:51:29 |
Yuri Victorovich (yuri) |
math/vtk9: Update 9.2.2 → 9.2.6
Reported by: portscout |
4.8.1_5 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
4.8.1_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.8.1_3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.8.1_3 24 Dec 2022 11:06:21 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Remove USE_PYTHON=noflavors
noflavors makes this port an outlier for depending ports. |
4.8.1_2 25 Oct 2022 05:44:04 |
Loïc Bartoletti (lbartoletti) |
graphics/py-mayavi: use wx 3.2
PR: 265093 |
4.8.1_1 24 Oct 2022 08:14:57 |
Yuri Victorovich (yuri) |
math/vtk9: Update 9.1.0 -> 9.2.2 |
4.8.1 22 Oct 2022 07:30:11 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Update 4.8.0 -> 4.8.1 |
4.8.0 21 Oct 2022 19:22:35 |
Yuri Victorovich (yuri) |
Revert "deskutils/just: Update 1.5.0 -> 1.6.0"
This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe. |
4.8.0_1 21 Oct 2022 19:21:52 |
Yuri Victorovich (yuri) |
deskutils/just: Update 1.5.0 -> 1.6.0
Reported by: portscout |
4.8.0_1 13 Oct 2022 17:25:45 |
Yuri Victorovich (yuri) |
textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server |
4.8.0 13 Oct 2022 14:41:27 |
Yuri Victorovich (yuri) |
Revert "textproc/py-python-lsp-black: New port: Black plugin for the Python LSP
Server"
This reverts commit 0c041ad4a2d2ade16fb3a91a5e651f018e33455f. |
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.8.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 ) |
4.8.0 29 Jul 2022 08:08:49 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Update 4.7.4 -> 4.8.0
Also add test target. |
4.7.4_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.7.4_1 25 Feb 2022 18:10:24 |
Loïc Bartoletti (lbartoletti) |
x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
- Update to 4.1 version
- Fix wxgtk31 for string
- Use wxGtk31 instead of wxgtk30
- Fix kicad* ports with wxgtk31/wxPython 4.1
Changes:
- https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html
Reviewed by: tcberner
Approved by: yuri, bofh
Differential Revision: D34080 |
4.7.4 06 Dec 2021 17:12:16 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Update 4.7.3 -> 4.7.4 |
4.7.3_1 22 Nov 2021 09:40:34 |
Yuri Victorovich (yuri) |
math/vtk9: Update 9.0.3 -> 9.1.0 |
4.7.3 19 Aug 2021 03:23:55 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Broken on i386
Reported by: fallout |
4.7.3 11 May 2021 19:49:30 |
Yuri Victorovich (yuri) |
graphics/py-mayavi: Update 4.7.2 -> 4.7.3
Reported by: portscout |
4.7.2_2 16 Apr 2021 07:52:45 |
Yuri Victorovich (yuri) |
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.
Reported by: portscout |
4.7.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.7.2_1 03 Mar 2021 18:08:32 |
kai |
graphics/py-mayavi: Fix packaging with Python 3.8
* Apply the same fix as in r559094 by stripping libraries by wildcard paths.
PR: 253815
Approved by: python (with hat) |
4.7.2_1 26 Jan 2021 20:32:15 |
yuri |
graphics/py-mayavi: Fix build (sphinx dependency was missing)
Also remove the unnecessary USE_PYTHON=concurrent.
Reported by: fallout |
4.7.2 24 Jan 2021 00:39:35 |
yuri |
graphics/py-mayavi: Add USES=python:3.6+
rene@ and mat@ are correct: USES=python:3.6+ is needed, because Mayavi can't
build with Python-2.7.
'noflavors' only disallows flavors, and builds a single package corresponding to
the default Python version.
Reported by: rene mat |
4.7.2 22 Jan 2021 20:43:03 |
yuri |
Re-add port: graphics/py-mayavi: Application and library for 3D visualization
and plotting in Python |
4.5.0_8 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
4.5.0_8 03 Aug 2020 08:51:18 |
antoine |
Deprecate a few python 2.7 ports |
4.5.0_8 17 May 2020 05:55:12 |
lbartoletti |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
4.5.0_7 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
4.5.0_7 29 Feb 2020 18:24:19 |
lbartoletti |
x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to
use wxWidgets with Python3.
- Add x11-toolkits/py-wxPython40
- Replace wxPython30 by wxPython40 when python wxWidgets is required
- Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
- Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
- While I'm here fix portlint per emulators/playonbsd
- Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
- Bump portversion
- Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship
PR: 241893
Reviewed by: koobs, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21915
Exp-run by: antoine |
4.5.0_6 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.5.0_5 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.5.0_4 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.5.0_3 27 May 2018 08:22:14 |
antoine |
Fix dependencies for DEFAULT_VERSIONS=python=3.x |
4.5.0_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). |
4.5.0_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.5.0_2 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
4.5.0_2 20 Apr 2017 04:13:39 |
miwi |
- Fix Shebangs
- Added LICENSE
- Added NO_ARCH |
4.5.0_1 19 Aug 2016 16:04:00 |
amdmi3 |
- Add missing USES=execinfo, fixing build on 9.x
PR: 211937
Submitted by: Vladimir.Chukharev@gmail.com (maintainer) |
4.5.0 06 Aug 2016 07:04:36 |
pi |
New port: graphics/py-mayavi
3D Scientific Data Visualization and Plotting
The Mayavi project includes two related packages for 3-dimensional
visualization:
Mayavi: A tool for easy and interactive visualization of data, with
seamless integration with Python scientific libraries.
TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular
open-source visualization library.
These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.
WWW: http://code.enthought.com/projects/mayavi/
PR: 204435
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> |