[Bug 292351] java/netbeans - Port updating to latest version Netbeans 28

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jan 2026 05:50:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292351

--- Comment #4 from unitrunker <unitrunker@unitrunker.net> ---
I did the following.

# removed package netbeans (17).
$ pkg remove netbeans


# clone repo, apply patch file, and build the port.
$ git clone freebsd-ports
$ cd freebsd-ports/java/netbeans
$ git apply patch-file
$ sudo make

Appears to build fine so time to install ...

$ sudo make install

I get the following error:

~/work/freebsd-ports/java/netbeans $ sudo make install
===>  Installing for netbeans-28
===>  Checking if netbeans is already installed
===>   Registering installation for netbeans-28
pkg-static: Unable to access file
~/work/freebsd-ports/java/netbeans/work/stage/usr/local/netbeans-28/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-ui.xml@owner:No
such file or directory
*** Error code 1

Stop.
make: stopped making "install" in ~/work/freebsd-ports/java/netbeans

I do have a org-netbeans-modules-websvc-saas-ui.xml file but it does not end
with "@owner".

-- 
You are receiving this mail because:
You are the assignee for the bug.