Index: head/emulators/open-vm-tools/Makefile =================================================================== --- head/emulators/open-vm-tools/Makefile (revision 548201) +++ head/emulators/open-vm-tools/Makefile (revision 548202) @@ -1,97 +1,96 @@ # Created by: mbr@FreeBSD.org # $FreeBSD$ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} -PORTREVISION= 1 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators MAINTAINER= jpaetzel@FreeBSD.org COMMENT?= Open VMware tools for FreeBSD VMware guests LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libmspack.so:archivers/libmspack \ libdnet.so:net/libdnet -RELEASE_VER= 11.1.0 -BUILD_VER= 16036546 +RELEASE_VER= 11.1.5 +BUILD_VER= 16724464 OPTIONS_DEFINE= DOCS LIBNOTIFY OPENSSL X11 OPTIONS_DEFAULT= DOCS LIBNOTIFY OPENSSL X11 OPTIONS_SUB= DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_ENABLE= docs LIBNOTIFY_DESC= Desktop notification support X11_CONFIGURE_WITH= x gtk2 gtkmm X11_USES= gnome xorg X11_USE= xorg=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst \ gnome=gdkpixbuf2,gtk20,gtkmm24 X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools GNU_CONFIGURE= yes USES= autoreconf fuse gettext-runtime kmod libtool localbase pathfix pkgconfig gnome USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= vmware USE_LDCONFIG= yes CPPFLAGS+= -Wno-deprecated-declarations SSP_UNSAFE= kernel module does not support ssp CONFIGURE_ARGS+= --without-icu \ --disable-vgauth \ --sysconfdir=${PREFIX}/etc CONFLICTS+= vmware-guestd[0-9]* vmware-tools[0-9]* USE_RC_SUBR= vmware-guestd vmware-kmod INSTALL_TARGET= install-strip .include .if ${PORT_OPTIONS:MX11} CONFLICTS+= open-vm-tools-nox11-[0-9]* .else CONFLICTS+= open-vm-tools-[0-9]* .endif CONFIGURE_ENV+= SYSDIR=${SRC_BASE}/sys .include post-patch: @${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@"\ ${WRKSRC}/lib/guestApp/guestApp.c post-build: cd ${WRKSRC}/modules && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/input ${INSTALL_DATA} ${WRKSRC}/modules/freebsd/vmblock.ko ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers/vmblock.ko ${INSTALL_DATA} ${WRKSRC}/modules/freebsd/vmmemctl.ko ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers/vmmemctl.ko ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/scripts/vmware/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/scripts/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/tests/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.conf.d .include Index: head/emulators/open-vm-tools/distinfo =================================================================== --- head/emulators/open-vm-tools/distinfo (revision 548201) +++ head/emulators/open-vm-tools/distinfo (revision 548202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589112329 -SHA256 (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 5930448c65cf298e3dded2a3670750f4affaf3a631500a1774eeb4cfe0a32b80 -SIZE (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 2667232 +TIMESTAMP = 1599247749 +SHA256 (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 0bbc20d725cb2e15db5bd5e6a9cbab7fc98c2e3208f19a233a2308468cb2dc04 +SIZE (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 2668828 Index: head/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c =================================================================== --- head/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c (revision 548201) +++ head/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c (nonexistent) @@ -1,16 +0,0 @@ ---- services/plugins/dndcp/copyPasteCompatX11.c.orig 2020-08-24 00:33:01 UTC -+++ services/plugins/dndcp/copyPasteCompatX11.c -@@ -73,11 +73,11 @@ GdkAtom GDK_SELECTION_CLIPBOARD; - #endif - - #ifndef GDK_SELECTION_TYPE_TIMESTAMP --GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; -+extern GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; - #endif - - #ifndef GDK_SELECTION_TYPE_UTF8_STRING --GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; -+extern GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; - #endif - - /* Property changes on: head/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c ___________________________________________________________________ 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