[Midnightbsd-cvs] mports [19360] trunk/net/vino: vino 3.14.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 6 20:11:05 EDT 2015


Revision: 19360
          http://svnweb.midnightbsd.org/mports/?rev=19360
Author:   laffer1
Date:     2015-06-06 20:11:04 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
vino 3.14.2

Modified Paths:
--------------
    trunk/net/vino/Makefile
    trunk/net/vino/distinfo
    trunk/net/vino/pkg-descr
    trunk/net/vino/pkg-plist

Removed Paths:
-------------
    trunk/net/vino/files/patch-configure
    trunk/net/vino/files/patch-server_vino-http.c

Modified: trunk/net/vino/Makefile
===================================================================
--- trunk/net/vino/Makefile	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/Makefile	2015-06-07 00:11:04 UTC (rev 19360)
@@ -2,37 +2,41 @@
 # $MidnightBSD$
 
 PORTNAME=	vino
-PORTVERSION=	2.32.2
-PORTREVISION=	2
+PORTVERSION=	3.14.2
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
+DIST_SUBDIR=	gnome3
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	VNC server that allows for remote access to your GNOME desktop
 
-LICENSE=        gpl2       
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
-		telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
- 		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
+		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+		libnotify.so:${PORTSDIR}/devel/libnotify \
+		libavahi-glib.so:${PORTSDIR}/net/avahi-app
 
-USES=		gettext gmake pkgconfig tar:bzip2
-USE_GNOME=	gnomeprefix intlhack gnomehack gnomepanel
-USE_XORG=	xtst
-GNOME_DESKTOP_VERSION=2
+USES=		cpe gettext gmake pathfix pkgconfig tar:xz
+CPE_VENDOR=	david_king
+USE_GNOME=	gnomeprefix gtk30 intlhack
+USE_XORG=	xdamage xfixes xtst
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--without-network-manager \
+		--disable-http-server
+CPPFLAGS+=	-I${LOCALBASE}/include -Wno-format-nonliteral
+LDFLAGS+=	-L${LOCALBASE}/lib
+GLIB_SCHEMAS=	org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml
 
-GCONF_SCHEMAS=	vino-server.schemas
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	NOTIFY
+OPTIONS_DEFAULT=NOTIFY
+NOTIFY_LIBS_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_CONFIGURE_WITH=	libnotify
 
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+=--enable-libnotify=yes
-.else
-CONFIGURE_ARGS+=--enable-libnotify=no
-.endif
-
 .include <bsd.port.mk>

Modified: trunk/net/vino/distinfo
===================================================================
--- trunk/net/vino/distinfo	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/distinfo	2015-06-07 00:11:04 UTC (rev 19360)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/vino-2.32.2.tar.bz2) = 1260b1f7b647caff69db441dc13c992f843d9d75b9386ec07b724a5e30c6d4fa
-SIZE (gnome2/vino-2.32.2.tar.bz2) = 856440
+SHA256 (gnome3/vino-3.14.2.tar.xz) = 9042ca347968617f831a472a5c6c123b71bb9ba5339e45ccf46004a7452da3a5
+SIZE (gnome3/vino-3.14.2.tar.xz) = 750452

Deleted: trunk/net/vino/files/patch-configure
===================================================================
--- trunk/net/vino/files/patch-configure	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/files/patch-configure	2015-06-07 00:11:04 UTC (rev 19360)
@@ -1,11 +0,0 @@
---- configure.orig	2010-04-01 16:50:38.000000000 +0200
-+++ configure	2010-04-01 16:50:38.000000000 +0200
-@@ -15991,6 +15991,8 @@ if test "x$ac_cv_header_ifaddrs_h" = "xy
-         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- 
-+          #include <sys/types.h>
-+          #include <sys/socket.h>
-           #include <ifaddrs.h>
-           #include <net/if.h>
- 

