Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 17:37:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279331] net-mgmt/seafile-server - notification-server and fileserver components missing
Message-ID:  <bug-279331-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279331

            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 a=
nd
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279331-7788>