svn commit: r416976 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Thu Jun 16 18:15:10 UTC 2016


Author: dinoex
Date: Thu Jun 16 18:15:08 2016
New Revision: 416976
URL: https://svnweb.freebsd.org/changeset/ports/416976

Log:
  - update warning message for new macros

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Thu Jun 16 18:03:25 2016	(r416975)
+++ head/security/openssl/Makefile	Thu Jun 16 18:15:08 2016	(r416976)
@@ -178,8 +178,8 @@ EXTRACONFIGURE+=	no-ec_nistp_64_gcc_128
 pre-everything::
 	@${ECHO_CMD} "#"
 	@${ECHO_CMD} "# this ports conflicts with your base system"
-	@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_PORT"
-	@${ECHO_CMD} "# and use WITH_OPENSSL_BASE=yes instead."
+	@${ECHO_CMD} "# you have to uninstall your ssl port"
+	@${ECHO_CMD} "# please use DEFAULT_VERSIONS+= ssl=base instead."
 	@${ECHO_CMD} "#"
 	@${FALSE}
 


More information about the svn-ports-head mailing list