svn commit: r370264 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 7 00:48:26 UTC 2014


Author: bdrewery
Date: Tue Oct  7 00:48:25 2014
New Revision: 370264
URL: https://svnweb.freebsd.org/changeset/ports/370264
QAT: https://qat.redports.org/buildarchive/r370264/

Log:
  Note my intentions with OVERWRITE_BASE

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Oct  7 00:21:52 2014	(r370263)
+++ head/security/openssh-portable/Makefile	Tue Oct  7 00:48:25 2014	(r370264)
@@ -202,6 +202,7 @@ CONFIGURE_LIBS+=	-lldap
 EMPTYDIR=		/var/empty
 
 .if ${PORT_OPTIONS:MOVERWRITE_BASE}
+# XXX: Mark this BROKEN rather than remove the option to force people to notice for POLA.
 DEPRECATED=		Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting.
 EXPIRATION_DATE=	2015-01-01
 WITH_OPENSSL_BASE=	yes


More information about the svn-ports-all mailing list