Hello,
I have recently installed texlive on my FreeBSD 9.2. In this context, I have also deleted teTex and hopefully all packages depending on teTeX. No conflicts are detected by a pkg check. I have also set the TEX_DEFAULT variable to texlive in my make.conf as suggested by a hint in the UPDATING file.
Nevertheless, there are still problems installing packages like kile, texmakerx, ipe, etc., which depend on latex, after I have installed TeXLive successfully. When I try to install one of them via pkg, I receive the following output showing still dependencies on teTeX:
The problem lies in the teTeX packages which will conflict with TeXLive during the integration check! So, ipe cannot be installed.
How can I remedy this problem? How can I adapt the dependencies? I thought this can be done by the make.conf variable.
Best regards.
I have recently installed texlive on my FreeBSD 9.2. In this context, I have also deleted teTex and hopefully all packages depending on teTeX. No conflicts are detected by a pkg check. I have also set the TEX_DEFAULT variable to texlive in my make.conf as suggested by a hint in the UPDATING file.
Nevertheless, there are still problems installing packages like kile, texmakerx, ipe, etc., which depend on latex, after I have installed TeXLive successfully. When I try to install one of them via pkg, I receive the following output showing still dependencies on teTeX:
Code:
sudo pkg install ipe
Updating repository catalogue
The following 3 packages will be installed:
Installing teTeX-texmf: 3.0_9
Installing teTeX-base: 3.0_25
Installing ipe: 7.1.4
The installation will require 209 MB more space
0 B to be downloaded
Proceed with installing packages [y/N]:
The problem lies in the teTeX packages which will conflict with TeXLive during the integration check! So, ipe cannot be installed.
How can I remedy this problem? How can I adapt the dependencies? I thought this can be done by the make.conf variable.
Best regards.