Page MenuHomeFreeBSD

net/yate: Fix OpenSSL and SQLite dependencies
ClosedPublic

Authored by brnrd on Dec 25 2015, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 31, 8:07 PM
Unknown Object (File)
Sun, Mar 30, 1:56 PM
Unknown Object (File)
Thu, Mar 6, 9:33 PM
Unknown Object (File)
Thu, Mar 6, 8:34 PM
Unknown Object (File)
Mar 5 2025, 7:53 AM
Unknown Object (File)
Feb 28 2025, 7:41 AM
Unknown Object (File)
Feb 21 2025, 8:55 PM
Unknown Object (File)
Feb 15 2025, 6:59 PM
Subscribers
None

Details

Summary

Proposed commit log:

net/yate: Fix OpenSSL and SQLite dependencies

  - Convert to OPTIONS helpers
  - Order options alphabetically
  - Add missing OpenSSL dependency
  - Use base OpenSSL path from bsd.openssl.mk
  - Add missing SQLite option and dependency

PR:		205170
Reviewed_by:	koobs (mentor), feld (mentor), miwi
Approved by:	<name> (mentor)
Differential_Revision:	https://reviews.freebsd.org/D????
Test Plan
  • portlint -AC (clean)
  • poudriere testport

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brnrd retitled this revision from to net/yate: Fix OpenSSL and SQLite dependencies.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added reviewers: koobs, feld, miwi.
koobs requested changes to this revision.Dec 25 2015, 2:49 PM
koobs updated this object.
koobs edited edge metadata.
koobs added inline comments.
net/yate/Makefile
95 ↗(On Diff #11675)

I don't like that this doesn't explicitly strip only it's own libraries. This could potentially match another packages files.

I'd much prefer libyate*.so*

This revision now requires changes to proceed.Dec 25 2015, 2:49 PM
brnrd edited edge metadata.

Make .so files to strip more specific

koobs edited edge metadata.
This revision is now accepted and ready to land.Dec 25 2015, 5:05 PM
This revision was automatically updated to reflect the committed changes.