[Bug 267560] security/krb5*: Consider moving localstatedir and runstatedir to /var and /var/run

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Nov 2022 12:37:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267560

            Bug ID: 267560
           Summary: security/krb5*: Consider moving localstatedir and
                    runstatedir to /var and /var/run
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: michael.osipov@siemens.com

This is similar to Bug 238999.

According to hier(7) /var/ and /var/run are suited for that and many many other
ports put their variable data into it. Logically Makefile should set:

> CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
> 			--disable-rpath --localstatedir="/var" \
> 			--runstatedir="/var/run"

Out of many ports basically none use /usr/local/var.

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