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
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?
Responsible Changed From-To: freebsd-ports-bugs->pav Track
State Changed From-To: feedback->closed Committed, thanks!