Page MenuHomeFreeBSD

lang/execline, graphics/ImageMagick: add CONFLICTS
ClosedPublic

Authored by jbeich on Feb 10 2015, 8:56 PM.
Tags
None
Referenced Files
F105145870: D1820.diff
Thu, Dec 12, 8:38 PM
Unknown Object (File)
Wed, Dec 4, 2:09 AM
Unknown Object (File)
Wed, Nov 20, 9:32 PM
Unknown Object (File)
Tue, Nov 19, 2:49 PM
Unknown Object (File)
Fri, Nov 15, 8:55 PM
Unknown Object (File)
Thu, Nov 14, 5:47 PM
Unknown Object (File)
Thu, Nov 14, 11:30 AM
Unknown Object (File)
Nov 12 2024, 12:28 AM
Subscribers

Details

Reviewers
bapt
kwm
Summary

Register CONFLICTS between execline and ImageMagick

nReviewed by: kwm
Approved by: mentors (implicit)

lang/execline uses relaxed glob pattern to encompass ImageMagick-nox11 as well.
Test Plan
$ make install -C graphics/ImageMagick
===>   Registering installation for ImageMagick-6.9.0.4,1
Installing ImageMagick-6.9.0.4,1...
pkg-static: ImageMagick-6.9.0.4,1 conflicts with execline-2.0.2.0 (installs files into the same place).  Problematic file: /usr/local/bin/import
*** Error code 70

$ make install -C lang/execline
===>   Registering installation for execline-2.0.2.0
Installing execline-2.0.2.0...
pkg-static: execline-2.0.2.0 conflicts with ImageMagick-6.9.0.4,1 (installs files into the same place).  Problematic file: /usr/local/bin/import
*** Error code 70

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jbeich retitled this revision from to lang/execline, graphics/ImageMagick: add CONFLICTS.
jbeich updated this object.
jbeich edited the test plan for this revision. (Show Details)
jbeich added a reviewer: kwm.
jbeich added a subscriber: bapt.

Changes since previous version:

  • CONFLICTS to CONFLICTS_INSTALL

Maybe @bapt can review instead? Do I also need lang/execline's maintainer approval or

Approved by:	portmgr blanket

would cover that?

bapt added a reviewer: bapt.

yes the blanket cover that :)

This revision is now accepted and ready to land.Feb 18 2015, 10:08 PM