From owner-svn-ports-head@freebsd.org Fri Mar 31 15:17:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E33D2779F; Fri, 31 Mar 2017 15:17:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 24EA8FF0; Fri, 31 Mar 2017 15:17:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VFHhT5011408; Fri, 31 Mar 2017 15:17:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VFHhGw011406; Fri, 31 Mar 2017 15:17:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703311517.v2VFHhGw011406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 31 Mar 2017 15:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437366 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:17:44 -0000 Author: mat Date: Fri Mar 31 15:17:42 2017 New Revision: 437366 URL: https://svnweb.freebsd.org/changeset/ports/437366 Log: Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever used. Sponsored by: Absolight Modified: head/Mk/Uses/linux.mk head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Fri Mar 31 15:15:05 2017 (r437365) +++ head/Mk/Uses/linux.mk Fri Mar 31 15:17:42 2017 (r437366) @@ -295,7 +295,6 @@ EXTRACT_ONLY?= ${DISTFILES_${LINUX_ARCH .endif .if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING)) DISTFILES+= ${SRC_DISTFILES} -ALWAYS_KEEP_DISTFILES= yes .endif # This triggers on amd64 with DEFAULT_VERSIONS+=linux=c6 (i386 Linux) and Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Mar 31 15:15:05 2017 (r437365) +++ head/Mk/bsd.port.mk Fri Mar 31 15:17:42 2017 (r437366) @@ -124,11 +124,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # ${MASTER_SITE_OVERRIDE}) # EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to # actually extract. -# ALWAYS_KEEP_DISTFILES -# - If set, the package building cluster will save the distfiles -# along with the packages. This may be required to comply with -# some licenses, e.g. GPL in some cases. -# Default: not set. # # (NOTE: by convention, the MAINTAINER entry (see above) should go here.) #