Index: head/net/ethereal/files/patch-aa =================================================================== --- head/net/ethereal/files/patch-aa (nonexistent) +++ head/net/ethereal/files/patch-aa (revision 27894) @@ -0,0 +1,25 @@ +--- gtk/main.c.orig Wed Apr 5 10:17:53 2000 ++++ gtk/main.c Sat Apr 22 20:33:00 2000 +@@ -1161,6 +1161,7 @@ + + /* Let GTK get its args */ + gtk_init (&argc, &argv); ++ gtk_set_locale (); + + prefs = read_prefs(&pf_path); + if (pf_path != NULL) { +@@ -1440,12 +1441,12 @@ + sprintf(rc_file, "%s/%s", get_home_dir(), RC_FILE); + gtk_rc_parse(rc_file); + +- if ((m_r_font = gdk_font_load(medium_font)) == NULL) { ++ if ((m_r_font = gdk_fontset_load(medium_font)) == NULL) { + fprintf(stderr, "ethereal: Error font %s not found (use -m option)\n", medium_font); + exit(1); + } + +- if ((m_b_font = gdk_font_load(bold_font)) == NULL) { ++ if ((m_b_font = gdk_fontset_load(bold_font)) == NULL) { + fprintf(stderr, "ethereal: Error font %s not found (use -b option)\n", bold_font); + exit(1); + } Property changes on: head/net/ethereal/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.4 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/ethereal/files/patch-ab =================================================================== --- head/net/ethereal/files/patch-ab (nonexistent) +++ head/net/ethereal/files/patch-ab (revision 27894) @@ -0,0 +1,13 @@ +--- gtk/main.h.orig Sat Apr 22 20:17:29 2000 ++++ gtk/main.h Sat Apr 22 20:17:42 2000 +@@ -38,8 +38,8 @@ + #define MONO_MEDIUM_FONT "-*-lucida console-medium-*-*-*-*-100-*-*-*-*-*-*" + #define MONO_BOLD_FONT "-*-lucida console-bold-*-*-*-*-100-*-*-*-*-*-*" + #else +-#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1" +-#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1" ++#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1,*" ++#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*" + #endif + #define RC_FILE PF_DIR "/gtkrc" + #define DEF_WIDTH 750 Property changes on: head/net/ethereal/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/ethereal/pkg-plist =================================================================== --- head/net/ethereal/pkg-plist (revision 27893) +++ head/net/ethereal/pkg-plist (revision 27894) @@ -1,10 +1,10 @@ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/0.8.5/gryphon.la -lib/ethereal/plugins/0.8.5/gryphon.a -lib/ethereal/plugins/0.8.5/gryphon.so -@dirrm lib/ethereal/plugins/0.8.5 +lib/ethereal/plugins/0.8.7/gryphon.la +lib/ethereal/plugins/0.8.7/gryphon.a +lib/ethereal/plugins/0.8.7/gryphon.so +@dirrm lib/ethereal/plugins/0.8.7 @dirrm lib/ethereal/plugins @dirrm lib/ethereal Property changes on: head/net/ethereal/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/wireshark/files/patch-aa =================================================================== --- head/net/wireshark/files/patch-aa (nonexistent) +++ head/net/wireshark/files/patch-aa (revision 27894) @@ -0,0 +1,25 @@ +--- gtk/main.c.orig Wed Apr 5 10:17:53 2000 ++++ gtk/main.c Sat Apr 22 20:33:00 2000 +@@ -1161,6 +1161,7 @@ + + /* Let GTK get its args */ + gtk_init (&argc, &argv); ++ gtk_set_locale (); + + prefs = read_prefs(&pf_path); + if (pf_path != NULL) { +@@ -1440,12 +1441,12 @@ + sprintf(rc_file, "%s/%s", get_home_dir(), RC_FILE); + gtk_rc_parse(rc_file); + +- if ((m_r_font = gdk_font_load(medium_font)) == NULL) { ++ if ((m_r_font = gdk_fontset_load(medium_font)) == NULL) { + fprintf(stderr, "ethereal: Error font %s not found (use -m option)\n", medium_font); + exit(1); + } + +- if ((m_b_font = gdk_font_load(bold_font)) == NULL) { ++ if ((m_b_font = gdk_fontset_load(bold_font)) == NULL) { + fprintf(stderr, "ethereal: Error font %s not found (use -b option)\n", bold_font); + exit(1); + } Property changes on: head/net/wireshark/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.4 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/wireshark/files/patch-ab =================================================================== --- head/net/wireshark/files/patch-ab (nonexistent) +++ head/net/wireshark/files/patch-ab (revision 27894) @@ -0,0 +1,13 @@ +--- gtk/main.h.orig Sat Apr 22 20:17:29 2000 ++++ gtk/main.h Sat Apr 22 20:17:42 2000 +@@ -38,8 +38,8 @@ + #define MONO_MEDIUM_FONT "-*-lucida console-medium-*-*-*-*-100-*-*-*-*-*-*" + #define MONO_BOLD_FONT "-*-lucida console-bold-*-*-*-*-100-*-*-*-*-*-*" + #else +-#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1" +-#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1" ++#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1,*" ++#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*" + #endif + #define RC_FILE PF_DIR "/gtkrc" + #define DEF_WIDTH 750 Property changes on: head/net/wireshark/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/wireshark/pkg-plist =================================================================== --- head/net/wireshark/pkg-plist (revision 27893) +++ head/net/wireshark/pkg-plist (revision 27894) @@ -1,10 +1,10 @@ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/0.8.5/gryphon.la -lib/ethereal/plugins/0.8.5/gryphon.a -lib/ethereal/plugins/0.8.5/gryphon.so -@dirrm lib/ethereal/plugins/0.8.5 +lib/ethereal/plugins/0.8.7/gryphon.la +lib/ethereal/plugins/0.8.7/gryphon.a +lib/ethereal/plugins/0.8.7/gryphon.so +@dirrm lib/ethereal/plugins/0.8.7 @dirrm lib/ethereal/plugins @dirrm lib/ethereal Property changes on: head/net/wireshark/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property