Missing package for java/eclipse

Hi,

i am using FreeBSD 12.1-RELEASE-p2 with latest packages and tried to install java/eclipse via pkg but it seems there is no such package:

Bash:
root@xxx:~ # pkg install eclipse
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'eclipse' have been found in the repositories

The freshports site however states:
To install the port: cd /usr/ports/java/eclipse/ && make install clean
To add the package: pkg install eclipse

What happened to it?

PS: I didn't try to install it via ports, since i don't want packages and ports mixed because i heard bad things can happen if you do so...
 
The package can go 'missing' if it fails to build for some reason or another.
 
Back
Top