Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 16:57:00 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364309 - head/Mk/Uses
Message-ID:  <53e3afdc.259e.3378f44e@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3afdc.259e.3378f44e>