|
|
|
|
|
by petre
3183 days ago
|
|
Yes, cases similar to building jdk from the ports collection are exactly why prebuilt packages exist. It's now very easy to provision a new system since the new package manager was introduced in 10R, pretty much like in Linux. Yet you also have the option of using ports tree and customizing packages yourself using `make config` and the building and installing them using `make` and `make install`. This is easier than installing source rpms or debs and customizing your build mainly because it's menu driven and all the popular options are on the menu. FreeBSD provides a quartely branch (enabled by default since 10.2) with prebuilt packages that are supported up to 3 months, to avoid moving too fast and breaking things. There's also the latest branch, with the latest and greatest stuff. https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/p... |
|