~tyil/rakudo-star

12b13d2a16f77f250e8dc77708bd3b9d798078e3 — Patrick Spek 2 years ago 2d14cb9
First draft for DragonflyBSD support
3 files changed, 4 insertions(+), 0 deletions(-)

A etc/bindeps.d/dragonfly.txt
M etc/pacmans.txt
M lib/actions/install.bash
A etc/bindeps.d/dragonfly.txt => etc/bindeps.d/dragonfly.txt +2 -0
@@ 0,0 1,2 @@
gcc=gcc
perl=perl5

M etc/pacmans.txt => etc/pacmans.txt +1 -0
@@ 1,3 1,4 @@
dragonfly=pkg update && pkg install-y
freebsd=pkg update && pkg install -y
linux-alpine_linux=apk add --no-cache
linux-archlinux=pacman -Sy --noconfirm

M lib/actions/install.bash => lib/actions/install.bash +1 -0
@@ 44,6 44,7 @@ action() {

	# Prepare environment for a reproducible install
	case ${RSTAR_PLATFORM["key"]} in
		dragonfly)        LC_ALL=C           ;;
		linux-arch_linux) LC_ALL=en_US.UTF-8 ;;
		*)                LC_ALL=C.UTF-8     ;;
	esac