Commit graph

471371 commits

Author SHA1 Message Date
Baptiste Daroussin
f1860f7c9e Update to 1.10.99.12
Changes from pkg 1.10.99.11 to 1.10.99.12
- use /usr/bin/uname to determine of the ABI
- Add 3 new aliases:
  * rall-depends: showing depenencies of a non installed package
  * rcomment: showing only the comment of a non installed package
  * rdesc: showing only the description of a non installed package
- switch to cirrus-ci
- improve portability on linux
- simplify code to create the repository
- close stdin when running scripts
- update bundled libucl to latest version
- remove backward compat (pkg_*) in periodic scripts
- always use anticongersion on periodic scripts
- Prevent SIGSEGV with 'pkg version' with packaged base
- Fix issue with recent lld
2019-03-27 12:58:42 +00:00
Koichiro Iwao
ac7727cb76 net/xrdp: Fix build on 13-CURRENT with base OpenSSL
As base OpenSSL doesn't install a .pc file, some flags such as -lcrypto
cannot be obtained automatically via pkgconfig. When compiled with base
OpenSSL, it needs to be specified explicitly.

Reported by:	pkg-fallout
2019-03-27 12:26:00 +00:00
Muhammad Moinur Rahman
d4a339a8ba misc/lifelines: Bump PORTREVISION on last commit
Reported by:	david@catwhisker.org
2019-03-27 12:01:47 +00:00
Jan Beich
ce760e87e9 multimedia/dav1d: adjust r496941 for CFI (depends on LTO)
Don't disable LTO, let assembly add padding to maintain alignment.
https://chromium.googlesource.com/chromium/src.git/+/3a2c2029e0ee
2019-03-27 11:50:26 +00:00
Danilo G. Baio
ff056abb77 net-mgmt/zabbix[32|34]*: Mark as deprecated
Mark as deprecated due to being marked end of life upstream.

Zabbix 3.2 since November, 2017.
Zabbix 3.4 since October, 2018.

PR:		236760
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-03-27 11:41:30 +00:00
Danilo G. Baio
64b51e9790 net-mgmt/zabbix*-agent: Add libcurl support
This enables zabbix_agent simple_checks (net.tcp.service) for https.

PR:		234831
Reported by:	Marcin Gryszkalis <mg@fork.pl>
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-03-27 11:37:10 +00:00
Alexey Dokuchaev
f79cc43024 Unbreak the build against Clang 7 and above by removing offending flag
and macro definition (-fgnu-runtime and -DGNU_RUNTIME=1, respectively).

PR:	230627
2019-03-27 11:16:30 +00:00
Jan Beich
6ac117884f multimedia/dav1d: disallow Clang LTO on x86
dav1d 0.2.1 - by VideoLAN
Decoded 1/150 frames (0.7%)Process 84877 stopped
* thread #1, name = 'dav1d', stop reason = signal SIGBUS: hardware error
    frame #0: 0x000000080028c1f5 libdav1d.so.1`..@26262.end + 101
