From a3b5135851621cb514e7708d11f9dc82f851ea5c Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Sun, 29 Nov 2009 20:05:12 +0000
Subject: Remove these ports now that they are in the ports tree.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
---
 net/gnome-nettool/files/patch-src_netstat.c | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 net/gnome-nettool/files/patch-src_netstat.c

(limited to 'net/gnome-nettool/files/patch-src_netstat.c')

diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c
deleted file mode 100644
index 1eec84927..000000000
--- a/net/gnome-nettool/files/patch-src_netstat.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/netstat.c.orig	Tue Jul  6 13:55:25 2004
-+++ src/netstat.c	Fri Aug 20 15:55:40 2004
-@@ -108,12 +108,17 @@
- 	g_return_val_if_fail (netinfo != NULL, NULL);
- 	
- 	if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) {
-+#ifdef __FreeBSD__
-+		/* XXX We only support ipv4 now */
-+		option = g_strdup ("-rn -f inet");
-+#else
- 		/* Works for Solaris and Linux */
- 		if (netinfo_is_ipv6_enable ()) {
- 			option = g_strdup ("-rn -A inet -A inet6");
- 		} else {
- 			option = g_strdup ("-rn -A inet");
- 		}
-+#endif
- 
- 		if (netinfo->stbar_text)
- 			g_free (netinfo->stbar_text);
-- 
cgit