Bug 98407 - building x11-wm/fvwm95-i18n fails.
Summary: building x11-wm/fvwm95-i18n fails.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 23:20 UTC by TsurutaniNaoki
Modified: 2006-06-06 09:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2006-06-02 23:20:15 UTC
	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.

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 */
How-To-Repeat: 	% cd /usr/ports/x11-wm/fvwm95-i18n
	% make
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-05 22:25:46 UTC
State Changed
From-To: open->feedback

Compiles just fine on my 6.1-STABLE without your patch. 

Can you post a transcript of a build failure? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-05 22:25:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-06 09:07:18 UTC
State Changed
From-To: feedback->closed

Committed, thanks!