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
F82117346: D24042.id69428.diff
Thu, Apr 25, 5:03 PM
Unknown Object (File)
Wed, Apr 24, 11:09 PM
Unknown Object (File)
Wed, Apr 24, 11:04 PM
Unknown Object (File)
Wed, Apr 24, 11:03 PM
Unknown Object (File)
Wed, Apr 24, 11:03 PM
Unknown Object (File)
Wed, Apr 24, 11:03 PM
Unknown Object (File)
Wed, Apr 24, 11:03 PM
Unknown Object (File)
Wed, Apr 24, 11:03 PM
Subscribers

Details

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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd added inline comments.
Mk/Uses/qca.mk
13 ↗(On Diff #69428)

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.