403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/emulators/qemu-powernv/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/emulators/qemu-powernv/Makefile
PORTNAME=	qemu-powernv
PORTVERSION=	3.0.50
PORTREVISION=	4
CATEGORIES=	emulators
MASTER_SITES=	http://people.freebsd.org/~kbowling/distfiles/

MAINTAINER=	kbowling@FreeBSD.org
COMMENT=	Fork of QEMU with experimental PowerNV emulation support
WWW=		https://github.com/ozbenh/qemu/tree/power9

LICENSE=	GPLv2

BROKEN_riscv64=		fails to build: qemu-powernv-3.0.50_2.log: Unsupported CPU = riscv, try --enable-tcg-interpreter

BUILD_DEPENDS=		${LOCALBASE}/lib/libfdt.so:sysutils/dtc

USES=		bison:build compiler:c11 gmake gnome libtool makeinfo \
		pkgconfig python:build tar:bz2 xorg
USE_XORG=	pixman
USE_GNOME=	glib20 libxml2

HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=--target-list=ppc64-softmmu \
		--cc=${CC} \
		--disable-curl \
		--disable-docs \
		--disable-gtk \
		--disable-gcrypt \
		--disable-kvm \
		--disable-libssh2 \
		--disable-linux-aio \
		--disable-linux-user \
		--disable-vnc \
		--disable-sdl \
		--disable-nettle \
		--disable-gnutls \
		--disable-vte \
		--disable-xen \
		--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" \
		--extra-ldflags=-L\"${LOCALBASE}/lib\" \
		--localstatedir=/var \
		--datadir=${DATADIR} \
		--python=${PYTHON_CMD}

PLIST_FILES=	bin/qemu-system-powernv \
		${DATADIR}/qemu/skiboot.lid \
		${DATADIR}/qemu/slof.bin \
		${DATADIR}/qemu/spapr-rtas.bin

# remap names to avoid conflicts with mainline port
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ppc64-softmmu/qemu-system-ppc64 ${STAGEDIR}${PREFIX}/bin/qemu-system-powernv
	${MKDIR} ${STAGEDIR}${DATADIR}/qemu
	${INSTALL_DATA} ${WRKSRC}/pc-bios/skiboot.lid ${STAGEDIR}${DATADIR}/qemu/skiboot.lid
	${INSTALL_DATA} ${WRKSRC}/pc-bios/slof.bin ${STAGEDIR}${DATADIR}/qemu/slof.bin
	${INSTALL_DATA} ${WRKSRC}/pc-bios/spapr-rtas.bin ${STAGEDIR}${DATADIR}/qemu/spapr-rtas.bin

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit