Commit graph

495507 commits

Author SHA1 Message Date
Jan Beich
345f086557 emulators/{citra,yuzu}: integrate cubeb patch to simplify updates 2020-01-07 15:56:49 +00:00
Larry Rosenman
e4dde55344 devel/cdecl: update to 6.7.
Explicit int in English
Previously when explaining integer declarations, int was implicit:

cdecl> explain unsigned x
declare x as unsigned
Now int is explicit:

cdecl> explain unsigned x
declare x as unsigned int
Added explicit-int option
Both a command-line --explicit-int/-I and explicit-int set option have been added that set which integer types have int explicitly included in declarations.
2020-01-07 15:40:45 +00:00
Bernard Spil
bb90ed746f www/nextcloud-notes: Update to 3.1.1 2020-01-07 15:37:40 +00:00
Bernard Spil
49c7cce947 mail/nextcloud-mail: Update to 0.21.0 2020-01-07 15:36:50 +00:00
Bernard Spil
0a9c994ec4 security/nextcloud-twofactor_u2f: Update to 5.0.2 2020-01-07 15:36:12 +00:00
Bernard Spil
cfe89a4787 security/nextcloud-twofactor_totp: Update to 4.1.2 2020-01-07 15:35:37 +00:00
Piotr Kubaj
9716f86d3a devel/bazel: unbreak on powerpc64 elfv2
The port builds just fine.
2020-01-07 15:23:58 +00:00
Dmitry Marakasov
0da76954a2 - Update to 1.4.9 2020-01-07 14:55:27 +00:00
Bernhard Froehlich
497d9c5ad1 net/wireguard: Update to 1.0.20200102
MFH:	2020Q1
2020-01-07 14:50:16 +00:00
Piotr Kubaj
33d1446a81 mail/openemm2015: unbreak on powerpc64 elfv2
This port can be built on powerpc64 elfv2.
2020-01-07 14:40:22 +00:00
Piotr Kubaj
b7b6853549 science/py-veusz: fix build on powerpc64 elfv2
This port has the same problem as all GCC ports on powerpc64 elfv2 - namespace collision with vec_step variable.

PR:		243141
Approved by:	yuri (maintainer)
2020-01-07 11:49:56 +00:00
Piotr Kubaj
06401c1a8e x11-wm/compiz: depend on nvidia-settings only on amd64 and i386
Nvidia drivers are not available on other architectures.

PR:		242832
Approved by:	freebsd-ports@dan.me.uk (maintainer timeout)
MFH:		2020Q1 (fix build blanket)
2020-01-07 11:48:18 +00:00
Piotr Kubaj
a4b04b37dc net-p2p/monero-cli: fix build on non-x86
Architectures that don't have libunwind available should disable stack trace.

