svn commit: r425159 - in head: security/bugs x11/fluxbg

Mathieu Arnold mat at FreeBSD.org
Wed Nov 2 14:54:58 UTC 2016


Author: mat
Date: Wed Nov  2 14:54:56 2016
New Revision: 425159
URL: https://svnweb.freebsd.org/changeset/ports/425159

Log:
  Add a small comment to explain what 1100077 is about.
  
  Sponsored by:	Absolight

Modified:
  head/security/bugs/Makefile   (contents, props changed)
  head/x11/fluxbg/Makefile   (contents, props changed)

Modified: head/security/bugs/Makefile
==============================================================================
--- head/security/bugs/Makefile	Wed Nov  2 14:51:48 2016	(r425158)
+++ head/security/bugs/Makefile	Wed Nov  2 14:54:56 2016	(r425159)
@@ -58,6 +58,7 @@ post-install-DOCS-on:
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1100077
+# chmod -R bug
 post-extract:
 	${CHMOD} +x ${WRKSRC}/lib/unix ${WRKSRC}/lib/windows
 .endif

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Wed Nov  2 14:51:48 2016	(r425158)
+++ head/x11/fluxbg/Makefile	Wed Nov  2 14:54:56 2016	(r425159)
@@ -28,6 +28,7 @@ post-patch:
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1100077
+# chmod -R bug
 post-extract:
 	${CHMOD} +x ${WRKSRC}/autom4te.cache
 .endif


More information about the svn-ports-head mailing list