1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

470150 Commits

Author SHA1 Message Date
Joseph Mingrone
ab207d6951 math/R: Update to version 3.5.3
'CHANGES IN R 3.5.3' from
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html

- writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter
  Meissner's PR#17528
- setClassUnion() no longer warns, but uses message() for now, when
  encountering "non local" subclasses of class members
- stopifnot(exprs = T) no longer fails
2019-03-14 01:35:33 +00:00
Jan Beich
ad8a5b489c www/firefox-i18n: rebuild after r495671 2019-03-14 01:00:06 +00:00
Jan Beich
0dee70c607 lang/rust-nightly: update to 1.35.0.20190314
Changes:	e68bf8ae15...719b0d9849
2019-03-14 00:53:54 +00:00
Jan Beich
0e1a5d09ca multimedia/aom: update to 1.0.0.1461
Changes:	https://aomedia.googlesource.com/aom/+log/559efba4a..2ff3bc5bc
2019-03-14 00:53:45 +00:00
Jan Beich
600546f7aa multimedia/rav1e: update to s20190313
Changes:	f096176...aaafd24
2019-03-14 00:53:35 +00:00
Jan Beich
c145347a4a emulators/ppsspp-devel: update to 1.7.5.571
Changes:	624587c59...1bedb97bc
2019-03-14 00:53:28 +00:00
Jan Beich
6286eca34d emulators/rpcs3: update to 0.0.6.7869
Changes:	1875dc3f1...e9b6beadf
MFH:		2019Q1 (implicit for snapshots?)
2019-03-14 00:53:21 +00:00
Jan Beich
781928ab1c www/firefox-esr: update to 60.6.0
Changes:	https://www.mozilla.org/firefox/60.6.0/releasenotes/
2019-03-14 00:53:12 +00:00
Jan Beich
1364215d70 www/firefox: switch to rc2
Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-03-12&enddate=2019-03-14
2019-03-14 00:53:05 +00:00
Jan Beich
1d44d29ca4 games/openbor: update to 6968
Changes:	02cbdf44...d7a031ca
2019-03-14 00:52:55 +00:00
Jan Beich
0acdc5fc0b games/openbor: unbreak with GCC 4.2 after r490912
source/gamelib/loadimg.o:(.text+0x1ce8): undefined reference to `__builtin_unreachable'
source/gamelib/loadimg.o:(.text+0x2164): undefined reference to `__builtin_unreachable'

Reported by:	pkg-fallout
2019-03-14 00:52:47 +00:00
Wen Heping
75f3d72df3 - Update to 2.82.1 2019-03-14 00:07:05 +00:00
Wen Heping
d5b322a1f6 - Mark CONFLICTS_INSTALL with qgis-ltr
PR:		236451
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	maintainer
2019-03-13 23:40:38 +00:00
Ryan Steinmetz
78a7c38cb3 - Update to 0.8.1.3 2019-03-13 23:37:10 +00:00
Wen Heping
bdefe2a622 - Repocopy qgis --> qgis-ltr and change the version to 3.4.5
PR:		236451
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	maintainer
2019-03-13 23:36:21 +00:00
Mathieu Arnold
37a92f71c2 Stop breaking vtund on each reinstall/upgrade. 2019-03-13 22:44:41 +00:00
Carlos J. Puga Medina
90e00ee74c net/ocserv: Update to 0.12.3
- Remove LOCAL MASTER_SITES

Noteworthy changes in 0.12.3

