Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2016 19:39:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210310] [PATCH] Fix some sanity checks so they honor CLEAN_FETCH_ENV
Message-ID:  <bug-210310-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210310

            Bug ID: 210310
           Summary: [PATCH] Fix some sanity checks so they honor
                    CLEAN_FETCH_ENV
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: asomers@FreeBSD.org
                CC: freebsd-ports-bugs@FreeBSD.org
          Keywords: patch

This variable signals to ports that it will be operating in a fetch-only
environment and therefore should ignore any environmental checks that would
prevent it from running.

Mk/bsd.port.mk:

Ignore errors with incompatible port options when CLEAN_FETCH_ENV is=20
set.  Ignore package conflicts when CLEAN_FETCH_ENV is set.

security/krb5-*/Makefile:

Ignore KRB5_HOME !=3D LOCALBASE if CLEAN_FETCH_ENV is set.  In the
fetch-depends script, LOCALBASE is set to an empty directory that
differs from the default, which causes this conditional to trigger.
Since it's irrelevant for fetch-only jobs, ignore it here.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210310-13>