Commit graph

7 commits

Author SHA1 Message Date
Koop Mast
aa49f23a6d Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.

Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2

Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer)

Thanks to antoine@ for the exp-run.

PR:		239386
2020-01-26 17:42:36 +00:00
Steve Wills
374d1a69a2 net-im/fractal: unbreak with LibreSSL 2.9.1+
PR:		238536
Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
Approved by:	maintainer timeout (greg@unrelenting.technology, >2 weeks)
2019-06-30 20:03:06 +00:00
Tobias Kortkamp
148d1e916d net-im/fractal: Update to 4.0.0
- The vendored libc crate was updated to 0.2.45 from 0.2.43, so the
  cargo-checksum.json hunk of patch-non-x86 no longer applied.
  Remove it and disable vendor checksums while here.  The patch is
  still needed on arm* and powerpc64.  Drop no longer needed
  WITHOUT_FBSD10_FIX workaround too.

PR:		236808
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2019-04-04 05:03:28 +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
Jan Beich
00e80629a1 net-im/fractal: unbreak with OpenSSL 1.1.1
thread 'main' panicked at 'Unable to detect OpenSSL version', vendor/openssl/build.rs:16:14

PR:		233300
Reported by:	pkg-fallout
Obtained from:	upstream
Approved by:	Greg V (maintainer)
2018-11-21 15:06:25 +00:00
Jan Beich
d12ed11522 lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by:	rust (tobik)
MFH:		2018Q4 (less rust versions to support)
Differential Revision:	https://reviews.freebsd.org/D17695
2018-10-25 21:59:37 +00:00
Steve Wills
1a80bb1732 net-im/fractal: create port
Fractal is a Gtk+ Matrix messaging client written in Rust.
Its interface is optimized for collaboration in large groups
such as free software projects.

WWW: https://wiki.gnome.org/Apps/Fractal

PR:		226683
Submitted by:	Greg V <greg@unrelenting.technology>
2018-10-09 18:06:15 +00:00