[Bug 258286] devel/gettext-tools: requires USES=localbase for non-standard builds (PATCH)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Sep 2021 12:17:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258286

            Bug ID: 258286
           Summary: devel/gettext-tools: requires USES=localbase for
                    non-standard builds (PATCH)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tijl@FreeBSD.org
          Reporter: gerald@FreeBSD.org
             Flags: maintainer-feedback?(tijl@FreeBSD.org)
          Assignee: tijl@FreeBSD.org

Created attachment 227681
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227681&action=edit
Proposed patch (one liner)

I am building a number of ports as user with a non-default prefix, which
generally works fine, but unearthed one issue with devel/gettext-tools.

We need USES=localbase to avoid a build failure:

  msgmerge.c:35:10: fatal error: 'textstyle.h' file not found
  #include <textstyle.h>
           ^~~~~~~~~~~~~
  1 error generated.
  *** [msgmerge-msgmerge.o] Error code 1


Are you okay for me to commit the attached patch?

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