libdav1d.so.1`..@26262.end:
->  0x80028c1f5 <+101>: vmovdqa %ymm15, (%rsp)
    0x80028c1fa <+106>: callq  0x80028baa0               ; ..@25257.end
    0x80028c1ff <+111>: vpbroadcastd -0x74(%rax), %ymm1
    0x80028c205 <+117>: vpmulhrsw %ymm1, %ymm6, %ymm6
(lldb) reg read rsp
     rsp = 0x00007fffffffc030
(lldb) bt
* thread #1, name = 'dav1d', stop reason = signal SIGBUS: hardware error
  * frame #0: 0x000000080028c1f5 libdav1d.so.1`..@26262.end + 101
    frame #1: 0x00000008002f605c libdav1d.so.1`read_coef_tree(t=0x0000000800e0f840, bs=BS_16x16, b=0x00007fffffffc630, ytx=2, depth=0, tx_split=0x00007fffffffc644, x_off=0, y_off=0, dst="wwvvvuttuvwxyyxz") at recon_tmpl.c:356:17
    frame #2: 0x00000008002fd3cb libdav1d.so.1`dav1d_recon_b_inter_8bpc(t=0x0000000800e0f840, bs=BS_16x16, b=0x00007fffffffc630) at recon_tmpl.c:1510:21
    frame #3: 0x00000008002c1180 libdav1d.so.1`decode_b(t=0x0000000800e0f840, bl=BL_16X16, bs=BS_16x16, bp=PARTITION_NONE, intra_edge_flags=0) at decode.c:1855:17
    frame #4: 0x00000008002b65d0 libdav1d.so.1`decode_sb(t=0x0000000800e0f840, bl=BL_16X16, node=0x00000008007faf10) at decode.c:2040:17
    frame #5: 0x00000008002b68a8 libdav1d.so.1`decode_sb(t=0x0000000800e0f840, bl=BL_32X32, node=0x00000008007f8e20) at decode.c:2084:21
    frame #6: 0x00000008002b6924 libdav1d.so.1`decode_sb(t=0x0000000800e0f840, bl=BL_64X64, node=0x00000008007f85a0) at decode.c:2091:21
    frame #7: 0x00000008002b6924 libdav1d.so.1`decode_sb(t=0x0000000800e0f840, bl=BL_128X128, node=0x00000008007f8380) at decode.c:2091:21
    frame #8: 0x00000008002b5fce libdav1d.so.1`dav1d_decode_tile_sbrow(t=0x0000000800e0f840) at decode.c:2542:13
    frame #9: 0x00000008002cb1ab libdav1d.so.1`dav1d_decode_frame(f=0x0000000800e00000) at decode.c:2916:29
    frame #10: 0x00000008002cd477 libdav1d.so.1`dav1d_submit_frame(c=0x00000008007f5280) at decode.c:3374:20
    frame #11: 0x00000008002b1433 libdav1d.so.1`dav1d_parse_obus(c=0x00000008007f5280, in=0x00000008007f52e8, global=0) at obu.c:1490:24
    frame #12: 0x000000080032f786 libdav1d.so.1`dav1d_get_picture(c=0x00000008007f5280, out=0x00007fffffffe048) at lib.c:359:15
    frame #13: 0x00000000002035ee dav1d`main(argc=7, argv=0x00007fffffffe250) at dav1d.c:139:20
    frame #14: 0x000000000020310f dav1d`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7

Reported by:	Mozilla
2019-03-27 11:01:21 +00:00
Dmitry Marakasov
0601fcffa2 SnakeViz is a viewer for Python profiling data that runs as a web
application in your browser. It is inspired by the wxPython profile
viewer RunSnakeRun.

WWW: http://jiffyclub.github.io/snakeviz/
2019-03-27 09:39:13 +00:00
Dmitry Marakasov
e6c15ce106 - Add LICENSE
- Add NO_ARCH
- Add WWW

Approved by:	portmgr blanket
2019-03-27 09:01:08 +00:00
Eugene Grosbein
6f8db91167 security/ipsec-tools: small correction NATT patch
This change fixes rare case for "site to site" IPSec tunnel mode
when remote peer is behind NAT and has its own LAN behind.
Now this works too (previously NATT worked only for single host behind NAT).
2019-03-27 08:56:35 +00:00
Wen Heping
2c51c0087b Python library for decoding time units and variable values in a netCDF
file conforming to the Climate and Forecasting (CF) netCDF conventions.

WWW: https://github.com/Unidata/cftime
2019-03-27 08:36:30 +00:00
Raphael Kubo da Costa
eecef4f6f0 Make sure the port links against libthr.so
This fixes the build in HEAD after lld received support for
--no-allow-shlib-undefined in base r345349.

Upstream looks for libpthread in sem_init(3), which is part of libc on
FreeBSD. Look for a symbol that's in libpthread to make sure we link
against it.

See also: https://github.com/tesseract-ocr/tesseract/issues/2344

PR:		236812
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2019-03-27 07:50:51 +00:00
Kubilay Kocak
e03cfd1ee4 comms/openzwave: Open-source interface to Z-Wave networks
Free software library that interfaces with selected Z-Wave PC controllers,
allowing anyone to create applications that manipulate and respond to
devices on a Z-Wave network, without requiring in-depth knowledge of the
Z-Wave protocol.

WWW: http://www.openzwave.net/

