[Bug 285182] ports-mgmt/synth: locally defined categories are no longer recognized

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Mar 2025 17:06:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285182

            Bug ID: 285182
           Summary: ports-mgmt/synth: locally defined categories are no
                    longer recognized
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fluffy@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
             Flags: maintainer-feedback?(fluffy@FreeBSD.org)
          Assignee: fluffy@FreeBSD.org

I have /usr/ports/Makefile.local with the following contents:

SUBDIR+=local

I also have /usr/ports/local/Makefile with the following contents:

COMMENT=Local software
SUBDIR+=enterprise-localbase
.include <bsd.port.subdir.mk>

And of course, /usr/ports/local/enterprise-localbase/{Makefile,pkg-descr} both
have existed for several years without any issues.

After running synth status, I'm puzzled by this error message:

Error: port origin 'local/enterprise-localbase' is not recognized.

This could be due to changes in the ports infrastructure.

After running make index today, I also noticed:

Warning: Duplicate INDEX entry: tinysparql-3.8.2

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