Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2006 07:10:47 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98407: building x11-wm/fvwm95-i18n fails.
Message-ID:  <200606022210.k52MAllx096842@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200606022220.k52MKFZ5068384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98407
>Category:       ports
>Synopsis:       building x11-wm/fvwm95-i18n fails.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 22:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue May 30 06:56:45 JST 2006 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	building x11-wm/fvwm95-i18n fails on FreeBSD 6.1-STABLE.
	this may be caused by strict checking of prototype of functions by the
	compiler.
	
>How-To-Repeat:
	% cd /usr/ports/x11-wm/fvwm95-i18n
	% make
	
>Fix:
	put the following patch as files/patch-aq :
	--- ../apmpatch/fvwm95-2.0.43a-Autoconf.I18N.apmpatch.orig	Wed May  7 01:33:04 1997
	+++ ../apmpatch/fvwm95-2.0.43a-Autoconf.I18N.apmpatch	Sat Jun  3 07:02:44 2006
	@@ -62,7 +62,7 @@
	 +int ShowBatteryStatus = False, ShowBatteryStatusP = False;
	 +char *BattFore = "NavyBlue", *BattFore2 = "Gold";
	 +unsigned long battc_fore, battc_fore2, battc_red, battc_white;
	-+struct apm_info prev_ap;
	++struct apm_info prev_ap; void CreateBatteryWindow();
	 +#else
	  int fontheight, clock_width;
	 +#endif  /* APM */

	


>Release-Note:
>Audit-Trail:
>Unformatted:



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