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
F68522071: D24042.id69500.diff
Sat, Sep 30, 5:26 AM
Unknown Object (File)
Mon, Sep 25, 3:40 AM
Unknown Object (File)
Fri, Sep 22, 5:13 AM
Unknown Object (File)
Thu, Sep 21, 10:10 PM
Unknown Object (File)
Mon, Sep 11, 3:22 AM
Unknown Object (File)
Aug 25 2023, 6:32 PM
Unknown Object (File)
Aug 18 2023, 10:16 PM
Unknown Object (File)
Aug 9 2023, 3:18 AM
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 29930
Build 27747: 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.