- Fixed crash when no DTLS ciphersuite is negotiated.
- Fixed crash happening arbitrarily depending on handled string sizes (#197).
- Fixed compatibility issue with GnuTLS 3.3.x (#201).
- occtl: print the TLS session information, even if the DTLS channel is not established.

MFH:		2019Q1
2019-03-13 22:06:36 +00:00
Joe Marcus Clarke
1bd6e9b7b6 Various fixes.
* Fix detection of the LUA library
* Unconditionally package libwscodecs
* Add CONFLICTS_INSTALL throughout

PR:		236332 (for LUA)
		236468 (for conflicts)
2019-03-13 20:47:18 +00:00
Jan Beich
5d2a28c21b multimedia/vapoursynth-l-smash-works: back out r495563 per r494758 2019-03-13 20:42:21 +00:00
Kris Moore
e7f3d40fff - Update to 2019031300
- Unbreak on i386
- Fix an issue with minor creation during zfs receive of zvol
- Switch to META_ONLY if working with small arc_max < 8G
2019-03-13 20:34:45 +00:00
Thomas Zander
190ab3037c Update to upstream version 32.0.0
Details:
- Enhancements and bug fixes, including unicode and UI behavior fixes
- Upstream changelog, see:
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2019Q1
2019-03-13 20:29:31 +00:00
Thomas Zander
fc95ab5b6c Update to upstream version 1.5.0
MFH:		2019Q1
2019-03-13 20:25:24 +00:00
Thomas Zander
61f00e95fb Update to upstream version 1.3.7
MFH:		2019Q1
2019-03-13 20:25:04 +00:00
Thierry Thomas
b06bb7816b Remove conflict between math/mumps and math/mumps4.
Submitted by:	pfg
2019-03-13 20:21:04 +00:00
Jan Beich
1a5ff3deb9 net-im/fractal: unbreak on aarch64
error[E0308]: mismatched types
   --> vendor/dbus-0.2.3/src/lib.rs:106:57
    |
106 |     else { std::str::from_utf8( unsafe { CStr::from_ptr(*c).to_bytes() }).ok() }
    |                                                         ^^ expected u8, found i8
    |
    = note: expected type `*const u8`
               found type `*const i8`

error[E0308]: mismatched types
   --> vendor/rust-gmp/src/mpf.rs:123:52
    |
123 |             out = CString::from_raw(__gmpf_get_str(c_str.into_raw(), exp, base, n_digits, &mut self.mpf));
    |                                                    ^^^^^^^^^^^^^^^^ expected i8, found u8
    |
    = note: expected type `*const i8`
               found type `*mut u8`

Reported by:	pkg-fallout
2019-03-13 20:15:56 +00:00
Joseph Mingrone
a244c293e5 editors/emacs-devel: Update to latest commit, 8b30082 2019-03-13 19:45:30 +00:00
Jan Beich
d251992860 www/cliqz: unbreak
=> SHA256 Checksum mismatch for adult-domains.bin.
===>  Giving up on fetching files:  adult-domains.bin

1 out of 1 hunks failed--saving rejects to mozilla-release/third_party/rust/libc/.cargo-checksum.json.rej
=> FreeBSD patch patch-bug1530098 failed to apply cleanly.

PR:		236353 236444
Reported by:	Nuno Teixeira, pkg-fallout
Submitted by:	Santhosh Raju (maintainer)
2019-03-13 19:17:52 +00:00
Sunpoet Po-Chuan Hsieh
0e7e9b5c21 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:47 +00:00
Sunpoet Po-Chuan Hsieh
65ec117faa Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:43 +00:00
Sunpoet Po-Chuan Hsieh
b2a0eec0ee Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:38 +00:00
Sunpoet Po-Chuan Hsieh
34294e5c92 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:33 +00:00
Sunpoet Po-Chuan Hsieh
67bc0d2bae Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:28 +00:00
Sunpoet Po-Chuan Hsieh
a18d03a085 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:23 +00:00
Sunpoet Po-Chuan Hsieh
df62d98e1c Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:18 +00:00
Sunpoet Po-Chuan Hsieh
864330e061 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:13 +00:00
Sunpoet Po-Chuan Hsieh
f7c422fc1c Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:08 +00:00
Sunpoet Po-Chuan Hsieh
22290efb85 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:42:03 +00:00
Sunpoet Po-Chuan Hsieh
6c383cef7e Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:58 +00:00
Sunpoet Po-Chuan Hsieh
950e6f2011 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:53 +00:00
Sunpoet Po-Chuan Hsieh
76cdf5ad8a Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:48 +00:00
Sunpoet Po-Chuan Hsieh
00a0d75b16 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:43 +00:00
Sunpoet Po-Chuan Hsieh
b35737d435 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:38 +00:00
Sunpoet Po-Chuan Hsieh
745bb5ffb3 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:33 +00:00
Sunpoet Po-Chuan Hsieh
68669578b9 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:28 +00:00
Sunpoet Po-Chuan Hsieh
cd5b5722d0 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:23 +00:00
Sunpoet Po-Chuan Hsieh
95c4e9477d Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:17 +00:00
Sunpoet Po-Chuan Hsieh
b863add9f5 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:12 +00:00
Sunpoet Po-Chuan Hsieh
c7e05bd0bc Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:07 +00:00
Sunpoet Po-Chuan Hsieh
08260b2348 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:01 +00:00
Emanuel Haupt
2bef00e899 Update to 4.3.2 2019-03-13 18:17:33 +00:00