[Bug 270890] lang/f2c getarg_.c:17:14: error: unknown type name 'ftnint'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 30 Apr 2023 05:41:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270890

--- Comment #8 from Matthias Fechner <mfechner@FreeBSD.org> ---
I tried it now with the upgrade path from 13.1 to 13.2 using a virtual machine:
```shell
pkg install git
git clone https://git.FreeBSD.org/ports.git /usr/ports
reboot
# snapshot
freebsd-update fetch
freebsd-update install
halt
# snapshot
freebsd-update upgrade -r 13.2-RELEASE
freebsd-update install
reboot
freebsd-update install
reboot
# snapshot
cd /usr/ports
git pull
# version 8295d
pkg delete -y git
pkg autoremove -y
# (only pkg is installed)
cd /usr/ports/lang/f2c
make
# accept all options with default selection
```

But this works as well.
Maybe it is related to poudriere-devel version, I will test it next with
poudriere.

-- 
You are receiving this mail because:
You are the assignee for the bug.