Hi, at my company we created a custom pkg repository for our apps. This way, we can install all pkgs from the standard repository and our own applications using pkg install ...
However, as one of our applications depends on dcmtk-3.6.9 and in https://pkg.freebsd.org/FreeBSD:15:amd64 that package was upgraded to 3.7.0, we thought adding the dcmtk-3.6.9 pkg compiled by us in our own custom repo will work, but it doesn't. Our logic is, if the package was found on one of the two repositories configued on the system it should be allowed to install using pkg install dcmtk-3.6.9, but not, it tries to install 3.7.0
Our workaround was renaming it to dcmtkcustom-3.6.9, but I don't like that.
Any explanation about why we can't do what we want?.
However, as one of our applications depends on dcmtk-3.6.9 and in https://pkg.freebsd.org/FreeBSD:15:amd64 that package was upgraded to 3.7.0, we thought adding the dcmtk-3.6.9 pkg compiled by us in our own custom repo will work, but it doesn't. Our logic is, if the package was found on one of the two repositories configued on the system it should be allowed to install using pkg install dcmtk-3.6.9, but not, it tries to install 3.7.0
Our workaround was renaming it to dcmtkcustom-3.6.9, but I don't like that.
Any explanation about why we can't do what we want?.