From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 16:57:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3D3989A for ; Thu, 7 Aug 2014 16:57:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A8C227FE for ; Thu, 7 Aug 2014 16:57:00 +0000 (UTC) Received: from mva (uid 1189) (envelope-from mva@FreeBSD.org) id 259e by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 16:57:00 +0000 From: Marcus von Appen Date: Thu, 7 Aug 2014 16:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364309 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e3afdc.259e.3378f44e@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 07 Aug 2014 16:57:00 -0000 Author: mva Date: Thu Aug 7 16:57:00 2014 New Revision: 364309 URL: http://svnweb.freebsd.org/changeset/ports/364309 QAT: https://qat.redports.org/buildarchive/r364309/ Log: - If USES=uniquefiles is used without another .mk file incorporating it, the post hooks might not be properly executed, causing a loss of functionality, especially moving individual files around Phabric: D559 Approved by: portmgr (antoine@) Modified: head/Mk/Uses/uniquefiles.mk Modified: head/Mk/Uses/uniquefiles.mk ============================================================================== --- head/Mk/Uses/uniquefiles.mk Thu Aug 7 16:56:46 2014 (r364308) +++ head/Mk/Uses/uniquefiles.mk Thu Aug 7 16:57:00 2014 (r364309) @@ -89,6 +89,9 @@ UNIQUE_DEFAULT_LINKS?= no UNIQUE_FIND_PREFIX_FILES?= # empty UNIQUE_FIND_SUFFIX_FILES?= # empty +_USES_POST+= uniquefiles +.endif # _INCLUDE_USES_UNIQUEFILES_MK + .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_UNIQUEFILES_POST_MK) _INCLUDE_USES_UNIQUEFILES_POST_MK= yes @@ -192,4 +195,3 @@ move-uniquefiles-plist: fi .endif # defined(_POSTMKINCLUDED) -.endif # _INCLUDE_USES_UNIQUEFILES_MK