From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 13 17:08:54 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8451196; Mon, 13 Oct 2014 17:08:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C45531F0; Mon, 13 Oct 2014 17:08:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9DH8sXh053805; Mon, 13 Oct 2014 17:08:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9DH8s6v053804; Mon, 13 Oct 2014 17:08:54 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410131708.s9DH8s6v053804@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 13 Oct 2014 17:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370801 - branches/2014Q4/security/openssh-portable X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 17:08:55 -0000 Author: bdrewery Date: Mon Oct 13 17:08:54 2014 New Revision: 370801 URL: https://svnweb.freebsd.org/changeset/ports/370801 QAT: https://qat.redports.org/buildarchive/r370801/ Log: MFH: r369933 - Mark OVERWRITE_BASE and security/openssh-portable-base as DEPRECATED. These will be removed on January 1 2015. Really ports should not be touching the base system at all. This option is a big foot-shoot problem: 1. Recent versions of FreeBSD such as 9.3, 10.0, 10.1+, now remove all ssh files from /usr if you 'make delete-old' with WITHOUT_SSH. This results in removing the overwrite base files. 2. Uninstalling the package leaves the system with no ssh. 3. Running installworld without WITHOUT_SSH results in overwriting the package, or giving false-positive 'pkg check -s' errors. 4. The port fails to pass QA checks because it removes system files. Modified: branches/2014Q4/security/openssh-portable/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/security/openssh-portable/Makefile ============================================================================== --- branches/2014Q4/security/openssh-portable/Makefile Mon Oct 13 17:07:44 2014 (r370800) +++ branches/2014Q4/security/openssh-portable/Makefile Mon Oct 13 17:08:54 2014 (r370801) @@ -202,6 +202,8 @@ CONFIGURE_LIBS+= -lldap EMPTYDIR= /var/empty .if ${PORT_OPTIONS:MOVERWRITE_BASE} +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 CONFIGURE_ARGS+= --localstatedir=/var PREFIX= /usr