[Bug 292351] java/netbeans - Port updating to latest version Netbeans 28
Date: Tue, 03 Feb 2026 12:50:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292351
Paolo <paolo.enriello@hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #267190|0 |1
is obsolete| |
--- Comment #14 from Paolo <paolo.enriello@hotmail.com> ---
Created attachment 267733
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=267733&action=edit
NetBeans diff 2026-02-03 (absolute)
The patch contains poit 1 and 2 of comment #7 (I hope).
- `USES += perl:run python:run` modified to `USES += perl5 python:run`. The
`python_CMD` variable not removed (should be to remove it too?)
- Removed all .exe, .dll, .bat, .cmd, .dylib files and `MacOS-*`, `Windows-*`
directories (maybe `SunOS-*` too should be removed).
I'm trying to ask some questions about removing unnecessary files and
directories, but I'm not used to mailinglists (to tell the truth, I don't like
them).
To try the new port I make those steps:
- Uninstalled NetBeans: `pkg delete netbeans`
- Copied the new files in the ports tree (distinfo, Makefile, pkg-plist)
- Autoremoved unused packages (openjdkXXs auto-removed)
- Removed NetBeans user cache and configuration (`/home/NAME/.cache/netbeas/NN`
and `/home/NAME/.netbeans/NN` directories)
- Installed new port: `make -C /usr/ports/java/netbeans install clean`
- It works! But... not testet all (the profiler, I removed the entire
sub-directories and files in `/usr/local/netbeans-28/profiler/lib/deployed/*).
--
You are receiving this mail because:
You are the assignee for the bug.