| Summary: | Bug: conflict when installing emulators/qemu with emulators/qemu-devel installed | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexander Nusov <alexander.nusov> |
| Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Only Me | CC: | alexander.nusov |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bofh) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alexander Nusov
2016-11-19 23:14:47 UTC
> 2. install devel/qemu package
emulators/qemu
looks like a version mismatch.
root@controller:/usr/ports # grep VERSION emulators/qemu-devel/Makefile
DISTVERSION= 2.6.0
root@controller:/usr/ports # grep VERSION emulators/qemu/Makefile
PORTVERSION= 2.6.1
DIST_SUBDIR= qemu/${PORTVERSION}
SVN revision info: revision 426544. Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 426544 Node Kind: directory Schedule: normal Last Changed Author: marino Last Changed Rev: 426544 Last Changed Date: 2016-11-20 02:17:35 +0300 (Sun, 20 Nov 2016) Not a bug, those are diffetent branches. Maybe adding CONFLICTS_INSTALL would be helpful. |