Commit Graph

488151 Commits

Author SHA1 Message Date
Yuri Victorovich
9ecce6cfc3 misc/adios: Update 2.4.0 -> 2.5.0; Unbreak
Reported by:	portscout
2019-10-13 08:00:03 +00:00
Yuri Victorovich
66949d8500 net/libfabric: Update 1.8.0 -> 1.8.1
Reported by:	portscout
2019-10-13 07:59:19 +00:00
Antoine Brodin
15c64e8619 Mark BROKEN
ERROR: dependency 'fastmap' is not available for package 'shiny'

Reported by:	pkg-fallout
2019-10-13 07:48:51 +00:00
Yuri Victorovich
1c56eaf767 math/py-chaospy: Update 3.0.6 -> 3.0.12
Reported by:	portscout
2019-10-13 07:27:36 +00:00
Yuri Victorovich
fb16d3b2c2 net/clash: Update 0.15.0 -> 0.16.0
Reported by:	portscout
2019-10-13 07:22:31 +00:00
Yuri Victorovich
9ae71bba37 graphics/xournalpp: Update 1.0.13-nightly.20190722 -> 1.0.14
Reported by:	portscout
2019-10-13 07:17:34 +00:00
Gerald Pfeifer
ea807357d1 Update to the 20191011 snapshot of GCC 8.3.1.
This brings one backport on the Fortran side and one for powerpc
(in addition to alpha and SH changes).
2019-10-13 07:00:17 +00:00
Roman Bogorodskiy
ce2f22cb52 security/p11-kit: update to 0.23.18.1 2019-10-13 04:14:45 +00:00
Piotr Kubaj
38446c74dd devel/libvterm: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wpedantic"

Approved by:	mentors (implicit approval)
2019-10-13 00:25:52 +00:00
Jan Beich
0721304a80 emulators/rpcs3: update to 0.0.6.8871
- Drop GDB optiot which disappeared upstream after r514202

Changes:	0172e097f...9bcd7b534
2019-10-13 00:17:20 +00:00
Piotr Kubaj
ca00fd0dca games/exult: unbreak on arm*
Builds fine.

Approved by:	mentors (implicit approval)
2019-10-13 00:09:37 +00:00
Piotr Kubaj
f929c5cc78 x11-themes/qtcurve: fix build with GCC-based architectures
GCC9 requires upstream fix because of:
/wrkdirs/usr/ports/x11-themes/qtcurve-gtk2/work/qtcurve-a1ec5f8/.cmake_utils_base/cmake_c_macros/include_fix/qtcurve-utils/gtkprops.h:80:24: error: a reinterpret_cast is not a constant expression
   80 |                 return (GObject*)qtcContainerOf(p, Props, name)->m_w;   \
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/x11-themes/qtcurve-gtk2/work/qtcurve-a1ec5f8/.cmake_utils_base/cmake_c_macros/include_fix/qtcurve-utils/gtkprops.h:161:9: note: in expansion of macro 'DEF_WIDGET_SIG_CONN_PROPS'

PR:		239622
Approved by:	jhale (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21993
2019-10-13 00:07:44 +00:00
Piotr Kubaj
7a8f9e28e6 games/openjk: fix packaging on armv7
Binaries on armv7 have arm prefix, not armv7.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21908
2019-10-13 00:04:16 +00:00
Dmitri Goutnik
c1865c0f3f shells/elvish: Remove custom targets
Remove custom do-build and do-install targets, go.mk already provides them.

Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D22005
2019-10-12 22:03:24 +00:00
Dmitri Goutnik
f3f4d1ddfd security/botan2: Update to 2.12.0
Changes:	https://botan.randombit.net/news.html#version-2-12-0-2019-10-07

Also bump PORTREVISION of dependent ports.

PR:		241217
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D22000
2019-10-12 22:00:01 +00:00
Rodrigo Osorio
eb08f85f46 New port shells/elvish
Elvish is a friendly interactive shell and an expressive programming language.

PR:		237480
Submitted by:	Adam Jimerson <vendion@gmail.com>
2019-10-12 21:25:23 +00:00
Raphael Kubo da Costa
eb7831c21b Update to 1.14.0. 2019-10-12 20:50:31 +00:00
Piotr Kubaj
23cf3608ad Mk/bsd.port.mk: use GNU LD from ports on powerpc64 elfv2 when GNU LD is required
The reason is that on elfv2 systems we still have ld.bfd in base, but it's only used for 32-bit binaries (LLD currently doesn't support linking 32-bit PPC binaries).
ld.bfd from base supports only elfv1 and using it breaks linking many ports that set LLD_UNSAFE. Use Binutils from ports in such case.

