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)
Sat, Feb 15, 6:59 PM
Unknown Object (File)
Fri, Jan 31, 10:48 PM
Unknown Object (File)
Jan 9 2025, 5:06 AM
Unknown Object (File)
Dec 29 2024, 8:15 PM
Unknown Object (File)
Dec 15 2024, 8:08 AM
Unknown Object (File)
Dec 10 2024, 10:27 PM
Unknown Object (File)
Dec 8 2024, 6:29 AM
Unknown Object (File)
Dec 8 2024, 6:28 AM
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.