Index: head/deskutils/spice-gtk/files/patch-configure.ac =================================================================== --- head/deskutils/spice-gtk/files/patch-configure.ac (revision 472421) +++ head/deskutils/spice-gtk/files/patch-configure.ac (nonexistent) @@ -1,26 +0,0 @@ ---- configure.ac.orig 2016-08-30 15:45:02.000000000 +0300 -+++ configure.ac 2016-10-25 19:39:44.610155000 +0300 -@@ -106,7 +106,10 @@ - - PKG_CHECK_MODULES(SSL, openssl) - --SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" -+case $host_os in -+ freebsd*) ;; -+ *) SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" ;; -+esac - - SPICE_CHECK_SASL - -@@ -155,6 +158,11 @@ - PKG_CHECK_EXISTS([gtk+-x11-$with_gtk], [PKG_CHECK_MODULES(X11, x11)]) - AC_CHECK_HEADERS([X11/XKBlib.h]) - -+AS_IF([test "x$have_quartz" != "xyes" && test "x$have_win32" != "xyes"], -+ [PKG_CHECK_MODULES(X11,x11)]) -+AC_SUBST(X11_CFLAGS) -+AC_SUBST(X11_LIBS) -+ - AC_ARG_WITH([pnp-ids-path], - AC_HELP_STRING([--with-pnp-ids-path], - [Specify the path to pnp.ids @<:@default=(internal)@:>@]), Property changes on: head/deskutils/spice-gtk/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/spice-gtk/files/patch-libressl =================================================================== --- head/deskutils/spice-gtk/files/patch-libressl (revision 472421) +++ head/deskutils/spice-gtk/files/patch-libressl (nonexistent) @@ -1,33 +0,0 @@ ---- src/bio-gio.c.orig 2017-01-13 14:00:07 UTC -+++ src/bio-gio.c -@@ -23,7 +23,7 @@ - #include "spice-util.h" - #include "bio-gio.h" - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000) - static BIO_METHOD one_static_bio; - - static int BIO_meth_set_read(BIO_METHOD *biom, ---- src/spice-channel.c.orig 2018-01-21 15:48:25 UTC -+++ src/spice-channel.c -@@ -55,7 +55,7 @@ static void spice_channel_reset_capabilities(SpiceChan - static void spice_channel_send_migration_handshake(SpiceChannel *channel); - static gboolean channel_connect(SpiceChannel *channel, gboolean tls); - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000) - static RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey) - { - if (pkey->type != EVP_PKEY_RSA) { ---- spice-common/common/ssl_verify.c.orig 2018-01-21 15:52:12 UTC -+++ spice-common/common/ssl_verify.c -@@ -33,7 +33,7 @@ - #include - #include - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000) - static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1) - { - return M_ASN1_STRING_data(asn1); Property changes on: head/deskutils/spice-gtk/files/patch-libressl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/spice-gtk/Makefile =================================================================== --- head/deskutils/spice-gtk/Makefile (revision 472421) +++ head/deskutils/spice-gtk/Makefile (revision 472422) @@ -1,66 +1,66 @@ # Created by: olevole@olevole.ru # $FreeBSD$ PORTNAME= spice-gtk -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ MAINTAINER= xxjack12xx@gmail.com COMMENT= Gtk client and libraries for SPICE remote desktop servers LICENSE= GPLv2 LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libopus.so:audio/opus -BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ +BUILD_DEPENDS= spice-protocol>=0.12.14:devel/spice-protocol \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} -RUN_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol +RUN_DEPENDS= spice-protocol>=0.12.14:devel/spice-protocol USES= autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \ python ssl localbase:ldflags USE_XORG= x11 pixman USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build CPE_VENDOR= redhat SPICE_SSL_CFLAGS= -I${OPENSSLINC} SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl CONFIGURE_ENV+= SSL_CFLAGS="${SPICE_SSL_CFLAGS}" SSL_LIBS="${SPICE_SSL_LIBS}" \ OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" OPENSSL_LIBS="${SPICE_SSL_LIBS}" GNU_CONFIGURE= yes USE_LDCONFIG= yes # we can't use pathfix with USES=autoreconf MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip OPTIONS_DEFINE= LZ4 NLS DOCS SASL OPTIONS_DEFAULT= GSTREAMER LZ4 PULSEAUDIO SASL OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= GSTREAMER PULSEAUDIO OPTIONS_SUB= yes LZ4_CONFIGURE_ENABLE= lz4 LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NOAUDIO_DESC= Disable audio backend GSTREAMER_CONFIGURE_ENABLE= gstaudio GSTREAMER_USE= GSTREAMER1=yes GSTREAMER_CONFIGURE_ON= --enable-gstvideo=yes GSTREAMER_CONFIGURE_OFF= --enable-gstvideo=no PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse SASL_CONFIGURE_WITH= sasl=yes SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 .include Index: head/deskutils/spice-gtk/distinfo =================================================================== --- head/deskutils/spice-gtk/distinfo (revision 472421) +++ head/deskutils/spice-gtk/distinfo (revision 472422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515485373 -SHA256 (spice-gtk-0.34.tar.bz2) = e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee -SIZE (spice-gtk-0.34.tar.bz2) = 1480566 +TIMESTAMP = 1529012630 +SHA256 (spice-gtk-0.35.tar.bz2) = b4e6073de5125e2bdecdf1fbe7c9e8c4cabe9c85518889b42f72bf63c8ab9e86 +SIZE (spice-gtk-0.35.tar.bz2) = 1437231 Index: head/deskutils/spice-gtk/pkg-plist =================================================================== --- head/deskutils/spice-gtk/pkg-plist (revision 472421) +++ head/deskutils/spice-gtk/pkg-plist (revision 472422) @@ -1,94 +1,87 @@ bin/spicy bin/spicy-screenshot bin/spicy-stats include/spice-client-glib-2.0/channel-cursor.h include/spice-client-glib-2.0/channel-display.h include/spice-client-glib-2.0/channel-inputs.h include/spice-client-glib-2.0/channel-main.h include/spice-client-glib-2.0/channel-playback.h include/spice-client-glib-2.0/channel-port.h include/spice-client-glib-2.0/channel-record.h include/spice-client-glib-2.0/channel-smartcard.h include/spice-client-glib-2.0/channel-usbredir.h include/spice-client-glib-2.0/channel-webdav.h include/spice-client-glib-2.0/smartcard-manager.h include/spice-client-glib-2.0/spice-audio.h -include/spice-client-glib-2.0/spice-channel-enums.h include/spice-client-glib-2.0/spice-channel.h include/spice-client-glib-2.0/spice-client.h include/spice-client-glib-2.0/spice-file-transfer-task.h include/spice-client-glib-2.0/spice-glib-enums.h include/spice-client-glib-2.0/spice-option.h include/spice-client-glib-2.0/spice-session.h include/spice-client-glib-2.0/spice-types.h include/spice-client-glib-2.0/spice-uri.h include/spice-client-glib-2.0/spice-util.h include/spice-client-glib-2.0/spice-version.h include/spice-client-glib-2.0/usb-device-manager.h include/spice-client-gtk-3.0/spice-client-gtk.h include/spice-client-gtk-3.0/spice-grabsequence.h include/spice-client-gtk-3.0/spice-gtk-session.h include/spice-client-gtk-3.0/spice-widget-enums.h include/spice-client-gtk-3.0/spice-widget.h include/spice-client-gtk-3.0/usb-device-widget.h -include/spice-controller/spice-controller.h lib/girepository-1.0/SpiceClientGLib-2.0.typelib lib/girepository-1.0/SpiceClientGtk-3.0.typelib lib/libspice-client-glib-2.0.so lib/libspice-client-glib-2.0.so.8 lib/libspice-client-glib-2.0.so.8.6.0 lib/libspice-client-gtk-3.0.so lib/libspice-client-gtk-3.0.so.5 lib/libspice-client-gtk-3.0.so.5.0.0 -lib/libspice-controller.so -lib/libspice-controller.so.0 -lib/libspice-controller.so.0.0.0 libdata/pkgconfig/spice-client-glib-2.0.pc libdata/pkgconfig/spice-client-gtk-3.0.pc -libdata/pkgconfig/spice-controller.pc man/man1/spice-client.1.gz -share/doc/spice-gtk/annotation-glossary.html -share/doc/spice-gtk/api-index-full.html -share/doc/spice-gtk/api-reference.html -share/doc/spice-gtk/application-support.html -share/doc/spice-gtk/ch01.html -share/doc/spice-gtk/ch02.html -share/doc/spice-gtk/ch03.html -share/doc/spice-gtk/home.png -share/doc/spice-gtk/index.html -share/doc/spice-gtk/left-insensitive.png -share/doc/spice-gtk/left.png -share/doc/spice-gtk/object-tree.html -share/doc/spice-gtk/right-insensitive.png -share/doc/spice-gtk/right.png -share/doc/spice-gtk/spice-gtk-SpiceURI.html -share/doc/spice-gtk/spice-gtk-Utilities.html -share/doc/spice-gtk/spice-gtk-Version-Information.html -share/doc/spice-gtk/spice-gtk.devhelp2 share/doc/spice-gtk/SpiceAudio.html share/doc/spice-gtk/SpiceChannel.html share/doc/spice-gtk/SpiceCursorChannel.html share/doc/spice-gtk/SpiceDisplay.html share/doc/spice-gtk/SpiceDisplayChannel.html share/doc/spice-gtk/SpiceFileTransferTask.html share/doc/spice-gtk/SpiceGtkSession.html share/doc/spice-gtk/SpiceInputsChannel.html share/doc/spice-gtk/SpiceMainChannel.html share/doc/spice-gtk/SpicePlaybackChannel.html share/doc/spice-gtk/SpicePortChannel.html share/doc/spice-gtk/SpiceRecordChannel.html share/doc/spice-gtk/SpiceSession.html share/doc/spice-gtk/SpiceSmartcardChannel.html share/doc/spice-gtk/SpiceSmartcardManager.html share/doc/spice-gtk/SpiceUsbDeviceManager.html share/doc/spice-gtk/SpiceUsbDeviceWidget.html share/doc/spice-gtk/SpiceUsbredirChannel.html share/doc/spice-gtk/SpiceWebdavChannel.html +share/doc/spice-gtk/annotation-glossary.html +share/doc/spice-gtk/api-index-full.html +share/doc/spice-gtk/api-reference.html +share/doc/spice-gtk/application-support.html +share/doc/spice-gtk/ch01.html +share/doc/spice-gtk/ch02.html +share/doc/spice-gtk/ch03.html +share/doc/spice-gtk/home.png +share/doc/spice-gtk/index.html +share/doc/spice-gtk/left-insensitive.png +share/doc/spice-gtk/left.png +share/doc/spice-gtk/object-tree.html +share/doc/spice-gtk/right-insensitive.png +share/doc/spice-gtk/right.png +share/doc/spice-gtk/spice-gtk-SpiceURI.html +share/doc/spice-gtk/spice-gtk-Utilities.html +share/doc/spice-gtk/spice-gtk-Version-Information.html +share/doc/spice-gtk/spice-gtk.devhelp2 share/doc/spice-gtk/style.css share/doc/spice-gtk/up-insensitive.png share/doc/spice-gtk/up.png share/gir-1.0/SpiceClientGLib-2.0.gir share/gir-1.0/SpiceClientGtk-3.0.gir %%NLS%%share/locale/fr/LC_MESSAGES/spice-gtk.mo %%NLS%%share/locale/it/LC_MESSAGES/spice-gtk.mo -share/vala/vapi/spice-protocol.vapi