summaryrefslogtreecommitdiffstats
path: root/net/vino
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /net/vino
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino')
-rw-r--r--net/vino/Makefile42
-rw-r--r--net/vino/distinfo3
-rw-r--r--net/vino/files/patch-configure28
-rw-r--r--net/vino/files/patch-server_libvncserver_sockets.c30
-rw-r--r--net/vino/files/patch-server_vino-dbus-listener.c12
-rw-r--r--net/vino/files/patch-server_vino-http.c24
-rw-r--r--net/vino/pkg-descr4
-rw-r--r--net/vino/pkg-plist116
8 files changed, 0 insertions, 259 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
deleted file mode 100644
index 4e22babe2..000000000
--- a/net/vino/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: vino
-# Date created: 16 July 2004
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $MCom: ports/net/vino/Makefile,v 1.67 2009/03/08 01:22:51 marcus Exp $
-#
-
-PORTNAME= vino
-PORTVERSION= 2.26.0
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC server that allows for remote access to your GNOME desktop
-
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
-USE_XORG= xtst
-USE_GMAKE= yes
-GNOME_DESKTOP_VERSION=2
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --enable-session-support
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= vino-server.schemas
-
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+=--enable-libnotify=yes
-.else
-CONFIGURE_ARGS+=--enable-libnotify=no
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/vino/distinfo b/net/vino/distinfo
deleted file mode 100644
index b2e2fc193..000000000
--- a/net/vino/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/vino-2.26.0.tar.bz2) = 7a10464824d8446411b90c162d34401e
-SHA256 (gnome2/vino-2.26.0.tar.bz2) = 1dfad6b20f99b3f8c79b265c2e71e19ad206317e38b1d167debb41fc9e6d94fb
-SIZE (gnome2/vino-2.26.0.tar.bz2) = 710542
diff --git a/net/vino/files/patch-configure b/net/vino/files/patch-configure
deleted file mode 100644
index c7da75af7..000000000
--- a/net/vino/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig 2009-02-27 20:32:40.000000000 -0500
-+++ configure 2009-02-27 20:34:44.000000000 -0500
-@@ -17882,6 +17882,8 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-
-+ #include <sys/types.h>
-+ #include <sys/socket.h>
- #include <ifaddrs.h>
-
- int
-@@ -17896,6 +17898,7 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
-+have_getifaddrs=yes
- if { (ac_try="$ac_compile"
- case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-@@ -17921,7 +17924,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- fi
-
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-- if test $"$have_getifaddrs" = "yes"; then
-+ if test x"$have_getifaddrs" = x"yes"; then
- HAVE_GETIFADDRS_TRUE=
- HAVE_GETIFADDRS_FALSE='#'
- else
diff --git a/net/vino/files/patch-server_libvncserver_sockets.c b/net/vino/files/patch-server_libvncserver_sockets.c
deleted file mode 100644
index 348ea91d3..000000000
--- a/net/vino/files/patch-server_libvncserver_sockets.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- server/libvncserver/sockets.c.orig 2009-02-13 08:11:38.000000000 -0500
-+++ server/libvncserver/sockets.c 2009-03-07 20:19:28.000000000 -0500
-@@ -668,6 +669,11 @@ NewSocketListenTCP(struct sockaddr *addr
- {
- int sock = -1;
- int one = 1;
-+#ifdef ENABLE_IPV6
-+#ifdef IPV6_V6ONLY
-+ int off = 0;
-+#endif
-+#endif
-
- if ((sock = socket(addr->sa_family, SOCK_STREAM, 0)) < 0)
- return -1;
-@@ -677,6 +683,15 @@ NewSocketListenTCP(struct sockaddr *addr
- return -1;
- }
-
-+#ifdef ENABLE_IPV6
-+#ifdef IPV6_V6ONLY
-+ if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)) < 0) {
-+ close(sock);
-+ return -1;
-+ }
-+#endif
-+#endif
-+
- if (bind(sock, addr, len) < 0) {
- close(sock);
- return -1;
diff --git a/net/vino/files/patch-server_vino-dbus-listener.c b/net/vino/files/patch-server_vino-dbus-listener.c
deleted file mode 100644
index 8057b9410..000000000
--- a/net/vino/files/patch-server_vino-dbus-listener.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- server/vino-dbus-listener.c.orig 2009-02-27 20:36:08.000000000 -0500
-+++ server/vino-dbus-listener.c 2009-02-27 20:36:30.000000000 -0500
-@@ -35,6 +35,9 @@
- #include <string.h>
- #include <unistd.h>
- #include <netdb.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <net/if.h>
- #include <arpa/inet.h>
-
diff --git a/net/vino/files/patch-server_vino-http.c b/net/vino/files/patch-server_vino-http.c
deleted file mode 100644
index d51f95885..000000000
--- a/net/vino/files/patch-server_vino-http.c
+++ /dev/null
@@ -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;
diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr
deleted file mode 100644
index f56a27700..000000000
--- a/net/vino/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist
deleted file mode 100644
index 1cde68375..000000000
--- a/net/vino/pkg-plist
+++ /dev/null
@@ -1,116 +0,0 @@
-bin/vino-passwd
-bin/vino-preferences
-etc/xdg/autostart/vino-server.desktop
-libexec/vino-server
-share/applications/vino-preferences.desktop
-share/locale/ar/LC_MESSAGES/vino.mo
-share/locale/as/LC_MESSAGES/vino.mo
-share/locale/ast/LC_MESSAGES/vino.mo
-share/locale/az/LC_MESSAGES/vino.mo
-share/locale/be@latin/LC_MESSAGES/vino.mo
-share/locale/bg/LC_MESSAGES/vino.mo
-share/locale/bn/LC_MESSAGES/vino.mo
-share/locale/bn_IN/LC_MESSAGES/vino.mo
-share/locale/bs/LC_MESSAGES/vino.mo
-share/locale/ca/LC_MESSAGES/vino.mo
-share/locale/cs/LC_MESSAGES/vino.mo
-share/locale/cy/LC_MESSAGES/vino.mo
-share/locale/da/LC_MESSAGES/vino.mo
-share/locale/de/LC_MESSAGES/vino.mo
-share/locale/dz/LC_MESSAGES/vino.mo
-share/locale/el/LC_MESSAGES/vino.mo
-share/locale/en_CA/LC_MESSAGES/vino.mo
-share/locale/en_GB/LC_MESSAGES/vino.mo
-share/locale/es/LC_MESSAGES/vino.mo
-share/locale/et/LC_MESSAGES/vino.mo
-share/locale/eu/LC_MESSAGES/vino.mo
-share/locale/fa/LC_MESSAGES/vino.mo
-share/locale/fi/LC_MESSAGES/vino.mo
-share/locale/fr/LC_MESSAGES/vino.mo
-share/locale/gl/LC_MESSAGES/vino.mo
-share/locale/gu/LC_MESSAGES/vino.mo
-share/locale/he/LC_MESSAGES/vino.mo
-share/locale/hi/LC_MESSAGES/vino.mo
-share/locale/hr/LC_MESSAGES/vino.mo
-share/locale/hu/LC_MESSAGES/vino.mo
-share/locale/id/LC_MESSAGES/vino.mo
-share/locale/it/LC_MESSAGES/vino.mo
-share/locale/ja/LC_MESSAGES/vino.mo
-share/locale/ka/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
-share/locale/lt/LC_MESSAGES/vino.mo
-share/locale/lv/LC_MESSAGES/vino.mo
-share/locale/mk/LC_MESSAGES/vino.mo
-share/locale/ml/LC_MESSAGES/vino.mo
-share/locale/mn/LC_MESSAGES/vino.mo
-share/locale/mr/LC_MESSAGES/vino.mo
-share/locale/ms/LC_MESSAGES/vino.mo
-share/locale/nb/LC_MESSAGES/vino.mo
-share/locale/ne/LC_MESSAGES/vino.mo
-share/locale/nl/LC_MESSAGES/vino.mo
-share/locale/nn/LC_MESSAGES/vino.mo
-share/locale/oc/LC_MESSAGES/vino.mo
-share/locale/or/LC_MESSAGES/vino.mo
-share/locale/pa/LC_MESSAGES/vino.mo
-share/locale/pl/LC_MESSAGES/vino.mo
-share/locale/pt/LC_MESSAGES/vino.mo
-share/locale/pt_BR/LC_MESSAGES/vino.mo
-share/locale/ro/LC_MESSAGES/vino.mo
-share/locale/ru/LC_MESSAGES/vino.mo
-share/locale/rw/LC_MESSAGES/vino.mo
-share/locale/si/LC_MESSAGES/vino.mo
-share/locale/sk/LC_MESSAGES/vino.mo
-share/locale/sl/LC_MESSAGES/vino.mo
-share/locale/sq/LC_MESSAGES/vino.mo
-share/locale/sr/LC_MESSAGES/vino.mo
-share/locale/sr@latin/LC_MESSAGES/vino.mo
-share/locale/sv/LC_MESSAGES/vino.mo
-share/locale/ta/LC_MESSAGES/vino.mo
-share/locale/te/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
-share/locale/uk/LC_MESSAGES/vino.mo
-share/locale/vi/LC_MESSAGES/vino.mo
-share/locale/wa/LC_MESSAGES/vino.mo
-share/locale/xh/LC_MESSAGES/vino.mo
-share/locale/zh_CN/LC_MESSAGES/vino.mo
-share/locale/zh_HK/LC_MESSAGES/vino.mo
-share/locale/zh_TW/LC_MESSAGES/vino.mo
-%%DATADIR%%/vino-preferences.glade
-%%DATADIR%%/vino-prompt.glade
-%%DATADIR%%/webservices
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as