[Bug 258873] net-p2p/autoscan: New port

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Oct 2021 19:35:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258873

            Bug ID: 258873
           Summary: net-p2p/autoscan: New port
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
               URL: https://github.com/Cloudbox/autoscan
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: michiel@vanbaak.eu
 Attachment #228382 maintainer-approval+
             Flags:

Created attachment 228382
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228382&action=edit
0001-net-p2p-autoscan-Add-new-port.-Version-1.2.0.patch

Autoscan replaces the default Plex and Emby behaviour
for picking up file changes on the file system.

Autoscan integrates with Sonarr, Radarr, Lidarr and Google Drive
to fetch changes in near real-time without relying on the file system.

poudriere 13.0 amd64: ok
runs on 13e0 amd64 in my 'production' setup

portlint -A gives a warning:
WARN: Makefile: possible direct use of command "autoscan" found. Use
${AUTOSCAN} instead and set USES=autoreconf and GNU_CONFIGURE=yes

Looks like it confuses the portname with the autoscan command as found in GNU
configure

I asked on libera IRC #freebsd-ports and got the same answer, with the tip to
simply ignore it.

We cant do a go build on this one, as the sqlite go mod used is mac/linux only
(they released a new version with FreeBSD amd64 support, but autoscan needs to
update to it before we can do a go build). That's why it uses linux emu and
fetches the binary from github.

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