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
Unknown Object (File)
Sun, Mar 24, 6:47 AM
Unknown Object (File)
Feb 23 2024, 9:07 AM
Unknown Object (File)
Jan 31 2024, 10:43 AM
Unknown Object (File)
Jan 1 2024, 11:26 AM
Unknown Object (File)
Nov 12 2023, 10:51 AM
Unknown Object (File)
Nov 10 2023, 10:53 AM
Unknown Object (File)
Nov 10 2023, 8:28 AM
Unknown Object (File)
Nov 8 2023, 10:52 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.