[Bug 279331] net-mgmt/seafile-server - notification-server and fileserver components missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 17:37:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279331 Bug ID: 279331 Summary: net-mgmt/seafile-server - notification-server and fileserver components missing Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ultima@freebsd.org Reporter: lukas.probsthain@gmail.com Flags: maintainer-feedback?(ultima@freebsd.org) Assignee: ultima@freebsd.org It seems that the port does not build and package the notification-server and fileserver components of seafile-server. Notification-server is needed for notifying clients about changed files and file locks. By default the clients poll the server. The notification-server implements a websocket connection. Fileserver is an alternative fileserver that might bring some improvements. Both components can be build with go in the following way: .for pkg in fileserver notification-server cd ${WRKSRC}/${pkg} && go build . .endfor I am not familiar with the package system of BSD - so I was not able to successfully modify the Makefile. -- You are receiving this mail because: You are the assignee for the bug.