svn commit: r364309 - head/Mk/Uses
Marcus von Appen
mva at FreeBSD.org
Thu Aug 7 16:57:00 UTC 2014
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
More information about the svn-ports-head
mailing list