Page MenuHomeFreeBSD

Add devel/qca-legacy and Uses/qca.mk to depend on a qca version
ClosedPublic

Authored by tcberner on Mar 12 2020, 5:55 PM.
Tags
None
Referenced Files
F82044873: D24042.id69499.diff
Wed, Apr 24, 11:09 PM
F82044584: D24042.id69500.diff
Wed, Apr 24, 11:04 PM
F82044579: D24042.id69499.diff
Wed, Apr 24, 11:03 PM
F82044578: D24042.id69743.diff
Wed, Apr 24, 11:03 PM
F82044577: D24042.id69428.diff
Wed, Apr 24, 11:03 PM
F82044573: D24042.id69497.diff
Wed, Apr 24, 11:03 PM
F82044571: D24042.id.diff
Wed, Apr 24, 11:03 PM
F82044569: D24042.id69429.diff
Wed, Apr 24, 11:03 PM
Subscribers

Details

Reviewers
None
Group Reviewers
kde
portmgr
O5: Ports Framework(Owns No Changed Paths)
Commits
rP528829: devel/qca: update to 2.3
Summary

The new release of qca (2.3) no longer supports ossl < 1.1.
FreeBSD < 120084 still ships that version in base.

  • Copy devel/qca to devel/qca-legacy
  • Update devel/qca to 2.3
  • Switch ports from LIB_DEPENDS=libqca:devel/qtca to USES=qca which pick devel/qca or devel/qca-legacy depending on OS-version

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29901
Build 27720: arc lint + arc unit

Event Timeline

arrowd added inline comments.
Mk/Uses/qca.mk
14

How about adding

.if !empty(cargo_ARGS)
IGNORE+=	USES=cargo takes no arguments
.endif

there?

I'm not completely sure what is it for, but other frameworks do this.

Add warning about qca not taking arguments as suggested by @arrowd

This revision was not accepted when it landed; it landed in state Needs Review.Mar 21 2020, 7:24 AM
Closed by commit rP528829: devel/qca: update to 2.3 (authored by tcberner). · Explain Why
This revision was automatically updated to reflect the committed changes.