I'm very new to FreeBSD and I realize now that I've made some bad decisions as far as installing packages goes.
I'm using 9.2-RELEASE on a headless server.
My /usr/local/etc/pkg/repos/FreeBSD.conf looks like this:
Example of something I've done:
I hope there's an easy way out of this predicament :\
Please keep in mind that I'm very new to all of FreeBSD.
Thank you.
I'm using 9.2-RELEASE on a headless server.
My /usr/local/etc/pkg/repos/FreeBSD.conf looks like this:
Code:
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
enabled: yes
}
- I installed lang/php5-extensions using ports.
- I installed certain dependencies for it using pkg.
pkg upgrade now, it wants to reinstall a lot of packages (93 package upgrades in total at this time), ones I also installed using ports because "direct dependency changed". I haven't accepted any upgrade or reinstall yet because I expect it will cause issues since I expect it to install the binaries from the pkg repository which won't have all the modules and extensions I need in some packages.I hope there's an easy way out of this predicament :\
Please keep in mind that I'm very new to all of FreeBSD.
Thank you.