| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the build with GCC 6:
cms_common.c:1668:31: error: 'KeyIdTemplate' defined but not used [-Werror=unused-const-variable=]
Note that the build is still broken on HEAD due to some macros being defined in
base's headers.
PR: 219275
Notes:
svn path=/head/; revision=448230
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=434304
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- No reason to use ppoll(2), so switch to poll(2)
- Include missing strchrnul(3) for 9.x
No PORTREVISION bump because 10.2+ behavior doesn't change.
PR: 205039
Approved by: trasz (maintainer)
MFH: 2015Q4
Notes:
svn path=/head/; revision=403110
|
|
Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
with the PE and Authenticode specifications.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=377606
|