Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2000 03:40:04 -0800 (PST)
From:      TERAMOTO Masahiro <markun@mb.kcom.ne.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/23713: can't make ports/japanese/gal
Message-ID:  <200012231140.eBNBe4A53990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/23713; it has been noted by GNATS.

From: TERAMOTO Masahiro <markun@mb.kcom.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org, takashi@ueda.info.waseda.ac.jp
Cc:  
Subject: Re: ports/23713: can't make ports/japanese/gal
Date: Sat, 23 Dec 2000 20:31:33 +0900

 Perhaps, Master ports "x11-toolkits/gal" is updated, then
 "patch-ac" is out-of-date. I modify "patch-ac", and "make
 build" is successfuly done. But I don't check that can deal
 Japanese.
 
 Then library version of "ja-gal-0.4.1" is "3". You have to
 change Makefile of "japanese/gnome". That shuold change
 "gal.1" to "gal.3".
 
 Good luck.
 
 
 --- gal.orig/widgets/e-font.c.orig	Fri Dec  8 08:56:25 2000
 +++ gal/widgets/e-font.c	Sat Dec 23 20:00:55 2000
 @@ -54,8 +54,8 @@
  	EFont * font;
  	GdkFont *gdkfont;
  
 -	gdkfont = gdk_font_load (name);
 -	if (!gdkfont) gdkfont = gdk_font_load ("fixed");
 +	gdkfont = gdk_fontset_load("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
 +	if (!gdkfont) gdkfont = gdk_fontset_load("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
  	g_return_val_if_fail (gdkfont != NULL, NULL);
  	font = e_font_from_gdk_font (gdkfont);
  	gdk_font_unref (gdkfont);
 @@ -135,7 +135,7 @@
  #ifdef E_FONT_VERBOSE
  		g_print ("Trying font: %s\n", p);
  #endif
 -		newfont = gdk_font_load (p);
 +		newfont = gdk_fontset_load("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
  		if (newfont) {
  #ifdef E_FONT_VERBOSE
  			e_font_print_gdk_font_name (newfont);
 
 -- 
 TERAMOTO Masahiro
  mail:markun@mb.kcom.ne.jp
   http://tiphreth.comm.eng.osaka-u.ac.jp/~markun/
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012231140.eBNBe4A53990>