View | Details | Raw Unified | Return to bug 247058
Collapse All | Expand All

(-)devel/llvm-cheri/Makefile (-1 / +1 lines)
Lines 267-273 Link Here
267
	    ${WRKSRC}/llvm/utils/lit/lit.py ${WRKSRC}/llvm/utils/lit/lit/*.py
267
	    ${WRKSRC}/llvm/utils/lit/lit.py ${WRKSRC}/llvm/utils/lit/lit/*.py
268
268
269
post-patch-LLD-on:
269
post-patch-LLD-on:
270
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
270
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
271
			${PATCH_WRKSRC}/lld/docs/conf.py
271
			${PATCH_WRKSRC}/lld/docs/conf.py
272
272
273
post-install:
273
post-install:
(-)devel/llvm-devel/Makefile (-1 / +1 lines)
Lines 372-378 Link Here
372
	    ${PATCH_WRKSRC}/clang/tools/clang-format/git-clang-format
372
	    ${PATCH_WRKSRC}/clang/tools/clang-format/git-clang-format
373
373
374
post-patch-LLD-on:
374
post-patch-LLD-on:
375
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
375
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
376
			${PATCH_WRKSRC}/lld/docs/conf.py
376
			${PATCH_WRKSRC}/lld/docs/conf.py
377
377
378
post-install:
378
post-install:
(-)devel/llvm10/Makefile (-1 / +1 lines)
Lines 480-486 Link Here
480
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
480
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
481
481
482
post-patch-LLD-on:
482
post-patch-LLD-on:
483
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
483
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
484
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
484
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
485
485
486
post-build-COMPILER_RT-on:
486
post-build-COMPILER_RT-on:
(-)devel/llvm60/Makefile (-1 / +1 lines)
Lines 315-321 Link Here
315
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
315
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
316
316
317
post-patch-LLD-on:
317
post-patch-LLD-on:
318
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
318
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
319
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
319
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
320
320
321
post-build-COMPILER_RT-on:
321
post-build-COMPILER_RT-on:
(-)devel/llvm70/Makefile (-1 / +1 lines)
Lines 335-341 Link Here
335
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
335
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
336
336
337
post-patch-LLD-on:
337
post-patch-LLD-on:
338
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
338
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
339
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
339
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
340
340
341
post-build-COMPILER_RT-on:
341
post-build-COMPILER_RT-on:
(-)devel/llvm80/Makefile (-1 / +1 lines)
Lines 403-409 Link Here
403
	${MV} ${WRKSRC_openmp} ${PATCH_WRKSRC}/projects/openmp
403
	${MV} ${WRKSRC_openmp} ${PATCH_WRKSRC}/projects/openmp
404
404
405
post-patch-LLD-on:
405
post-patch-LLD-on:
406
	${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
406
	${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
407
		${PATCH_WRKSRC}/tools/lld/docs/conf.py
407
		${PATCH_WRKSRC}/tools/lld/docs/conf.py
408
408
409
post-patch:
409
post-patch:
(-)devel/llvm90/Makefile (-1 / +1 lines)
Lines 455-461 Link Here
455
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
455
	    ${PATCH_WRKSRC}/tools/clang/tools/clang-format/git-clang-format
456
456
457
post-patch-LLD-on:
457
post-patch-LLD-on:
458
		${REINPLACE_CMD} -e "s|\'indexsidebar.html\'|[\'indexsidebar.html\']|" \
458
		${REINPLACE_CMD} -e "s|'indexsidebar.html'|['indexsidebar.html']|" \
459
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
459
			${PATCH_WRKSRC}/tools/lld/docs/conf.py
460
460
461
post-build-COMPILER_RT-on:
461
post-build-COMPILER_RT-on:

Return to bug 247058