Bug 112068 - FFmpeg-devel does not CONFLICT correctly with FFmpeg
Summary: FFmpeg-devel does not CONFLICT correctly with FFmpeg
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 08:50 UTC by Ganael LAPLANCHE
Modified: 2007-04-30 16:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2007-04-24 08:50:04 UTC
It is actually possible to install FFmpeg-devel with FFmpeg, overriding FFmpeg's files.

FFmpeg-devel's CONFLICT line is :

CONFLICTS= ffmpeg-[0-9]*-*

FFmpeg version is :

0.4.9.p1_7

The CONFLICT line does not match the version.

Fix: 

I suggest replacing CONFLICTS= ffmpeg-[0-9]*-* by CONFLICTS= ffmpeg-[0-9]*
in ffmpeg-devel's Makefile.
How-To-Repeat: Install ffmpeg, then ffmpeg-devel
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-24 09:06:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2007-04-30 16:25:06 UTC
State Changed
From-To: open->closed

Committed, Thanks!