diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-07-18 17:54:56 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-07-18 17:54:56 +0000 |
commit | f4fca75acf11bb9d675f5b06fc6c609484ff75fe (patch) | |
tree | 22d161c39331db682fcd3eed6e5560a16c2d3534 /emulators | |
parent | cc726fac0da88ab9f70a8a9f45b8ddc2e950ce44 (diff) | |
download | ports-f4fca75acf11bb9d675f5b06fc6c609484ff75fe.tar.gz ports-f4fca75acf11bb9d675f5b06fc6c609484ff75fe.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 14 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 05d6ed5204ef..72ef12558a79 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pixman HAS_CONFIGURE= yes USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig USE_PERL5_BUILD= yes USE_PYTHON_BUILD= yes USE_GNOME+= glib20 @@ -30,7 +30,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc # XXX someone wants to debug sparc64 hosts? CONFLICTS_INSTALL= qemu-[0-9]* MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= SAMBA X11 GTK OPENGL GNUTLS SASL JPEG PNG CURL \ +OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS BSD_USER \ STATIC_LINK DOCS SAMBA_DESC= samba dependency (for -smb) @@ -46,7 +46,7 @@ GNS3_DESC= gns3 patches (promiscuous multicast) X86_TARGETS_DESC= Don't build non-x86 system targets BSD_USER_DESC= Also build bsd-user targets (for testing) STATIC_LINK_DESC= Statically link the executables -OPTIONS_DEFAULT=X11 GTK OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP +OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP .include <bsd.port.options.mk> @@ -115,13 +115,13 @@ CONFIGURE_ARGS+= --enable-sdl USE_SDL= sdl .endif -.if empty(PORT_OPTIONS:MGTK) +.if empty(PORT_OPTIONS:MGTK2) CONFIGURE_ARGS+= --disable-gtk -PLIST_SUB+= GTK="@comment " +PLIST_SUB+= GTK2="@comment " .else USE_GNOME+= gtk20 vte USES+= gettext -PLIST_SUB+= GTK="" +PLIST_SUB+= GTK2="" .endif .if empty(PORT_OPTIONS:MGNUTLS) @@ -172,7 +172,7 @@ CONFIGURE_ARGS+= --enable-pcap .endif .if ${PORT_OPTIONS:MSTATIC_LINK} -.if ${PORT_OPTIONS:MGTK} || ${PORT_OPTIONS:MX11} +.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MX11} IGNORE= X11 ui cannot be built static .endif CONFIGURE_ARGS+= --static diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index fd46f1478e88..9ea1e6ec5a31 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -120,12 +120,12 @@ etc/qemu/target-x86_64.conf.sample %%DATADIR%%/keymaps/sv %%DATADIR%%/keymaps/th %%DATADIR%%/keymaps/tr -%%GTK%%share/locale/de_DE/LC_MESSAGES/qemu.mo -%%GTK%%share/locale/fr_FR/LC_MESSAGES/qemu.mo -%%GTK%%share/locale/it/LC_MESSAGES/qemu.mo -%%GTK%%share/locale/tr/LC_MESSAGES/qemu.mo +%%GTK2%%share/locale/de_DE/LC_MESSAGES/qemu.mo +%%GTK2%%share/locale/fr_FR/LC_MESSAGES/qemu.mo +%%GTK2%%share/locale/it/LC_MESSAGES/qemu.mo +%%GTK2%%share/locale/tr/LC_MESSAGES/qemu.mo @dirrm %%DATADIR%%/keymaps -%%GTK%%@dirrmtry share/locale/de_DE/LC_MESSAGES -%%GTK%%@dirrmtry share/locale/de_DE +%%GTK2%%@dirrmtry share/locale/de_DE/LC_MESSAGES +%%GTK2%%@dirrmtry share/locale/de_DE @dirrmtry %%DATADIR%% @dirrmtry %%DOCSDIR%% |