svn commit: r529978 - head/databases/libzdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 15:01:29 UTC 2020


Author: sunpoet
Date: Tue Mar 31 15:01:10 2020
New Revision: 529978
URL: https://svnweb.freebsd.org/changeset/ports/529978

Log:
  Add comment to avoid future breakage
  
  PR:		237200

Modified:
  head/databases/libzdb/Makefile

Modified: head/databases/libzdb/Makefile
==============================================================================
--- head/databases/libzdb/Makefile	Tue Mar 31 14:37:18 2020	(r529977)
+++ head/databases/libzdb/Makefile	Tue Mar 31 15:01:10 2020	(r529978)
@@ -35,6 +35,7 @@ SSL_USES=		ssl
 
 .include <bsd.port.options.mk> 	 
 
+# See PR/237200 for details
 .if ${PORT_OPTIONS:MSSL} 	 
 .if ${SSL_DEFAULT} == base 	 
 CONFIGURE_ARGS+=        --enable-openssl 	 


More information about the svn-ports-all mailing list