non port: games/anki/Makefile |
SVNWeb
|
Number of commits found: 138 (showing only 100 on this page) |
Mon, 18 Sep 2023
|
[ 05:03 Kai Knoblich (kai) ] bf93fff
games/anki: Use Makefile.crates
* Stash the CARGO_CRATES to Makefile.crates to reduce the effort for
future updates.
* No functional changes intended.
|
Fri, 8 Sep 2023
|
[ 09:06 Mikael Urankar (mikael) ] aba8da2 (Only the first 10 of 403 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.72.0
PR: 273331
|
Mon, 28 Aug 2023
|
[ 13:40 Kai Knoblich (kai) ] b605443
games/anki: Update to 2.1.66
* Update NOT_FOR_ARCH_REASON as the previous one is no longer valid
since f74de16438cc.
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.66
MFH: 2023Q3
|
Wed, 26 Jul 2023
|
[ 19:58 Loïc Bartoletti (lbartoletti) ] 8071dcb (Only the first 10 of 64 ports in this commit are shown above. )
devel/qt6: bump dependent ports
|
Mon, 17 Jul 2023
|
[ 15:58 Mikael Urankar (mikael) ] cdf2861 (Only the first 10 of 387 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.71.0
PR: 272449
|
Fri, 9 Jun 2023
|
[ 11:38 Mikael Urankar (mikael) ] e1d1045 (Only the first 10 of 376 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.70.0
PR: 271797
|
Mon, 5 Jun 2023
|
[ 18:40 Kai Knoblich (kai) ] 3fdf445
games/anki: Update to 2.1.65
* Drop a unneccessary call in the custom "make-yarn-cache" target.
Changelogs since 2.1.62:
https://github.com/ankitects/anki/releases/tag/2.1.65
https://github.com/ankitects/anki/releases/tag/2.1.64
https://github.com/ankitects/anki/releases/tag/2.1.63
|
Mon, 8 May 2023
|
[ 11:54 Kai Knoblich (kai) ] 5a788a6 (Only the first 10 of 46 ports in this commit are shown above. )
games/anki: Update to 2.1.62
* Since release 2.1.55, upstream has changed the build system to a
homebrew solution written in Rust, which generates the files for
ninja(1) and then uses the latter also for building.
As a result, quite a number of patches, that revolved around the
Bazel build system, can now be removed and the Makefile can also be
slimmed down considerably.
By environment variables recognized by the build system, some
required binaries (e.g. Python, Node.js, etc.) for the build can be
directly defined instead downloading the binary tarballs from the
official repositories, which saving quite a bit of patches at
the end. (Only the first 15 lines of the commit message are shown above )
|
Tue, 2 May 2023
|
[ 06:34 Kai Knoblich (kai) ] bdcfffd
games/anki: Fix crashes with nVidia drivers
* Prevent Anki from explicitly loading "libGL.so.1", which leads to
segfaults in environments that have nVidia drivers in use.
* Bump PORTREVISION due package change.
PR: 270778
Reported by: bitbucket63-it@yahoo.com
MFH: 2023Q2
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 23 Apr 2023
|
[ 13:14 Mikael Urankar (mikael) ] 3db55c4 (Only the first 10 of 364 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.69.0
PR: 270953
|
Sat, 8 Apr 2023
|
[ 15:13 Dmitri Goutnik (dmgk) ] ff40d94 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Thu, 16 Mar 2023
|
[ 11:11 Mikael Urankar (mikael) ] ebf29ac (Only the first 10 of 351 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.68.0
PR: 270080
|
Fri, 10 Mar 2023
|
[ 05:51 Kai Knoblich (kai) ] 89fcb25
games/anki: Switch to PyQt6
* This also fixes runtime errors [1] that occur in environments where
PyQt5 and PyQt6 are present. In that case Anki prefers PyQt6 over
PyQt5 upon invocation which leads then to following error:
$ anki
Running with temporary Qt5 compatibility shims.
Run with DISABLE_QT5_COMPAT=1 to confirm compatibility with Qt6.
Traceback (most recent call last):
File "/usr/local/bin/anki", line 7, in <module>
import aqt
File "/usr/local/share/anki/aqt/__init__.py", line 74, in <module>
from aqt.main import AnkiQt # isort:skip
File "/usr/local/share/anki/aqt/main.py", line 20, in <module> (Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Mar 2023
|
[ 11:15 Loïc Bartoletti (lbartoletti) ] 6d3a647 (Only the first 10 of 74 ports in this commit are shown above. )
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
|
Wed, 15 Feb 2023
|
[ 19:06 Dmitri Goutnik (dmgk) ] 56b5ec7 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Mon, 13 Feb 2023
|
[ 14:52 Mikael Urankar (mikael) ] 109e35f (Only the first 10 of 348 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.67.1
PR: 269336
|
Thu, 9 Feb 2023
|
[ 21:55 Dmitri Goutnik (dmgk) ] 2297efc (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after GO_DEFAULT update.
|
Sat, 14 Jan 2023
|
[ 11:31 Dmitri Goutnik (dmgk) ] 3b383d8 (Only the first 10 of 549 ports in this commit are shown above. )
all: Bump PORTVERSION after lang/go{118,119} update
|
Sat, 7 Jan 2023
|
[ 19:24 Daniel Engberg (diizzy) ] 12f1c62 (Only the first 10 of 323 ports in this commit are shown above. )
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
|
Tue, 20 Dec 2022
|
[ 17:37 Mikael Urankar (mikael) ] ba14e01 (Only the first 10 of 240 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.66.0
PR: 268415
|
Sun, 11 Dec 2022
|
[ 11:17 Dmitri Goutnik (dmgk) ] d9ad100 (Only the first 10 of 543 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Thu, 17 Nov 2022
|
[ 07:06 Mikael Urankar (mikael) ] 9bf6a99 (Only the first 10 of 237 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.65.0
PR: 267622
|
Sun, 30 Oct 2022
|
[ 12:07 Mikael Urankar (mikael) ] afe651c (Only the first 10 of 230 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.64.0
PR: 267173
|
Thu, 6 Oct 2022
|
[ 19:24 Dmitri Goutnik (dmgk) ] bde5186 (Only the first 10 of 525 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Fri, 16 Sep 2022
|
[ 03:42 Kai Knoblich (kai) ] 09353d0 (Only the first 10 of 37 ports in this commit are shown above. )
games/anki: Update to 2.1.54
* Remove BROKEN for aarch64 as the FreeBSD related sections in the
Bazel rules should now be architecture independent.
* Build a separate binary version of "esbuild" beforehand as the JS
counterpart, which is used by the Bazel NodeJS ruleset, has fixed
version checks that cannot patched out easily.
Changelogs since 2.1.49:
https://github.com/ankitects/anki/releases/tag/2.1.54
https://github.com/ankitects/anki/releases/tag/2.1.53
https://github.com/ankitects/anki/releases/tag/2.1.52
https://github.com/ankitects/anki/releases/tag/2.1.51
https://github.com/ankitects/anki/releases/tag/2.1.50
Reviewed by: tcberner (earlier revision)
MFH: No (feature release)
Differential Revision: https://reviews.freebsd.org/D36461
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 25 Aug 2022
|
[ 14:49 Baptiste Daroussin (bapt) ] b9b250f (Only the first 10 of 227 ports in this commit are shown above. )
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr
|
[ 10:49 Piotr Kubaj (pkubaj) ] 783c056 (Only the first 10 of 213 ports in this commit are shown above. )
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915
|
[ 08:51 Mikael Urankar (mikael) ] c7912d9 (Only the first 10 of 213 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.63.0
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Jul 2022
|
[ 13:47 Mikael Urankar (mikael) ] a50372b (Only the first 10 of 206 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.62.0
|
Tue, 31 May 2022
|
[ 13:06 Mikael Urankar (mikael) ] e9a35a1c (Only the first 10 of 204 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.61.0
|
Tue, 3 May 2022
|
[ 08:00 Tobias Kortkamp (tobik) ] 57c3caa (Only the first 10 of 195 ports in this commit are shown above. )
lang/rust: Relink ports after the Rust 1.60.0 update
|
Wed, 30 Mar 2022
|
[ 10:13 Kai Knoblich (kai) ] c4d23d0
games/anki: Mark as BROKEN on aarch64
* Now that devel/bazel can be built on aarch64, some of Anki's Bazel
rule files still need to be adjusted accordingly. This needs some
time and testing thus mark it as BROKEN on aarch64 for now.
MFH: 2022Q1
|
Mon, 28 Mar 2022
|
[ 10:37 Kai Knoblich (kai) ] 7632b65
games/anki: Update to 2.1.49
While I'm here:
* Use ECHO_CMD instead of ECHO as the latter one is already defined in
/usr/share/mk/sys.mk, which can either be "echo" or "true" if the make
flag -s is given.
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.49
PR: 262735
Reported by: Pau Amma
MFH: No (2022Q2 is soon)
|
Tue, 15 Mar 2022
|
[ 09:51 Mikael Urankar (mikael) ] e255ac5 (Only the first 10 of 194 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.59.0
|
Mon, 7 Mar 2022
|
[ 17:39 Loïc Bartoletti (lbartoletti) ] 2d8f8573 (Only the first 10 of 75 ports in this commit are shown above. )
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
|
Thu, 3 Feb 2022
|
[ 14:02 Tobias Kortkamp (tobik) ] d64a2a3 (Only the first 10 of 180 ports in this commit are shown above. )
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024
|
Thu, 27 Jan 2022
|
[ 06:12 Loïc Bartoletti (lbartoletti) ] 4f0a5e1 (Only the first 10 of 205 ports in this commit are shown above. )
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above )
|
Sun, 23 Jan 2022
|
[ 20:56 Rene Ladan (rene) ] 48d98ef (Only the first 10 of 87 ports in this commit are shown above. )
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
|
Mon, 17 Jan 2022
|
[ 11:57 Tobias Kortkamp (tobik) ] 835bd57 (Only the first 10 of 177 ports in this commit are shown above. )
lang/rust: Bump revisions after 1.58.0
|
Sun, 5 Dec 2021
|
[ 12:35 Tobias Kortkamp (tobik) ] 5a7f23c (Only the first 10 of 177 ports in this commit are shown above. )
lang/rust: Rebuild consumers for Rust 1.57.0
|
Mon, 25 Oct 2021
|
[ 08:55 Tobias Kortkamp (tobik) ] ad90fc6 (Only the first 10 of 170 ports in this commit are shown above. )
*: Rebuild for Rust 1.56.0
|
[ 08:49 Tobias Kortkamp (tobik) ] 551949a
games/anki: Chase USES=cargo's new git source support
PR: 256581
|
Wed, 22 Sep 2021
|
[ 17:34 Kai Knoblich (kai) ] c8be80d
games/anki: Update to 2.1.48
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.48
MFH: 2021Q3
|
Sun, 19 Sep 2021
|
[ 09:03 Tobias Kortkamp (tobik) ] 7059b43 (Only the first 10 of 163 ports in this commit are shown above. )
*: Rebuild lang/rust consumers after the 1.55.0 update
|
Tue, 31 Aug 2021
|
[ 10:16 Kai Knoblich (kai) ] 95fe5f5
games/anki: Update to 2.1.47
Changelog:
https://changes.ankiweb.net/changes/2.1.40-49.html#changes-in-2147
MFH: 2021Q3
|
Sat, 28 Aug 2021
|
[ 13:42 Mikael Urankar (mikael) ] 70f1b06 (Only the first 10 of 158 ports in this commit are shown above. )
lang/rust: Rebuild consumers for 1.54.0
|
Fri, 13 Aug 2021
|
[ 12:28 Kai Knoblich (kai) ] 83f30a2 (Only the first 10 of 23 ports in this commit are shown above. )
games/anki: Update to 2.1.46
* Remove DIST_SUBDIR, which once made sense when Anki was still a pure
Python port. Anki now needs a lot of Rust crates that are also used
by other ports.
Therefore, these crates should be placed in the usual place and not
in an additional subdirectory to save bandwidth and disk space. [1]
Reported by: se [1]
MFH: 2021Q3
|
Mon, 2 Aug 2021
|
[ 06:16 Kai Knoblich (kai) ] 7cb5fb3 (Only the first 10 of 36 ports in this commit are shown above. )
games/anki: Update to 2.1.44
Since the 2.1.36 release the build system has changed significantly
again and devel/bazel is now used by upstream for the entire build
process.
With this change, a lot of bazel rules and also some translation files
needs to be downloaded from various repositories during the buildtime.
In order to still make Anki compatible with the Ports framework, the
following approach is used:
1. Prefetch all the required files before buildtime.
2. Create and setup a few local bazel repositories along with a set
of custom bazel rules and to provide Node, Protobuf and Yarn from (Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Jun 2021
|
[ 05:39 Tobias Kortkamp (tobik) ] 06dbc12 (Only the first 10 of 144 ports in this commit are shown above. )
lang/rust: Rebuild consumers for 1.53.0
|
Sun, 20 Jun 2021
|
[ 09:26 Tobias Kortkamp (tobik) ] db3e8fb
games/anki: Unbreak with Rust 1.53.0
error[E0308]: mismatched types
--> cargo-crates/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
|
62 | let bytes = bits / Limb::BITS;
| ^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: cannot divide `usize` by `u32`
PR: 256653
|
Tue, 25 May 2021
|
[ 13:55 Dmitry Marakasov (amdmi3) ] 0729af4 (Only the first 10 of 80 ports in this commit are shown above. )
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
|
Tue, 11 May 2021
|
[ 18:33 Tobias Kortkamp (tobik) ] 28e7a93 (Only the first 10 of 140 ports in this commit are shown above. )
Rebuild lang/rust consumers after d8837418ea743776
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 29 Mar 2021
|
[ 18:10 tobik ] (Only the first 10 of 134 ports in this commit are shown above. )
Rebuild lang/rust consumers after r569489
|
Wed, 24 Mar 2021
|
[ 13:34 rene ] (Only the first 10 of 129 ports in this commit are shown above. )
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
|
Sat, 20 Mar 2021
|
[ 08:39 kai ]
games/anki: Fix packaging with Python 3.8
* Add a workaround to make the transition from Python 3.7 to Python 3.8
possible because the name of the .so file is slightly different between
the two releases.
* Also add CARGO_INSTALL to avoid warnings about ignored duplicate scripts
for the target "do-install".
PR: 253815
|
Tue, 16 Mar 2021
|
[ 09:29 lbartoletti ] (Only the first 10 of 57 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine
|
Mon, 8 Mar 2021
|
[ 06:49 lbartoletti ] (Only the first 10 of 100 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
|
Sun, 14 Feb 2021
|
[ 15:45 mikael ] (Only the first 10 of 139 ports in this commit are shown above. )
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616
|
Wed, 6 Jan 2021
|
[ 10:13 mikael ] (Only the first 10 of 129 ports in this commit are shown above. )
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940
|
Tue, 15 Dec 2020
|
[ 17:56 lbartoletti ] (Only the first 10 of 54 ports in this commit are shown above. )
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine
|
Fri, 4 Dec 2020
|
[ 10:43 kai ]
games/anki: Remove pkg-message
* The installation instructions on how to set up audio/lame manually are
obsolete since r554970 thus remove them.
* Bump PORTREVISION to flush out old packages that still contain the
pkg-message.
|
Tue, 24 Nov 2020
|
[ 12:48 mikael ] (Only the first 10 of 137 ports in this commit are shown above. )
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293
|
Fri, 20 Nov 2020
|
[ 07:16 adamw ] (Only the first 10 of 76 ports in this commit are shown above. )
Add education virtual category
PR: 248402
Submitted by: PauAmma
|
Tue, 10 Nov 2020
|
[ 13:01 kai ] (Only the first 10 of 13 ports in this commit are shown above. )
games/anki: Update to 2.1.35
Since the 2.1.17 release the build system has been significantly revised and
contains many changes (e.g. a Rust library with Python bindings) that had to
be adapted to the Ports framework.
Kudos to David Schlachter for the additional testing and feedback!
Changelog since 2.1.16 (too many changes to list them separately):
https://changes.ankiweb.net/
PR: 247666
Reported by: David Schlachter
Reviewed by: tcberner (earlier revision)
Differential Revision: https://reviews.freebsd.org/D26961
|
Mon, 5 Oct 2020
|
[ 15:50 lbartoletti ] (Only the first 10 of 122 ports in this commit are shown above. )
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine
|
Sat, 11 Apr 2020
|
[ 05:04 lbartoletti ] (Only the first 10 of 67 ports in this commit are shown above. )
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine
|
Wed, 19 Feb 2020
|
[ 08:20 kai ]
games/anki: Update to 2.1.16
* Backport two patches from upstream that fix the argument handling with
multimedia/mpv since r520597.
* Also slightly change the MASTER_SITES as upstream distribute tarballs for
newer versions only via GitHub.
Although there are already some newer releases available use the 2.1.16
release for a while. It's mainly because the build process has changed a
lot since the 2.1.17 release and still needs to be investigated a little
more closely.
Changelog:
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.16
MFH: 2020Q1 (blanket: bug and regression fixes)
|
Wed, 11 Dec 2019
|
[ 19:26 kai ]
games/anki: Add pkg-message with installation instructions
* Improve the user experience by adding a pkg-message which gives some
advice that audio/lame needs to be installed manually afterwards when
installing from the official FreeBSD package repositories.
* Bump PORTREVISION to include the pkg-message.
PR: 242528
Submitted by: PauAmma <pauamma@gundo.com> (based on)
MFH: 2019Q4
|
Sun, 25 Aug 2019
|
[ 10:35 kai ]
games/anki: Update to 2.1.15
Changelog:
* The V2 scheduler now fully randomizes review cards due on a given day.
* Fix flag changes in Browse screen not syncing.
* Cleanup recording wav file when recording canceled.
* Fix the window icon on Wayland.
* Add a progress bar to media deletion.
* Other minor changes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15
MFH: 2019Q3
|
Sat, 29 Jun 2019
|
[ 12:27 kai ]
games/anki: Update to 2.1.14
Changelog:
* Fix a bug in the V2 scheduler that would cause partially learnt cards
removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
|
Wed, 22 May 2019
|
[ 06:45 kai ]
games/anki: Update to 2.1.13
Changelog:
* Fix formatting getting lost when copying&pasting between fields on macOS.
* Fix some issues that cause the main window to get stuck.
* Fix an empty deck list sometimes appearing when restoring from a backup.
* Fix Anki hanging after an error occurs during startup.
* Fix error message when syncing with an unconfirmed email address.
* Use jsonschema for add-on manifests
* Warn in DB check when high due numbers are encountered.
* Improve error messages on full disk and failed add-on deletion.
* Fix relearning cards being given learning step count in V2 scheduler.
* Fix preview window failing to appear when show both sides enabled.
* Removing trailing BR tag when pasting into an empty field.
* Don't throw an error when non-Latin text in the Javascript console can't
be shown.
* Double click on add-ons to edit their configuration.
* Fix the window icon in a few screens.
* Improve the default type in the answer note type.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.13-(3ba55990)
|
Mon, 29 Apr 2019
|
[ 20:54 kai ]
games/anki: Update to 2.1.12
Changelog:
* Fix fields appearing under editor buttons.
* Fix memory leak in card layout screen.
* Fix some issues with previewing in the Browse screen.
* Fix card counts not updating when a review is undone.
* Fix an error caused by missing note types.
* Fix an issue checking for add-on updates.
* Disable add-on config button when not appropriate.
* Tweaks to the deck age graph binning.
* Add-ons hosted on AnkiWeb can now define conflicts in the manifest file.
* Make sure mpv doesn't attempt to load scripts from default location.
* Other minor fixes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3)
Approved by: mentors (implicit)
|
Fri, 29 Mar 2019
|
[ 16:36 kai ]
games/anki: Unbreak
Unbreak since www/py-qt5-webengine is usable again since r497003.
Also update the patch for aqt/qt.py to load PyQt5.QtWebChannel explicitly.
Otherwise Anki will crash upon invocation.
PR: 233192
Approved by: mentors (implicit)
|
Wed, 13 Mar 2019
|
[ 17:08 kai ]
games/anki: Update to 2.1.11, undeprecate and set to BROKEN
Undeprecate and save the port from the big Qt4 wipeout by switching from Qt4
to Qt5.
Also set games/anki temporarily as BROKEN because www/py-qt5-webengine is
still in a defunct state. This will change when www/qt5-webengine gets
updated to a more recent version soon (hopefully to the end of Q1).
At last but not least: Add options to switch between multimedia/mpv (new
default by upstream) and multimedia/mplayer (previous default) or choose both
of them.
Changelog:
(Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Feb 2019
|
[ 18:55 kai ] (Only the first 10 of 76 ports in this commit are shown above. )
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thu, 22 Nov 2018
|
[ 20:18 tcberner ] (Only the first 10 of 154 ports in this commit are shown above. )
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sun, 3 Jun 2018
|
[ 12:58 miwi ]
- Update to 2.0.52
PR: 228678
Submitted by: maintainer
Sponsored by: iXsystems Inc.
|
Wed, 28 Mar 2018
|
[ 19:12 fernape ]
Update games/anki to 2.0.51
PR: 226966
Submitted by: freebsd_ports@k-worx.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14881
|
Thu, 15 Mar 2018
|
[ 15:51 yuri ]
games/anki: Update to 2.0.50
Changelog is in:
https://apps.ankiweb.net/docs/changes.html
Also updated WWW.
PR: 226623
Submitted by: owk <freebsd_ports@k-worx.org> (maintainer)
|
Wed, 7 Mar 2018
|
[ 23:58 yuri ]
games/anki: Update to 2.0.48
This release contains minor bugfixes.
PR: 226438
Submitted by: owk <freebsd_ports@k-worx.org> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Mon, 5 Mar 2018
|
[ 09:10 yuri ]
games/anki: Update to 2.0.47
Maintainer's timeout expired: trebbu@googlemail.com
freebsd_ports@k-worx.org takes maintainership.
Port changes:
* Updated MASTER_SITES/added DISTNAME
* Added to SHEBANG_FILES
* Updated patches
PR: 225487
Submitted by: owk <freebsd_ports@k-worx.org>
Approved by: tcberner (mentor, implicit)
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sat, 4 Feb 2017
|
[ 13:37 tcberner ] (Only the first 10 of 21 ports in this commit are shown above. )
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261
|
Tue, 27 Dec 2016
|
[ 11:54 rene ]
games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION
PR: 215218
Submitted by: rene
Approved by: maintainer timeout (trebbu@googlemail.com, 16 days)
|
Tue, 23 Aug 2016
|
[ 15:08 amdmi3 ]
- Update to 2.0.36
- While here, fix LICENSE and unhardcode PREFIX
PR: 211972
Submitted by: yuri@rawbw.com
Approved by: trebbu@googlemail.com (maintainer)
|
Sun, 22 May 2016
|
[ 10:52 matthew ] (Only the first 10 of 42 ports in this commit are shown above. )
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 5 Sep 2015
|
[ 22:48 jbeich ]
games/anki: convert to target option helpers
|
[ 22:48 jbeich ]
games/anki: update to 2.0.32
PR: 202908
Submitted by: Bert Burgemeister <trebbu@googlemail.com> (maintainer)
ChangeLog:
- Fixed a syncing bug that could lead to lost reviews and sanity
check errors when deleting a filtered deck before syncing.
- Make default note type titles consistent (thanks to Soren).
- Load saved searches in alphabetical order (thanks to Houssam).
- Fix some fields not being renamed in template when renaming
field (thanks to Dave).
- Fixed an error message that could occur in add-ons (thanks to Thomas) .
- Add a few more media types in the file selector (thanks to Jonathan).
- Report an error if an add-on download is corrupt.
- Fix sync error being shown twice.
- Updated translations, thanks to the translators.
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
[ 02:10 amdmi3 ]
- Pass maintainership to submitter
PR: 194943
Submitted by: trebbu@googlemail.com
|
Mon, 24 Nov 2014
|
[ 23:56 amdmi3 ]
- Update to 2.0.31
PR: 194943
Submitted by: trebbu@googlemail.com
|
Number of commits found: 138 (showing only 100 on this page) |