Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2016 16:43:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213890] Mk/bsd.port.mk: CONFLICTS_INSTALL also blocks targets other than "install"
Message-ID:  <bug-213890-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 213890
           Summary: Mk/bsd.port.mk: CONFLICTS_INSTALL also blocks targets
                    other than "install"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 213889

For DEPENDS_TARGET !=3D install to work CONFLICTS_INSTALL should only block=
 ports
that call "install". Currently, it behaves the same as CONFLICTS:

  $ pkg install -qy libressl

  $ make build -C security/openssl
  =3D=3D=3D>  openssl-1.0.2j_1,1 conflicts with installed package(s):
        libressl-2.4.3

        They install files into the same place.
        You may want to stop build with Ctrl + C.
  ^C

  $ fgrep CONFLICTS security/openssl/Makefile
  CONFLICTS_INSTALL=3D      libressl-[0-9]* \


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213889
[Bug 213889] net/openntpd: fails to build with DEFAULT_VERSIONS=3Dssl=3Dope=
nssl
--=20
You are receiving this mail because:
You are the assignee for the bug.=



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