FreeBSD Bugzilla – Attachment 209646 Details for
Bug 242370
Remove GUI packages as dependencies from emulators/qemu-utils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qemu port patch
qemu.diff (text/plain), 1.68 KB, created by
Andrey Fesenko
on 2019-12-03 11:25:03 UTC
(
hide
)
Description:
qemu port patch
Filename:
MIME Type:
Creator:
Andrey Fesenko
Created:
2019-12-03 11:25:03 UTC
Size:
1.68 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 518929) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= qemu > PORTVERSION= 4.1.1 >+PORTREVISION= 1 > CATEGORIES= emulators > MASTER_SITES= https://download.qemu.org/ > DIST_SUBDIR= qemu/${PORTVERSION} >@@ -13,6 +14,7 @@ COMMENT?= QEMU CPU Emulator > LICENSE= GPLv2 > > LIB_DEPENDS?= libnettle.so:security/nettle \ >+ libglib-2.0.so:devel/glib20 \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ > libepoxy.so:graphics/libepoxy \ >@@ -23,9 +25,9 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 > USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ > pkgconfig python:build tar:xz xorg > USE_XORG= pixman >+USE_GNOME= cairo glib20 libxml2 > .endif > >-USE_GNOME= cairo glib20 libxml2 > USE_PERL5= build > > PORTSCOUT= limit:^4\.1\. >@@ -87,9 +89,10 @@ VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 > X11_CONFIGURE_ENABLE= sdl > X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2 > X11_USES= sdl >-.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" >+.if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent") > X86_TARGETS_USE_OFF= XORG=pixman,x11 > X86_TARGETS_USES_OFF= xorg >+INSTALLS_ICONS= yes > .endif > > PORTDOCS?= docs interop/.buildinfo interop/* qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ >@@ -103,7 +106,6 @@ CONFIGURE_ARGS?= --localstatedir=/var --extra-ldfl > --disable-linux-user --disable-linux-aio --disable-xen \ > --enable-debug-info --python=${PYTHON_CMD} \ > --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" >-INSTALLS_ICONS= yes > > .include <bsd.port.options.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242370
:
209610
|
209611
|
209646
|
209660