Changes to the build-framework only (for now)
This does currently _not_ include:
- Update of crypto/openssl
- Updated manpages
- Updated asm files
See also: FreeBSD Wiki page documenting updating OpenSSL in base
Paths
| Differential D15791 Authored by brnrd on Jun 13 2018, 3:38 PM.
Details Summary Changes to the build-framework only (for now) This does currently _not_ include:
See also: FreeBSD Wiki page documenting updating OpenSSL in base
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptJun 13 2018, 3:38 PM2018-06-13 15:38:54 (UTC+0) Harbormaster completed remote builds in B17235: Diff 43711.Jun 13 2018, 3:38 PM2018-06-13 15:38:56 (UTC+0) brnrd edited the summary of this revision. (Show Details)Jun 13 2018, 3:41 PM2018-06-13 15:41:07 (UTC+0) Comment Actions Buildable libcrypto/libssl/openssl Does require the generated files in crypto/openssl Harbormaster completed remote builds in B17280: Diff 43779.Jun 14 2018, 6:54 PM2018-06-14 18:54:05 (UTC+0) Comment Actions Seems fine. What generated files are you talking about exactly?
brnrd added inline comments.
Comment Actions
The build needs the following generated files that are dependent on architecture and OS
Revision Contents
Diff 43779 secure/lib/libcrypto/Makefile
secure/lib/libcrypto/Makefile.asm
secure/lib/libcrypto/Makefile.inc
secure/lib/libssl/Makefile
secure/usr.bin/openssl/Makefile
|
style(9) was recently changed to permit the braces that were here. I personally prefer the braces, especially in cases like this, where the else has braces.