PR:             239743
Submitted by:   jbeich
Approved by:    portmgr
Differential Revision:	https://reviews.freebsd.org/D21996
2019-10-12 20:49:35 +00:00
Xin LI
22713ca211 Return this to pool. I no longer use this port anymore. 2019-10-12 20:29:09 +00:00
Piotr Kubaj
a43c0496c2 net-p2p/qtum: fix build on GCC architectures
Don't add -L/usr/lib because it breaks linking when using GCC (used on GCC architectures), because GCC tries to link with base libstdc++.

PR:             241074
Approved by:    linimon (mentor), vd (maintainer)
2019-10-12 19:50:32 +00:00
Adriaan de Groot
8b47d8f1eb Fix build of audio/kwave on -CURRENT (or with clang 9 in general).
There's a long description in the patch just added, but the error
looks something like this:

/tmp/v.cpp:1:27: note: constrained by private inheritance here
class foo {}; class bar : private foo {}; class baz : public bar { publi...

No PORTREVISION because it's no change for everyone except clang 9
users, who couldn't compile it previously.

Reported by:	fallout
2019-10-12 18:57:15 +00:00
Gleb Popov
7a2379512d sysutils/libudisks: New port. A client library to UDisks daemon, which some applications are using to interface with UDisks.
PR:		240138
2019-10-12 18:55:49 +00:00
Rodrigo Osorio
56056e7d4b New ports sysutils/sanoid and sysutils/sanoid-devel
Sanoid is a policy-driven snapshot management tool
for ZFS filesystems. You can use Sanoid to create,
automatically and monitor snapshots.

Add sysutils/sanoid-devel to track interesting
moments on the master branch.

PR:		238584
Submitted by:	<hartzell@alerce.com>
2019-10-12 18:12:36 +00:00
Vasil Dimov
77316e6056 net-p2p/qtum: fix compilation on FreeBSD 11.x 2019-10-12 16:57:51 +00:00
Yuri Victorovich
1ba9204569 science/py-qcelemental: Update 0.7.0 -> 0.9.0
Reported by:	portscout
2019-10-12 16:50:56 +00:00
Yuri Victorovich
28c25bc5da science/py-gsd: Update 1.8.1 -> 1.9.3
Reported by:	portscout
2019-10-12 16:47:23 +00:00
Yuri Victorovich
166d13f638 science/py-molmod: Update 1.4.4 -> 1.4.5
Reported by:	portscout
2019-10-12 16:44:38 +00:00
Yuri Victorovich
7e07689693 math/tvm: Use skipv instead of ignore in the PORTSCOUT tag because ignore doesn't seem to work 2019-10-12 16:41:06 +00:00
Adam Weinberger
e4f809066a antibody: Update to 4.2.0 2019-10-12 16:20:14 +00:00
Piotr Kubaj
4fa9798c3d math/flann: remove -mminimal-toc
Builds fine without it.

PR:		240977
Approved by:	linimon (mentor), portmgr (removing architecture-specific workarounds)
2019-10-12 15:56:38 +00:00
Yuri Victorovich
51a493570e science/py-chempy: Update 0.7.8 -> 0.7.9
Reported by:	portscout
2019-10-12 15:55:43 +00:00
Alexey Dokuchaev
fcb3d74c91 - Update `astro/astrometry' to version 0.78, unbreak, and undeprecate
- Relax Python dependency: any version should be supported now
- In MASTER_SITES and WWW line, remove bogus `www' prefix which breaks
  distfile downloads and website access
- GC no longer useful (and actually no-op) `post-patch' target
- Patch the makefiles to use BSD_INSTALL_* macros when needed instead
  of mass-stripping in the `post-install' target recipe
2019-10-12 15:55:15 +00:00
Piotr Kubaj
3ba96c5d96 textproc/R-cran-readxl: fix build on GCC architectures
Include sys/types.h in src/ColSpec.h to fix build with GCC:
/usr/include/unistd.h:327:26: error: 'uid_t' has not been declared

PR:		240796
Approved by:	linimon (mentor), dbn (maintainer timeout)
2019-10-12 15:48:59 +00:00
Piotr Kubaj
d0f149451d misc/openvdb: fix build on GCC architectures
Compiling on GCC architectures fails:
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc: In member function 'openvdb::v6_1::points::AttributeSet::Descriptor::Ptr openvdb::v6_1::points::AttributeSet::Descriptor::duplicateDrop(const std::vector<long unsigned int>&) const':
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:875:59: error: 'CHAR_BIT' was not declared in this scope
  875 |             const size_t GROUP_BITS = sizeof(GroupType) * CHAR_BIT;
      |                                                           ^~~~~~~~
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:35:1: note: 'CHAR_BIT' is defined in header '<climits>'; did you forget to '#include <climits>'?
   34 | #include "AttributeGroup.h"
  +++ |+#include <climits>
   35 |

While here, add USES=xorg for TOOLS option.

PR:             240630
Approved by:    linimon (mentor), yuri (maintainer timeout)
2019-10-12 15:46:07 +00:00
Yuri Victorovich
9b2049fc61 databases/py-python-arango: Update 5.1.0 -> 5.2.1
Reported by:	portscout
2019-10-12 15:43:37 +00:00
Yuri Victorovich
2182a49d0e biology/prodigal: Eliminate a very old version from the portscout discovery process 2019-10-12 15:40:21 +00:00
Yuri Victorovich
179ca4e700 biology/prodigal: Update 2.6.3-2 -> 2.6.3-7 2019-10-12 15:36:47 +00:00
Yuri Victorovich
5338efaa89 audio/gsequencer: Update 2.3.8 -> 2.3.12
Reported by:	portscout
2019-10-12 15:29:40 +00:00
Adriaan de Groot
af10b61a08 Update otter-browser to a snapshot.
The last official release was 1.0.01 in january 2019, way too long
ago for a web browser. Many Linux distro's also offer weekly
snapshots of this browser (often calling it 1.0.81). Instead,
bump to a different fake release number; I'm concerned that
1.0.81 might be too high.

Fixes in the tree relate to both QtWebKit and QtWebEngine compatibility,
as well as Qt 5.13 compatibility.

Initial patch by George; I bumped to a different (newer) revision in week 300.

PR:		239203
Reported by:	George
2019-10-12 12:56:41 +00:00
Dmitri Goutnik
49a6d30635 databases/pspg: Update to 2.1.7
Changes:	https://github.com/okbob/pspg/compare/2.1.4...2.1.7

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21981
2019-10-12 12:46:54 +00:00
Tobias Kortkamp
215879b6f1 math/py-cryptominisat: Drop nop PYDISTUTILS_BUILDTARGET
Should have been PYDISTUTILS_BUILD_TARGET but it appears to not be
needed.
2019-10-12 12:39:09 +00:00
Dmitri Goutnik
59441e71b2 www/gitea: Update to 1.9.4
Changes:	https://blog.gitea.io/2019/10/gitea-1.9.4-is-released/

PR:		241209
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21991
2019-10-12 12:33:45 +00:00
Tobias Kortkamp
3a7e1817be Drop nop XFREE86_HTML_MAN 2019-10-12 12:02:26 +00:00
Kurt Jaeger
8f3f88a4d3 databases/mongodb40: upgrade 4.0.8 -> 4.0.12
PR:		241210
Approved by:	Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer)
MFH:		2019Q4
Relnotes:	https://docs.mongodb.com/manual/release-notes/4.0/
Security:	CVE-2019-2386, CVE-2019-2389, CVE-2019-2390
2019-10-12 10:33:00 +00:00
Dmitry Marakasov
d3e33dcc9e - Update WWW
Approved by:	portmgr blanket
2019-10-12 09:39:02 +00:00
Tobias Kortkamp
49fdf36c91 www/p5-MojoX-Log-Dispatch-Simple: Add LICENSE_FILE
PR:		229243
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in> (maintainer)
2019-10-12 08:24:10 +00:00
Tobias Kortkamp
72f839155b Add NO_ARCH to a couple of ports
PR:		229243
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in> (maintainer)
2019-10-12 08:21:46 +00:00
Yuri Victorovich
796966c32d New port: graphics/avir: High-quality image resizing/scaling C++ library 2019-10-12 08:19:18 +00:00
Tobias Kortkamp
c27b1d8bb2 security/rkhunter: Update to 1.4.6
Some files can be updated when running rkhunter.  Do not track them
in the plist.

Changes:	https://sourceforge.net/p/rkhunter/rkh_code/ci/version-1.4.6/tree/files/CHANGELOG
PR:		227837
Submitted by:	lukasz@wasikowski.net (maintainer)
2019-10-12 07:37:02 +00:00
Yuri Victorovich
08aef2b2b8 multimedia/ustreamer: Update 1.0 -> 1.9
Reported by:	portscout
2019-10-12 07:26:44 +00:00