This project is mirrored from https://git.freebsd.org/ports.git.
Pull mirroring updated .
- Apr 27, 2022
-
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
-
Piotr Kubaj authored
Also fix powerpc64* - it should be powerpc*.
-
Dmitry Marakasov authored
This: - Fixes hidden dependency, as cython is used as soon as its detected - Improves compatibility with newer python versions by regenerating C files with latest cython - Fixes tests which require pyximport module from cython PR: 263580 Reported by: reprise Approved by: novel (maintainer)
-
Dmitry Marakasov authored
- Note that tests must be run with pytest, as some of them use pytest decorators which do not work with unittest. - PYTEST_ARGS were taken from upstream pytest.ini which is missing from pypi distribution. Without these, test collection hangs. - In theory, it can be switched from pytest4 to recent pytest: as pytest.ini says, pytest-relaxed which is not compatible with pytest7 as a plugin, is not used as such. But it would require creating a copy of py-pytest-relaxed port to get rid of conflicting pytest4 dependency, so let's stay with pytest4 for now. Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Switch to USES=pytest, fix test depends and run pytest directly instead of through tox, which hinders testing by trying to use unrelated interpreters and install dependencies with pip. Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
The tests still fail because of pycrypto which is not compatible with our python 3.8. This may be fixed by either updating [1] this port to a newer version which drops the pycrypto dependency, or fixing pycrypto [2]. PR: 263585 [1], 263586 [2] Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
- Switch to pytest4 - Add missing test-dependency on gpg - Remove unsupported pytest argument Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
More test depends are missing and are required to fix the tests, but they do not seem to be available in the Ports Collection yet Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Reported by: reprise Approved by: portmgr blanket
-
Dmitry Marakasov authored
Reported by: reprise Approved by: portmgr blanket
-
Eugene Grosbein authored
* Add dictionary.mpd to default package build and install it to /usr/local/share/mpd/dictionary.mpd. Thanks Dmitry Luhtionov who noted this omission. * If parent interface of PPPoE link (vlan, detachable USB ethernet etc.) got destroyed and re-added, detect that and continue automatically; manual interference was required before this import of upstream r2441.
-
Piotr Kubaj authored
LTO is still default in python3.11 because it uses thin LTO. Requested by: koobs PR: 263353
-
Dima Panov authored
-
Koichiro Iwao authored
-
Koichiro Iwao authored
Sponsored by: HAW International
-
Guido Falsi authored
- Convert to minizip USES - Fix MASTER_SITES [1] - Remove patches already present upstream PR: 263183, 262953 [1] Approved by: lwhsu (maintainer)
-
Guido Falsi authored
-
Guido Falsi authored
-
Florian Smeets authored
Reference: https://github.com/h2o/h2o/issues/2789 PR: 263053 Approved by: maintainer
-
Fernando Apesteguía authored
* Fix code obtaining content-encoding from content-type header. * Fix encoding error for two languages. (MySQL) While here, do some clean up. PR: 262606 Reported by: ek@purplehat.org (maintainer) MFH: 2022Q2 (bugfix release)
-
Wen Heping authored
PR: 263572 Reported by: slowdive@me.com Approved by: maintainer
-
Daniel Engberg authored
Obsolete, target hardware was released 19 years ago PR: 263515 Approved by: rink (maintainer, by private e-mail)
-
Daniel Engberg authored
Abandoned upstream, multiple bug reports upstream about it not working. We have at least two ports in tree that are maintained upstream and offers similar functionality (www/yt-dlp and multimedia/streamlink). PR: 263516 Approved by: multimedia (tcberner)
-
Daniel Engberg authored
Obsolete and unmaintained, users are recommended to use multimedia/ffmpeg PR: 263518 Approved by: multimedia (tcberner)
-
Daniel Engberg authored
Obsolete tool that can be replaced with multimedia/ffmpeg PR: 263520 Approved by: multimedia (tcberner)
-
Daniel Engberg authored
Deprecated upstream Reference: https://gitlab.gnome.org/Archive/snappy PR: 263523 Approved by: gnome (nc)
-
Fernando Apesteguía authored
-
Jason E. Hale authored
-
Jason E. Hale authored
-
Jason E. Hale authored
Fix configure with KDE Frameworks 5.93.0 https://cgit.freebsd.org/ports/commit/?id=cbf73704b339d4c617d45b442a845c596b955c29 After changes to the CMake modules, it now expects to find qmake and the Qt buildtools. CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:14 (message): The imported target "Qt5::Core" references the file "/usr/local/lib/qt5/bin/qmake" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" but not all the files it references. Call Stack (most recent call first): /usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:9 (_qt5_Core_check_file_exists) /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:232 (include) /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/KF5I18n/KF5I18nConfig.cmake:28 (find_dependency) CMakeLists.txt:257 (find_package) Reported by: pkg-fallout
-