svn commit: r487198 - head/sysutils/intel-nvmupdate

Serhii (Sergey) Kozlov skozlov at FreeBSD.org
Mon Dec 10 20:14:39 UTC 2018


Author: skozlov
Date: Mon Dec 10 20:14:37 2018
New Revision: 487198
URL: https://svnweb.freebsd.org/changeset/ports/487198

Log:
  sysutils/intel-nvmupdate: Remove obsolete chmod workaround
  
  Workaround was introduced in version 6.01 due to upstream packaging problems.
  The problems were resolved in 6.80, so the workaround is no longer required.
  
  Approved By: sbruno (mentor)
  Differential Revision: https://reviews.freebsd.org/D18502

Modified:
  head/sysutils/intel-nvmupdate/Makefile

Modified: head/sysutils/intel-nvmupdate/Makefile
==============================================================================
--- head/sysutils/intel-nvmupdate/Makefile	Mon Dec 10 18:51:09 2018	(r487197)
+++ head/sysutils/intel-nvmupdate/Makefile	Mon Dec 10 20:14:37 2018	(r487198)
@@ -39,12 +39,6 @@ NVMUPDATE_DIR=	intel-nvmupdate
 
 .include <bsd.port.pre.mk>
 
-# This is the workaround for directory permission issues for 10.x.
-# Remove this after the directory permissions are fixed upstream.
-post-extract:
-	${CHMOD} a+x ${WRKDIR}/XL710
-	${CHMOD} a+x ${WRKSRC}
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"


More information about the svn-ports-all mailing list