summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* science/afni: update to 22.2.04Fernando Apesteguía2022-08-022-4/+4
|
* java/openjdk11: Update to 11.0.16Greg Lewis2022-08-012-5/+5
|
* java/openjdk8: Update to 8u342Greg Lewis2022-08-014-34/+5
|
* sysutils/py-diffoscope: Update to 220Guangyuan Yang2022-08-012-4/+4
| | | | Changelog: https://diffoscope.org/news/diffoscope-220-released/
* finance/R-cran-fGarch: Update to 4021.86Guangyuan Yang2022-08-013-6/+5
|
* finance/R-cran-timeSeries: Update to 4021.104Guangyuan Yang2022-08-013-5/+5
|
* devel/R-cran-callr: Update to 3.7.1Guangyuan Yang2022-08-012-8/+10
|
* misc/dartsim: Update 6.12.1 -> 6.12.2Yuri Victorovich2022-08-013-18/+18
| | | | Reported by: portscout
* dns/blocky: Add buildinfo symbols to -ldflagsDaniel Ponte2022-08-021-1/+4
| | | | | | | | - add buildinfo symbols to -ldflags so they do not show up as "undefined" - bump PORTREVISION PR: 265563
* emulators/citra: update to s20220801Jan Beich2022-08-022-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/676426448...bf6e4a41d
* graphics/mesa-devel: update to 22.1.b.5066Jan Beich2022-08-022-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/71a0ae2796e...68b88fae8c6
* multimedia/openh264: update to 2.3.0Jan Beich2022-08-022-4/+4
| | | | | Changes: https://github.com/cisco/openh264/releases/tag/v2.3.0 Reported by: GitHub (watch releases), portscout
* lang/gcc13-devel: Update to 13.0.0.s20220731Lorenzo Salvadore2022-08-022-4/+4
|
* emulators/rpcs3: update to 0.0.23.13990Jan Beich2022-08-012-8/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/d99ae3809d...416b14de72
* editors/cudatext: update to 1.168.0Jose Alonso Cardenas Marquez2022-08-013-12/+12
|
* x11/kitty: Fix 12.3R (amd64,i386) buildNuno Teixeira2022-08-011-7/+11
| | | | | | | | | | - add LIB_DEPENDS= libepoll-shim-interpose.so:devel/libepoll-shim CPPFLAGS+= `pkg-config --cflags epoll-shim-interpose` LDFLAGS+= `pkg-config --libs epoll-shim-interpose` - add missing USES= desktop-file-utils PR: 265393
* lang/eisl: fix runtime on powerpc64 and build on riscv64Piotr Kubaj2022-08-012-3/+26
| | | | | 1. LTO is known to create broken binaries on powerpc64. 2. LTO causes build failures on riscv64.
* games/widelands: fix build on riscv64Piotr Kubaj2022-08-011-0/+1
| | | | ld: error: lto.tmp: cannot link object files with different floating-point ABI
* audio/carla: fix build on powerpc / powerpc64Piotr Kubaj2022-08-011-0/+2
| | | | Same issue as on powerpc64le.
* misc/tvm: fix build on big-endianPiotr Kubaj2022-08-011-0/+6
| | | | | | /wrkdirs/usr/ports/misc/tvm/work/tvm-0.9.0/src/runtime/rpc/../minrpc/minrpc_server.h:785:3: error: static_assert failed due to requirement '(4321 == 1234) == 1' "MinRPC only works on little endian." static_assert(DMLC_LITTLE_ENDIAN == 1, "MinRPC only works on little endian."); ^ ~~~~~~~~~~~~~~~~~~~~~~~
* security/gvm: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-012-18/+47
| | | | | - Add security/py-notus-scanner like a dependency - Modify pkg-message to newest way to config gvm suite
* security/gsa: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-012-7/+7
| | | | ChangeLog at: https://github.com/greenbone/gsa/releases/tag/v22.4.0
* security/gsad: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-013-16/+16
| | | | ChangeLog at: https://github.com/greenbone/gsad/releases/tag/v22.4.0
* security/openvas: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-0111-76/+101
| | | | ChangeLot at: https://github.com/greenbone/openvas-scanner/releases/tag/v22.4.0
* security/py-ospd-openvas: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-015-71/+56
| | | | ChangeLog at: https://github.com/greenbone/ospd-openvas/releases/tag/v22.4.0
* security/gvmd: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-016-27/+59
| | | | ChangeLog: https://github.com/greenbone/gvmd/releases/tag/v22.4.0
* security/py-notus-scanner: New port: scanner for creating results from local ↵Jose Alonso Cardenas Marquez2022-08-018-0/+316
| | | | | | | | | | | | | | | | | | | | | | security checks Notus Scanner detects vulnerable products in a system environment. The scanning method is to evaluate internal system information. It does this very fast and even detects currently inactive products because it does not need to interact with each of the products. To report about vulnerabilities, Notus Scanner receives collected system information on the one hand and accesses the vulnerability information from the feed service on the other. Both input elements are in table form: the system information is specific to each environment and the vulnerability information is specific to each system type. Notus Scanner integrates into the Greenbone Vulnerability Management framework which allows to let it scan entire networks within a single task. Any vulnerability test in the format of .notus files inside the Greenbone Feed will be considered and automatically matched with the scanned environments. WWW: https://github.com/greenbone/notus-scanner
* benchmarks/uica: New port: uops.info Code AnalyzerRobert Clausecker2022-08-017-0/+137
| | | | | | | | | | | | | | | uiCA is a simulator that can predict the throughput of basic blocks on recent Intel microarchitectures. In addition to that, it also provides insights into how the code is executed. uiCA is based on data from uops.info, combined with a detailed pipeline model. Like related tools, it assumes that all memory accesses result in cache hits. WWW: https://uops.info/uiCA.html Author: Robert Clausecker <fuz@fuz.su> PR: 265368
* math/py-brial: upgrade to 1.2.11Thierry Thomas2022-08-012-4/+4
|
* games/scummvm-tools: Update to 2.6.0Kai Knoblich2022-08-013-6/+23
| | | | | | | | | | * Upstream has changed the license, set LICENSE accordingly. Changelog: https://github.com/scummvm/scummvm-tools/blob/v2.6.0/NEWS MFH: No (feature release)
* games/scummvm: Update to 2.6.0Kai Knoblich2022-08-014-17/+23
| | | | | | | | | | | | | * Upstream has changed the license, set LICENSE accordingly. * In order to compile the whole code, a compiler which can at least C++11 is now required. Changelog: https://downloads.scummvm.org/frs/scummvm/2.6.0/ReleaseNotes.html MFH: No (feature release)
* databases/pg-gvm: New port: Greenbone Library for helper functions in PostgreSQLJose Alonso Cardenas Marquez2022-08-015-0/+37
| | | | | | | Greenbone Library for helper functions in PostgreSQL. This library contains functionality for ical object manipulation. WWW: https://github.com/greenbone/pg-gvm
* devel/gcem: Update 1.14.1 -> 1.15.0Yuri Victorovich2022-08-013-4/+5
| | | | Reported by: portscout
* net/fb303: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-012-4/+4
|
* devel/fatal: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-012-4/+4
|
* www/proxygen: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-012-4/+4
|
* devel/fbthrift: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-013-6/+5
|
* net/wangle: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-012-4/+4
|
* security/fizz: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-013-4/+5
|
* devel/folly: Update 2022.07.25.00 -> 2022.08.01.00Yuri Victorovich2022-08-012-4/+4
|
* multimedia/tinyobjloader: Update 2.0.0rc8-3 -> 2.0.0rc9-5Yuri Victorovich2022-08-013-6/+6
|
* www/deno: Remove log fileMikael Urankar2022-08-011-17488/+0
| | | | | | It was mistakenly added. Reported by: kay
* security/gvm-libs: update to 22.4.0Jose Alonso Cardenas Marquez2022-08-016-80/+79
| | | | ChangeLog at: https://github.com/greenbone/gvm-libs/releases/tag/v22.4.0
* security/py-gvm-tools: update to 22.6.1Jose Alonso Cardenas Marquez2022-08-012-4/+4
| | | | ChangeLog at: https://github.com/greenbone/gvm-tools/releases/tag/v22.6.1
* security/py-python-gvm: update to 22.7.0Jose Alonso Cardenas Marquez2022-08-013-22/+23
| | | | ChangeLog at: https://github.com/greenbone/python-gvm/releases/tag/v22.7.0
* Mk/bsd.sites.mk: Update MySQL site listJochen Neumeister2022-08-011-1/+2
| | | | | | MySQL 8.0.30 is not available for download on any of the mirror sites, so mysql.com is added directly. Sponsored by: Netzkommune GmbH
* multimedia/emby-server: update to 4.7.6.0Dries Michiels2022-08-013-6/+5
| | | | Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.7.6.0
* x11/swayimg: move USES=gnome where it's used after 1c185ade7f5eJan Beich2022-08-011-1/+2
|
* comms/iceoryx: Disable on non-64-bit platforms.Florian Limberger2022-08-011-0/+3
| | | | | | | | | | | | Summary: Upstream supports only 64-bit hardware. Test Plan: * portlint: OK * portclippy: OK Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D36008
* comms/cyclonedds: + Eclipse Cyclone DDS middlewareFlorian Limberger2022-08-015-0/+270
| | | | | | | | | | | Test Plan: * portlint: OK * portclippy: OK * testport: amd64, 13.1-RELEASE tested Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D35997