Created attachment 147007 [details] Unified diff Quick fix to silence package build errors on 9.1 by requiring 9.2 or later.
Please resubmit patch with change: .if ${OSVERSION} <= 90100 to .if ${OPSYS} == FreeBSD && ${OSVERSION} <= 90100
Are you sure it's not building on 9.1 or 8.4? Portsmon says it is building fine: http://portsmon.freebsd.org/portoverview.py?category=lang&portname=x10
I received a report that package building was failing on 9.1. I haven't had time to verify it, hence the patch. In all honesty, I think this port could be deprecated. It's outdated and I don't think anyone is using it, so I'd rather not sink time into it.
Actually, that's not a very good reason. Patching a port without A) understanding the issue or B) even verifying that it's repeatable just to stop getting pkg-fallout messages isn't a good idea. Also, people have to spend time processing the PR and verifying commits. Even a simple 3-line patch costs a lot of time. Some effort should go into the submittal before a committer spends time on it, no? I'm going to close the PR. If you want to release / deprecate the port, that's fine, just open a new PR for that, thanks.