Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 442114
Collapse All | Expand All

(-)file_not_specified_in_diff (-27 / +3 lines)
Line  Link Here
0
-- boost-1.49.0-r2.ebuild
0
++ boost-1.49.0-r2.ebuild
Lines 400-413 Link Here
400
		popd > /dev/null || die
400
		popd > /dev/null || die
401
	fi
401
	fi
402
402
403
	pushd status > /dev/null || die
404
	if [[ -f regress.log ]]; then
405
		docinto status
406
		dohtml *.html ../boost.png
407
		dodoc regress.log
408
	fi
409
	popd > /dev/null || die
410
411
	# boost's build system truely sucks for not having a destdir.  Because for
403
	# boost's build system truely sucks for not having a destdir.  Because for
412
	# this reason we are forced to build with a prefix that includes the
404
	# this reason we are forced to build with a prefix that includes the
413
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the
405
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the
414
-- boost-1.51.0-r1.ebuild
406
++ boost-1.51.0-r1.ebuild
Lines 424-437 Link Here
424
		popd > /dev/null || die
424
		popd > /dev/null || die
425
	fi
425
	fi
426
426
427
	pushd status > /dev/null || die
428
	if [[ -f regress.log ]]; then
429
		docinto status
430
		dohtml *.html ../boost.png
431
		dodoc regress.log
432
	fi
433
	popd > /dev/null || die
434
435
	# boost's build system truely sucks for not having a destdir.  Because for
427
	# boost's build system truely sucks for not having a destdir.  Because for
436
	# this reason we are forced to build with a prefix that includes the
428
	# this reason we are forced to build with a prefix that includes the
437
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the
429
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the
438
-- boost-1.52.0.ebuild
430
++ boost-1.52.0.ebuild
Lines 424-437 Link Here
424
		popd > /dev/null || die
424
		popd > /dev/null || die
425
	fi
425
	fi
426
426
427
	pushd status > /dev/null || die
428
	if [[ -f regress.log ]]; then
429
		docinto status
430
		dohtml *.html ../boost.png
431
		dodoc regress.log
432
	fi
433
	popd > /dev/null || die
434
435
	# boost's build system truely sucks for not having a destdir.  Because for
427
	# boost's build system truely sucks for not having a destdir.  Because for
436
	# this reason we are forced to build with a prefix that includes the
428
	# this reason we are forced to build with a prefix that includes the
437
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the
429
	# DESTROOT, dynamic libraries on Darwin end messed up, referencing the

Return to bug 442114