Page MenuHomeFreeBSD

lang/execline, graphics/ImageMagick: add CONFLICTS
ClosedPublic

Authored by jbeich on Feb 10 2015, 8:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 3, 10:45 PM
Unknown Object (File)
Thu, Mar 26, 1:20 PM
Unknown Object (File)
Sat, Mar 21, 8:24 PM
Unknown Object (File)
Mar 6 2026, 9:04 PM
Unknown Object (File)
Mar 4 2026, 6:19 AM
Unknown Object (File)
Feb 18 2026, 11:39 AM
Unknown Object (File)
Jan 20 2026, 4:59 PM
Unknown Object (File)
Dec 14 2025, 9:21 PM
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