Date: Wed, 2 Nov 2016 14:54:57 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425159 - in head: security/bugs x11/fluxbg Message-ID: <201611021454.uA2EsvLA054823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611021454.uA2EsvLA054823>