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)
Mar 16 2024, 11:26 PM
Unknown Object (File)
Feb 14 2024, 8:08 PM
Unknown Object (File)
Jan 29 2024, 4:52 AM
Unknown Object (File)
Jan 29 2024, 4:52 AM
Unknown Object (File)
Jan 29 2024, 4:52 AM
Unknown Object (File)
Jan 27 2024, 3:41 PM
Unknown Object (File)
Dec 30 2023, 3:15 PM
Unknown Object (File)
Dec 30 2023, 3:15 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