Bug 279331 - net-mgmt/seafile-server - notification-server and fileserver components missing
Summary: net-mgmt/seafile-server - notification-server and fileserver components missing
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-26 17:37 UTC by Lukas Probsthain
Modified: 2024-05-26 17:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ultima)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Probsthain 2024-05-26 17:37:20 UTC
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.