Commit graph

504673 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
020ecb9e9c net/scapy: Fix FreeBSD HEAD CI
- After introducing nexthop objects in base@r359823 FreeBSD CI is failing
  as netstat header has changed from Use to Nhop#. This patch is a
  temporary workaround while I will work on libxo implementation in
  scapy.
- Remove some unchanged files in post-patch

Reported by:	kp
2020-04-15 20:17:22 +00:00
Steve Wills
4fb15c3aca www/minio: update to 2020.04.15.00.39.01 2020-04-15 20:11:19 +00:00
Niclas Zeising
1c1de3af84 x11-drivers/xf86-video-ati: Fix missing hw cursor
Add an upstream patch (submitted by myself and danfe) to fix the issue where
the hw cursor sometimes does not work when using x11-drivers/xf86-video-ati.
Big thanks to danfe@ for debugging and testing and figuring out what's going
on.

For details on the change, see upstream issue:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/190

PR:		237642
Reported by:	jwb
MFH:		2020Q2
2020-04-15 19:54:49 +00:00
Thierry Thomas
240164be41 Upgrade to v1.36.0.
Release notes at <https://github.com/libuv/libuv/releases/tag/v1.36.0>.
2020-04-15 19:46:54 +00:00
Yuri Victorovich
71378f9c39 New port: audio/surge-synthesizer-lv2: Surge Synthesizer LV2 and VST plug-in 2020-04-15 19:44:34 +00:00
Danilo Egea Gondolfo
2dc2bf2cb4 - Move OpenMPI support to net/openmpi3. OpenMPI 1 and 2 were deprecated.
Approved by:	maintainer (e-mail)
2020-04-15 19:41:26 +00:00
Jan Beich
e493f1eb50 devel/llvm90: backport --target fix for libc++
Approved by:	brooks (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24420
2020-04-15 19:26:58 +00:00
Jan Beich
10e4efa839 devel/intel-graphics-compiler: update to 1.0.3771
Changes:	https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3771
Reported by:	GitHub (watch releases)
2020-04-15 19:21:58 +00:00
Jan Beich
eeef181460 devel/android-tools-adb: fix TEST=on after r527733
socket_spec_test.cpp:101: Failure
Expected equality of these values:
  5555
  get_host_socket_spec_port("vsock:5555", &error)
    Which is: -1

* thread #1, name = 'adb_test', stop reason = signal SIGILL: privileged instruction
    frame #0: 0x00000000003fc604 adb_test`GetThreadId() at logger_write.cpp:240:31
   237  #endif
   238
   239  // Copied from base/threads.cpp
-> 240  static uint64_t GetThreadId() {
   241  #if defined(__BIONIC__)
   242    return gettid();
   243  #elif defined(__APPLE__)
(lldb) bt
* thread #1, name = 'adb_test', stop reason = signal SIGILL: privileged instruction
  * frame #0: 0x00000000003fc604 adb_test`GetThreadId() at logger_write.cpp:240:31
    frame #1: 0x00000000003fc3ce adb_test`::__android_log_stderr_logger(logger_data=0x00007fffffffce60, message="foobar") at logger_write.cpp:274:18
    frame #2: 0x00000000003fc92a adb_test`::__android_log_write_logger_data(logger_data=0x00007fffffffce60, msg="foobar") at logger_write.cpp:329:3
    frame #3: 0x00000000003f6c44 adb_test`android::base::LogMessage::LogLine(file="logging_test.cpp", line=603, severity=ERROR, tag=0x0000000000000000, message="foobar") at logging.cpp:581:5
    frame #4: 0x00000000003f683d adb_test`android::base::LogMessage::~LogMessage(this=0x00007fffffffd000) at logging.cpp:542:7
    frame #5: 0x00000000004f76fe adb_test`TestLoggingInConstructor() at logging_test.cpp:603:3

* thread #1, name = 'adb_test', stop reason = signal SIGSEGV: invalid address (fault address: 0x14)
    frame #0: 0x00000000004c8dc8 adb_test`file_RemoveFileIfExists_EACCES_Test::TestBody(this=0x0000000800f91060) at file_test.cpp:247:19
   244    // root can bypass permission restrictions, so drop root.
   245    if (getuid() == 0) {
   246      passwd* shell = getpwnam("shell");
-> 247      setgid(shell->pw_gid);
   248      setuid(shell->pw_uid);
   249    }
   250
(lldb) bt
* thread #1, name = 'adb_test', stop reason = signal SIGSEGV: invalid address (fault address: 0x14)
  * frame #0: 0x00000000004c8dc8 adb_test`file_RemoveFileIfExists_EACCES_Test::TestBody(this=0x0000000800f91060) at file_test.cpp:247:19
    frame #1: 0x0000000800982d6e libgtest.so`void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(object=0x0000000800f91060, method=21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, location="the test body")(), char const*) at gtest.cc:2433:10
    frame #2: 0x0000000800962399 libgtest.so`void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(object=0x0000000800f91060, method=21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, location="the test body")(), char const*) at gtest.cc:2469:14
    frame #3: 0x0000000800942b43 libgtest.so`testing::Test::Run(this=0x0000000800f91060) at gtest.cc:2508:5
    frame #4: 0x0000000800943792 libgtest.so`testing::TestInfo::Run(this=0x0000000800fa3ba0) at gtest.cc:2684:11
    frame #5: 0x0000000800943e17 libgtest.so`testing::TestSuite::Run(this=0x0000000800fa34a0) at gtest.cc:2816:28
    frame #6: 0x0000000800950480 libgtest.so`testing::internal::UnitTestImpl::RunAllTests(this=0x0000000800fa4000) at gtest.cc:5338:44
    frame #7: 0x0000000800987bfe libgtest.so`bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(object=0x0000000800fa4000, method=40 00 95 00 08 00 00 00 00 00 00 00 00 00 00 00, location="auxiliary test code (environments or event listeners)")(), char const*) at gtest.cc:2433:10
    frame #8: 0x00000008009650a9 libgtest.so`bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(object=0x0000000800fa4000, method=40 00 95 00 08 00 00 00 00 00 00 00 00 00 00 00, location="auxiliary test code (environments or event listeners)")(), char const*) at gtest.cc:2469:14
    frame #9: 0x000000080094ffd4 libgtest.so`testing::UnitTest::Run(this=0x000000080099a0d8) at gtest.cc:4925:10
    frame #10: 0x0000000000543cf1 adb_test`RUN_ALL_TESTS() at gtest.h:2473:46
    frame #11: 0x0000000000543c70 adb_test`main(argc=1, argv=0x00007fffffffeae8) at test_main.cpp:24:10
    frame #12: 0x000000000031710f adb_test`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7

PR:		245642
Submitted by:	Marcin Cieślak (based on)
2020-04-15 19:15:37 +00:00
Bernhard Froehlich
f376fb035b multimedia/dvb-apps: Remove references to CA_SET_PID syscall which was
deleted in Linux Kernel 4.14. This fixes a build issue with the upcoming
v4l 1.18.0 update.

PR:		245501
Obtained from:	https://gitweb.gentoo.org/repo/gentoo.git/commit/media-tv/linuxtv-dvb-apps/?id=ed58fb83ffaf70423a83866a738978cc273f877b
2020-04-15 18:54:24 +00:00
Loïc Bartoletti
cf6fcdacaf databases/py-pum: Update to 0.9.10
- Update to 0.9.10
    - Alphabetize USE_PYTHON

Changelog:

    - https://github.com/opengisch/pum/releases/tag/0.9.10

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24391
2020-04-15 18:00:51 +00:00
Loïc Bartoletti
4b28975dfe graphics/py-OWSLib: Update to 0.19.2
- Update to 0.19.2
    - Python 3.5 support is dropped upstream

Changelog:

    https://github.com/geopython/OWSLib/blob/master/CHANGES.rst#0192-2020-03-13

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24396
2020-04-15 17:58:29 +00:00
Adam Weinberger
19bbe9c855 roda: Update to 3.31.0 2020-04-15 17:38:42 +00:00
Mateusz Piotrowski
b54909e8bf New port: graphics/meh
meh is a small, simple, super fast image viewer using raw XLib. It is
similar to feh, but faster and simpler.

meh can use ImageMagick’s convert to view almost 200 file formats, though
it is slower for these formats. Built in formats are JPEG, PNG, BMP, and
netpbm.

Features:
- Fast
- Tiny
- Fast JPEG, PNG, GIF and BMP support
- Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
- ImageMagick support by calling convert
    - All ImageMagick formats (almost 200)
    - This allows limited support for PDF’s and SVG’s
- Scales images to window size
- Preserves aspect ratio (either via EWMH hints or by padding the window)
- XSHM Support
- Minimal dependencies (Xlib, libjpeg, libpng, giflib)

WWW: https://www.johnhawthorn.com/meh/
2020-04-15 16:56:43 +00:00
Baptiste Daroussin
e3d248f6f2 Add missing dependency on sqlite3
Reported by:	olgeni
Pointy hat:	bapt
2020-04-15 16:25:28 +00:00
John Baldwin
6406d8defd Mark devel/strace as broken on 13.0 and later.
FreeBSD 13 removes procfs-based process debugging which strace(1)
uses.  Users can use truss in the base system instead.

PR:		244939
Reviewed by:	sbz (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24254
2020-04-15 16:22:15 +00:00
Thierry Thomas
8021d06c48 Update to 11.4.3 and add an option for gf2x.
PR:		245109
Submitted by:	/me
Approved by:	maintainer's time-out
2020-04-15 15:45:36 +00:00
Gerald Pfeifer
e90c9eaf31 Update to the 20200412 snapshot of GCC 10.0.1. 2020-04-15 15:45:12 +00:00
Jason W. Bacon
64673b1e81 biology/gcta: Genome-wide Complex Trait Analysis
GCTA (Genome-wide Complex Trait Analysis) was originally designed to estimate
the proportion of phenotypic variance explained by genome- or chromosome-wide
SNPs for complex traits (the GREML method), and has subsequently extended for
many other analyses to better understand the genetic architecture of complex
traits.
2020-04-15 15:22:04 +00:00
Tijl Coosemans
81a43c2ff3 Document Mbed TLS CVE-2020-10932.
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04
2020-04-15 13:30:03 +00:00
Tijl Coosemans
72e837151e Update to 2.16.6.
MFH:		2020Q2
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04
2020-04-15 13:28:58 +00:00
Sergey A. Osokin
a8117d7da2 Update from 1.4.25 to 1.4.27.
<ChangeLog>

This is a maintenance release for version 1.4.
Update urgency: Medium

Headlines:

This release improves overall stability and provides fixes for
issues found after the previous release.

Features:
- Added exists function that can be used on conditional updates
  (REPLACE PARTIAL) to check if a field exists in the document.

Minor Enhancements:
- Lazy evaluation of the right side of 'or'/'and' clauses in
  IF condition.

Bugfixes:
- Rare GC failure when accessing uninitialized variable.
- Crash on highlighting a search query where the document no
  longer exists.

Note: we skipped 1.4.26 for technical reasons.

</ChangeLog>
2020-04-15 13:12:23 +00:00
Jason W. Bacon
431f2257d1 sysutils/slurm-wlm: Revert error file to stderr when redirect no longer needed
Fixes an oversight in a new patch for 20.02.1
2020-04-15 12:50:33 +00:00
Fernando Apesteguía
be01f7c0f6 astro/wmmoonclock: update to 1.29
While here:

* Rework patch to comply with makepatch style
* Add missing USES=pkgconfig

PR:     245539
Submitted by:   mbeis@xs4all.nl (maintainer)
2020-04-15 12:30:28 +00:00
Tobias Kortkamp
5a7d8af2f2 devel/samurai: Remove new cruft
- USES=compiler:c11 should no longer be necessary after r531755.
- build.ninja patch is pointless since the build does not use it.
  Besides that while GCC 4.2 does not understand -Wpedantic it should
  recognize -pedantic fine.
2020-04-15 11:43:58 +00:00
Mateusz Piotrowski
09e3a2ce74 comms/minicom: Clean up
- Use USES=localbase instead of setting LIBS and CPPFLAGS
- Set LICENSE_FILE and do not install the license to the documentation
  directory.
- Replace unnecessary "+=" used for CONFIGURE_ARGS with "=".
- Remove no-op REINPLACE_CMD.
- Use MKDIR instead of INSTALL.
- Format the makefile with portfmt.
2020-04-15 11:37:46 +00:00
Tobias Kortkamp
806cbf0194 security/testssl.sh: Update to 3.0.1
Changes:	https://github.com/drwetter/testssl.sh/releases/tag/3.0.1
2020-04-15 11:25:28 +00:00
Fernando Apesteguía
69aa629543 textproc/bibtool: update to 2.68
ChangeLog:
https://www.ctan.org/ctan-ann/id/mailman.7071.1586884555.2586.ctan-ann@ctan.org

 * Handling of extracting by aux file improved.

 * Record extended by attribute lineno.
   This attribute carries the line number of the initiating \@.

 * The format of the error messages has been slightly streamlined.
   Double spaces are avoided; two colons in one message are avoided.

 * The format of the messages of `check_rule` include file and line
   number.

 * Warning for double fields added.

 * The empty output file is used to signal that the output should be
   suppressed.

 * The resources `check.warning.rule` and `check.error.rule`
   have been introduced to allow semantic checks to be classified as
   warning or error.

 * The behaviour of the resource `check.double` has been
   generalized. The requirement of double entries to be adjacent
   has been dropped. This has the impact that the processing is
   slightly slower.

 * New resource file `unique.field` intruduced. With this
   resource it is possible to specify additional unique constraints
   for fields. If different records have the same value for one of
   those fields then a warning is issued.

 * Static library renamed from libbib.a to libbibtool.a.

Reported by:	portscout
2020-04-15 11:16:36 +00:00
Guido Falsi
1db7e19dea Import patch from upstream pull request to stop easystroke creating
zombie processes for each spawned process.

Obtained from:	https://github.com/thjaeger/easystroke/pull/6
2020-04-15 11:13:42 +00:00
Guido Falsi
5ab98672c1 Update nDPI and ntopng to latest upstream snapshot versions. 2020-04-15 11:11:26 +00:00
Hiroki Tagato
1118a9239a Add my location
Approved by:	ehaupt (mentor)
2020-04-15 10:19:00 +00:00
Mark Linimon
ef3a5d336c Remove the -pedantic flag to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-Wpedantic"

Approved by:	portmgr (tier-2 blanket)
2020-04-15 10:11:45 +00:00
Dmitry Marakasov
47ce7592f4 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-04-15 09:32:26 +00:00
Gleb Popov
e48c731b34 x11/xpra: Update to 3.0.9
Reported by:	portscout!
2020-04-15 09:20:23 +00:00
Hans Petter Selasky
af4f012889 Update port to v2.0.3
- Various fixes
- Use GNU configure

Approved by:	pi@ (implicit)
Sponsored by:	Mellanox Technologies
2020-04-15 08:34:12 +00:00
Alexey Dokuchaev
5371e3549b - Fix MASTER_SITES to unbreak the fetch
- GC GitHub-related knobs, they are not being used
2020-04-15 07:33:41 +00:00
Mateusz Piotrowski
abb4f43558 Update to 2.0.4
Release notes:
https://github.com/rbanffy/3270font/releases/tag/v2.0.4
2020-04-15 07:21:26 +00:00
Hans Petter Selasky
a46054127d Update webcamd to version 5.7.1.0
Remove not needed libv4l dependency while at it.

Approved by:	pi (implicit)
2020-04-15 06:34:45 +00:00
Fernando Apesteguía
2e062e81be x11-themes/cursor-jimmac-theme: Update MASTER_SITES, unbreak
PR:	245608
Submitted by:	ps.ports@smyrak.com (maintainer)
MFH:	2020Q2
2020-04-15 06:28:13 +00:00
Jan Beich
e4d2268303 graphics/libavif: update to 0.6.4
Changes:	https://github.com/AOMediaCodec/libavif/compare/v0.6.3...v0.6.4
Reported by:	GitHub (watch releases)
2020-04-15 06:26:47 +00:00
Matthias Fechner
4c4d9a6a84 Document gitlab vulnerabilities. 2020-04-15 06:21:19 +00:00
Stephen Montgomery-Smith
e70d90be00 - Use openmpi3 instead of openmpi.
PR:		245566
Submitted by:	danilo@FreeBSD.org
2020-04-15 06:13:11 +00:00
Tobias Kortkamp
fef762a6fb devel/tokei: Update to v11.1.0
Changes:	https://github.com/XAMPPRocky/tokei/blob/v11.1.0/CHANGELOG.md#1110
2020-04-15 04:17:09 +00:00
Tobias Kortkamp
e72c545a9d multimedia/kodi-devel: Update to newer snapshot
Changes:	75b31098a8
Changes:	https://github.com/peak3d/inputstream.adaptive/commits/2.5.5-Matrix
Changes:	https://github.com/xbmc/vfs.libarchive/releases/tag/1.2.0-Matrix
2020-04-15 04:01:17 +00:00
Tobias Kortkamp
b2010fc7ad x11/simplestroke: Update to 1.3 2020-04-15 03:58:08 +00:00
Tobias Kortkamp
b88b974507 lang/zig: Update to 0.6.0
Changes:	https://ziglang.org/download/0.6.0/release-notes.html
2020-04-15 03:50:17 +00:00
Tobias Kortkamp
11c11d6893 x11/bemenu: Update to 0.4.1 (nop)
Changes:	https://github.com/Cloudef/bemenu/releases/tag/0.4.1
2020-04-15 03:48:44 +00:00
Tobias Kortkamp
6124b6661c multimedia/wf-recorder: Update to 0.2.1
Changes:	https://github.com/ammen99/wf-recorder/releases/tag/v0.2.1
2020-04-15 03:48:22 +00:00
TAKATSU Tomonari
7aeda7bb6e - Update to 0.13 2020-04-15 03:13:12 +00:00
Cy Schubert
e1170c97fe Fix r531689 i386 build.
PR:		236616, 244847
Submitted by:	kevans
MFH:		2020Q2 (blanket: major runtime build fix)
MFH-with:	r531689
2020-04-15 02:29:03 +00:00