Date: Fri, 31 Mar 2017 15:17:43 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437366 - in head/Mk: . Uses Message-ID: <201703311517.v2VFHhGw011406@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.) #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703311517.v2VFHhGw011406>