Jan Beich
7334ff7e68
lang/rust-nightly: update to 1.42.0.20191221
...
Changes: 19bd934676...01a46509a4
2019-12-21 00:45:43 +00:00
Jan Beich
0a1ce3240c
multimedia/aom: update to 1.0.0.2859
...
Changes: https://aomedia.googlesource.com/aom/+log/76cd2655a..d3c7ed9c0
2019-12-21 00:45:37 +00:00
Jan Beich
de2a7d1d18
multimedia/svt-av1: update to 0.8.0
...
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.0
Reported by: GitHub (watch releases)
2019-12-21 00:45:30 +00:00
Jan Beich
4d01565dfe
emulators/yuzu: update to s20191219
...
Changes: c05326901...7be65c6a6
2019-12-21 00:45:23 +00:00
Jan Beich
5ced02e4e8
emulators/rpcs3: update to 0.0.6.9238
...
Changes: 6388c9807...4a5c8c392
2019-12-21 00:45:17 +00:00
Brooks Davis
9b1a5c1c07
Additional builds with with src r354909 applied.
...
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed).
2019-12-20 23:24:40 +00:00
Yuri Victorovich
1c8e0602f9
New port: security/palisade: PALISADE lattice cryptography library
2019-12-20 22:56:37 +00:00
Wen Heping
1b95961382
- Update to 3.8.1
2019-12-20 22:02:20 +00:00
Brooks Davis
aefe641248
Correct plist when OPENMP is disabled.
...
PR: 242730
Reported by: philippe.michel7@free.fr
Sponsored by: DARPA, AFRL
2019-12-20 21:51:46 +00:00
Bernhard Froehlich
4c6110f7bd
net-im/py-matrix-synapse:
...
- Update to 1.7.2
- Enable PostgreSQL support per default as recommended from upstream
- Add messages for updating
PR: 242702
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
2019-12-20 21:16:08 +00:00
Bernhard Froehlich
54254290a6
Document py-matrix-synapse vulnerabilities
...
PR: 242702
Submitted by: Sascha Biberhofer <ports@skyforge.at>
2019-12-20 21:05:44 +00:00
Jose Alonso Cardenas Marquez
d0c5c1e4f3
- Update to 4.2.0
...
ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-4.2.0
2019-12-20 20:56:23 +00:00
Jose Alonso Cardenas Marquez
dff0eb1748
- Update to 4.2.0
...
ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-4.2.0
2019-12-20 20:55:35 +00:00
Tobias C. Berner
d1f7545992
security/libssh: Update to 0.9.3
...
PR: 242594
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
2019-12-20 20:40:44 +00:00
Jose Alonso Cardenas Marquez
f4051a800c
- Update to 2.2.3
...
ChangeLog at: https://github.com/mixxxdj/mixxx/releases/tag/release-2.2.3
2019-12-20 20:19:26 +00:00
Jochen Neumeister
78d113bd31
Update to 1.25
...
PR: 242733
Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer)
Sponsored by: Netzkommune GmbH
2019-12-20 20:01:00 +00:00
Tobias C. Berner
2e9af81b9a
devel/grantlee: update to 5.2.0
...
- While here, remove the patches to install the headers in a prefix;
there currently is only one grantlee version in the tree, so no
reason to make life harder for ourselves.
2019-12-20 19:10:44 +00:00
Raphael Kubo da Costa
ae2cd7769d
Update to 3.10.1.
...
For some months now, the build process of graphics/qgis 3.8.2 had problems
while using the QT5 QMap() function with large list like for proj6[1].
Compiling such long QMap() list with clang takes several hours instead of
some seconds or minutes[2], often it breaks the build.
It turns out that building that QMap() code with clang takes exhaustive
memory[3], for which a nice patch already exists on OpenBSD[4]. While this
OpenBSD patch builds fine on amd64, it needs another patch on i386 (usage of
'-O1' instead the clang specific patch '-mllvm -inline-threshold=128').
After we found a solution for the QMap problem, it was necessary to wait for
the release of QGIS 3.10.1 because of some tricky problems with proj6 / gdal
combinations[5] that should be avoided.
[1] https://github.com/qgis/QGIS/blob/master/src/core/qgscoordinatereferencesystem_legacy.h#L23
[2] http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-QGIS-3-8-0-on-FreeBSD-build-takes-several-hours-td5408676.html
[3] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241687
[4] https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/geo/qgis/patches/patch-src_core_CMakeLists_txt?rev=1.22&content-type=text/x-cvsweb-markup&hideattic=1
[5] https://www.mail-archive.com/qgis-developer@lists.osgeo.org/msg48670.html
Changes in the port:
- Update from 3.8.2 to 3.10.1
- Allow using default clang again
- Update several Python dependencies
- Add textproc/py-nltk, math/py-pandas, sysutils/py-psutil,
graphics/py-pyrsgis, x11-toolkits/py-qt5-quick for Python extensions
- Add USES=gl and USE_GL=gl
- Add USE_PYQT=quickwidgets
- Add several CMAKE ARGS
- Add files/patch-src_core_CMakeLists.txt for QMap problem
- Change above patch into '-O1' for i386
- Update pkg-plist
PR: 242557
PR: 241687
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2019-12-20 16:40:10 +00:00
Jan Beich
923b66f6e5
multimedia/ffmpeg: backport VP9 decode to VDPAU
...
VP9 is supported since Maxwell 2nd generation e.g., GeForce GTX 960.
PR: 242715
2019-12-20 16:37:49 +00:00
Jan Beich
69b1c08add
lang/intel-compute-runtime: update to 19.50.15079
...
Changes: https://github.com/intel/compute-runtime/releases/tag/19.50.15079
Changes: https://github.com/intel/compute-runtime/compare/19.49.15055...19.50.15079
Reported by: GitHub (watch releases)
2019-12-20 16:37:41 +00:00
Jan Beich
434b910203
multimedia/libvpx: update 1.8.2
...
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.8.1..v1.8.2
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
Reported by: portscout
2019-12-20 16:37:33 +00:00
Cy Schubert
ac6f714ee9
Fix libpcap issue #893 : check for invalid IPv4 addresses.
...
This fixes errors such as:
tcpdump -i lagg0 net 999.999.999.999
This was originally discovered on a Red Hat 7.7 server and verified
to also be a bug on FreeBSD.
PR: 242719
Submitted by: cy
Reported by: cy
Approved by: garga (maintainer)
Obtained from: https://github.com/the-tcpdump-group/libpcap/commit/ \
07070918d5e81a515315b395f334e52589fe0fb
Fixed by: https://github.com/guyharris
2019-12-20 15:38:11 +00:00
Bernard Spil
28b1501064
security/openssl: Security update to 1.0.2u
...
MFH: 2019Q4
Security: d778ddb0-2338-11ea-a1c7-b499baebfeaf
2019-12-20 15:06:52 +00:00
Bernard Spil
e3f65488fc
security/vuxml: Document OpenSSL 1.0.2 vuln
2019-12-20 15:04:41 +00:00
Guido Falsi
c979326070
- Update libvdpau and vdpauinfo to 1.3
...
- Move to new master site
PR: 242715
Submitted by: jbeich
2019-12-20 14:54:08 +00:00
Dmitri Goutnik
cfccce3080
security/aws-vault: Update to 5.0.0
...
Changes: https://github.com/99designs/aws-vault/releases/tag/v5.0.0
Reported by: portscout
2019-12-20 14:53:35 +00:00
Guido Falsi
917879b8fc
Update libexo to 0.12.11
2019-12-20 14:49:23 +00:00
Guido Falsi
7d180f1dff
Update girara to 0.3.3
2019-12-20 14:49:06 +00:00
Alexey Dokuchaev
cbdf0a603a
Perl module to extract shell environment after executing commands.
...
WWW: https://metacpan.org/release/Shell-GetEnv
2019-12-20 14:23:34 +00:00
Serhii (Sergey) Kozlov
2373127b3e
devel/py-RPyC: Update to 4.1.2
...
- Update distinfo and PORTVERSION
- Pet portlint while here
RPyC 4.x.x is not completely backwards compatible with RPyC 3.x.x.
Backward incompatibilities list can be found at:
https://rpyc.readthedocs.io/en/latest/changelog.html#backward-incompatibilities
Relnotes: https://rpyc.readthedocs.io/en/latest/changelog.html
Sponsored by: Intel Corporation
2019-12-20 14:20:04 +00:00
Cy Schubert
0240004191
Welcome the new cfengine 3.15 and cfengine-masterfiles 3.15.
...
Adjust cfengine and cfengine-masterfiles meta-ports to recognize
the new ports.
2019-12-20 13:48:50 +00:00
Tobias Kortkamp
71e5df18f0
x11/bemenu: Chase retag of 0.3.0 which now includes the previous patch
2019-12-20 13:32:25 +00:00
Cy Schubert
83d1e96d73
Bump the default cfengine to current.
2019-12-20 13:23:54 +00:00
Jason E. Hale
3f8c2c9e03
sysutils/libcdio: Fix build with GCC versions older than 4.6.0 which do not
...
allow "#pragma GCC diagnostic" to be used inside of functions
PR: 242693
Reported by: canardo <canardo909@gmx.com>
2019-12-20 13:03:25 +00:00
Piotr Kubaj
d37567133a
net-p2p/litecoin: fix build on GCC architectures
...
Recent upgrade of some dependency causes GCC to fail to build this port:
httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type
74 | std::deque<std::unique_ptr<WorkItem>> queue;
| ^~~~~
httpserver.cpp:33:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'?
32 | #include <support/events.h>
+++ |+#include <deque>
33 |
httpserver.cpp: In member function 'bool WorkQueue<WorkItem>::Enqueue(WorkItem*)':
httpserver.cpp:92:13: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
92 | if (queue.size() >= maxDepth) {
| ^~~~~
| Enqueue
httpserver.cpp:95:9: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
95 | queue.emplace_back(std::unique_ptr<WorkItem>(item));
| ^~~~~
| Enqueue
httpserver.cpp: In member function 'void WorkQueue<WorkItem>::Run()':
httpserver.cpp:106:35: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
106 | while (running && queue.empty())
| ^~~~~
| Enqueue
httpserver.cpp:110:31: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
110 | i = std::move(queue.front());
| ^~~~~
| Enqueue
Include deque in httpserver.c to fix it.
PR: 242722
Approved by: hsw@bitmark.com (maintainer)
2019-12-20 12:55:49 +00:00
Kurt Jaeger
22bd0b07ea
net/p5-Net-ACME2: upgrade 0.25 -> 0.33
...
Reported by: Zeus Panchenko <zeus@ibs.dn.ua>
Relnotes: https://metacpan.org/changes/distribution/Net-ACME2
2019-12-20 12:43:21 +00:00
Tobias Kortkamp
05fc77bdc1
x11/bemenu: Update to 0.3.0
...
Changes: https://github.com/Cloudef/bemenu/releases/tag/0.3.0
2019-12-20 10:08:06 +00:00
Yuri Victorovich
f5df0c6b4b
audio/gsequencer: Update 2.4.4 -> 2.4.5
...
Reported by: portscout
2019-12-20 10:00:06 +00:00
Tobias Kortkamp
866f166217
net-mgmt/flowd: Remove useless pkg-deinstall script
...
A message to delete the _flowd user/group after deinstallation is
already printed by USERS/GROUPS. No need to print it twice.
2019-12-20 09:48:50 +00:00
Dmitry Marakasov
dfbf873f2b
- Add LICENSE
...
- Update WWW
Approved by: portmgr blanket
2019-12-20 09:40:44 +00:00
Yuri Victorovich
17641395ab
misc/snakemake: Update 5.8.1 -> 5.8.2
...
Reported by: portscout
2019-12-20 09:36:35 +00:00
Yuri Victorovich
7da086141b
devel/entt: Update 3.2.1 -> 3.2.2
...
Reported by: portscout
2019-12-20 09:33:42 +00:00
Yuri Victorovich
ac450b4e3d
net-p2p/deluge: Revert the previous erroneous commit
2019-12-20 09:28:18 +00:00
Yuri Victorovich
93153768f8
misc/netron: Fix plist
2019-12-20 09:11:10 +00:00
Jochen Neumeister
ccbd85e9e4
Update to 2.2.122
...
Sponsored by: Netzkommune GmbH
2019-12-20 08:47:50 +00:00
Jochen Neumeister
d3a14acde3
Update to 2.0.4
...
Sponsored by: Netzkommune GmbH
2019-12-20 08:33:53 +00:00
Jochen Neumeister
4889a014fe
Update to 2.1.9
...
Sponsored by: Netzkommune GmbH
2019-12-20 08:27:57 +00:00
Matthew Seaman
3b5777e084
Update to 0.67
...
ChangeLog: https://metacpan.org/changes/distribution/Log-Syslog-Fast
2019-12-20 07:06:04 +00:00
Matthew Seaman
87dfe9394b
Update to 9.1.1
...
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.1/CHANGELOG.md
2019-12-20 07:01:52 +00:00
Tobias Kortkamp
7326c7b96a
dns/adsuck: Remove useless pkg-deinstall script
...
A message to delete the _adsuck user/group after deinstallation is
already printed by USERS/GROUPS. No need to print it twice.
2019-12-20 06:45:27 +00:00