View | Details | Raw Unified | Return to bug 54111
Collapse All | Expand All

(-)tsclient/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tsclient
8
PORTNAME=	tsclient
9
PORTVERSION=	0.106
9
PORTVERSION=	0.116
10
CATEGORIES=	net gnome
10
CATEGORIES=	net gnome
11
MASTER_SITES=	http://www.gnomepro.com/tsclient/
11
MASTER_SITES=	http://www.gnomepro.com/tsclient/
12
12
(-)tsclient/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tsclient-0.106.tar.gz) = a4904dc36e5b890fe142ae3ec4f74b80
1
MD5 (tsclient-0.116.tar.gz) = 0cb1d7f00537bfa5883e9cf86b97480c
(-)tsclient/files/patch-src_connect.c (-19 / +28 lines)
Lines 1-19 Link Here
1
--- src/connect.c.orig	Sun May 18 15:51:07 2003
1
--- src/connect.c.orig	Thu Jul  3 22:43:25 2003
2
+++ src/connect.c	Sun May 18 15:51:52 2003
2
+++ src/connect.c	Fri Jul  4 21:06:08 2003
3
@@ -264,13 +264,15 @@
3
@@ -1793,9 +1793,9 @@
4
   gtk_box_pack_start (GTK_BOX (vbxMain), vbxBanner, TRUE, TRUE, 1);
4
       rdp_file_get_screen (rdp, main_window);
5
   gtk_widget_show (vbxBanner);
5
       rdp_file_save (rdp, filename);
6
 
6
       g_free (rdp);
7
-  g_sprintf (banner_lang, "banner-%s.png", g_strndup ((gchar*)gtk_get_default_language (), 2));
7
-    }
8
+  banner_lang = g_strdup_printf ("banner-%s.png", g_strndup ((gchar*)gtk_get_default_language (), 2));
8
-    g_free (filename);
9
 
9
-  }
10
   if (find_pixmap_file (banner_lang)) {
10
+    }
11
     imgBanner = create_pixmap (frmConnect, banner_lang);
11
+/*    g_free (filename);*/
12
   } else {
12
+  }
13
     imgBanner = create_pixmap (frmConnect, "banner.png");
13
   gtk_widget_destroy (GTK_WIDGET (save_selector));
14
   }
14
   return;
15
+
15
 }
16
+  g_free(banner_lang);
16
@@ -1838,9 +1838,9 @@
17
   //imgBanner = create_pixmap (frmConnect, "banner.png");
17
         rdp_file_set_screen (rdp, main_window);
18
   gtk_widget_set_name (imgBanner, "imgBanner");
18
       }
19
   gtk_widget_show (imgBanner);
19
       g_free (rdp);
20
-    }
21
-    g_free (filename);
22
-  }
23
+    }
24
+/*      g_free (filename);*/
25
+  }
26
   gtk_widget_destroy (GTK_WIDGET (open_selector));
27
   return;
28
 }
(-)tsclient/files/patch-src_support.c (+11 lines)
Line 0 Link Here
1
--- src/support.c.orig	Thu Jul  3 22:20:04 2003
2
+++ src/support.c	Fri Jul  4 21:04:57 2003
3
@@ -566,7 +566,7 @@
4
 
5
   } else {
6
     // clean up and exit
7
-    g_free (cmd);
8
+/*    g_free (cmd);*/
9
     return 1;  
10
   }
11
   // clean up and exit
