| Summary: | Dependency error between packages prebuilt. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | LI Dong <ld> |
| Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->doceng Over to maintainters of textproc/docproj-jadetex, since that seems to be the source of the first conflict mentioned. Note to submitter: combining two unrelated problems into a single PR like this makes trying to decide how to handle it quite problematic. I will go ahead and Cc: the other affected maintainers. State Changed From-To: open->closed I added conflicts to ghostscript and psutils ports. Responsible Changed From-To: doceng->pav Take possible followups |
Dependency error between packages prebuilt. 1) docproj-jadetex will install a noX version of ghostscript-gnu, which will overwrite the one with X11 installed by kde WITHOUT ANY warning. 2) psutils-a4 should be conflict with psutils-letter, but we can install both they two WITHOUT ANY warning. Fix: Add CONFLICT in Makefile, but I didn't touch these Makefiles because the maintainer may correct them very easy. How-To-Repeat: 1) pkg_add -r kde pkg_add -r docproj-jadetex 2) pkg_add -r psutils-a4 pkg_add -r psutils-letter