PR:		206526
Submitted by:	Johan Ström <johan stromnet se> (with changes)
2019-03-27 06:00:11 +00:00
Adam Weinberger
b526986409 Update gnupg to 2.2.15
* sm: Fix --logger-fd and --status-fd on Windows for non-standard
    file descriptors.

  * sm: Allow decryption even if expired keys are configured.  [#4431]

  * agent: Change command KEYINFO to print ssh fingerprints with other
    hash algos.

  * dirmngr: Fix build problems on Solaris due to the use of reserved
    symbol names.  [#4420]

  * wkd: New commands --print-wkd-hash and --print-wkd-url for
    gpg-wks-client.

  Release-info: https://dev.gnupg.org/T4434
2019-03-27 02:18:50 +00:00
Wen Heping
1809740a62 - Update to 0.19.1
PR:		236699
Submitted by:	norrland@nullbyte.se(maintainer)
2019-03-27 02:07:16 +00:00
Adam Weinberger
f9437217c9 Use the correct FLAVOR for the optional pynvim dependency.
Reported by:	mat
2019-03-27 01:59:50 +00:00
Muhammad Moinur Rahman
c2640d06ae misc/lifelines: Fix "person" entries show extraneous "Y" in DATE fields
- Fix patch files
- Modernize with OPTIONS

PR:		208698
Submitted by:	matt@gsicomp.on.ca
Reported by:	david@catwhisker.org
Approved by:	matt@gsicomp.on.ca
2019-03-27 00:12:54 +00:00
Matthias Andree
af71bac37e Reinstate GSSAPI_NONE option.
Not bumping PORTREVISION as the default build is unaffected.

Obtained from:	Jacob Nevins, upstream Git commit 7ad08649
2019-03-26 23:58:56 +00:00
Muhammad Moinur Rahman
e119189eaa databases/geoserver-mysql-plugin: Update version 2.14.1=>2.15.0 2019-03-26 23:39:27 +00:00
Muhammad Moinur Rahman
9802007d53 graphics/geoserver: Update version 2.14.1=>2.15.0 2019-03-26 23:31:16 +00:00
Jung-uk Kim
7d39db8447 Fix build with lld on head after r345349.
PR:		236775
2019-03-26 22:23:52 +00:00
Matthew Seaman
b1e8416760 Update to 3.0.1
ChangeLog:	https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md
2019-03-26 22:07:06 +00:00
Sergey A. Osokin
ab0fa20ca7 Update from 1.15.9 to 1.15.10.
Update third-party njs module from 0.2.8 to 0.3.0.

<ChangeLogs>

http://nginx.org/en/CHANGES
http://nginx.org/en/docs/njs/changes.html#njs0.3.0

</ChangeLogs>
2019-03-26 21:57:27 +00:00
Tobias Kortkamp
3c9bc4b91c www/newsboat: Update to 2.15
Changes:	https://github.com/newsboat/newsboat/blob/r2.15/CHANGELOG.md
PR:		236756
Submitted by:	tobik
Approved by:	mt@markoturk.info (maintainer)
2019-03-26 21:31:10 +00:00
Greg Lewis
17ca9c16ac Fixes for include path, jshell, and process issues.
* Put MD specific include files (e.g. jni_md.h) in a subdirectory named
  'freebsd' rather than 'bsd'. [1]
* Remove the necessity to always have /usr/local/include in the header
  paths and linker paths.  This allows jshell to use the system iconv.h
  rather than the third party one and link correctly. [2]
* Fix getting process commands and arguments on FreeBSD.
* Bump PORTREVISION.

All fixes need forward porting to openjdk12.

PR:		236754 [1], 236759 [2]
Submitted by:	Kurt Miller [2]
2019-03-26 20:48:04 +00:00
Tilman Keskinoz
76b99387f0 Mark benchmarks/netio as RESTRICTED.
License forbids commercial use.
2019-03-26 20:02:39 +00:00
Tilman Keskinoz
e04ee370e2 Update to 1.33 2019-03-26 19:35:41 +00:00
Muhammad Moinur Rahman
a95a656beb devel/newtonsoft-json: Return to pool as no longer am using mono 2019-03-26 18:24:57 +00:00
Sunpoet Po-Chuan Hsieh
269d1bfae8 Document Python vulnerability 2019-03-26 18:12:23 +00:00
Sunpoet Po-Chuan Hsieh
87cf3a8eed Update to 4.9.1
Changes:	https://www.mercurial-scm.org/wiki/WhatsNew
2019-03-26 18:12:17 +00:00
Sunpoet Po-Chuan Hsieh
a723a42afd Update to 3.7.3
Changes:	https://docs.python.org/3.7/whatsnew/changelog.html
Security:	bcc4de965c36f6dea4e6ebcd4289a915
MFH:		2019Q1
2019-03-26 18:12:12 +00:00
Sunpoet Po-Chuan Hsieh
ee7c2ac69f Update to 4.11
Changes:	https://metacpan.org/changes/distribution/Math-MPFR
2019-03-26 17:43:57 +00:00
Sunpoet Po-Chuan Hsieh
5f349e5d30 Sort PLIST (using LANG=C) 2019-03-26 17:43:52 +00:00
Sunpoet Po-Chuan Hsieh
6aff0f9a9d Update to 2.7.2
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-03-26 17:43:47 +00:00
Sunpoet Po-Chuan Hsieh
27d1c340d4 Update to 2.7.2
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-03-26 17:43:42 +00:00
Sunpoet Po-Chuan Hsieh
2bafa6e57d Update to 2.7.2
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-03-26 17:43:37 +00:00
Sunpoet Po-Chuan Hsieh
f0b928988e Update to 2.7.2
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-03-26 17:43:32 +00:00
Sunpoet Po-Chuan Hsieh
6f5f4ebd87 Update to 1.1.9
Changes:	https://github.com/floraison/fugit/blob/master/CHANGELOG.md
2019-03-26 17:43:27 +00:00
Sunpoet Po-Chuan Hsieh
1e767d5d92 Update to 2.11.247
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-26 17:43:22 +00:00
Sunpoet Po-Chuan Hsieh
bc76f324d3 Update to 2.11.247
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-26 17:43:16 +00:00
Sunpoet Po-Chuan Hsieh
df44dd6f2c Update to 2.11.247
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-26 17:43:11 +00:00
Sunpoet Po-Chuan Hsieh
e77130cc34 Update to 4.45.0
Changes:	https://docs.openstack.org/oslo.db/latest/user/history.html
2019-03-26 17:43:06 +00:00
Sunpoet Po-Chuan Hsieh
204ec4ecf4 Update to 0.10.4
Changes:	https://github.com/bkabrda/flexmock/blob/master/CHANGELOG
2019-03-26 17:43:00 +00:00
Sunpoet Po-Chuan Hsieh
d8bbf6f1bd Update to 6.04
- Add LICENSE_FILE
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/HTML-Form
2019-03-26 17:42:55 +00:00
Sunpoet Po-Chuan Hsieh
2a3edf2375 Update to 0.13
Changes:	https://metacpan.org/changes/distribution/ExtUtils-CppGuess
2019-03-26 17:42:50 +00:00
Larry Rosenman
01f66ee564 devel/cdecl: update to 6.0.1.
6.0 release notes:
Added C++ scoped name support
Added support for scoped names in C++. For example:

cdecl> explain int S::x
declare x of scope S as int
cdecl> define S::T as struct T; explain S::T x
declare x as T of scope S
Added partial namespace support
Specifically, you can now perform typedef and using declarations within
namespaces or inline namespaces:

c++decl> namespace S { inline namespace T { typedef int Int; } }
c++decl> show user typedef
namespace S::T { typedef int Int; }

6.0.1 release note:
Fixed undefined uint64_t
Fixed a compile-time error on some platforms.

Reported by:	portscout
2019-03-26 17:37:57 +00:00
Guido Falsi
e3dd4b3947 Update xfce4-whiskermenu-plugin to 2.3.2 2019-03-26 17:29:36 +00:00
Mateusz Piotrowski
c9f54323ff games/asciiquarium: Clean up, install docs & set license
- Standardize COMMENT
- Set LICENSE
- Fix shebang lines
- Install documentation
- Define do-test
- Extend the pkg-descr a little bit

Reviewed by:	krion
Approved by:	krion (mentor), maintainer (timeout, > 14 days)
Differential Revision:	https://reviews.freebsd.org/D19533
2019-03-26 15:07:47 +00:00
Mathieu Arnold
f9ac24edd0 Update to 0.1.12. 2019-03-26 14:28:10 +00:00