Fresh install of 11-STABLE a couple of days ago
Install of Freeswitch/FusionPBX
Tried to add emacs
Since I don't know what installed ghostscript, or what the difference between -base- vs. -agpl-base-, I am reluctant to deinstall -base- so emacs will install. I have put emacs on all the < 11.0 systems I have built, and never run into a problem like this. Did someone change the ghostscript version recently? Is there a reason emacs needs the -agpl- version? Is it better to deinstall the -base- version, or modify the emacs make dependency tree so it avoids this conflict?
Tony
Install of Freeswitch/FusionPBX
Tried to add emacs
Code:
# cd /usr/ports/editors/emacs
# make -DBATCH install
...
===> Checking if ghostscript9-agpl-base already installed
===> Registering installation for ghostscript9-agpl-base-9.16_5 as automatic
Installing ghostscript9-agpl-base-9.16_5...
pkg-static: ghostscript9-agpl-base-9.16_5 conflicts with ghostscript9-base-9.06_13 (installs files into the same place). Problematic file: /usr/local/bin/dvipdf
*** Error code 70
Stop.
make[2]: stopped in /usr/ports/print/ghostscript9-agpl-base
Tony