When I install software from ports on a FreeBSD system, sometimes rather outdated versions of Apache/MySQL/Perl/etc are installed as dependencies. Is there any way to set the versions of these ports beforehand so that if they're ever required, the ports system would choose an appropriate version?
|
feedback
|
|
You can look in | |||
|
feedback
|
|
The version of the port is the version that the port maintainer has built and tested (and that gets routinely build-tested by the ports tinderbox) -- I don't know of any ports that have a version knob, though you can find multiple versions of some ports in the tree (for example, PostgreSQL has versions from 7.3 through 9.0). The general answer for port upgrades is that if you want a newer version of a port than what's in the tree you can create and submit a patch that updates the port (A cursory read through The FreeBSD Porter's Handbook may be a good idea to get familiar with how things work in the ports tree). | |||||
feedback
|