Created attachment 173468 [details] patch Using soname allows pkg(8) to register the library, and it helps on upgrades.
Created attachment 173469 [details] patch-cleanup Let's add a second patch to clean things up a bit: 1) use WRKSRC_SUBDIR 2) use MAKE_ARGS instead of MAKE_ENV so the patch can be simplified.
Looks good to me, please go ahead and commit.
A commit references this bug: Author: mat Date: Tue Aug 9 21:28:45 UTC 2016 New revision: 419973 URL: https://svnweb.freebsd.org/changeset/ports/419973 Log: Add soname and cleanup Using soname allows pkg(8) to register the library, and it helps on upgrades. Use WRKSRC_SUBDIR Use MAKE_ARGS instead of MAKE_ENV so the patch can be simplified. PR: 211700 Submitted by: mat Approved by: delphij (maintainer) Sponsored by: Absolight Changes: head/databases/lmdb/Makefile head/databases/lmdb/files/patch-Makefile