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, Apr 13, 11:16 AM
Unknown Object (File)
Sat, Apr 13, 10:54 AM
Unknown Object (File)
Sun, Apr 7, 3:34 AM
Unknown Object (File)
Fri, Mar 22, 7:38 PM
Unknown Object (File)
Fri, Mar 22, 7:38 PM
Unknown Object (File)
Fri, Mar 22, 7:38 PM
Unknown Object (File)
Fri, Mar 22, 7:38 PM
Unknown Object (File)
Mar 13 2024, 2:23 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.