The port upgrade from zabbix2-agent-2.0.8 to zabbix2-agent-2.0.10 is failing on my FreeBSD 9.2 host with the following output:
	
	
	
		
The upgrade still fails after setting the aforementioned flag. It appears that ARCH is being set as "freebsd", as seen in the configuration settings output before the actual upgrade:
	
	
	
		
I just successfully performed this upgrade on another FreeBSD 9.2 host several weeks ago. Has anyone else come across this issue?
				
			
		Code:
	
	===>  Building for zabbix2-agent-2.0.10
make: don't know how to make ARCH. Stop
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
	The upgrade still fails after setting the aforementioned flag. It appears that ARCH is being set as "freebsd", as seen in the configuration settings output before the actual upgrade:
		Code:
	
	Configuration:
  Detected OS:           freebsd9.2
  Install path:          /usr/local
  Compilation arch:      freebsd
  Compiler:              cc
  Compiler flags:        -O2 -pipe -funroll-loops -march=nocona -fno-strict-aliasing  -I/usr/local/include
  Enable server:         no
  Enable proxy:          no
  Enable agent:          yes
  Agent details:
    Linker flags:           -L/usr/local/lib
    Libraries:             -lkvm -lm -ldevstat   -liconv
  Enable Java gateway:   no
  LDAP support:          no
  IPv6 support:          yes
	I just successfully performed this upgrade on another FreeBSD 9.2 host several weeks ago. Has anyone else come across this issue?