Deleted: trunk/net/vino/files/patch-server_vino-http.c
===================================================================
--- trunk/net/vino/files/patch-server_vino-http.c	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/files/patch-server_vino-http.c	2015-06-07 00:11:04 UTC (rev 19360)
@@ -1,24 +0,0 @@
-Index: server/vino-http.c
-diff -u -p server/vino-http.c.orig server/vino-http.c
---- server/vino-http.c.orig	Tue Feb 27 19:47:35 2007
-+++ server/vino-http.c	Sun Mar 25 20:56:41 2007
-@@ -595,6 +595,9 @@ vino_http_create_listening_socket (VinoH
- {
- #ifdef ENABLE_IPV6
-   struct sockaddr_in6  saddr_in6;
-+#ifdef IPV6_V6ONLY
-+  int                  off = 0;
-+#endif
- #endif
-   struct sockaddr_in   saddr_in;
-   struct sockaddr     *saddr;
-@@ -621,6 +624,9 @@ vino_http_create_listening_socket (VinoH
- 
- #ifdef ENABLE_IPV6
-   sock = socket (AF_INET6, SOCK_STREAM, 0);
-+#ifdef IPV6_V6ONLY
-+  setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off));
-+#endif
- 
-   memset (&saddr_in6, 0, sizeof (struct sockaddr_in6));
-   saddr_in6.sin6_family = AF_INET6;

Modified: trunk/net/vino/pkg-descr
===================================================================
--- trunk/net/vino/pkg-descr	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/pkg-descr	2015-06-07 00:11:04 UTC (rev 19360)
@@ -1,4 +1,4 @@
 Vino is a VNC server for GNOME - it allows someone to remotely connect
 to your desktop session using the RFB protocol.
 
-WWW: http://www.gnome.org
+WWW: http://www.gnome.org/

Modified: trunk/net/vino/pkg-plist
===================================================================
--- trunk/net/vino/pkg-plist	2015-06-06 22:47:40 UTC (rev 19359)
+++ trunk/net/vino/pkg-plist	2015-06-07 00:11:04 UTC (rev 19360)
@@ -1,9 +1,8 @@
-bin/vino-passwd
-bin/vino-preferences
-etc/xdg/autostart/vino-server.desktop
 libexec/vino-server
-share/applications/vino-preferences.desktop
+share/GConf/gsettings/org.gnome.Vino.convert
+share/applications/vino-server.desktop
 share/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
+share/locale/an/LC_MESSAGES/vino.mo
 share/locale/ar/LC_MESSAGES/vino.mo
 share/locale/as/LC_MESSAGES/vino.mo
 share/locale/ast/LC_MESSAGES/vino.mo
@@ -44,6 +43,7 @@
 share/locale/ja/LC_MESSAGES/vino.mo
 share/locale/ka/LC_MESSAGES/vino.mo
 share/locale/kk/LC_MESSAGES/vino.mo
+share/locale/km/LC_MESSAGES/vino.mo
 share/locale/kn/LC_MESSAGES/vino.mo
 share/locale/ko/LC_MESSAGES/vino.mo
 share/locale/ku/LC_MESSAGES/vino.mo
@@ -77,6 +77,7 @@
 share/locale/sv/LC_MESSAGES/vino.mo
 share/locale/ta/LC_MESSAGES/vino.mo
 share/locale/te/LC_MESSAGES/vino.mo
+share/locale/tg/LC_MESSAGES/vino.mo
 share/locale/th/LC_MESSAGES/vino.mo
 share/locale/tr/LC_MESSAGES/vino.mo
 share/locale/ug/LC_MESSAGES/vino.mo
@@ -88,48 +89,3 @@
 share/locale/zh_HK/LC_MESSAGES/vino.mo
 share/locale/zh_TW/LC_MESSAGES/vino.mo
 share/telepathy/clients/Vino.client
-%%DATADIR%%/vino-preferences.ui
-%%DATADIR%%/vino-prompt.ui
-%%DATADIR%%/webservices
- at dirrm %%DATADIR%%
- at dirrmtry share/telepathy/clients
- at dirrmtry share/telepathy
- at dirrmtry share/applications
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as



More information about the Midnightbsd-cvs mailing list