diff options
author | mat <mat@FreeBSD.org> | 2016-06-27 19:31:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-27 19:31:10 +0800 |
commit | 82a234f5c1d92aab301c663775859cfec043f06b (patch) | |
tree | 1b037def670694489104abae09b8b8337f0e5a08 /CHANGES | |
parent | ce1eac9e2628f5b9255c5e38be1f9bf9c1183409 (diff) | |
download | freebsd-ports-gnome-82a234f5c1d92aab301c663775859cfec043f06b.tar.gz freebsd-ports-gnome-82a234f5c1d92aab301c663775859cfec043f06b.tar.zst freebsd-ports-gnome-82a234f5c1d92aab301c663775859cfec043f06b.zip |
Replace bsd.openssl.mk with USES=ssl
Add a qa hint about needing, or not, USES=ssl.
Fix ports doing silly things, like including bsd.openssl.mk directly.
PR: 210322
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6866
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20160627: +AUTHOR: mat@FreeBSD.org + + USE_OPENSSL has been replaced by USES=ssl. + 20160625: AUTHOR: adamw@FreeBSD.org |