Bug 265511 - textproc/ffe: fix build
Summary: textproc/ffe: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vinícius Zavam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-30 03:55 UTC by Robert Clausecker
Modified: 2022-07-30 16:25 UTC (History)
2 users (show)

See Also:
egypcio: maintainer-feedback+
fuz: merge-quarterly?


Attachments
textproc/ffe: fix build (915 bytes, patch)
2022-07-30 03:55 UTC, Robert Clausecker
fuz: maintainer-approval? (egypcio)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-07-30 03:55:23 UTC
Created attachment 235552 [details]
textproc/ffe: fix build

The port requires GNU89 semantics for the inline keyword,
as opposed to the standard C99 semantics.  Fix the build
by setting the C standard to GNU89.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-30 16:18:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27d7583b1d8d3f8e28cfae50995aeb2564a2463c

commit 27d7583b1d8d3f8e28cfae50995aeb2564a2463c
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-07-30 15:59:15 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-07-30 15:59:15 +0000

    textproc/ffe: fix build (requires GNU89 inline semantics)

      * fixes specially for OSVERSION>=1300000;
      * also tested on different platforms.

    PR:             265511
    Reported by:    Robert Clausecker <fuz % fuz.su>

 textproc/ffe/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2022-07-30 16:25:45 UTC
Don't forget to MFH please!