Created attachment 149170 [details] fgrun-3.2.0.patch.txt Update games/fgrun to 3.2.0
Hi Buganini, Thanks for your patch. Unfortunately, fgrun 3.2.0 does not build with base Gcc (version 4.2.1) on 8.4-RELEASE and 9.3-RELEASE : it needs a more recent version of the compiler, see e.g. : http://box.martymac.org/FreeBSD-Packages/bulk/FBSD84amd64-default/2014-11-08_21h30m55s/logs/errors/fgrun-3.2.0.log It builds fine on 10-RELEASE. I've updated your patch to require gcc >= 4.6 when building with gcc. With that patch, fgrun builds fine on 8.4-RELEASE, 9.3-RELEASE and 10.0-RELEASE, see : http://box.martymac.org/FreeBSD-Packages/bulk/latest-per-pkg/fgrun/3.2.0/ Do you agree with that version of the patch ? If so, I'll commit it ASAP. Thanks for your help :) Best regards, Ganaël.
Created attachment 149225 [details] patch-fgrun.txt
Sure, thank you!
A commit references this bug: Author: martymac Date: Sun Nov 9 20:31:49 UTC 2014 New revision: 372373 URL: https://svnweb.freebsd.org/changeset/ports/372373 Log: Update to 3.2.0 PR: 194892 Submitted by: buganini@gmail.com (maintainer) Changes: head/games/fgrun/Makefile head/games/fgrun/distinfo
Committed, thanks !