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
F103029487: D24042.id69428.diff
Wed, Nov 20, 12:47 AM
F103016341: D24042.id69743.diff
Tue, Nov 19, 8:59 PM
F102985483: D24042.id69428.diff
Tue, Nov 19, 12:10 PM
Unknown Object (File)
Mon, Nov 18, 5:53 PM
Unknown Object (File)
Sun, Nov 17, 8:10 AM
Unknown Object (File)
Fri, Nov 15, 7:51 AM
Unknown Object (File)
Wed, Nov 13, 2:52 AM
Unknown Object (File)
Sun, Nov 10, 4:11 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 29933
Build 27750: 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.