Otherwise, the following linking error is encountered:
/usr/local/bin/ld: src/common/libcommon.a(stack_trace.cpp.o): in function `tools::log_stack_trace(char const*)':
stack_trace.cpp:(.text+0x71c): undefined reference to `el::base::debug::StackTrace::generateNew()'
/usr/local/bin/ld: stack_trace.cpp:(.text+0x72c): undefined reference to `el::base::debug::operator<<(std::ostream&, el::base::debug::StackTrace const&)'
collect2: error: ld returned 1 exit status

PR:		242846
Approved by:	vd (maintainer timeout)
MFH:		2020Q1 (fix build blanket)
2020-01-07 11:45:07 +00:00
Piotr Kubaj
48d8f67d1d math/cln: fix build on GCC architectures
Use new GCC to fix build after last update:
../include/cln/number.h: In function 'const type& cln::the(const cln::cl_number&)':
../include/cln/number.h:261: error: there are no arguments to 'static_assert' that depend on a template parameter, so a declaration of 'static_assert' must be available
../include/cln/number.h:261: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
2020-01-07 11:33:47 +00:00
Alexey Dokuchaev
556e6a988a - Update to version 0.3.17
- Augment port description

Reported by:	portscout
2020-01-07 11:14:55 +00:00
Vasil Dimov
c63159f423 net-p2p/c-lightning: fix bitcoin-cli exec setup
lightningd does execute bitcoin-cli internally during runtime.

Fix two problems with that:

* The bitcoin-cli executable is usually located in
  /usr/local/bin/bitcoin-cli but service(8) would remove /usr/local/bin
  from PATH before executing our rc script /usr/local/etc/rc.d/lightningd
  and so the lightningd daemon would inherit a PATH that does not contain
  bitcoin-cli. To fix this give the full path to bitcoin-cli to lightningd.

* bitcoin-cli(1) tries to create its datadir when it starts if it does not
  exist. By default that is ${HOME}/.bitcoin. service(8) would set HOME=/
  and if / is mounted read-only, then this creation would fail. Because we
  don't want this directory created (it is not necessary and remains empty)
  tell lightningd to execute
  bitcoin-cli --datadir=/some/directory/that/already/exists.

Also, append ${lightningd_extra_args} to the lightingd arguments. This was
forgotten in the initial commit and setting lightningd_extra_args would have
had no effect.

Reported by:	https://github.com/bitcoin-software
2020-01-07 11:12:17 +00:00
Jochen Neumeister
535a71b876 Update to 3.3
PR:		242937
Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
Sponsored by:	Netzkommune GmbH
2020-01-07 10:38:50 +00:00
Antoine Brodin
707219f741 Deprecate hachoir ports
With hat:	portmgr
2020-01-07 10:19:59 +00:00
Antoine Brodin
ced5aea47c Deprecate gimp-help metaport too
With hat:	portmgr
2020-01-07 09:34:20 +00:00
Dmitry Marakasov
ce82f4e187 - Update WWW
Approved by:	portmgr blanket
2020-01-07 09:30:13 +00:00
Antoine Brodin
dfc633860a Deprecate gimp-help ports
With hat:	portmgr
2020-01-07 09:01:16 +00:00
Mikolaj Golub
8141ffaf84 update to 0.32.1 2020-01-07 08:01:32 +00:00
Tobias Kortkamp
f998d9199b lang/rust: Simplify do-configure and garbage collect files/config.toml 2020-01-07 07:01:46 +00:00
Joseph Mingrone
ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00
Mark Linimon
670d33426b Fix build on GCC-based systems:
ujprog.c:2595: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
2020-01-07 04:43:28 +00:00
Mark Linimon
190874c916 graphics/cptutils was reinstated. 2020-01-07 04:34:21 +00:00
Yuri Victorovich
0c48417004 audio/noise-repellent-lv2: Update 0.1.4 -> 0.1.5-3
0.1.5-3 because 0.1.5 was broken, installed files into wrong locations where LV2 hosts don't look for them.
2020-01-07 02:09:35 +00:00
Li-Wen Hsu
2cccde9ded - Update to 2.213
Sponsored by:	The FreeBSD Foundation
2020-01-07 01:38:13 +00:00
Jan Beich
5ce8b9788a emulators/yuzu: update to s20200106
Changes:	cd0a7dfdb...5be00cba1
2020-01-07 00:57:07 +00:00
Jan Beich
e7bdc6b093 multimedia/aom: update to 1.0.0.2890
Changes:	https://aomedia.googlesource.com/aom/+log/88039f020..e75b58a0c
2020-01-07 00:56:57 +00:00
Gerald Pfeifer
1b3bb11c51 This port (lang/gcc6) has been marked deprecated since r485607 (2018-11-22).
Now that its last consumer in the tree is gone, mark it for actual removal
with an expiration date end of February 2019, some eight weeks from now.
2020-01-07 00:27:11 +00:00
Dan Langille
f22125cac2 Add missing dependency: devel/p5-Class-Accessor
re: https://metacpan.org/source/DLO/Proc-BackOff-0.02/Build.PL#L11

Encountered this error:

	Base class package "Class::Accessor" is empty.
	    (Perhaps you need to 'use' the module which defines that package first,
	    or make that module available in @INC (@INC contains: /usr/local/sbin/../lib /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30).
	 at /usr/local/lib/perl5/site_perl/Proc/BackOff.pm line 4.
2020-01-07 00:14:02 +00:00
Steve Wills
d7c7e561d2 www/minio: Update to 2020.01.03.19.12.21
PR:		243137
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Reviewed by:	dmgk
2020-01-06 23:20:06 +00:00
Jan Beich
471a9adacc multimedia/libvpx: update COMMENT and pkg-decr
Only decoder and encoder are installed. Other features are not
maintained by the port. Besides, ffmpeg provides alternative decoder
while svt-vp9 provides alternative encoder.
2020-01-06 23:18:02 +00:00
Jimmy Olgeni
4c8ef8c52f sysutils/webmin: reroll version 1.940 with minor fixes.
Full diff available here:

    https://gist.github.com/olgeni/de08baa18db4a8de9b6db527afe66ac4
2020-01-06 23:13:22 +00:00
Steve Wills
759db2fed2 devel/gitlab-runner: update to 12.6.0 2020-01-06 23:06:07 +00:00
Jimmy Olgeni
fcdb006ece net/gnatsd: remove after copy to net/nats-server. 2020-01-06 23:05:21 +00:00
Jimmy Olgeni
f695d8ef06 UPDATING: add note about net/gnatsd becoming net/nats-server. 2020-01-06 23:03:46 +00:00
Jimmy Olgeni
e09c6079d8 Update MOVED with net/gnatsd -> net/nats-server. 2020-01-06 23:02:47 +00:00
Adam Weinberger
0920732edc geoipupdate: Take out unusable URL from instructions
Reported by:	Dewayne Geraghty
MFH:		2020Q1
2020-01-06 23:01:03 +00:00
Jimmy Olgeni
2772cb7bed Connect net/nats-server to the build. 2020-01-06 22:54:53 +00:00
Jimmy Olgeni
bb9f13efc7 Update net/nats-server to version 2.1.2. 2020-01-06 22:53:45 +00:00
Jan Beich
7c0b2d922b multimedia/libvpx: kill all options
None of the consumers were tested with non-default options. As
there're no additional dependencies users are better off with
Makefile.local which provides access to more e.g.

  --enable-better-hw-compatibility
  --enable-onthefly-bitpacking
  --enable-error-concealment
  --enable-coefficient-range-checking
  --enable-postproc-visualizer

Similar to multimedia/aom this reduces maintenance.
2020-01-06 22:39:14 +00:00
Jan Beich
963bc22e39 multimedia/libvpx: convert to _ENABLE option helper 2020-01-06 22:37:59 +00:00
Jan Beich
6cf5b9ce60 multimedia/libvpx: enable 10/12-bit profiles
- Same as Chromium, VLC, Arch, Fedora, Gentoo, Homebrew
- Option named after 10-bit to match multimedia/x265

Requested by:	Dima D <dima_bsd@inbox.lv>
MFH:		2020Q1
2020-01-06 22:37:48 +00:00
Jan Beich
450e3723da multimedia/libvpx: fix RTCPU=OFF and POSTPROC=off 2020-01-06 22:37:08 +00:00
Jan Beich
1e25885048 multimedia/libvpx: drop redundant flags
All codecs are enabled by default.
2020-01-06 22:37:00 +00:00
Jan Beich
ff7874ae37 multimedia/libvpx: document current Firefox limit
See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221
2020-01-06 22:36:32 +00:00
Jimmy Olgeni
a27b1ef435 Copy net/gnatsd to net/nats-server. 2020-01-06 22:25:31 +00:00
Jimmy Olgeni
9c262a6dad Update sysutils/usermin to version 1.790. 2020-01-06 21:50:12 +00:00