[Bug 213890] Mk/bsd.port.mk: CONFLICTS_INSTALL also blocks targets other than "install"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 29 23:26:59 UTC 2016


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

--- Comment #3 from Mathieu Arnold <mat at FreeBSD.org> ---
CONFLICTS_INSTALL is informing the user, it says:

Hi, you are building foo, but you already have bar which it conflicts with, so
you won't be able to install foo, if you don't want it, you may stop it now.

It is different from CONFLICTS which will stop the build just there.

The problem in the bug you are referencing looks like a bug in the port the
user is trying to install, it should set IGNORE if !${SSL_DEFAULT:Mlibressl*}
or something similar.

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


More information about the freebsd-ports-bugs mailing list