(-)tsclient/pkg-plist (-7 / +27 lines)
Lines 7-21 Link Here
7
share/gnome/mime-info/tsclient.mime
7
share/gnome/mime-info/tsclient.mime
8
share/gnome/pixmaps/tsclient.png
8
share/gnome/pixmaps/tsclient.png
9
share/gnome/pixmaps/tsclient/banner-ar.png
9
share/gnome/pixmaps/tsclient/banner-ar.png
10
share/gnome/pixmaps/tsclient/banner-en.png
11
share/gnome/pixmaps/tsclient/banner-hu.png
10
share/gnome/pixmaps/tsclient/banner-nl.png
12
share/gnome/pixmaps/tsclient/banner-nl.png
11
share/gnome/pixmaps/tsclient/banner.png
12
share/gnome/pixmaps/tsclient/colors-hi.png
13
share/gnome/pixmaps/tsclient/colors-lo.png
14
share/gnome/pixmaps/tsclient/colors.png
13
share/gnome/pixmaps/tsclient/colors.png
15
share/gnome/pixmaps/tsclient/computer.png
14
share/gnome/pixmaps/tsclient/computer.png
16
share/gnome/pixmaps/tsclient/devices.png
17
share/gnome/pixmaps/tsclient/directory.png
18
share/gnome/pixmaps/tsclient/folder.png
19
share/gnome/pixmaps/tsclient/keyboard.png
15
share/gnome/pixmaps/tsclient/keyboard.png
20
share/gnome/pixmaps/tsclient/perform.png
16
share/gnome/pixmaps/tsclient/perform.png
21
share/gnome/pixmaps/tsclient/program.png
17
share/gnome/pixmaps/tsclient/program.png
Lines 24-35 Link Here
24
share/gnome/pixmaps/tsclient/tsclient.png
20
share/gnome/pixmaps/tsclient/tsclient.png
25
share/locale/ar/LC_MESSAGES/tsclient.mo
21
share/locale/ar/LC_MESSAGES/tsclient.mo
26
share/locale/da_DK/LC_MESSAGES/tsclient.mo
22
share/locale/da_DK/LC_MESSAGES/tsclient.mo
23
share/locale/de/LC_MESSAGES/tsclient.mo
27
share/locale/es/LC_MESSAGES/tsclient.mo
24
share/locale/es/LC_MESSAGES/tsclient.mo
28
share/locale/fi/LC_MESSAGES/tsclient.mo
25
share/locale/fi/LC_MESSAGES/tsclient.mo
29
share/locale/fr/LC_MESSAGES/tsclient.mo
26
share/locale/fr/LC_MESSAGES/tsclient.mo
30
share/locale/gr/LC_MESSAGES/tsclient.mo
27
share/locale/gr/LC_MESSAGES/tsclient.mo
31
share/locale/hu/LC_MESSAGES/tsclient.mo
28
share/locale/hu/LC_MESSAGES/tsclient.mo
32
share/locale/nl_NL/LC_MESSAGES/tsclient.mo
29
share/locale/nl_NL/LC_MESSAGES/tsclient.mo
30
share/locale/no_nb/LC_MESSAGES/tsclient.mo
33
share/locale/pl/LC_MESSAGES/tsclient.mo
31
share/locale/pl/LC_MESSAGES/tsclient.mo
34
share/locale/zh_CN/LC_MESSAGES/tsclient.mo
32
share/locale/zh_CN/LC_MESSAGES/tsclient.mo
35
@dirrm share/gnome/pixmaps/tsclient/
33
@unexec rmdir share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
34
@unexec rmdir share/locale/zh_CN 2>/dev/null || true
35
@unexec rmdir share/locale/pl/LC_MESSAGES 2>/dev/null || true
36
@unexec rmdir share/locale/pl 2>/dev/null || true
37
@unexec rmdir share/locale/no_bb/LC_MESSAGES 2>/dev/null || true
38
@unexec rmdir share/locale/no_bb 2>/dev/null || true
39
@unexec rmdir share/locale/nl_NL/LC_MESSAGES 2>/dev/null || true
40
@unexec rmdir share/locale/nl_NL 2>/dev/null || true
41
@unexec rmdir share/locale/hu/LC_MESSAGES 2>/dev/null || true
42
@unexec rmdir share/locale/hu 2>/dev/null || true
43
@unexec rmdir share/locale/gr/LC_MESSAGES 2>/dev/null || true
44
@unexec rmdir share/locale/gr 2>/dev/null || true
45
@unexec rmdir share/locale/fr/LC_MESSAGES 2>/dev/null || true
46
@unexec rmdir share/locale/fr 2>/dev/null || true
47
@unexec rmdir share/locale/fi/LC_MESSAGES 2>/dev/null || true
48
@unexec rmdir share/locale/fi 2>/dev/null || true
49
@unexec rmdir share/locale/es/LC_MESSAGES 2>/dev/null || true
50
@unexec rmdir share/locale/es 2>/dev/null || true
51
@unexec rmdir share/locale/da_DK/LC_MESSAGES 2>/dev/null || true
52
@unexec rmdir share/locale/da_DK 2>/dev/null || true
53
@unexec rmdir share/locale/ar/LC_MESSAGES 2>/dev/null || true
54
@unexec rmdir share/locale/ar 2>/dev/null || true
55
@dirrm share/gnome/pixmaps/tsclient

Return to bug 54111