Page MenuHomeFreeBSD

net-p2p/libswift: unbreak builds on 12.x
AbandonedPublic

Authored by dch on Oct 24 2018, 11:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 1:42 AM
Unknown Object (File)
Thu, Apr 16, 12:39 AM
Unknown Object (File)
Wed, Apr 15, 10:26 PM
Unknown Object (File)
Wed, Apr 15, 4:39 PM
Unknown Object (File)
Wed, Apr 15, 1:40 AM
Unknown Object (File)
Sat, Apr 4, 5:57 AM
Unknown Object (File)
Tue, Mar 31, 1:25 AM
Unknown Object (File)
Mon, Mar 30, 2:57 PM
Subscribers
None

Details

Reviewers
jrm
swills
Summary
  • switch to static build
  • use security/openssl
  • pet Makefile order and tabs
  • add some pertinent first-usage steps
Test Plan

download a hash

libswift --tracker 139.59.157.5:7777 \

--hash c89800bfc82ed01ed6e3bfd5408c51274491f7d4 \
--file /tmp/m74.jpg

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 20385
Build 19825: arc lint + arc unit

Event Timeline

OK poudriere tells me this doesn't work. However I definitely got 1 good build earlier - need to investigate what I've missed.

net-p2p/libswift/Makefile
1

This line is meant to be immutable. The only change you can make to it is to remove it.

5

scrapped in favour of dante@'s patch upstreamed in https://reviews.freebsd.org/D19429