[Bug 226557] If WITHOUT_MODULES set - some ports build fail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 12 14:54:57 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226557

            Bug ID: 226557
           Summary: If WITHOUT_MODULES set - some ports build fail
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: rozhuk.im at gmail.com
                CC: apache at FreeBSD.org, tcltk at FreeBSD.org
                CC: apache at FreeBSD.org, tcltk at FreeBSD.org

Man make.conf say:
WITHOUT_MODULES
                   (str) Set to a list of modules to exclude from the build.
                   This provides a somewhat easier way to exclude modules you
                   are certain you will never need than specifying
                   MODULES_OVERRIDE.  This is applied after MODULES_OVERRIDE.
I use it to not build some kernel modules.

These ports fail/show warning about WITHOUT_MODULES.

lang/tcl86 - warning:
/!\ WARNING /!\

WITHOUT_MODULES is unsupported, use WITHOUT=MODULES on the command line, or
one of these in /etc/make.conf, OPTIONS_UNSET+=MODULES to set it globally,
or lang_tcl86_UNSET+=MODULES for only this port.


www/apache24 - error:
===>  apache24-2.4.29 : Error from apache.mk. WITH(OUT)_MODULES has been
removed, use www_apache24_(UN)SET.
*** Error code 1


What I should do to build ports and not build some kernel modules?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-tcltk mailing list