[Bug 277948] devel/gnulib: buildfailure due to environment collision when gmake in use

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Mar 2024 13:33:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277948

            Bug ID: 277948
           Summary: devel/gnulib: buildfailure due to environment
                    collision when gmake in use
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

Created attachment 249473
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249473&action=edit
correct env patch for gmake

Host: recent CURRENT (FreeBSD 15.0-CURRENT #8 main-n268989-caccf6d3c008: Mon
Mar 25 07:57:05 CET 2024 amd64), recent ports tree 

From https://git.freebsd.org/ports
   914d2a1589b8..727be8db1efd  main       -> origin/main

as of other ports having trouble of proper environments when gmake is in use,

one has to replace 
 do-build:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C doc info html
+       cd ${WRKSRC} && ${SETENVI} ${MAKE_ENV} ${MAKE_CMD} -C doc info html

(see patch) as a workaround. Otherwise build will fail.

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